mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-31 02:10:37 +02:00
Add Japanese language files.
This commit is contained in:
29
plugins/box/snippets/languages/ja.lang.php
Normal file
29
plugins/box/snippets/languages/ja.lang.php
Normal 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コード',
|
||||
)
|
||||
);
|
Reference in New Issue
Block a user