You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

issue-12641-ja.diff 1.1KB

12345678910111213141516171819202122232425
  1. # HG changeset patch
  2. # User tmaruyama
  3. # Date 1362559296 0
  4. # Node ID ee54942e0289c30bea1b1973750b698b1ee7c466
  5. # Parent 738777832f379f6f099c25251593fc57bc17f586
  6. fix some Japanese "issue" translations (#13350)
  7. Contributed by Go MAEDA.
  8. diff --git a/config/locales/ja.yml b/config/locales/ja.yml
  9. --- a/config/locales/ja.yml
  10. +++ b/config/locales/ja.yml
  11. @@ -904,9 +904,9 @@ ja:
  12. text_journal_set_to: "%{label} を %{value} にセット"
  13. text_journal_deleted: "%{label} を削除 (%{old})"
  14. text_journal_added: "%{label} %{value} を追加"
  15. - text_tip_issue_begin_day: この日に開始するタスク
  16. - text_tip_issue_end_day: この日に終了するタスク
  17. - text_tip_issue_begin_end_day: この日のうちに開始して終了するタスク
  18. + text_tip_issue_begin_day: この日に開始するチケット
  19. + text_tip_issue_end_day: この日に終了するチケット
  20. + text_tip_issue_begin_end_day: この日に開始・終了するチケット
  21. text_caracters_maximum: "最大%{count}文字です。"
  22. text_caracters_minimum: "最低%{count}文字の長さが必要です"
  23. text_length_between: "長さは%{min}から%{max}文字までです。"