1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-06 13:16:54 +02:00

Merge pull request #227 from Awilum/master

Merge with master branch
This commit is contained in:
Sergey Romanenko
2014-01-29 01:14:49 -08:00
26 changed files with 906 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
<?php
return array(
'menu' => array(
'Menu' => 'Menu',
'Menu manager' => 'Pengelolaan Menu',
'Edit' => 'Perbaiki',
'Name' => 'Nama',
'Delete' => 'Hapus',
'Order' => 'Urutan',
'Actions' => 'Tindakan',
'Create New Item' => 'Buat Perihal Baru',
'New item' => 'Perihal Baru',
'Item name' => 'Nama Perihal',
'Item order' => 'Urutan Perihal',
'Item target' => 'Target Perihal',
'Item link' => 'Link Perihal',
'Item category' => 'Kategori Perihal',
'Save' => 'Simpan',
'Edit item' => 'Perbaiki Perihal',
'Delete item :name' => 'Hapus perihal :nama',
'Select page' => 'Pilih Halaman',
'Category' => 'Kategori',
'Select category' => 'Pilih Kategori',
'Required field' => 'Isian yang Dibutuhkan',
)
);

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' => '必須項目',
)
);