1
0
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:
Takefumi Ota
2014-01-22 10:59:38 +09:00
parent 3ad2cf7a56
commit 5d8a4abcb9
11 changed files with 356 additions and 0 deletions

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コード',
)
);