Sync locales

This commit is contained in:
Frederic Guillot
2015-06-28 10:01:28 -04:00
parent 7b9733f672
commit 6660be939d
19 changed files with 190 additions and 38 deletions

View File

@@ -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' => '',
);