1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-11 23:54:10 +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,27 @@
<?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' => '必須項目',
)
);