-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from dennisgon/add-translation-bahasa
add translation in indonesian languange
- Loading branch information
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
// added translation in 1.0.0-beta5: | ||
|
||
'news' => 'Berita', | ||
'news_administrate' => 'Administrasi', | ||
'article' => 'Entri Berita', | ||
'article_cat_id' => 'Kategori', | ||
'article_title' => 'Judul', | ||
'article_text' => 'Konten', | ||
'article_image_id' => 'Gambar', | ||
'article_timestamp_create' => 'Tanggal', | ||
'article_image_list' => 'Daftar gambar', | ||
'article_file_list' => 'Daftar file', | ||
'article_tag' => 'Tag', | ||
'cat' => 'Kategori', | ||
'cat_title' => 'Kategori', | ||
'cat_delete_error' => 'Kategori ini digunakan oleh satu atau beberapa berita dan tidak dapat dihapus.', | ||
'cat_title_create_error' => 'Silakan tambahkan judul kategori.', | ||
'tag' => 'Tag', | ||
'tag_title' => 'Tag', | ||
'tag_title_create_error' => 'Silakan tambahkan judul tag.', | ||
|
||
// 1.0.0 | ||
|
||
'teaser_text' => 'Teks Teaser', | ||
|
||
// 2.0.0 | ||
|
||
'article_is_online' => 'Tampilkan artikel daring', | ||
|
||
// 3.1.0 | ||
|
||
'preview' => 'Pratinjau', | ||
|
||
// 4.0.0 | ||
|
||
'article_author' => 'Pengarang', | ||
'article_link' => 'Tautan', | ||
'article_is_archived' => 'Diarsipkan', | ||
]; |