1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-13 00:24:27 +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,51 @@
<?php
return array(
'themes' => array(
'Themes' => 'Tema',
'Themes manager' => 'Pengelolaan Tema',
'Select Theme' => 'Pilih Tema',
'Save' => 'Simpan',
'Save and Exit' => 'Simpan dan Keluar',
'Name' => 'Nama',
'Create New Template' => 'Buat Template Baru',
'New Template' => 'Template Baru',
'Delete template: :name' => 'Hapus Template: :name',
'Delete chunk: :name' => 'Hapus chunk: :name',
'Delete styles: :name' => 'Hapus model: :name',
'Templates' => 'Template',
'Clone' => 'Duplikasi',
'Edit' => 'Perbaiki',
'Delete' => 'Hapus',
'Actions' => 'Tindakan',
'Create New Chunk' => 'Buat Chunk Baru',
'New chunk' => 'Chunk Baru',
'Chunks' => 'chunks',
'Create New Styles' => 'Buat Model Baru',
'New Styles' => 'Model Baru',
'Styles' => 'Model',
'Template Content' => 'Isi Template',
'Styles Content' => 'Model Template',
'Chunk content' => 'Isi Chunk',
'Edit Cemplate' => 'Perbaiki Template',
'Edit Chunk' => 'Perbaiki Chunk',
'Edit Styles' => 'Perbaiki Model',
'Site Theme' => 'Tema Situs',
'Admin Theme' => 'Tema Admin',
'Current Site Theme' => 'Tema Situs Sekarang',
'Current Admin Theme' => 'Tema Admin Sekarang',
'This template already exists' => 'Template ini sudah ada',
'This chunk already exists' => 'Chunk ini sudah ada',
'This styles already exist' => 'Model ini sudah ada',
'Components Templates' => 'Komponen template',
'Your changes to the chunk <i>:name</i> have been saved.' => 'Perubahan pada chunk <i>:name</i> telah disimpan.',
'Your changes to the styles <i>:name</i> have been saved.' => 'Perubahan pada model <i>:name</i> telah disimpan.',
'Your changes to the template <i>:name</i> have been saved.' => 'Perubahan pada template <i>:name</i> telah disimpan.',
'Required field' => 'Isian yang Diperlukan',
'Scripts' => 'Skrip',
'Create New Script' => 'Buat Skrip Baru',
'Script Content' => 'Isi Skrip',
'New Script' => 'Skrip Baru',
'Edit Script' => 'Perbaiki Skrip',
)
);

View File

@@ -0,0 +1,50 @@
<?php
return array(
'themes' => array(
'Themes' => 'テーマ',
'Themes manager' => 'テーマの管理',
'Select Theme' => 'テーマの選択',
'Save' => '保存',
'Save and Exit' => '保存して終了',
'Name' => '名前',
'Create New Template' => '新規テンプレートの作成',
'New Template' => '新規テンプレート',
'Delete template: :name' => 'テンプレートの削除: :name',
'Delete chunk: :name' => 'チャンクの削除: :name',
'Delete styles: :name' => 'スタイルの削除: :name',
'Templates' => 'テンプレート',
'Clone' => '複製',
'Edit' => '編集',
'Delete' => '削除',
'Actions' => '操作',
'Admin Theme' => '管理者テーマ',
'Create New Chunk' => '新規チャンクの作成',
'New Chunk' => '新規チャンク',
'Chunks' => 'チャンク',
'Create New Styles' => '新規スタイルの作成',
'New Styles' => '新規スタイル',
'Styles' => 'スタイル',
'Template content' => '内容のテンプレート',
'Styles content' => 'スタイルの内容',
'Chunk content' => 'チャンクの内容',
'Edit Template' => 'テンプレートの編集',
'Edit Chunk' => 'チャンクの編集',
'Edit Styles' => 'スタイルの編集',
'Current Site Theme' => '現在のサイトテーマ',
'Current admin theme' => '現在の管理者のテーマ',
'This template already exists' => 'テンプレートはすでに存在しています',
'This chunk already exists' => 'チャンクはすでに存在しています',
'This styles already exist' => 'スタイルはすでに存在しています',
'Components templates' => 'コンポーネントのテンプレート',
'Your changes to the chunk <i>:name</i> have been saved.' => '<i>:name</i> チャンクへの変更は保存されました。',
'Your changes to the styles <i>:name</i> have been saved.' => ' <i>:name</i> スタイルへの変更は保存されました。',
'Your changes to the template <i>:name</i> have been saved.' => '<i>:name</i> テンプレートへの変更は保存されました。',
'Required field' => '必須項目',
'Scripts' => 'スクリプト',
'Create New Script' => '新規スクリプトの作成',
'Script content' => 'スクリプトの内容',
'New Script' => '新規スクリプト',
'Edit Script' => 'スクリプトの編集',
)
);