1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-11 00:26:18 +02:00
Files
php-monstra/plugins/box/snippets/languages/ja.lang.php
2014-01-22 10:59:38 +09:00

30 lines
1.5 KiB
PHP

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