diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-07-26 16:05:12 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-07-26 16:05:12 +0000 |
commit | 14d3a11542b4db36fb4b389e773d20b16ff64a7f (patch) | |
tree | 94bffa68ac240cca76b23a0f37bee8420b324a55 /config | |
parent | a686fa478207a136d62f338779aa7672c0f1bb06 (diff) | |
download | redmine-14d3a11542b4db36fb4b389e773d20b16ff64a7f.tar.gz redmine-14d3a11542b4db36fb4b389e773d20b16ff64a7f.zip |
replace full stops by fullwidth in Japanese (#20296)
git-svn-id: http://svn.redmine.org/redmine/trunk@14471 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/ja.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 2e1365051..eb475924f 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -186,8 +186,8 @@ ja: notice_email_error: "メール送信中にエラーが発生しました (%{value})" notice_feeds_access_key_reseted: Atomアクセスキーを初期化しました。 notice_api_access_key_reseted: APIアクセスキーを初期化しました。 - notice_failed_to_save_issues: "全%{total}件中%{count}件のチケットが保存できませんでした: %{ids}." - notice_failed_to_save_members: "メンバーの保存に失敗しました: %{errors}." + notice_failed_to_save_issues: "全%{total}件中%{count}件のチケットが保存できませんでした: %{ids}。" + notice_failed_to_save_members: "メンバーの保存に失敗しました: %{errors}。" notice_no_issue_selected: "チケットが選択されていません! 更新対象のチケットを選択してください。" notice_account_pending: アカウントを作成しました。システム管理者の承認待ちです。 notice_default_data_loaded: デフォルト設定をロードしました。 @@ -1024,7 +1024,7 @@ ja: button_export: エクスポート label_export_options: "%{export_format} エクスポート設定" error_attachment_too_big: このファイルはアップロードできません。添付ファイルサイズの上限(%{max_size})を超えています。 - notice_failed_to_save_time_entries: "全%{total}件中%{count}件の作業時間が保存できませんでした: %{ids}." + notice_failed_to_save_time_entries: "全%{total}件中%{count}件の作業時間が保存できませんでした: %{ids}。" label_x_issues: zero: 0 チケット one: 1 チケット |