mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-31 18:30:20 +02:00
Add Japanese language files.
This commit is contained in:
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/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' => '変更',
|
||||
)
|
||||
);
|
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/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/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/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/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コード',
|
||||
)
|
||||
);
|
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/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分間ログインができません。後ほどお試しください。',
|
||||
)
|
||||
);
|
Reference in New Issue
Block a user