Actions
Defect #20761
closedFix typo of Japanese translation for notice_gantt_chart_truncated
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
There is a typo in Japanse translation for notice_gantt_chart_truncated.
"超えたたため" must be "超えたため" (it has extra "た").
Index: config/locales/ja.yml
===================================================================
--- config/locales/ja.yml    (revision 14597)
+++ config/locales/ja.yml    (working copy)
@@ -194,7 +194,7 @@
   notice_unable_delete_version: バージョンを削除できません
   notice_unable_delete_time_entry: 作業時間を削除できません
   notice_issue_done_ratios_updated: チケットの進捗率を更新しました。
-  notice_gantt_chart_truncated: ガントチャートは、最大表示項目数(%{max})を超えたたため切り捨てられました。
+  notice_gantt_chart_truncated: ガントチャートは、最大表示項目数(%{max})を超えたため切り捨てられました。
   error_can_t_load_default_data: "デフォルト設定がロードできませんでした: %{value}" 
   error_scm_not_found: リポジトリに、エントリ/リビジョンが存在しません。
Files
       Updated by Toshi MARUYAMA about 10 years ago
      Updated by Toshi MARUYAMA about 10 years ago
      
    
    - Category set to Translations
- Target version set to 2.6.7
       Updated by Toshi MARUYAMA about 10 years ago
      Updated by Toshi MARUYAMA about 10 years ago
      
    
    - Status changed from New to Closed
- Resolution set to Fixed
Committed in trunk, 3.1-stable, 3.0-stable and 2.6-stable, thanks.
Actions