diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-10-19 09:35:14 -0400 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-10-19 09:35:14 -0400 |
commit | 4da627d1beff2a7a775f1075237ea5721b478e39 (patch) | |
tree | cf4329cebc65ef203eeb10ffc469455ef7d5d074 /app/Locales | |
parent | e5bfd20f0f9063173582ab61b8ee41aece718959 (diff) |
Update Readme and sync locales
Diffstat (limited to 'app/Locales')
-rw-r--r-- | app/Locales/ja_JP/translations.php | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/app/Locales/ja_JP/translations.php b/app/Locales/ja_JP/translations.php index 9b7c5ac5..210c476b 100644 --- a/app/Locales/ja_JP/translations.php +++ b/app/Locales/ja_JP/translations.php @@ -373,7 +373,7 @@ return array( 'Unable to unlink your GitHub Account.' => 'GitHub アカウントのリンク解除に失敗しました。', 'Login with my GitHub Account' => 'Github アカウントでログインする', 'Link my GitHub Account' => 'Github アカウントをリンクする', - 'Unlink my GitHub Account' => 'Github アカウントとのリンクを解除する', + 'Unlink my GitHub Account' => 'Github アカウントとのリンクを解除する', 'Created by %s' => '%s が作成', 'Last modified on %B %e, %Y at %k:%M %p' => ' %Y/%m/%d %H:%M に変更', 'Tasks Export' => 'タスクの出力', @@ -449,6 +449,7 @@ return array( 'Email:' => 'Email:', 'Default project:' => 'デフォルトプロジェクト:', 'Notifications:' => '通知:', + // 'Notifications' => '', 'Group:' => 'グループ:', 'Regular user' => '通常のユーザ', 'Account type:' => 'アカウントの種類:', @@ -543,4 +544,9 @@ return array( 'Started on %B %e, %Y' => '開始 %Y/%m/%d', 'Start date' => '開始時間', 'Time estimated' => '予想時間', + // 'There is nothing assigned to you.' => '', + // 'My tasks' => '', + // 'Activity stream' => '', + // 'Dashboard' => '', + // 'Confirmation' => '', ); |