1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-06 05:07:49 +02:00

Create Japanese language file

This commit is contained in:
Takefumi Ota
2014-01-22 09:56:23 +09:00
parent 326a846be3
commit 3ad2cf7a56
2 changed files with 97 additions and 0 deletions

View 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...' => '作成中...',
)
);

View 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.' => '変更された設定は保存されました。',
)
);