summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2015-08-14 09:00:51 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2015-08-14 09:00:51 +0000
commitfe24da53e7841fdb76651c8fa3abd561fa97cf7f (patch)
tree118e1f8ce7bb87129940a1b15bfc7f5c1474c8b9
parent035edd39c422c9434147a1b0ac457cb9383c9b5b (diff)
downloadredmine-fe24da53e7841fdb76651c8fa3abd561fa97cf7f.tar.gz
redmine-fe24da53e7841fdb76651c8fa3abd561fa97cf7f.zip
Adds translation strings (#950).
git-svn-id: http://svn.redmine.org/redmine/trunk@14494 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--config/locales/ar.yml21
-rw-r--r--config/locales/az.yml21
-rw-r--r--config/locales/bg.yml21
-rw-r--r--config/locales/bs.yml21
-rw-r--r--config/locales/ca.yml21
-rw-r--r--config/locales/cs.yml21
-rw-r--r--config/locales/da.yml21
-rw-r--r--config/locales/de.yml21
-rw-r--r--config/locales/el.yml21
-rw-r--r--config/locales/en-GB.yml21
-rw-r--r--config/locales/es-PA.yml21
-rw-r--r--config/locales/es.yml21
-rw-r--r--config/locales/et.yml21
-rw-r--r--config/locales/eu.yml21
-rw-r--r--config/locales/fa.yml21
-rw-r--r--config/locales/fi.yml21
-rw-r--r--config/locales/gl.yml21
-rw-r--r--config/locales/he.yml21
-rw-r--r--config/locales/hr.yml21
-rw-r--r--config/locales/hu.yml21
-rw-r--r--config/locales/id.yml21
-rw-r--r--config/locales/it.yml21
-rw-r--r--config/locales/ja.yml21
-rw-r--r--config/locales/ko.yml21
-rw-r--r--config/locales/lt.yml21
-rw-r--r--config/locales/lv.yml21
-rw-r--r--config/locales/mk.yml21
-rw-r--r--config/locales/mn.yml21
-rw-r--r--config/locales/nl.yml21
-rw-r--r--config/locales/no.yml21
-rw-r--r--config/locales/pl.yml21
-rw-r--r--config/locales/pt-BR.yml21
-rw-r--r--config/locales/pt.yml21
-rw-r--r--config/locales/ro.yml21
-rw-r--r--config/locales/ru.yml21
-rw-r--r--config/locales/sk.yml21
-rw-r--r--config/locales/sl.yml21
-rw-r--r--config/locales/sq.yml21
-rw-r--r--config/locales/sr-YU.yml21
-rw-r--r--config/locales/sr.yml21
-rw-r--r--config/locales/sv.yml21
-rw-r--r--config/locales/th.yml21
-rw-r--r--config/locales/tr.yml21
-rw-r--r--config/locales/uk.yml21
-rw-r--r--config/locales/vi.yml21
-rw-r--r--config/locales/zh-TW.yml21
-rw-r--r--config/locales/zh.yml21
47 files changed, 987 insertions, 0 deletions
diff --git a/config/locales/ar.yml b/config/locales/ar.yml
index c76149877..b42ea54c2 100644
--- a/config/locales/ar.yml
+++ b/config/locales/ar.yml
@@ -1155,3 +1155,24 @@ ar:
label_member_management_selected_roles_only: Only these roles
label_password_required: Confirm your password to continue
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
diff --git a/config/locales/az.yml b/config/locales/az.yml
index de78f3890..0a8fbee92 100644
--- a/config/locales/az.yml
+++ b/config/locales/az.yml
@@ -1252,3 +1252,24 @@ az:
label_member_management_selected_roles_only: Only these roles
label_password_required: Confirm your password to continue
label_total_spent_time: Cəmi sərf olunan vaxt
+ 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
diff --git a/config/locales/bg.yml b/config/locales/bg.yml
index a47d2487e..0ef24938e 100644
--- a/config/locales/bg.yml
+++ b/config/locales/bg.yml
@@ -1148,3 +1148,24 @@ bg:
description_date_from: Въведете начална дата
description_date_to: Въведете крайна дата
text_repository_identifier_info: 'Позволени са малки букви (a-z), цифри, тирета и _.<br />Промяна след създаването му не е възможна.'
+ 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
diff --git a/config/locales/bs.yml b/config/locales/bs.yml
index ee5fb1eb3..614c80738 100644
--- a/config/locales/bs.yml
+++ b/config/locales/bs.yml
@@ -1168,3 +1168,24 @@ bs:
label_member_management_selected_roles_only: Only these roles
label_password_required: Confirm your password to continue
label_total_spent_time: Overall 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
diff --git a/config/locales/ca.yml b/config/locales/ca.yml
index 1c6d7facb..85d17b602 100644
--- a/config/locales/ca.yml
+++ b/config/locales/ca.yml
@@ -1157,3 +1157,24 @@ ca:
label_member_management_selected_roles_only: Only these roles
label_password_required: Confirm your password to continue
label_total_spent_time: "Temps total invertit"
+ 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
diff --git a/config/locales/cs.yml b/config/locales/cs.yml
index 030e2be4c..19e1e5b25 100644
--- a/config/locales/cs.yml
+++ b/config/locales/cs.yml
@@ -1157,3 +1157,24 @@ cs:
label_member_management_selected_roles_only: Only these roles
label_password_required: Confirm your password to continue
label_total_spent_time: Celkem strávený čas
+ 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
diff --git a/config/locales/da.yml b/config/locales/da.yml
index 19e54431e..217653997 100644
--- a/config/locales/da.yml
+++ b/config/locales/da.yml
@@ -1172,3 +1172,24 @@ da:
label_member_management_selected_roles_only: Only these roles
label_password_required: Confirm your password to continue
label_total_spent_time: Overordnet forbrug af tid
+ 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
diff --git a/config/locales/de.yml b/config/locales/de.yml
index 8a2bba7dd..dd40e4f00 100644
--- a/config/locales/de.yml
+++ b/config/locales/de.yml
@@ -1164,3 +1164,24 @@ de:
label_member_management_all_roles: All roles
label_member_management_selected_roles_only: Only these roles
label_total_spent_time: Aufgewendete Zeit aller Projekte anzeigen
+ 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
diff --git a/config/locales/el.yml b/config/locales/el.yml
index 71d3f73bf..8b5c0e923 100644
--- a/config/locales/el.yml
+++ b/config/locales/el.yml
@@ -1155,3 +1155,24 @@ el:
label_member_management_selected_roles_only: Only these roles
label_password_required: Confirm your password to continue
label_total_spent_time: Overall 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
diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml
index 2b618f80a..4fe84fc84 100644
--- a/config/locales/en-GB.yml
+++ b/config/locales/en-GB.yml
@@ -1157,3 +1157,24 @@ en-GB:
label_member_management_selected_roles_only: Only these roles
label_password_required: Confirm your password to continue
label_total_spent_time: Overall 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
diff --git a/config/locales/es-PA.yml b/config/locales/es-PA.yml
index ec0dba02b..d1b3beb53 100644
--- a/config/locales/es-PA.yml
+++ b/config/locales/es-PA.yml
@@ -1189,3 +1189,24 @@ es-PA:
label_member_management_selected_roles_only: Sólo estos roles
label_password_required: Confirme su contraseña para continuar
label_total_spent_time: Tiempo total dedicado
+ 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
diff --git a/config/locales/es.yml b/config/locales/es.yml
index 4042eec9d..be9d9a763 100644
--- a/config/locales/es.yml
+++ b/config/locales/es.yml
@@ -1187,3 +1187,24 @@ es:
label_member_management_selected_roles_only: Sólo estos roles
label_password_required: Confirme su contraseña para continuar
label_total_spent_time: Tiempo total dedicado
+ 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
diff --git a/config/locales/et.yml b/config/locales/et.yml
index 3f2514f16..3503d7972 100644
--- a/config/locales/et.yml
+++ b/config/locales/et.yml
@@ -1168,3 +1168,24 @@ et:
label_member_management_selected_roles_only: Only these roles
label_password_required: Confirm your password to continue
label_total_spent_time: "Kokku kulutatud aeg"
+ 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
diff --git a/config/locales/eu.yml b/config/locales/eu.yml
index d7c6d9b14..772bd6caf 100644
--- a/config/locales/eu.yml
+++ b/config/locales/eu.yml
@@ -1156,3 +1156,24 @@ eu:
label_member_management_selected_roles_only: Only these roles
label_password_required: Confirm your password to continue
label_total_spent_time: Igarotako denbora guztira
+ 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
diff --git a/config/locales/fa.yml b/config/locales/fa.yml
index 49d1710eb..6d91a0930 100644
--- a/config/locales/fa.yml
+++ b/config/locales/fa.yml
@@ -1156,3 +1156,24 @@ fa:
label_member_management_selected_roles_only: Only these roles
label_password_required: Confirm your password to continue
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
diff --git a/config/locales/fi.yml b/config/locales/fi.yml
index 65893e0a7..9129f22d0 100644
--- a/config/locales/fi.yml
+++ b/config/locales/fi.yml
@@ -1176,3 +1176,24 @@ fi:
label_member_management_selected_roles_only: Only these roles
label_password_required: Confirm your password to continue
label_total_spent_time: Overall 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
diff --git a/config/locales/gl.yml b/config/locales/gl.yml
index fdacf9833..7d661ece8 100644
--- a/config/locales/gl.yml
+++ b/config/locales/gl.yml
@@ -1163,3 +1163,24 @@ gl:
label_member_management_selected_roles_only: Only these roles
label_password_required: Confirm your password to continue
label_total_spent_time: "Tempo total empregado"
+ 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
diff --git a/config/locales/he.yml b/config/locales/he.yml
index 6abee17a9..97e46e43a 100644
--- a/config/locales/he.yml
+++ b/config/locales/he.yml
@@ -1160,3 +1160,24 @@ he:
label_member_management_selected_roles_only: Only these roles
label_password_required: Confirm your password to continue
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
diff --git a/config/locales/hr.yml b/config/locales/hr.yml
index 4cee66120..140612447 100644
--- a/config/locales/hr.yml
+++ b/config/locales/hr.yml
@@ -1156,3 +1156,24 @@ hr:
label_member_management_selected_roles_only: Only these roles
label_password_required: Confirm your password to continue
label_total_spent_time: Overall 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
diff --git a/config/locales/hu.yml b/config/locales/hu.yml
index 6319ddf23..fba75b30e 100644
--- a/config/locales/hu.yml
+++ b/config/locales/hu.yml
@@ -1174,3 +1174,24 @@
label_member_management_selected_roles_only: Only these roles
label_password_required: Confirm your password to continue
label_total_spent_time: Összes ráfordított idő
+ 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
diff --git a/config/locales/id.yml b/config/locales/id.yml
index 0839b09a0..d1351c5ba 100644
--- a/config/locales/id.yml
+++ b/config/locales/id.yml
@@ -1159,3 +1159,24 @@ id:
label_member_management_selected_roles_only: Only these roles
label_password_required: Confirm your password to continue
label_total_spent_time: Overall 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
diff --git a/config/locales/it.yml b/config/locales/it.yml
index 709149438..7aec2fd31 100644
--- a/config/locales/it.yml
+++ b/config/locales/it.yml
@@ -1150,3 +1150,24 @@ it:
label_member_management_selected_roles_only: Solo questi ruoli
label_password_required: Confirm your password to continue
label_total_spent_time: Totale tempo impiegato
+ 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
diff --git a/config/locales/ja.yml b/config/locales/ja.yml
index 05b9147b8..5187491f8 100644
--- a/config/locales/ja.yml
+++ b/config/locales/ja.yml
@@ -1170,3 +1170,24 @@ 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
diff --git a/config/locales/ko.yml b/config/locales/ko.yml
index 258dc099a..62f74554e 100644
--- a/config/locales/ko.yml
+++ b/config/locales/ko.yml
@@ -1199,3 +1199,24 @@ ko:
label_member_management_selected_roles_only: Only these roles
label_password_required: Confirm your password to continue
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
diff --git a/config/locales/lt.yml b/config/locales/lt.yml
index 652af5639..d691cdd73 100644
--- a/config/locales/lt.yml
+++ b/config/locales/lt.yml
@@ -1214,3 +1214,24 @@ lt:
label_member_management_selected_roles_only: Only these roles
label_password_required: Confirm your password to continue
label_total_spent_time: Visas dirbtas laikas
+ 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
diff --git a/config/locales/lv.yml b/config/locales/lv.yml
index dea9f8e13..84dd9b8ce 100644
--- a/config/locales/lv.yml
+++ b/config/locales/lv.yml
@@ -1149,3 +1149,24 @@ lv:
label_member_management_selected_roles_only: Only these roles
label_password_required: Confirm your password to continue
label_total_spent_time: Overall 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
diff --git a/config/locales/mk.yml b/config/locales/mk.yml
index b752cc5cb..e36b924c1 100644
--- a/config/locales/mk.yml
+++ b/config/locales/mk.yml
@@ -1155,3 +1155,24 @@ mk:
label_member_management_selected_roles_only: Only these roles
label_password_required: Confirm your password to continue
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
diff --git a/config/locales/mn.yml b/config/locales/mn.yml
index e0bea04a4..760e99a3d 100644
--- a/config/locales/mn.yml
+++ b/config/locales/mn.yml
@@ -1156,3 +1156,24 @@ mn:
label_member_management_selected_roles_only: Only these roles
label_password_required: Confirm your password to continue
label_total_spent_time: Overall 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
diff --git a/config/locales/nl.yml b/config/locales/nl.yml
index 96dfa9f7d..6434ad8f3 100644
--- a/config/locales/nl.yml
+++ b/config/locales/nl.yml
@@ -1134,3 +1134,24 @@ nl:
label_member_management_selected_roles_only: Only these roles
label_password_required: Confirm your password to continue
label_total_spent_time: Totaal bestede tijd
+ 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
diff --git a/config/locales/no.yml b/config/locales/no.yml
index df905ce5a..db82dcea0 100644
--- a/config/locales/no.yml
+++ b/config/locales/no.yml
@@ -1145,3 +1145,24 @@
label_member_management_selected_roles_only: Only these roles
label_password_required: Confirm your password to continue
label_total_spent_time: All tidsbruk
+ 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
diff --git a/config/locales/pl.yml b/config/locales/pl.yml
index 94c94b336..23c2f2383 100644
--- a/config/locales/pl.yml
+++ b/config/locales/pl.yml
@@ -1175,3 +1175,24 @@ pl:
label_member_management_selected_roles_only: Only these roles
label_password_required: Confirm your password to continue
label_total_spent_time: Przepracowany czas
+ 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
diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml
index 3806c670d..6cb94514d 100644
--- a/config/locales/pt-BR.yml
+++ b/config/locales/pt-BR.yml
@@ -1174,3 +1174,24 @@ pt-BR:
label_member_management_selected_roles_only: Only these roles
label_password_required: Confirm your password to continue
label_total_spent_time: Tempo gasto geral
+ 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
diff --git a/config/locales/pt.yml b/config/locales/pt.yml
index ec1ed1d18..43cbb3f62 100644
--- a/config/locales/pt.yml
+++ b/config/locales/pt.yml
@@ -1160,3 +1160,24 @@ pt:
label_member_management_selected_roles_only: Only these roles
label_password_required: Confirm your password to continue
label_total_spent_time: Total de tempo registado
+ 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
diff --git a/config/locales/ro.yml b/config/locales/ro.yml
index 83a8c13b4..584d95f4c 100644
--- a/config/locales/ro.yml
+++ b/config/locales/ro.yml
@@ -1150,3 +1150,24 @@ ro:
label_member_management_selected_roles_only: Only these roles
label_password_required: Confirm your password to continue
label_total_spent_time: Overall 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
diff --git a/config/locales/ru.yml b/config/locales/ru.yml
index 6ce0caff0..738502982 100644
--- a/config/locales/ru.yml
+++ b/config/locales/ru.yml
@@ -1260,3 +1260,24 @@ ru:
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
diff --git a/config/locales/sk.yml b/config/locales/sk.yml
index d16aeb5f2..dd5c9c5f0 100644
--- a/config/locales/sk.yml
+++ b/config/locales/sk.yml
@@ -1145,3 +1145,24 @@ sk:
label_member_management_selected_roles_only: Only these roles
label_password_required: Confirm your password to continue
label_total_spent_time: Celkový strávený čas
+ 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
diff --git a/config/locales/sl.yml b/config/locales/sl.yml
index 7bea31d4b..f7d74ed5f 100644
--- a/config/locales/sl.yml
+++ b/config/locales/sl.yml
@@ -1155,3 +1155,24 @@ sl:
label_member_management_selected_roles_only: Only these roles
label_password_required: Confirm your password to continue
label_total_spent_time: Skupni porabljeni čas
+ 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
diff --git a/config/locales/sq.yml b/config/locales/sq.yml
index 7fbdf65c0..0f0d6ca66 100644
--- a/config/locales/sq.yml
+++ b/config/locales/sq.yml
@@ -1151,3 +1151,24 @@ sq:
label_member_management_selected_roles_only: Only these roles
label_password_required: Confirm your password to continue
label_total_spent_time: Overall 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
diff --git a/config/locales/sr-YU.yml b/config/locales/sr-YU.yml
index 62a65bbb4..a7c6c7697 100644
--- a/config/locales/sr-YU.yml
+++ b/config/locales/sr-YU.yml
@@ -1157,3 +1157,24 @@ sr-YU:
label_member_management_selected_roles_only: Only these roles
label_password_required: Confirm your password to continue
label_total_spent_time: Celokupno utrošeno vreme
+ 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
diff --git a/config/locales/sr.yml b/config/locales/sr.yml
index d0146bd9a..199980bbe 100644
--- a/config/locales/sr.yml
+++ b/config/locales/sr.yml
@@ -1156,3 +1156,24 @@ sr:
label_member_management_selected_roles_only: Only these roles
label_password_required: Confirm your password to continue
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
diff --git a/config/locales/sv.yml b/config/locales/sv.yml
index b55d2a2a0..ed7df1d9e 100644
--- a/config/locales/sv.yml
+++ b/config/locales/sv.yml
@@ -1188,3 +1188,24 @@ sv:
label_member_management_selected_roles_only: Only these roles
label_password_required: Confirm your password to continue
label_total_spent_time: Total tid spenderad
+ 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
diff --git a/config/locales/th.yml b/config/locales/th.yml
index 1b1e6ec1a..44a479d38 100644
--- a/config/locales/th.yml
+++ b/config/locales/th.yml
@@ -1152,3 +1152,24 @@ th:
label_member_management_selected_roles_only: Only these roles
label_password_required: Confirm your password to continue
label_total_spent_time: Overall 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
diff --git a/config/locales/tr.yml b/config/locales/tr.yml
index e80ff7c2c..e7779dde0 100644
--- a/config/locales/tr.yml
+++ b/config/locales/tr.yml
@@ -1164,3 +1164,24 @@ tr:
label_member_management_selected_roles_only: Sadece bu roller
label_password_required: Devam etmek için şifrenizi doğrulayın
label_total_spent_time: Toplam harcanan zaman
+ 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
diff --git a/config/locales/uk.yml b/config/locales/uk.yml
index c3714bed0..0fce1096c 100644
--- a/config/locales/uk.yml
+++ b/config/locales/uk.yml
@@ -1150,3 +1150,24 @@ uk:
label_member_management_selected_roles_only: Only these roles
label_password_required: Confirm your password to continue
label_total_spent_time: Overall 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
diff --git a/config/locales/vi.yml b/config/locales/vi.yml
index dad4e0af8..dd75b263c 100644
--- a/config/locales/vi.yml
+++ b/config/locales/vi.yml
@@ -1208,3 +1208,24 @@ vi:
label_member_management_selected_roles_only: Only these roles
label_password_required: Confirm your password to continue
label_total_spent_time: Tổng thời gian sử dụng
+ 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
diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml
index 98dd0bc33..3444c0f0c 100644
--- a/config/locales/zh-TW.yml
+++ b/config/locales/zh-TW.yml
@@ -1231,3 +1231,24 @@
description_date_to: 輸入結束日期
text_repository_identifier_info: '僅允許使用小寫英文字母 (a-z), 阿拉伯數字, 虛線與底線。<br />一旦儲存之後, 代碼便無法再次被更改。'
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
diff --git a/config/locales/zh.yml b/config/locales/zh.yml
index 592b97e8f..118e466af 100644
--- a/config/locales/zh.yml
+++ b/config/locales/zh.yml
@@ -1156,3 +1156,24 @@ zh:
label_member_management_selected_roles_only: Only these roles
label_password_required: Confirm your password to continue
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