1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-04 12:17:42 +02:00
Files
php-monstra/plugins/box/menu/languages/ja.lang.php
2014-01-22 10:59:38 +09:00

28 lines
1.0 KiB
PHP

<?php
return array(
'menu' => array(
'Menu' => 'メニュー',
'Menu manager' => 'メニューの管理',
'Edit' => '編集',
'Name' => '名前',
'Delete' => '削除',
'Order' => '順序',
'Actions' => '操作',
'Create New Item' => '新規アイテムを作成',
'New item' => '新規アイテム',
'Item name' => 'アイテムの名前',
'Item order' => 'アイテムの順序',
'Item target' => 'アイテムのターゲット',
'Item link' => 'アイテムのリンク先',
'Item category' => 'アイテムのカテゴリ',
'Save' => '保存',
'Edit item' => 'アイテムの編集',
'Delete item :name' => 'アイテムの削除 :name',
'Select page' => 'ページの選択',
'Category' => 'カテゴリ',
'Select category' => 'カテゴリの選択',
'Required field' => '必須項目',
)
);