diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-10-16 10:45:55 -0700 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-10-16 10:45:55 -0700 |
commit | 90e291a0e65cb52888d0d02b42f337b1e7b998d0 (patch) | |
tree | 26d9de938a9c51057bd9ad0ba758e21d47eb2b3c | |
parent | 5619711e3f019b44cb97aee7653e296adf09bc2c (diff) |
Fix typo in Japanese translation
-rw-r--r-- | app/Locale/ja_JP/translations.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Locale/ja_JP/translations.php b/app/Locale/ja_JP/translations.php index 70ccfe87..e865f1c3 100644 --- a/app/Locale/ja_JP/translations.php +++ b/app/Locale/ja_JP/translations.php @@ -983,7 +983,7 @@ return array( 'User disabled successfully.' => 'ユーザーが無効になりました', 'Unable to disable this user.' => 'このユーザーを無効にできません', 'All files have been uploaded successfully.' => 'すべてのファイルが正常にアップロードされました', - 'The maximum allowed file size is %sB.' => '最大許容ファイルサイズ:%sB', + 'The maximum allowed file size is %sB.' => '最大許容ファイルサイズ:%sB', 'Drag and drop your files here' => 'ファイルをドラッグアンドドロップ', 'choose files' => 'ファイルを選択', 'View profile' => 'プロフィールを見る', @@ -1212,7 +1212,7 @@ return array( 'Your personal API access token is "%s"' => 'あなたのパーソナルAPIアクセストークン "%s"', 'Remove your token' => 'あなたのトークンを削除する', 'Generate a new token' => '新しいトークンを生成', - 'Showing %d-%d of %d' => '%d〜%d/%dを表示', + 'Showing %d-%d of %d' => '%d〜%d/%dを表示', 'Outgoing Emails' => '送信メール', 'Add or change currency rate' => '通貨レートを追加または変更', 'Reference currency: %s' => '参照通貨:%s', |