mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-31 02:10:37 +02:00
17
plugins/box/backup/languages/id.lang.php
Normal file
17
plugins/box/backup/languages/id.lang.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'backup' => array(
|
||||
'Backups' => 'Cadangan',
|
||||
'Backup date' => 'Tanggal Cadangan',
|
||||
'Create Backup' => 'Buat Cadangan',
|
||||
'Delete' => 'Hapus',
|
||||
'storage' => 'Penyimpanan',
|
||||
'public' => 'Umum',
|
||||
'plugins' => 'Plugins',
|
||||
'Size' => 'Ukuran',
|
||||
'Actions' => 'Tindakan',
|
||||
'Delete backup: :backup' => 'Hapus Cadangan: :backup',
|
||||
'Creating...' => 'Dibuat...',
|
||||
)
|
||||
);
|
17
plugins/box/backup/languages/ja.lang.php
Normal file
17
plugins/box/backup/languages/ja.lang.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'backup' => array(
|
||||
'Backups' => 'バックアップ',
|
||||
'Backup Date' => 'バックアップ日',
|
||||
'Create Backup' => 'バックアップの作成',
|
||||
'Delete' => '削除',
|
||||
'storage' => 'ストレージ',
|
||||
'public' => '公開',
|
||||
'plugins' => 'プラグイン',
|
||||
'Size' => 'サイズ',
|
||||
'Actions' => 'アクション',
|
||||
'Delete backup: :backup' => 'バックアップの削除: :backup',
|
||||
'Creating...' => '作成中...',
|
||||
)
|
||||
);
|
29
plugins/box/blocks/languages/id.lang.php
Normal file
29
plugins/box/blocks/languages/id.lang.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'blocks' => array(
|
||||
'Blocks' => 'Block',
|
||||
'Blocks manager' => 'Pengelolaan Block',
|
||||
'Delete' => 'Hapus',
|
||||
'Edit' => 'Perbaiki',
|
||||
'Name' => 'Nama',
|
||||
'Create New Block' => 'Buat Block Baru',
|
||||
'New Block' => 'Block Baru',
|
||||
'Edit Block' => 'Edit Block',
|
||||
'Save' => 'Simpan',
|
||||
'Save and Exit' => 'Simpan dan Keluar',
|
||||
'Actions' => 'Tindakan',
|
||||
'Required field' => 'Isian yang Dibutuhkan',
|
||||
'This block already exists' => 'Block ini sudah ada',
|
||||
'This block does not exist' => 'Block ini belum ada',
|
||||
'Delete block: :block' => 'Hapus Block: :block',
|
||||
'Block content' => 'Isi Block',
|
||||
'Block <i>:name</i> deleted' => 'Block <i>:nama</i> dihapus',
|
||||
'Your changes to the block <i>:name</i> have been saved.' => 'Perubahan pada block <i>:nama</i> telah disimpan.',
|
||||
'Delete block: :block' => 'Hapus Block: :block',
|
||||
'View Embed Code' => 'Lihat Embed Code',
|
||||
'Embed Code' => 'Embed Code',
|
||||
'Shortcode' => 'Shortcode',
|
||||
'PHP Code' => 'PHP Code',
|
||||
)
|
||||
);
|
29
plugins/box/blocks/languages/ja.lang.php
Normal file
29
plugins/box/blocks/languages/ja.lang.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'blocks' => array(
|
||||
'Blocks' => 'ブロック',
|
||||
'Blocks manager' => 'ブロックの管理',
|
||||
'Delete' => '削除',
|
||||
'Edit' => '編集',
|
||||
'Name' => '名前',
|
||||
'Create New Block' => '新しいブロックを作成',
|
||||
'New Block' => '新しいブロック',
|
||||
'Edit Block' => 'ブロックを編集',
|
||||
'Save' => '保存',
|
||||
'Save and Exit' => '保存して終了',
|
||||
'Actions' => 'アクション',
|
||||
'Required field' => '必須項目',
|
||||
'This block already exists' => 'このブロックはすでに存在しています',
|
||||
'This block does not exist' => 'このブロックは存在していません',
|
||||
'Delete block: :block' => 'ブロックの削除: :block',
|
||||
'Block content' => 'ブロックの内容',
|
||||
'Block <i>:name</i> deleted' => '<i>:name</i> ブロックが削除されました',
|
||||
'Your changes to the block <i>:name</i> have been saved.' => '<i>:name</i> への変更は保存されました。',
|
||||
'Delete block: :block' => 'ブロックの削除: :block',
|
||||
'View Embed Code' => '埋め込みコードを表示',
|
||||
'Embed Code' => '埋め込みコード',
|
||||
'Shortcode' => 'ショートコード',
|
||||
'PHP Code' => 'PHPコード',
|
||||
)
|
||||
);
|
8
plugins/box/editor/languages/ja.lang.php
Normal file
8
plugins/box/editor/languages/ja.lang.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'Editor' => array(
|
||||
'Editor' => '<27>G<EFBFBD>f<EFBFBD>B<EFBFBD>^',
|
||||
'Editor plugin' => '<27>G<EFBFBD>f<EFBFBD>B<EFBFBD>^<5E>v<EFBFBD><76><EFBFBD>O<EFBFBD>C<EFBFBD><43>',
|
||||
)
|
||||
);
|
19
plugins/box/filesmanager/languages/id.lang.php
Normal file
19
plugins/box/filesmanager/languages/id.lang.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'filesmanager' => array(
|
||||
'Files' => 'File',
|
||||
'Files manager' => 'Pengaturan File',
|
||||
'Name' => 'Nama',
|
||||
'Actions' => 'Tindakan',
|
||||
'Delete' => 'Hapus',
|
||||
'Upload' => 'Unduh',
|
||||
'directory' => 'Direktori',
|
||||
'Delete directory: :dir' => 'Hapus Direktori: :dir',
|
||||
'Delete file: :file' => 'Hapus File: :file',
|
||||
'Extension' => 'Tambahan',
|
||||
'Size' => 'Ukuran',
|
||||
'Select file' => 'Pilih File',
|
||||
'Change' => 'Ubah',
|
||||
)
|
||||
);
|
19
plugins/box/filesmanager/languages/ja.lang.php
Normal file
19
plugins/box/filesmanager/languages/ja.lang.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'filesmanager' => array(
|
||||
'Files' => 'ファイル',
|
||||
'Files manager' => 'ファイルの管理',
|
||||
'Name' => '名前',
|
||||
'Actions' => '操作',
|
||||
'Delete' => '削除',
|
||||
'Upload' => 'アップロード',
|
||||
'directory' => 'ディレクトリ',
|
||||
'Delete directory: :dir' => 'ディレクトリの削除: :dir',
|
||||
'Delete file: :file' => 'ファイルの削除 :file',
|
||||
'Extension' => '拡張子',
|
||||
'Size' => 'サイズ',
|
||||
'Select file' => 'ファイルの選択',
|
||||
'Change' => '変更',
|
||||
)
|
||||
);
|
38
plugins/box/information/languages/id.lang.php
Normal file
38
plugins/box/information/languages/id.lang.php
Normal file
@@ -0,0 +1,38 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'information' => array(
|
||||
'Information' => 'Informasi',
|
||||
'Debuging' => 'Debugging',
|
||||
'Name' => 'Nama',
|
||||
'Value' => 'Value',
|
||||
'Security' => 'Keamanan',
|
||||
'System' => 'Sistem',
|
||||
'on' => 'Nyala',
|
||||
'off'=> 'Mati',
|
||||
'Server' => 'Server',
|
||||
'PHP version' => 'Versi PHP',
|
||||
'SimpleXML module' => 'Modul SimpleXML',
|
||||
'DOM module' => 'Modul DOM',
|
||||
'Installed' => 'Sudah terpasang',
|
||||
'Not Installed' => 'Belum terpasang',
|
||||
'Security check results' => 'Hasil Cek Keamanan',
|
||||
'The configuration file has been found to be writable. We would advise you to remove all write permissions on defines.php on production systems.' =>
|
||||
'File Konfigurasi ditemukan writable . Disarankan untuk menghilangkan semua izin write pada defines.php di sistem produksi.',
|
||||
'The Monstra .htaccess file has been found to be writable. We would advise you to remove all write permissions. <br/>You can do this on unix systems with: <code>chmod a-w :path</code>' =>
|
||||
'File .htaccess Monstra ditemukan writable. Disarankan untuk menghilangkan semua izin write. <br/>Anda bisa melakukannya pada sistem unix dengan: <code>chmod a-w :path</code>',
|
||||
'The Monstra index.php file has been found to be writable. We would advise you to remove all write permissions. <br/>You can do this on unix systems with: <code>chmod a-w :path</code>' =>
|
||||
'File index.php Monstra ditemukan writable. Disarankan untuk menghilangkan semua izin write. <br/>Anda bisa melakukannya pada sistem unix dengan: <code>chmod a-w :path</code>',
|
||||
'Due to the type and amount of information an error might give intruders when Monstra::$environment = Monstra::DEVELOPMENT, we strongly advise setting Monstra::PRODUCTION in production systems.' =>
|
||||
'Dikarenakan jenis dan jumlah informasi ada potensial kerusakan saat Monstra::$environment = Monstra::DEVELOPMENT, disarankan untuk melakukan pengaturan Monstra::PRODUCTION pada sistem produksi.',
|
||||
'Monstra version' => 'Versi Monstra',
|
||||
'Directory Permissions' => 'Direktori Perizinan',
|
||||
'Directory' => 'Direktori',
|
||||
'Writable' => 'Beschreibbar',
|
||||
'Unwritable' => 'Nicht beschreibbar',
|
||||
'Status' => 'Status',
|
||||
'PHP Built On' => 'PHP Built On',
|
||||
'Web Server' => 'Web Server',
|
||||
'WebServer to PHP Interface' => 'WebServer ke PHP Interface',
|
||||
)
|
||||
);
|
45
plugins/box/information/languages/ja.lang.php
Normal file
45
plugins/box/information/languages/ja.lang.php
Normal file
@@ -0,0 +1,45 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'information' => array(
|
||||
'Information' => '情報',
|
||||
'Debugging' => 'デバッグモード',
|
||||
'Name' => '名前',
|
||||
'Value' => '値',
|
||||
'Security' => 'セキュリティ',
|
||||
'System' => 'システム',
|
||||
'on' => 'オン',
|
||||
'off'=> 'オフ',
|
||||
'Server' => 'サーバー',
|
||||
'PHP version' => 'PHPバージョン',
|
||||
'SimpleXML module' => 'SimpleXMLモジュール',
|
||||
'DOM module' => 'DOMモジュール',
|
||||
'Installed' => 'インストール済み',
|
||||
'Not Installed' => '未インストール',
|
||||
'Security check results' => 'セキュリティチェックの結果',
|
||||
'The configuration file has been found to be writable. We would advise you to remove all write permissions on defines.php on production systems.' =>
|
||||
'設定ファイルが書き込み可能になっています。システムを公開する場合はすべての defines.php から書き込み権限を除去することをおすすめします。',
|
||||
|
||||
'The Monstra core directory (":path") and/or files underneath it has been found to be writable. We would advise you to remove all write permissions. <br/>You can do this on unix systems with: <code>chmod -R a-w :path</code>' =>
|
||||
'The Monstra core directory (":path") and/or files underneath it has been found to be writable. We would advise you to remove all write permissions. <br/>You can do this on unix systems with: <code>chmod -R a-w :path</code>',
|
||||
|
||||
'The Monstra .htaccess file has been found to be writable. We would advise you to remove all write permissions. <br/>You can do this on unix systems with: <code>chmod a-w :path</code>' =>
|
||||
'Monstraの .htaccess ファイルが書き込み可能になっています。書き込み権限を除去することをおすすめします。<br/>Linuxシステムでは次のように除去できます: <code>chmod a-w :path</code>',
|
||||
|
||||
'The Monstra index.php file has been found to be writable. We would advise you to remove all write permissions. <br/>You can do this on unix systems with: <code>chmod a-w :path</code>' =>
|
||||
'Monstraの index.php ファイルが書き込み可能になっています。書き込み権限を除去することをおすすめします。<br/>Linuxシステムでは次のように除去できます: <code>chmod a-w :path</code>',
|
||||
|
||||
'Due to the type and amount of information an error might give intruders when Monstra::$environment = Monstra::DEVELOPMENT, we strongly advise setting Monstra::PRODUCTION in production systems.' =>
|
||||
'Due to the type and amount of information an error might give intruders when Monstra::$environment = Monstra::DEVELOPMENT, we strongly advise setting Monstra::PRODUCTION in production systems.',
|
||||
|
||||
'Monstra version' => 'Monstraのバージョン',
|
||||
'Directory Permissions' => 'ディレクトリの権限',
|
||||
'Directory' => 'ディレクトリ',
|
||||
'Writable' => '書き込み可能',
|
||||
'Unwritable' => '書き込み不可能',
|
||||
'Status' => 'ステータス',
|
||||
'PHP Built On' => 'PHP構成システム',
|
||||
'Web Server' => 'Webサーバ',
|
||||
'WebServer to PHP Interface' => 'Webサーバの提供するPHPインターフェイス',
|
||||
)
|
||||
);
|
27
plugins/box/menu/languages/id.lang.php
Normal file
27
plugins/box/menu/languages/id.lang.php
Normal 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',
|
||||
)
|
||||
);
|
27
plugins/box/menu/languages/ja.lang.php
Normal file
27
plugins/box/menu/languages/ja.lang.php
Normal 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' => '必須項目',
|
||||
)
|
||||
);
|
54
plugins/box/pages/languages/id.lang.php
Normal file
54
plugins/box/pages/languages/id.lang.php
Normal file
@@ -0,0 +1,54 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'pages' => array(
|
||||
'Pages' => 'Halaman',
|
||||
'Pages manager' => 'Pengelolaan Halaman',
|
||||
'Content' => 'Isi',
|
||||
'Create New Page' => 'Buat Halaman Baru',
|
||||
'New Page' => 'Halaman Baru',
|
||||
'Edit Page' => 'Perbaiki Halaman',
|
||||
'Date' => 'Tanggal',
|
||||
'Clone' => 'Duplikasi',
|
||||
'Edit' => 'Perbaiki',
|
||||
'Delete' => 'Hapus',
|
||||
'Delete page: :page' => 'Hapus Halaman: :page',
|
||||
'Title' => 'Judul',
|
||||
'Name' => 'Nama',
|
||||
'Author' => 'Penulis',
|
||||
'Name (slug)' => 'Nama (slug)',
|
||||
'Description' => 'Deskripsi',
|
||||
'Keywords' => 'Kata Kunci',
|
||||
'Parent' => 'Induk',
|
||||
'Template' => 'Contoh',
|
||||
'Year' => 'Tahun',
|
||||
'Day' => 'Hari',
|
||||
'Month' => 'Bulan',
|
||||
'Hour' => 'Jam',
|
||||
'Minute' => 'Menit',
|
||||
'Second' => 'Detik',
|
||||
'This field should not be empty' => 'Isian ini tidak boleh kosong',
|
||||
'This page already exists' => 'Halaman ini sudah ada',
|
||||
'Extra' => 'Extra',
|
||||
'Save' => 'Simpan',
|
||||
'Save and Exit' => 'Simpan dan Keluar',
|
||||
'Your changes to the page <i>:page</i> have been saved.' => 'Perubahan pada halaman <i> :page </i> telah disimpan.',
|
||||
'The page <i>:page</i> cloned.' => 'Halaman ini <i>:page</i> telah diduplikasi.',
|
||||
'Status' => 'Status',
|
||||
'Actions' => 'Tindakan',
|
||||
'Add' => 'Tambah',
|
||||
'Published' => 'Dimuat',
|
||||
'Draft' => 'Konsep',
|
||||
'Published on' => 'Dimuat pada',
|
||||
'Edit 404 Page' => 'Perbaiki Halaman 404',
|
||||
'Page <i>:page</i> deleted' => 'Halaman <i>:page</i> dihapus',
|
||||
'Search Engines Robots' => 'Mesin Pencari Otomatis',
|
||||
'Page' => 'Halaman',
|
||||
'Metadata' => 'Metadata',
|
||||
'Settings' => 'Pengaturan',
|
||||
'Required field' => 'Isian yang Diperlukan',
|
||||
'Access' => 'Akses',
|
||||
'Public' => 'Umum',
|
||||
'Registered' => 'Terdaftar',
|
||||
)
|
||||
);
|
54
plugins/box/pages/languages/ja.lang.php
Normal file
54
plugins/box/pages/languages/ja.lang.php
Normal file
@@ -0,0 +1,54 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'pages' => array(
|
||||
'Pages' => 'ページ',
|
||||
'Pages manager' => 'ページの管理',
|
||||
'Content' => '内容',
|
||||
'Create New Page' => '新規ページの作成',
|
||||
'New Page' => '新規ページ',
|
||||
'Edit Page' => 'ページの編集',
|
||||
'Date' => '日付',
|
||||
'Clone' => '複製',
|
||||
'Edit' => '編集',
|
||||
'Delete' => '削除',
|
||||
'Delete page: :page' => 'ページの削除: :page',
|
||||
'Title' => 'タイトル',
|
||||
'Name' => '名前',
|
||||
'Author' => '作成者',
|
||||
'Name (slug)' => '名前 (スラッグ)',
|
||||
'Description' => '説明',
|
||||
'Keywords' => 'キーワード',
|
||||
'Parent' => '親',
|
||||
'Template' => 'テンプレート',
|
||||
'Year' => '年',
|
||||
'Day' => '日',
|
||||
'Month' => '月',
|
||||
'Hour' => '時',
|
||||
'Minute' => '分',
|
||||
'Second' => '秒',
|
||||
'This field should not be empty' => 'この項目は空白にできません',
|
||||
'This page already exists' => 'このページはすでに存在しています',
|
||||
'Extra' => '拡張',
|
||||
'Save' => '保存',
|
||||
'Save and Exit' => '保存して終了',
|
||||
'Your changes to the page <i>:page</i> have been saved.' => '<i> :page </i> への変更は保存されました。',
|
||||
'The page <i>:page</i> cloned.' => '<i>:page</i> が複製されました。',
|
||||
'Status' => 'ステータス',
|
||||
'Actions' => '操作',
|
||||
'Add' => '追加',
|
||||
'Published' => '公開済み',
|
||||
'Draft' => '下書き',
|
||||
'Published on' => '公開日',
|
||||
'Edit 404 Page' => '404 ページの編集',
|
||||
'Page <i>:page</i> deleted' => '<i>:page</i> は削除されました。',
|
||||
'Search Engines Robots' => 'サーチエンジンロボットへの通知',
|
||||
'Page' => 'ページ',
|
||||
'Metadata' => 'メタデータ',
|
||||
'Settings' => '設定',
|
||||
'Required field' => '必須項目',
|
||||
'Access' => 'アクセス許可',
|
||||
'Public' => '一般公開',
|
||||
'Registered' => '登録者のみ',
|
||||
)
|
||||
);
|
20
plugins/box/plugins/languages/id.lang.php
Normal file
20
plugins/box/plugins/languages/id.lang.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'plugins' => array(
|
||||
'Plugins' => 'Plugins',
|
||||
'Name' => 'Nama',
|
||||
'Actions' => 'Tindakan',
|
||||
'Description' => 'Deskripsi',
|
||||
'Installed' => 'Terpasang',
|
||||
'Install New' => 'Pemasangan Baru',
|
||||
'Delete' => 'Hapus',
|
||||
'Delete plugin :plugin' => 'Hapus Plugin :plugin',
|
||||
'This plugins does not exist' => 'Plugin ini tidak ada',
|
||||
'Version' => 'Versi',
|
||||
'Author' => 'Penulis',
|
||||
'Get More Plugins' => 'Cari Plugins Baru',
|
||||
'Install' => 'Memasangkan',
|
||||
'Uninstall' => 'Menghapus Program',
|
||||
)
|
||||
);
|
20
plugins/box/plugins/languages/ja.lang.php
Normal file
20
plugins/box/plugins/languages/ja.lang.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'plugins' => array(
|
||||
'Plugins' => 'プラグイン',
|
||||
'Name' => '名前',
|
||||
'Actions' => '操作',
|
||||
'Description' => '説明',
|
||||
'Installed' => 'インストール済み',
|
||||
'Install New' => 'インストール可能',
|
||||
'Delete' => '削除',
|
||||
'Delete plugin :plugin' => 'プラグインの削除: :plugin',
|
||||
'This plugin does not exist' => 'プラグインが存在しません。',
|
||||
'Version' => 'バージョン',
|
||||
'Author' => '作成者',
|
||||
'Get More Plugins' => 'さらにプラグインを取得',
|
||||
'Install' => 'インストール',
|
||||
'Uninstall' => '停止',
|
||||
)
|
||||
);
|
7
plugins/box/sitemap/languages/ja.lang.php
Normal file
7
plugins/box/sitemap/languages/ja.lang.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'sitemap' => array(
|
||||
'Sitemap' => 'サイトマップ',
|
||||
)
|
||||
);
|
29
plugins/box/snippets/languages/id.lang.php
Normal file
29
plugins/box/snippets/languages/id.lang.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'snippets' => array(
|
||||
'Snippets' => 'Snippets',
|
||||
'Snippets manager' => 'Pengelolaan Snippets',
|
||||
'Actions' => 'Tindakan',
|
||||
'Delete' => 'Hapus',
|
||||
'Edit' => 'Perbaiki',
|
||||
'Name' => 'Nama',
|
||||
'Create New Snippet' => 'Buat Snippet Baru',
|
||||
'New Snippet' => 'Snippet Baru',
|
||||
'Edit snippet' => 'Perbaiki Snippet',
|
||||
'Save' => 'Simpan',
|
||||
'Save and Exit' => 'Simpan dan Keluar',
|
||||
'This snippet already exists' => 'Snippet ini sudah ada',
|
||||
'This snippet does not exist' => 'Snippet ini belum ada',
|
||||
'Delete snippet: :snippet' => 'Hapus snippet: :snippet',
|
||||
'Snippet content' => 'Isi snippet',
|
||||
'Snippet <i>:name</i> deleted' => 'Snippet <i>:name</i> dihapus',
|
||||
'Your changes to the snippet <i>:name</i> have been saved.' => 'Perubahan pada snippet <i>:name</i> telah disimpan.',
|
||||
'Delete snippet: :snippet' => 'Hapus snippet: :snippet',
|
||||
'Required field' => 'Isian yang Diperlukan',
|
||||
'View Embed Code' => 'Lihat Kodingan yang Disisipkan',
|
||||
'Embed Code' => 'Kode Sisipan',
|
||||
'Shortcode' => 'Shortcode',
|
||||
'PHP Code' => 'PHP Code',
|
||||
)
|
||||
);
|
29
plugins/box/snippets/languages/ja.lang.php
Normal file
29
plugins/box/snippets/languages/ja.lang.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?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コード',
|
||||
)
|
||||
);
|
82
plugins/box/system/languages/id.lang.php
Normal file
82
plugins/box/system/languages/id.lang.php
Normal file
@@ -0,0 +1,82 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'system' => array(
|
||||
'System' => 'System',
|
||||
'Published a new version of the :monstra' => 'Memuat versi baru dari :monstra',
|
||||
'Sitemap created' => 'Sitemap dibuat',
|
||||
'Create Sitemap' => 'Buat Sitemap',
|
||||
'on' => 'Nyala',
|
||||
'off'=> 'Mati',
|
||||
'Site Url' => 'URL Situs',
|
||||
'Maintenance Mode' => 'Mode Perbaikan',
|
||||
'Maintenance Mode On' => 'Nyalakan Mode Perbaikan',
|
||||
'Maintenance Mode Off' => 'Matikan Mode Perbaikan',
|
||||
'Site Settings' => 'Pengaturan Situs',
|
||||
'System Settings' => 'Pengaturan Situs',
|
||||
'Site Name' => 'Nama Situs',
|
||||
'Site Description' => 'Deskripsi Situs',
|
||||
'Site Keywords' => 'Kata Kunci Situs',
|
||||
'Site Slogan' => 'Slogan Situs',
|
||||
'Default Page' => 'Halaman Standart',
|
||||
'Time zone' => 'Zona Waktu',
|
||||
'Language' => 'Bahasa',
|
||||
'Email' => 'Email',
|
||||
'Save' => 'Simpan',
|
||||
'Site' => 'Situs',
|
||||
'System version' => 'Versi Sistem',
|
||||
'System version ID' => 'ID Versi Sistem',
|
||||
'GZIP' => 'GZIP',
|
||||
'Debugging' => 'Debugging',
|
||||
'Plugin API' => 'Plugin API',
|
||||
'Plugins active' => 'Plugins aktif',
|
||||
'Actions registered' => 'Tindakan telah terdaftar',
|
||||
'Filters registered' => 'Filter telah terdaftar',
|
||||
'Log Out' => 'Keluar',
|
||||
'Site' => 'Situs',
|
||||
'Delete Temporary Files' => 'Hapus File Sementara',
|
||||
'Download the latest version' => 'Unduh Versi Terbaru',
|
||||
'Powered by' => 'Didukung oleh',
|
||||
'Administration' => 'Administrasi',
|
||||
'Settings' => 'Pengaturan',
|
||||
'Temporary files deleted' => 'Hapus File Sementara',
|
||||
'Extends' => 'Ekstensi',
|
||||
'View Site' => 'Lihat Situs',
|
||||
'Welcome, :username' => 'Selamat datang, :username',
|
||||
'Reset Password' => 'Reset Password',
|
||||
'< Back to Website' => '< Kembali ke Situs Web',
|
||||
'Forgot your password? >' => 'Lupa Password? >',
|
||||
'Administration >' => 'Administrasi >',
|
||||
'Send New Password' => 'Kirim Password Baru',
|
||||
'This user does not exist' => 'Pengguna ini tidak terdaftar',
|
||||
'Version' => 'Versi',
|
||||
|
||||
'Install script writable' => 'Skrip Instalasi writable',
|
||||
'Install script not writable' => 'Skrip Instalasi tidak writable',
|
||||
'Directory: <b> :dir </b> writable' => 'Direktori: <b> :dir </b> writable',
|
||||
'Directory: <b> :dir </b> not writable' => 'Direktori: <b> :dir </b> tidak writable',
|
||||
'PHP Version' => 'Versi PHP',
|
||||
'Module DOM is installed' => 'Modul DOM telah terpasang',
|
||||
'Module DOM is required' => 'diperlukan Modul DOM',
|
||||
'Module Mod Rewrite is installed' => 'Modul Mod Rewrite telah terpasang',
|
||||
'Module SimpleXML is installed' => 'Modul SimpleXML telah terpasang',
|
||||
'PHP 5.2 or greater is required' => 'diperlukan PHP 5.2 atau yang lebih baru',
|
||||
'Apache Mod Rewrite is required' => 'diperlukan Apache Mod Rewrite',
|
||||
'SimpleXML module is required' => 'diperlukan Modul simpleXML',
|
||||
'Field "Site name" is empty' => 'Isian "Nama Situs" kosong',
|
||||
'Field "Email" is empty' => 'Isian "Email" kosong',
|
||||
'Field "Username" is empty' => 'Isian "Nama Pengguna" kosong',
|
||||
'Field "Password" is empty' => 'Isian "Password" kosong',
|
||||
'Field "Site url" is empty' => 'Isian "Situs URL" kosong',
|
||||
'Email not valid' => 'E-Mail tidak cocok',
|
||||
'Install' => 'Memasangkan',
|
||||
'...Monstra says...' => '...Katanya Monstra...',
|
||||
'Sitemap file writable' => 'File sitemap writable',
|
||||
'Sitemap file not writable' => 'File sitemap tidak writable',
|
||||
'Main .htaccess file writable' => 'File .htaccess-Datei writable',
|
||||
'Main .htaccess file not writable' => 'File .htaccess tidak writable',
|
||||
'Official Support Forum' => 'Forum Support Resmi',
|
||||
'Documentation' => 'Dokumentasi',
|
||||
'Your changes have been saved.' => 'Perubahan Telah Disimpan.',
|
||||
)
|
||||
);
|
80
plugins/box/system/languages/ja.lang.php
Normal file
80
plugins/box/system/languages/ja.lang.php
Normal file
@@ -0,0 +1,80 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'system' => array(
|
||||
'System' => 'システム',
|
||||
'Published a new version of the :monstra' => '新しいバージョンの:monstraが公開されています',
|
||||
'Sitemap created' => 'サイトマップを作成しました',
|
||||
'Create Sitemap' => 'サイトマップの作成',
|
||||
'on' => 'オン',
|
||||
'off'=> 'オフ',
|
||||
'Site Url' => 'サイトのURL',
|
||||
'Maintenance Mode' => 'メンテナンスモード',
|
||||
'Maintenance Mode On' => 'メンテナンスモード On',
|
||||
'Maintenance Mode Off' => 'メンテナンスモード Off',
|
||||
'Site Settings' => 'サイトの設定',
|
||||
'System Settings' => 'システム設定',
|
||||
'Site Name' => 'サイト名',
|
||||
'Site Description' => 'サイトの説明',
|
||||
'Site Keywords' => 'サイトのキーワード',
|
||||
'Site Slogan' => 'サイトのスローガン',
|
||||
'Default Page' => 'デフォルトのページ',
|
||||
'Time zone' => 'タイムゾーン',
|
||||
'Language' => '言語',
|
||||
'Email' => 'Eメール',
|
||||
'Save' => '保存',
|
||||
'Site' => 'サイト',
|
||||
'System version' => 'システムバージョン',
|
||||
'System version ID' => 'システムバージョンID',
|
||||
'GZIP' => 'GZIP',
|
||||
'Debugging' => 'デバッグ',
|
||||
'Plugin API' => 'プラグインAPI',
|
||||
'Plugins active' => 'Plugins active',
|
||||
'Actions registered' => 'アクションが登録されました',
|
||||
'Filters registered' => 'フィルタが登録されました',
|
||||
'Delete Temporary Files' => 'テンポラリファイルを削除',
|
||||
'Download the latest version' => '最新バージョンをダウンロード',
|
||||
'Powered by' => 'Powered by',
|
||||
'Administration' => '管理者モード',
|
||||
'Settings' => '設定',
|
||||
'Temporary files deleted' => 'テンポラリファイルを削除しました',
|
||||
'Extends' => '拡張',
|
||||
'View Site' => 'サイトを見る',
|
||||
'Welcome, :username' => ':usernameさん、ようこそ',
|
||||
'Reset Password' => 'パスワードのリセット',
|
||||
'< Back to Website' => '< Webサイトに戻る',
|
||||
'Forgot your password? >' => 'パスワードを忘れましたか? >',
|
||||
'Administration >' => '管理者 >',
|
||||
'Send New Password' => '新しいパスワードを送信',
|
||||
'This user does not exist' => 'このユーザーは存在しません',
|
||||
'Version' => 'バージョン',
|
||||
'Plugin does not exist' => 'プラグインが存在しません',
|
||||
'Install script writable' => 'インストールスクリプトは書き込み可能です',
|
||||
'Install script not writable' => 'インストールスクリプトは書き込み不可能です',
|
||||
'Directory: <b> :dir </b> writable' => 'ディレクトリ: <b> :dir </b> は書き込み可能です',
|
||||
'Directory: <b> :dir </b> not writable' => 'ディレクトリ: <b> :dir </b> は書き込み不可能です',
|
||||
'PHP Version' => 'PHPバージョン',
|
||||
'Module DOM is installed' => 'DOMモジュールはインストールされています',
|
||||
'Module DOM is required' => 'DOMモジュールが必要です',
|
||||
'Module Mod Rewrite is installed' => 'Mod Rewriteモジュールはインストールされています',
|
||||
'Module SimpleXML is installed' => 'SimpleXMLモジュールはインストールされています',
|
||||
'PHP 5.2 or greater is required' => 'PHP 5.2以上が必要です',
|
||||
'Apache Mod Rewrite is required' => 'ApacheのMod Rewriteが必要です',
|
||||
'SimpleXML module is required' => 'SimpleXMLモジュールが必要です',
|
||||
'Field "Site name" is empty' => '"サイト名"フィールドが空です',
|
||||
'Field "Email" is empty' => '"Eメール"フィールドが空です',
|
||||
'Field "Username" is empty' => '"ユーザー名"フィールドが空です',
|
||||
'Field "Password" is empty' => '"パスワード"フィールドが空です',
|
||||
'Field "Site url" is empty' => '"サイトURL"フィールドが空です',
|
||||
'Email not valid' => '有効なEメールアドレスではありません',
|
||||
'Install' => 'インストール',
|
||||
'...Monstra says...' => '...Monstraより...',
|
||||
'Sitemap file writable' => 'サイトマップファイルは書き込み可能です',
|
||||
'Sitemap file not writable' => 'サイトマップファイルは書き込み不可能で',
|
||||
'Main .htaccess file writable' => 'メイン .htaccess ファイルは書き込み可能です',
|
||||
'Main .htaccess file not writable' => 'メイン .htaccess ファイルは書き込み不可能です',
|
||||
'Official Support Forum' => 'オフィシャルサポートフォーラム',
|
||||
'Documentation' => 'ドキュメント',
|
||||
'Your changes have been saved.' => '変更された設定は保存されました。',
|
||||
)
|
||||
);
|
51
plugins/box/themes/languages/id.lang.php
Normal file
51
plugins/box/themes/languages/id.lang.php
Normal 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',
|
||||
)
|
||||
);
|
50
plugins/box/themes/languages/ja.lang.php
Normal file
50
plugins/box/themes/languages/ja.lang.php
Normal 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' => 'スクリプトの編集',
|
||||
)
|
||||
);
|
68
plugins/box/users/languages/id.lang.php
Normal file
68
plugins/box/users/languages/id.lang.php
Normal file
@@ -0,0 +1,68 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'users' => array(
|
||||
'Users' => 'Pengguna',
|
||||
'Login' => 'Masuk',
|
||||
'Username' => 'Pengguna',
|
||||
'Password' => 'Password',
|
||||
'Registered' => 'Terdaftar',
|
||||
'Email' => 'Email',
|
||||
'Role' => 'Peran',
|
||||
'Roles' => 'Peranan',
|
||||
'Edit' => 'Perbaiki',
|
||||
'Actions' => 'Tindakan',
|
||||
'Delete' => 'Hapus',
|
||||
'Enter' => 'Masukkan',
|
||||
'Logout' => 'Keluar',
|
||||
'Register New User' => 'Daftarkan Pengguna Baru',
|
||||
'New User Registration' => 'Pendaftaran Pengguna Baru',
|
||||
'Delete user: :user' => 'Hapus pengguna: :user',
|
||||
'User <i>:user</i> have been deleted.' => 'Pengguna <i>:user</i> telah dihapus.',
|
||||
'This user already exists' => 'Pengguna ini sudah terdaftar',
|
||||
'This email already exists' => 'Email',
|
||||
'Changes saved' => 'Perubahan disimpan',
|
||||
'Wrong old password' => 'Password lama salah',
|
||||
'Admin' => 'Admin',
|
||||
'User' => 'Pengguna',
|
||||
'Editor' => 'Editor',
|
||||
'Register' => 'Daftar',
|
||||
'Edit profile' => 'Perbaiki Profil',
|
||||
'Save' => 'Simpan',
|
||||
'Firstname' => 'Nama Pertama',
|
||||
'Lastname' => 'Nama Terakhir',
|
||||
'Old password' => 'Password Lama',
|
||||
'New password' => 'Password Baru',
|
||||
'Welcome' => 'Selamat Datang',
|
||||
'Wrong <b>username</b> or <b>password</b>' => 'Kesalahan <b>nama pengguna</b> atau <b>password</b>',
|
||||
'Your changes have been saved.' => 'Perubahan telah disimpan.',
|
||||
'New user have been registered.' => 'Pengguna baru telah terdaftar.',
|
||||
'Captcha' => 'Verifikasi',
|
||||
'Registration' => 'Pendaftaran',
|
||||
'Username' => 'Nama Pengguna',
|
||||
'User email is invalid' => 'Email tidak cocok',
|
||||
'Reset Password' => 'Mengganti Password',
|
||||
'Send New Password' => 'Mengirim password baru',
|
||||
'This user doesnt alredy exist' => 'Pengguna ini belum ada',
|
||||
'Users - Profile' => 'Pengguna - Profil',
|
||||
'Users - Edit Profile' => 'Pengguna - Perbaiki Profil',
|
||||
'Users - Login' => 'Pengguna - Masuk',
|
||||
'Users - Registration' => 'Pengguna - Pendaftaran',
|
||||
'Users - Password Recover' => 'Pengguna - Mendapatkan Kembali Password',
|
||||
'New Password' => 'Password Baru',
|
||||
'Forgot your password?' => 'Lupa Password Anda?',
|
||||
'New password has been sent' => 'Password baru telah dikirim',
|
||||
'Monstra says: This is not your profile...' => 'Katanya Monstra: Ini bukan profil Anda ...',
|
||||
'User registration is closed.' => 'Pendaftaran pengguna telah ditutup.',
|
||||
'Allow user registration' => 'Izinkan pendaftaran pengguna',
|
||||
'Required field' => 'Isian yang diperlukan',
|
||||
'This user doesnt exist' => 'Pengguna ini tidak terdaftar',
|
||||
'Captcha code is wrong' => 'Kode verifikasi salah',
|
||||
'Your login details for :site_name has been sent' => 'Rincian data :site_name telah dikirim',
|
||||
'Your new password for :site_name' => 'Password baru untuk :site_name',
|
||||
'Your login details for :site_name' => 'Rincian data untuk :site_name',
|
||||
'About Me' => 'Tentang Saya',
|
||||
'Profile' => 'Profil',
|
||||
'You are banned for 10 minutes. Try again later' => 'Anda dilarang masuk selama 10 menit. Silahkan dicoba lagi nanti',
|
||||
)
|
||||
);
|
68
plugins/box/users/languages/ja.lang.php
Normal file
68
plugins/box/users/languages/ja.lang.php
Normal file
@@ -0,0 +1,68 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'users' => array(
|
||||
'Users' => 'ユーザー',
|
||||
'Login' => 'ログイン',
|
||||
'Username' => 'ユーザー名',
|
||||
'Password' => 'パスワード',
|
||||
'Registered' => '登録日',
|
||||
'Email' => 'メールアドレス',
|
||||
'Role' => 'ロール',
|
||||
'Roles' => 'ロール',
|
||||
'Edit' => '編集',
|
||||
'Actions' => '操作',
|
||||
'Delete' => '削除',
|
||||
'Log In' => 'ログイン',
|
||||
'Log Out' => 'ログアウト',
|
||||
'Register New user' => '新規ユーザー登録',
|
||||
'New User Registration' => '新規ユーザーの登録',
|
||||
'Delete user: :user' => 'ユーザーの削除: :user',
|
||||
'User <i>:user</i> have been deleted.' => 'ユーザー <i>:user</i> は削除されました。',
|
||||
'This user already exists' => 'ユーザーはすでに存在しています。',
|
||||
'This email already exists' => 'このメールアドレスはすでに存在しています。',
|
||||
'Changes saved' => '変更は保存されました',
|
||||
'Wrong old password' => '古いパスワードが間違っています',
|
||||
'Admin' => '管理者',
|
||||
'User' => 'ユーザー',
|
||||
'Editor' => '編集者',
|
||||
'Register' => '登録',
|
||||
'Edit profile' => 'プロフィールの編集',
|
||||
'Save' => '保存',
|
||||
'Firstname' => '名',
|
||||
'Lastname' => '姓',
|
||||
'Old password' => '古いパスワード',
|
||||
'New password' => '新しいパスワード',
|
||||
'Welcome' => 'ようこそ',
|
||||
'Wrong <b>username</b> or <b>password</b>' => '<b>ユーザー名</b> または <b>パスワード</b> が不正です',
|
||||
'Your changes have been saved.' => '変更は保存されました。',
|
||||
'New user have been registered.' => '新規ユーザーが登録されました。',
|
||||
'Captcha' => 'Captcha',
|
||||
'Registration' => '登録',
|
||||
'Username' => 'ユーザー名',
|
||||
'User email is invalid' => 'ユーザーのメールアドレスが無効です',
|
||||
'Reset Password' => 'パスワードをリセット',
|
||||
'Send New Password' => '新しいパスワードを送信しました。',
|
||||
'This user doesnt alredy exist' => 'このユーザーはすでに存在しています。',
|
||||
'Users - Profile' => 'ユーザー - プロフィール',
|
||||
'Users - Edit Profile' => 'ユーザー - プロフィールの編集',
|
||||
'Users - Log In' => 'ユーザー - ログイン',
|
||||
'Users - Registration' => 'ユーザー - 登録',
|
||||
'Users - Password Recover' => 'ユーザー - パスワードの復帰',
|
||||
'New Password' => '新しいパスワード',
|
||||
'Forgot your password?' => 'パスワードを忘れましたか?',
|
||||
'New password has been sent' => '新しいパスワードを送信しました。',
|
||||
'Monstra says: This is not your profile...' => 'Monstraより: これはあなたのプロフィールではありません...',
|
||||
'User registration is closed.' => '現在ユーザー登録はできません。',
|
||||
'Allow user registration' => 'ユーザー登録可能',
|
||||
'Required field' => '必須項目',
|
||||
'This user doesnt exist' => 'ユーザーは存在しません',
|
||||
'Captcha code is wrong' => 'Captchaコードが間違っています',
|
||||
'Your login details for :site_name has been sent' => 'Your login details for :site_name has been sent',
|
||||
'Your new password for :site_name' => 'Your new password for :site_name',
|
||||
'Your login details for :site_name' => 'Your login details for :site_name',
|
||||
'About Me' => 'ひとこと',
|
||||
'Profile' => 'プロフィール',
|
||||
'You are banned for 10 minutes. Try again later' => '10分間ログインができません。後ほどお試しください。',
|
||||
)
|
||||
);
|
9
plugins/captcha/languages/id.lang.php
Normal file
9
plugins/captcha/languages/id.lang.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'captcha' => array(
|
||||
'Captcha' => 'Verifikasi',
|
||||
'Captcha plugin for Monstra' => 'Verifikasi plugin untuk Monstra',
|
||||
'Captcha code is wrong' => 'Kode Verifikasi salah',
|
||||
)
|
||||
);
|
10
plugins/sandbox/languages/id.lang.php
Normal file
10
plugins/sandbox/languages/id.lang.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'sandbox' => array(
|
||||
'Sandbox' => 'Sandbox',
|
||||
'Sandbox plugin for Monstra' => 'Plugin Sandbox untuk Monstra',
|
||||
'Sandbox template' => 'Template Sandbox',
|
||||
'Save' => 'Simpan',
|
||||
)
|
||||
);
|
Reference in New Issue
Block a user