diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-06-28 10:01:28 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-06-28 10:01:28 -0400 |
commit | 6660be939d1452b8b2ac996837b55e8756598646 (patch) | |
tree | 5e010497ab1b317fb22e370cd2c668b28bd9c3ba /app/Locale/ja_JP | |
parent | 7b9733f67208a97fbf05d34ea449126794f781df (diff) |
Sync locales
Diffstat (limited to 'app/Locale/ja_JP')
-rw-r--r-- | app/Locale/ja_JP/translations.php | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/app/Locale/ja_JP/translations.php b/app/Locale/ja_JP/translations.php index 19c2bf82..9397b9b9 100644 --- a/app/Locale/ja_JP/translations.php +++ b/app/Locale/ja_JP/translations.php @@ -20,6 +20,15 @@ return array( 'Red' => 'レッド', 'Orange' => 'オレンジ', 'Grey' => 'グレー', + // 'Brown' => '', + // 'Deep Orange' => '', + // 'Dark Grey' => '', + // 'Pink' => '', + // 'Teal' => '', + // 'Cyan' => '', + // 'Lime' => '', + // 'Light Green' => '', + // 'Amber' => '', 'Save' => '保存', 'Login' => 'ログイン', 'Official website:' => '公式 Web サイト:', @@ -31,7 +40,6 @@ return array( 'All users' => 'すべてのユーザ', 'Username' => 'ユーザ名', 'Password' => 'パスワード', - 'Default project' => 'デフォルトプロジェクト', 'Administrator' => '管理者', 'Sign in' => 'ログイン', 'Users' => 'ユーザ', @@ -405,7 +413,6 @@ return array( 'Username:' => 'ユーザ名:', 'Name:' => '名前:', 'Email:' => 'Email:', - 'Default project:' => 'デフォルトプロジェクト:', 'Notifications:' => '通知:', 'Notifications' => '通知', 'Group:' => 'グループ:', @@ -949,4 +956,6 @@ return array( // '<30m' => '', // 'Stop timer' => '', // 'Start timer' => '', + // 'Add project member' => '', + // 'Enable notifications' => '', ); |