1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-31 02:10:37 +02:00

Merge pull request #227 from Awilum/master

Merge with master branch
This commit is contained in:
Sergey Romanenko
2014-01-29 01:14:49 -08:00
26 changed files with 906 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
<?php
return array(
'snippets' => array(
'Snippets' => 'Snippets',
'Snippets manager' => 'Pengelolaan Snippets',
'Actions' => 'Tindakan',
'Delete' => 'Hapus',
'Edit' => 'Perbaiki',
'Name' => 'Nama',
'Create New Snippet' => 'Buat Snippet Baru',
'New Snippet' => 'Snippet Baru',
'Edit snippet' => 'Perbaiki Snippet',
'Save' => 'Simpan',
'Save and Exit' => 'Simpan dan Keluar',
'This snippet already exists' => 'Snippet ini sudah ada',
'This snippet does not exist' => 'Snippet ini belum ada',
'Delete snippet: :snippet' => 'Hapus snippet: :snippet',
'Snippet content' => 'Isi snippet',
'Snippet <i>:name</i> deleted' => 'Snippet <i>:name</i> dihapus',
'Your changes to the snippet <i>:name</i> have been saved.' => 'Perubahan pada snippet <i>:name</i> telah disimpan.',
'Delete snippet: :snippet' => 'Hapus snippet: :snippet',
'Required field' => 'Isian yang Diperlukan',
'View Embed Code' => 'Lihat Kodingan yang Disisipkan',
'Embed Code' => 'Kode Sisipan',
'Shortcode' => 'Shortcode',
'PHP Code' => 'PHP Code',
)
);

View File

@@ -0,0 +1,29 @@
<?php
return array(
'snippets' => array(
'Snippets' => 'スニペット',
'Snippets manager' => 'スニペットの管理',
'Actions' => '操作',
'Delete' => '削除',
'Edit' => '編集',
'Name' => '名前',
'Create New Snippet' => '新規スニペットの作成',
'New Snippet' => '新規スニペット',
'Edit Snippet' => 'スニペットの編集',
'Save' => '保存',
'Save and Exit' => '保存して終了',
'This snippet already exists' => 'スニペットはすでに存在しています',
'This snippet does not exist' => 'スニペットは存在しません',
'Delete snippet: :snippet' => 'スニペットの削除: :snippet',
'Snippet content' => 'スニペットの内容',
'Snippet <i>:name</i> deleted' => '<i>:name</i> スニペットは削除されました。',
'Your changes to the snippet <i>:name</i> have been saved.' => '<i>:name</i> スニペットへの変更は保存されました。',
'Delete snippet: :snippet' => 'スニペットの削除: :snippet',
'Required field' => '必須項目',
'View Embed Code' => '埋め込みコードを表示',
'Embed Code' => '埋め込みコード',
'Shortcode' => 'ショートコード',
'PHP Code' => 'PHPコード',
)
);