Skip to content

Commit 7841726

Browse files
authored
Translated with Weblate (#994)
Translate-URL: https://hosted.weblate.org/projects/ns8/core/ar/ Translate-URL: https://hosted.weblate.org/projects/ns8/core/de/ Translate-URL: https://hosted.weblate.org/projects/ns8/core/es/ Translate-URL: https://hosted.weblate.org/projects/ns8/core/eu/ Translate-URL: https://hosted.weblate.org/projects/ns8/core/fr/ Translate-URL: https://hosted.weblate.org/projects/ns8/core/it/ Translate-URL: https://hosted.weblate.org/projects/ns8/core/nl/ Translate-URL: https://hosted.weblate.org/projects/ns8/core/pt/ Translate-URL: https://hosted.weblate.org/projects/ns8/core/pt_BR/ Translation: NS8/core Co-authored-by: Davide Principi <[email protected]> Co-authored-by: LibreTranslate <[email protected]> Co-authored-by: MadPatrick <[email protected]> Co-authored-by: Prefill add-on <[email protected]> Co-authored-by: Weblate Translation Memory <[email protected]> Refs NethServer/dev#7756
1 parent 98e9e02 commit 7841726

File tree

9 files changed

+359
-35
lines changed

9 files changed

+359
-35
lines changed

core/ui/public/i18n/ar/translation.json

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,10 @@
186186
"set-default-certificate": "Request certificate",
187187
"list-alerts": "List alerts",
188188
"list-nodes": "List nodes",
189-
"set-note": "Set note"
189+
"set-note": "Set note",
190+
"import-users": "Import users",
191+
"export-users": "Export users",
192+
"get-password-warning": "Get password warning"
190193
},
191194
"backup": {
192195
"smb_url_label": "Share name",
@@ -867,7 +870,16 @@
867870
"change_password_at_next_login": "User has to change password at next login",
868871
"no_password_expiration_policy": "Password never expires",
869872
"no_password_expiration_policy_tooltip": "User's password does not expire, regardless of age-related policy settings",
870-
"must_change_password_information_title": "Require password change at next login"
873+
"must_change_password_information_title": "Require password change at next login",
874+
"no_password_expiration": "No password expiration",
875+
"display_name_helper_text": "Name displayed to other users",
876+
"import_data": "Import data",
877+
"password": "Password",
878+
"locked": "Locked",
879+
"confirm_password": "Confirm password",
880+
"username_helper_text": "Must start with a letter. Only letters, numbers, hyphens and underscores are allowed",
881+
"must_change_password": "Must change password",
882+
"export_data": "Export data"
871883
},
872884
"nodes": {
873885
"check_node_connectivity": "Check node connectivity",
@@ -1271,7 +1283,8 @@
12711283
"choose_a_node": "Choose a node",
12721284
"any_node": "Any node",
12731285
"type": "Type",
1274-
"any": "Any"
1286+
"any": "Any",
1287+
"eg_value": "e.g. {value}"
12751288
},
12761289
"error": {
12771290
"403": "العملية غير مصرح بها",
@@ -1718,5 +1731,28 @@
17181731
"restart_instance_name": "Restart {instance}",
17191732
"move": "Move",
17201733
"title_tooltip": "This page displays all the applications installed on the cluster and lets you manage them easily. To install a new application, go to {software} page."
1734+
},
1735+
"import_users": {
1736+
"csv_upload_label": "Upload file",
1737+
"delete_your_file_after_import": "Delete your file after the import",
1738+
"invalid_csv_format_not_expected_columns": "Invalid CSV format: unexpected number of columns",
1739+
"delete_your_file_after_import_description": "If the file contains user passwords, it's recommended to delete the CSV after the import for security reasons.",
1740+
"manage_existing_users_tooltip": "Specify how to handle users that already exist in the cluster. You can either skip them or overwrite their data with the values from the file.",
1741+
"preview_description": "{users} users and {groups} groups will be imported. Review the data contained in the CSV file; only the first 5 rows are displayed.",
1742+
"manage_existing_users": "Manage existing users",
1743+
"preview": "Preview",
1744+
"skip_existing_users": "Skip existing users",
1745+
"no_import_users_description": "The CSV file does not contain any user to import.",
1746+
"import_error": "Import error",
1747+
"upload_csv_file_description": "Upload a CSV file containing user data. If the file includes group assignments, those groups will be imported as well.",
1748+
"invalid_csv_format": "Invalid CSV format",
1749+
"importing_data_on_domain_name": "Importing data on domain {name}",
1750+
"no_import_users": "No users to import",
1751+
"overwrite_existing_users": "Overwrite existing users",
1752+
"too_many_users": "File exceeds size limit. Max 10000 rows are allowed",
1753+
"csv_upload_helper_text": "Max 10000 rows. Supported format: CSV",
1754+
"import": "Import",
1755+
"file_read_error": "File read error",
1756+
"import_data": "Import data"
17211757
}
17221758
}

core/ui/public/i18n/de/translation.json

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,10 @@
253253
"set-default-certificate": "Zertifikat anfragen",
254254
"list-alerts": "List alerts",
255255
"list-nodes": "List nodes",
256-
"set-note": "Set note"
256+
"set-note": "Set note",
257+
"import-users": "Import users",
258+
"export-users": "Export users",
259+
"get-password-warning": "Get password warning"
257260
},
258261
"common": {
259262
"hide": "verstecken",
@@ -350,7 +353,8 @@
350353
"choose_a_node": "Wählen Sie einen Knoten",
351354
"any_node": "Irgendein Knoten",
352355
"type": "Type",
353-
"any": "Any"
356+
"any": "Any",
357+
"eg_value": "e.g. {value}"
354358
},
355359
"error": {
356360
"403": "Vorgang nicht autorisiert",
@@ -715,7 +719,16 @@
715719
"change_password_at_next_login": "User has to change password at next login",
716720
"no_password_expiration_policy": "Password never expires",
717721
"no_password_expiration_policy_tooltip": "User's password does not expire, regardless of age-related policy settings",
718-
"must_change_password_information_title": "Require password change at next login"
722+
"must_change_password_information_title": "Require password change at next login",
723+
"no_password_expiration": "No password expiration",
724+
"display_name_helper_text": "Name displayed to other users",
725+
"import_data": "Import data",
726+
"password": "Password",
727+
"locked": "Locked",
728+
"confirm_password": "Confirm password",
729+
"username_helper_text": "Must start with a letter. Only letters, numbers, hyphens and underscores are allowed",
730+
"must_change_password": "Must change password",
731+
"export_data": "Export data"
719732
},
720733
"audit_trail": {
721734
"title": "Audit-Protokoll",
@@ -1718,5 +1731,28 @@
17181731
"restart_instance_name": "Restart {instance}",
17191732
"move": "Move",
17201733
"title_tooltip": "This page displays all the applications installed on the cluster and lets you manage them easily. To install a new application, go to {software} page."
1734+
},
1735+
"import_users": {
1736+
"csv_upload_label": "Upload file",
1737+
"delete_your_file_after_import": "Delete your file after the import",
1738+
"invalid_csv_format_not_expected_columns": "Invalid CSV format: unexpected number of columns",
1739+
"delete_your_file_after_import_description": "If the file contains user passwords, it's recommended to delete the CSV after the import for security reasons.",
1740+
"manage_existing_users_tooltip": "Specify how to handle users that already exist in the cluster. You can either skip them or overwrite their data with the values from the file.",
1741+
"preview_description": "{users} users and {groups} groups will be imported. Review the data contained in the CSV file; only the first 5 rows are displayed.",
1742+
"manage_existing_users": "Manage existing users",
1743+
"preview": "Preview",
1744+
"skip_existing_users": "Skip existing users",
1745+
"no_import_users_description": "The CSV file does not contain any user to import.",
1746+
"import_error": "Import error",
1747+
"upload_csv_file_description": "Upload a CSV file containing user data. If the file includes group assignments, those groups will be imported as well.",
1748+
"invalid_csv_format": "Invalid CSV format",
1749+
"importing_data_on_domain_name": "Importing data on domain {name}",
1750+
"no_import_users": "No users to import",
1751+
"overwrite_existing_users": "Overwrite existing users",
1752+
"too_many_users": "File exceeds size limit. Max 10000 rows are allowed",
1753+
"csv_upload_helper_text": "Max 10000 rows. Supported format: CSV",
1754+
"import": "Import",
1755+
"file_read_error": "File read error",
1756+
"import_data": "Import data"
17211757
}
17221758
}

core/ui/public/i18n/es/translation.json

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,8 @@
259259
"choose_a_node": "Choose a node",
260260
"any_node": "Any node",
261261
"type": "Type",
262-
"any": "Any"
262+
"any": "Any",
263+
"eg_value": "e.g. {value}"
263264
},
264265
"backup": {
265266
"aws": "Amazon S3",
@@ -630,7 +631,10 @@
630631
"set-default-certificate": "Request certificate",
631632
"list-alerts": "List alerts",
632633
"list-nodes": "List nodes",
633-
"set-note": "Set note"
634+
"set-note": "Set note",
635+
"import-users": "Import users",
636+
"export-users": "Export users",
637+
"get-password-warning": "Get password warning"
634638
},
635639
"settings_cluster_admins": {
636640
"user_already_exists": "El administrador ya existe",
@@ -1242,7 +1246,16 @@
12421246
"change_password_at_next_login": "User has to change password at next login",
12431247
"no_password_expiration_policy": "Password never expires",
12441248
"no_password_expiration_policy_tooltip": "User's password does not expire, regardless of age-related policy settings",
1245-
"must_change_password_information_title": "Require password change at next login"
1249+
"must_change_password_information_title": "Require password change at next login",
1250+
"no_password_expiration": "No password expiration",
1251+
"display_name_helper_text": "Name displayed to other users",
1252+
"import_data": "Import data",
1253+
"password": "Password",
1254+
"locked": "Locked",
1255+
"confirm_password": "Confirm password",
1256+
"username_helper_text": "Must start with a letter. Only letters, numbers, hyphens and underscores are allowed",
1257+
"must_change_password": "Must change password",
1258+
"export_data": "Export data"
12461259
},
12471260
"settings_acme_servers": {
12481261
"node": "Nodo",
@@ -1718,5 +1731,28 @@
17181731
"restart_instance_name": "Restart {instance}",
17191732
"move": "Move",
17201733
"title_tooltip": "This page displays all the applications installed on the cluster and lets you manage them easily. To install a new application, go to {software} page."
1734+
},
1735+
"import_users": {
1736+
"csv_upload_label": "Upload file",
1737+
"delete_your_file_after_import": "Delete your file after the import",
1738+
"invalid_csv_format_not_expected_columns": "Invalid CSV format: unexpected number of columns",
1739+
"delete_your_file_after_import_description": "If the file contains user passwords, it's recommended to delete the CSV after the import for security reasons.",
1740+
"manage_existing_users_tooltip": "Specify how to handle users that already exist in the cluster. You can either skip them or overwrite their data with the values from the file.",
1741+
"preview_description": "{users} users and {groups} groups will be imported. Review the data contained in the CSV file; only the first 5 rows are displayed.",
1742+
"manage_existing_users": "Manage existing users",
1743+
"preview": "Preview",
1744+
"skip_existing_users": "Skip existing users",
1745+
"no_import_users_description": "The CSV file does not contain any user to import.",
1746+
"import_error": "Import error",
1747+
"upload_csv_file_description": "Upload a CSV file containing user data. If the file includes group assignments, those groups will be imported as well.",
1748+
"invalid_csv_format": "Invalid CSV format",
1749+
"importing_data_on_domain_name": "Importing data on domain {name}",
1750+
"no_import_users": "No users to import",
1751+
"overwrite_existing_users": "Overwrite existing users",
1752+
"too_many_users": "File exceeds size limit. Max 10000 rows are allowed",
1753+
"csv_upload_helper_text": "Max 10000 rows. Supported format: CSV",
1754+
"import": "Import",
1755+
"file_read_error": "File read error",
1756+
"import_data": "Import data"
17211757
}
17221758
}

core/ui/public/i18n/eu/translation.json

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@
137137
"choose_a_node": "Choose a node",
138138
"any_node": "Any node",
139139
"type": "Type",
140-
"any": "Any"
140+
"any": "Any",
141+
"eg_value": "e.g. {value}"
141142
},
142143
"backup": {
143144
"aws": "Amazon S3",
@@ -555,7 +556,10 @@
555556
"set-default-certificate": "Request certificate",
556557
"list-alerts": "List alerts",
557558
"list-nodes": "List nodes",
558-
"set-note": "Set note"
559+
"set-note": "Set note",
560+
"import-users": "Import users",
561+
"export-users": "Export users",
562+
"get-password-warning": "Get password warning"
559563
},
560564
"shell": {
561565
"app_launcher": "Aplikazioen abiarazlea",
@@ -1321,7 +1325,16 @@
13211325
"change_password_at_next_login": "User has to change password at next login",
13221326
"no_password_expiration_policy": "Password never expires",
13231327
"no_password_expiration_policy_tooltip": "User's password does not expire, regardless of age-related policy settings",
1324-
"must_change_password_information_title": "Require password change at next login"
1328+
"must_change_password_information_title": "Require password change at next login",
1329+
"no_password_expiration": "No password expiration",
1330+
"display_name_helper_text": "Name displayed to other users",
1331+
"import_data": "Import data",
1332+
"password": "Password",
1333+
"locked": "Locked",
1334+
"confirm_password": "Confirm password",
1335+
"username_helper_text": "Must start with a letter. Only letters, numbers, hyphens and underscores are allowed",
1336+
"must_change_password": "Must change password",
1337+
"export_data": "Export data"
13251338
},
13261339
"settings_tls_certificates": {
13271340
"cert_upload_label": "Ziurtagiria",
@@ -1718,5 +1731,28 @@
17181731
"restart_instance_name": "Restart {instance}",
17191732
"move": "Move",
17201733
"title_tooltip": "This page displays all the applications installed on the cluster and lets you manage them easily. To install a new application, go to {software} page."
1734+
},
1735+
"import_users": {
1736+
"csv_upload_label": "Upload file",
1737+
"delete_your_file_after_import": "Delete your file after the import",
1738+
"invalid_csv_format_not_expected_columns": "Invalid CSV format: unexpected number of columns",
1739+
"delete_your_file_after_import_description": "If the file contains user passwords, it's recommended to delete the CSV after the import for security reasons.",
1740+
"manage_existing_users_tooltip": "Specify how to handle users that already exist in the cluster. You can either skip them or overwrite their data with the values from the file.",
1741+
"preview_description": "{users} users and {groups} groups will be imported. Review the data contained in the CSV file; only the first 5 rows are displayed.",
1742+
"manage_existing_users": "Manage existing users",
1743+
"preview": "Preview",
1744+
"skip_existing_users": "Skip existing users",
1745+
"no_import_users_description": "The CSV file does not contain any user to import.",
1746+
"import_error": "Import error",
1747+
"upload_csv_file_description": "Upload a CSV file containing user data. If the file includes group assignments, those groups will be imported as well.",
1748+
"invalid_csv_format": "Invalid CSV format",
1749+
"importing_data_on_domain_name": "Importing data on domain {name}",
1750+
"no_import_users": "No users to import",
1751+
"overwrite_existing_users": "Overwrite existing users",
1752+
"too_many_users": "File exceeds size limit. Max 10000 rows are allowed",
1753+
"csv_upload_helper_text": "Max 10000 rows. Supported format: CSV",
1754+
"import": "Import",
1755+
"file_read_error": "File read error",
1756+
"import_data": "Import data"
17211757
}
17221758
}

core/ui/public/i18n/fr/translation.json

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,10 @@
918918
"set-default-certificate": "Request certificate",
919919
"list-alerts": "List alerts",
920920
"list-nodes": "List nodes",
921-
"set-note": "Set note"
921+
"set-note": "Set note",
922+
"import-users": "Import users",
923+
"export-users": "Export users",
924+
"get-password-warning": "Get password warning"
922925
},
923926
"domain_users": {
924927
"edit_group": "Edit group",
@@ -978,7 +981,16 @@
978981
"change_password_at_next_login": "User has to change password at next login",
979982
"no_password_expiration_policy": "Password never expires",
980983
"no_password_expiration_policy_tooltip": "User's password does not expire, regardless of age-related policy settings",
981-
"must_change_password_information_title": "Require password change at next login"
984+
"must_change_password_information_title": "Require password change at next login",
985+
"no_password_expiration": "No password expiration",
986+
"display_name_helper_text": "Name displayed to other users",
987+
"import_data": "Import data",
988+
"password": "Password",
989+
"locked": "Locked",
990+
"confirm_password": "Confirm password",
991+
"username_helper_text": "Must start with a letter. Only letters, numbers, hyphens and underscores are allowed",
992+
"must_change_password": "Must change password",
993+
"export_data": "Export data"
982994
},
983995
"cloud_log_manager_forwarder": {
984996
"tenant_tooltip": "This key, also known as 'tenant', identifies and associates the cluster logs within a company in Cloud Log Manager. You can find it in Cloud Log Manager webapp, under Users and Companies > Companies.",
@@ -1132,7 +1144,8 @@
11321144
"choose_a_node": "Choose a node",
11331145
"any_node": "Any node",
11341146
"type": "Type",
1135-
"any": "Any"
1147+
"any": "Any",
1148+
"eg_value": "e.g. {value}"
11361149
},
11371150
"error": {
11381151
"403": "Operation not authorized",
@@ -1718,5 +1731,28 @@
17181731
"restart_instance_name": "Restart {instance}",
17191732
"move": "Move",
17201733
"title_tooltip": "This page displays all the applications installed on the cluster and lets you manage them easily. To install a new application, go to {software} page."
1734+
},
1735+
"import_users": {
1736+
"csv_upload_label": "Upload file",
1737+
"delete_your_file_after_import": "Delete your file after the import",
1738+
"invalid_csv_format_not_expected_columns": "Invalid CSV format: unexpected number of columns",
1739+
"delete_your_file_after_import_description": "If the file contains user passwords, it's recommended to delete the CSV after the import for security reasons.",
1740+
"manage_existing_users_tooltip": "Specify how to handle users that already exist in the cluster. You can either skip them or overwrite their data with the values from the file.",
1741+
"preview_description": "{users} users and {groups} groups will be imported. Review the data contained in the CSV file; only the first 5 rows are displayed.",
1742+
"manage_existing_users": "Manage existing users",
1743+
"preview": "Preview",
1744+
"skip_existing_users": "Skip existing users",
1745+
"no_import_users_description": "The CSV file does not contain any user to import.",
1746+
"import_error": "Import error",
1747+
"upload_csv_file_description": "Upload a CSV file containing user data. If the file includes group assignments, those groups will be imported as well.",
1748+
"invalid_csv_format": "Invalid CSV format",
1749+
"importing_data_on_domain_name": "Importing data on domain {name}",
1750+
"no_import_users": "No users to import",
1751+
"overwrite_existing_users": "Overwrite existing users",
1752+
"too_many_users": "File exceeds size limit. Max 10000 rows are allowed",
1753+
"csv_upload_helper_text": "Max 10000 rows. Supported format: CSV",
1754+
"import": "Import",
1755+
"file_read_error": "File read error",
1756+
"import_data": "Import data"
17211757
}
17221758
}

0 commit comments

Comments
 (0)