summaryrefslogtreecommitdiffstats
path: root/config/locales/ja.yml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-01-10 18:05:49 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-01-10 18:05:49 +0000
commit9daa667d0acb5149562348d1867af901545e6fd2 (patch)
treef3585a8ec21eb4e8f44fa6ec1000a8e86c103a78 /config/locales/ja.yml
parent8eef72aa1a443a8cdc9d4c610e68fe408d5a1fcc (diff)
downloadredmine-9daa667d0acb5149562348d1867af901545e6fd2.tar.gz
redmine-9daa667d0acb5149562348d1867af901545e6fd2.zip
Adds total number of issues for each version on the roadmap.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8629 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/ja.yml')
-rw-r--r--config/locales/ja.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/locales/ja.yml b/config/locales/ja.yml
index 55fa09625..428e4b4c7 100644
--- a/config/locales/ja.yml
+++ b/config/locales/ja.yml
@@ -1037,3 +1037,7 @@ ja:
label_export_options: "%{export_format} エクスポート設定"
error_attachment_too_big: このファイルはアップロードできません。添付ファイルサイズの上限(%{max_size})を超えています。
notice_failed_to_save_time_entries: "全%{total}件中%{count}件の作業時間が保存できませんでした: %{ids}."
+ label_x_issues:
+ zero: 0 チケット
+ one: 1 チケット
+ other: "%{count} チケット"