diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-08-18 00:43:57 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-08-18 00:43:57 +0000 |
commit | a6c0e0e886cb70cd7db3fc50cbf42359eb18eff6 (patch) | |
tree | 52061a7b8eff485b3868374cfe560625a3d35692 /config | |
parent | 139808b58d37b1ce09ab951762fc2a76f8ed6fb8 (diff) | |
download | redmine-a6c0e0e886cb70cd7db3fc50cbf42359eb18eff6.tar.gz redmine-a6c0e0e886cb70cd7db3fc50cbf42359eb18eff6.zip |
Japanese translation updated by Go MAEDA (#20538)
git-svn-id: http://svn.redmine.org/redmine/trunk@14507 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/ja.yml | 40 |
1 files changed, 19 insertions, 21 deletions
diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 5187491f8..cc0a2d8fa 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -1170,24 +1170,22 @@ ja: label_member_management_selected_roles_only: 次のロールのみ label_password_required: この操作を続行するにはパスワードを入力してください label_total_spent_time: すべての作業時間の記録 - notice_import_finished: All %{count} items have been imported. - notice_import_finished_with_errors: ! '%{count} out of %{total} items could not be - imported.' - error_invalid_file_encoding: The file is not a valid %{encoding} encoded file - error_invalid_csv_file_or_settings: The file is not a CSV file or does not match the - settings below - error_can_not_read_import_file: An error occurred while reading the file to import - permission_import_issues: Import issues - label_import_issues: Import issues - label_select_file_to_import: Select the file to import - label_fields_separator: Field separator - label_fields_wrapper: Field wrapper - label_encoding: Encoding - label_coma_char: Coma - label_semi_colon_char: Semi colon - label_quote_char: Quote - label_double_quote_char: Double quote - label_fields_mapping: Fields mapping - label_file_content_preview: File content preview - label_create_missing_values: Create missing values - button_import: Import + notice_import_finished: '%{count}件の項目をすべてインポートしました。' + notice_import_finished_with_errors: ! '全%{total}件中%{count}件の項目がインポートできませんでした。' + error_invalid_file_encoding: このファイルのエンコーディングは正しい%{encoding}ではありません + error_invalid_csv_file_or_settings: このファイルはCSVファイルではないか、以下の設定と一致していません + error_can_not_read_import_file: インポート元のファイルを読み込み中にエラーが発生しました + permission_import_issues: チケットのインポート + label_import_issues: チケットのインポート + label_select_file_to_import: インポートするファイルを選択してください + label_fields_separator: 区切り文字 + label_fields_wrapper: 文字列の引用符 + label_encoding: エンコーディング + label_coma_char: コンマ + label_semi_colon_char: セミコロン + label_quote_char: シングルクォート + label_double_quote_char: ダブルクォート + label_fields_mapping: フィールドの対応関係 + label_file_content_preview: ファイル内容のプレビュー + label_create_missing_values: 存在しない値は新規作成 + button_import: インポート |