Skip to content

Commit

Permalink
Add Indonesian language translations for page resource (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
cuinc99 authored Jan 22, 2025
1 parent 6831134 commit 9956179
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions resources/lang/id/page-resource.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?php

return [
'labels' => [
'blocks' => 'Blok',
'layout' => 'Tata Letak',
'page' => 'Halaman',
'pages' => 'Halaman-halaman',
'parent' => 'Induk',
'slug' => 'Slug',
'title' => 'Judul',
'url' => 'URL',
],

'errors' => [
'slug_starts_or_ends_with_slash' => 'Slug tidak boleh diawali atau diakhiri dengan garis miring.',
],

'actions' => [
'save' => 'Simpan',
'visit' => 'Kunjungi',
],
];

0 comments on commit 9956179

Please sign in to comment.