##// END OF EJS Templates
Ruby 1.9: fix parsing error of ja.yml with psych yaml library (#8847)....
Toshi MARUYAMA -
r6569:30c31ac9e98a
parent child
Show More
@@ -955,8 +955,8 ja:
955 text_zoom_out: 縮小
955 text_zoom_out: 縮小
956 text_warn_on_leaving_unsaved: このページから移動すると、保存されていないデータが失われます。
956 text_warn_on_leaving_unsaved: このページから移動すると、保存されていないデータが失われます。
957 text_scm_path_encoding_note: "デフォルト: UTF-8"
957 text_scm_path_encoding_note: "デフォルト: UTF-8"
958 text_mercurial_repository_note: "ローカルリポジトリ (例: /hgrepo, c:\hgrepo)"
958 text_mercurial_repository_note: "ローカルリポジトリ (例: /hgrepo, c:\\hgrepo)"
959 text_git_repository_note: "Bare、かつ、ローカルリポジトリ (例: /gitrepo, c:\gitrepo)"
959 text_git_repository_note: "Bare、かつ、ローカルリポジトリ (例: /gitrepo, c:\\gitrepo)"
960 text_scm_command: コマンド
960 text_scm_command: コマンド
961 text_scm_command_version: バージョン
961 text_scm_command_version: バージョン
962 text_scm_config: バージョン管理システムのコマンドをconfig/configuration.ymlで設定できます。設定後、Redmineを再起動してください。
962 text_scm_config: バージョン管理システムのコマンドをconfig/configuration.ymlで設定できます。設定後、Redmineを再起動してください。
@@ -1006,7 +1006,7 ja:
1006 field_is_private: プライベート
1006 field_is_private: プライベート
1007 permission_set_issues_private: チケットをプライベートに設定
1007 permission_set_issues_private: チケットをプライベートに設定
1008 label_issues_visibility_public: プライベートチケット以外
1008 label_issues_visibility_public: プライベートチケット以外
1009 text_issues_destroy_descendants_confirmation: %{count}個の子チケットも削除されます。
1009 text_issues_destroy_descendants_confirmation: "%{count}個の子チケットも削除されます。"
1010 notice_issue_successful_create: チケット %{id} が作成されました。
1010 notice_issue_successful_create: チケット %{id} が作成されました。
1011 label_between: 次の範囲内
1011 label_between: 次の範囲内
1012 setting_issue_group_assignment: グループへのチケット割り当てを許可
1012 setting_issue_group_assignment: グループへのチケット割り当てを許可
General Comments 0
You need to be logged in to leave comments. Login now