Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Crowdin translations by GitHub Action #66

Merged
merged 1 commit into from
Jan 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 26 additions & 6 deletions common/src/commonMain/resources/MR/af-rZA/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
<!-- A name of a thing, such as an account -->
<string name="generic_name">Name</string>
<string name="account_name">Account name</string>
<string name="enabled">Enabled</string>
<string name="disabled">Disabled</string>
<string name="wordlist">Wordlist</string>
<string name="username">Username</string>
<string name="password">Password</string>
<string name="app_password">App password</string>
Expand Down Expand Up @@ -110,6 +113,7 @@
<string name="address3">Address line 3</string>
<string name="rename">Rename</string>
<string name="select_linked_type">Select type</string>
<string name="select_file">Select file</string>
<string name="autofill">Autofill</string>
<string name="passkey">Passkey</string>
<string name="passkey_create_header">Create a passkey</string>
Expand Down Expand Up @@ -204,8 +208,8 @@
<string name="account_log_out_confirmation_text">All of the not synchronized changes will be lost!</string>
<string name="folder_action_change_name_title">Change name</string>
<string name="folder_action_change_names_title">Change names</string>
<string name="folder_delete_one_confirmation_title">Delete folder?</string>
<string name="folder_delete_many_confirmation_title">Delete folders?</string>
<string name="folder_delete_one_confirmation_title">Delete the folder?</string>
<string name="folder_delete_many_confirmation_title">Delete the folders?</string>
<string name="folder_delete_confirmation_text">This item(s) will be deleted immediately. You can not undo this action.</string>
<string name="ciphers_recently_opened">Recently opened</string>
<string name="ciphers_often_opened">Often opened</string>
Expand Down Expand Up @@ -380,6 +384,7 @@
<string name="error_invalid_uri">Invalid URI</string>
<string name="error_invalid_card_number">Invalid card number</string>
<string name="error_incorrect_password">Incorrect password</string>
<string name="error_failed_generate_kdf_hash_oom">Failed to create a key, not enough memory. Please check your KDF server settings.</string>
<string name="error_failed_generate_otp_code">Failed to generate OTP code</string>
<string name="error_failed_create_passkey">Failed to create a passkey</string>
<string name="error_failed_use_passkey">Failed to authorize a request</string>
Expand Down Expand Up @@ -445,16 +450,25 @@
<string name="destinationpicker_organization_ownership_note">This organization will have an ownership of the copy. You will not be the direct owner.</string>
<string name="emailrelay_list_header_title">Email forwarders</string>
<string name="emailrelay_list_section_title">Email forwarders</string>
<string name="emailrelay_delete_one_confirmation_title">Delete email forwarder?</string>
<string name="emailrelay_delete_many_confirmation_title">Delete email forwarders?</string>
<string name="emailrelay_delete_one_confirmation_title">Delete the email forwarder?</string>
<string name="emailrelay_delete_many_confirmation_title">Delete the email forwarders?</string>
<string name="emailrelay_integration_title">Email forwarder integration</string>
<string name="emailrelay_empty_label">No email forwarders</string>
<string name="emailrelay_base_env_server_url_label">Server URL</string>
<string name="emailrelay_base_env_note">Specify the base URL of your self-hosted installation.</string>
<string name="wordlist_list_header_title">Wordlists</string>
<string name="wordlist_list_section_title">Wordlists</string>
<string name="wordlist_delete_one_confirmation_title">Delete the wordlist?</string>
<string name="wordlist_delete_many_confirmation_title">Delete the wordlists?</string>
<string name="wordlist_edit_wordlist_title">Edit a wordlist</string>
<string name="wordlist_add_wordlist_title">Add a wordlist</string>
<string name="wordlist_empty_label">No wordlists</string>
<string name="urloverride_header_title">URL override</string>
<string name="urloverride_list_header_title">URL overrides</string>
<string name="urloverride_list_section_title">URL overrides</string>
<string name="urloverride_regex_note">The override will be applied to URLs that match the regular expression.</string>
<string name="urloverride_delete_one_confirmation_title">Delete URL override?</string>
<string name="urloverride_delete_many_confirmation_title">Delete URL overrides?</string>
<string name="urloverride_delete_one_confirmation_title">Delete the URL override?</string>
<string name="urloverride_delete_many_confirmation_title">Delete the URL overrides?</string>
<string name="urloverride_empty_label">No URL overrides</string>
<string name="setup_header_text">Create an encrypted vault where the local data will be stored.</string>
<string name="setup_field_app_password_label">App password</string>
Expand Down Expand Up @@ -629,11 +643,13 @@
<string name="generator_passphrase_delimiter_title">Delimiter</string>
<string name="generator_passphrase_capitalize_title">Capitalize</string>
<string name="generator_passphrase_number_title">Number</string>
<string name="generator_passphrase_wordlist_title">Wordlist</string>
<string name="generator_username_type">Username</string>
<string name="generator_username_delimiter_title">Delimiter</string>
<string name="generator_username_custom_word_title">Custom word</string>
<string name="generator_username_capitalize_title">Capitalize</string>
<string name="generator_username_number_title">Number</string>
<string name="generator_username_wordlist_title">Wordlist</string>
<string name="generator_password_type">Random symbols</string>
<string name="generator_password_note">A strong password has at least <xliff:g id="length" example="15">%1$d</xliff:g> characters, uppercase &amp; lowercase letters, digits and symbols.</string>
<string name="generator_password_numbers_title">Digits</string>
Expand Down Expand Up @@ -663,10 +679,14 @@
<string name="generatorhistory_clear_history_title">Clear history</string>
<string name="generatorhistory_clear_history_confirmation_title">Clear generator history?</string>
<string name="generatorhistory_clear_history_confirmation_text">This will remove all items from the history.</string>
<string name="generatorhistory_delete_one_confirmation_title">Delete the item from the history?</string>
<string name="generatorhistory_delete_many_confirmation_title">Delete the items from the history?</string>
<string name="passwordhistory_header_title">Password history</string>
<string name="passwordhistory_clear_history_title">Clear history</string>
<string name="passwordhistory_clear_history_confirmation_title">Clear password history?</string>
<string name="passwordhistory_clear_history_confirmation_text">This will remove all passwords from the history.</string>
<string name="passwordhistory_delete_one_confirmation_title">Delete the password from the history?</string>
<string name="passwordhistory_delete_many_confirmation_title">Delete the passwords from the history?</string>
<string name="watchtower_header_title">Watchtower</string>
<string name="watchtower_section_password_strength_label">Password strength</string>
<string name="watchtower_section_security_label">Security</string>
Expand Down
32 changes: 26 additions & 6 deletions common/src/commonMain/resources/MR/ar-rSA/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
<!-- A name of a thing, such as an account -->
<string name="generic_name">Name</string>
<string name="account_name">Account name</string>
<string name="enabled">Enabled</string>
<string name="disabled">Disabled</string>
<string name="wordlist">Wordlist</string>
<string name="username">Username</string>
<string name="password">Password</string>
<string name="app_password">App password</string>
Expand Down Expand Up @@ -110,6 +113,7 @@
<string name="address3">Address line 3</string>
<string name="rename">Rename</string>
<string name="select_linked_type">Select type</string>
<string name="select_file">Select file</string>
<string name="autofill">Autofill</string>
<string name="passkey">Passkey</string>
<string name="passkey_create_header">Create a passkey</string>
Expand Down Expand Up @@ -204,8 +208,8 @@
<string name="account_log_out_confirmation_text">All of the not synchronized changes will be lost!</string>
<string name="folder_action_change_name_title">Change name</string>
<string name="folder_action_change_names_title">Change names</string>
<string name="folder_delete_one_confirmation_title">Delete folder?</string>
<string name="folder_delete_many_confirmation_title">Delete folders?</string>
<string name="folder_delete_one_confirmation_title">Delete the folder?</string>
<string name="folder_delete_many_confirmation_title">Delete the folders?</string>
<string name="folder_delete_confirmation_text">This item(s) will be deleted immediately. You can not undo this action.</string>
<string name="ciphers_recently_opened">Recently opened</string>
<string name="ciphers_often_opened">Often opened</string>
Expand Down Expand Up @@ -380,6 +384,7 @@
<string name="error_invalid_uri">Invalid URI</string>
<string name="error_invalid_card_number">Invalid card number</string>
<string name="error_incorrect_password">Incorrect password</string>
<string name="error_failed_generate_kdf_hash_oom">Failed to create a key, not enough memory. Please check your KDF server settings.</string>
<string name="error_failed_generate_otp_code">Failed to generate OTP code</string>
<string name="error_failed_create_passkey">Failed to create a passkey</string>
<string name="error_failed_use_passkey">Failed to authorize a request</string>
Expand Down Expand Up @@ -445,16 +450,25 @@
<string name="destinationpicker_organization_ownership_note">This organization will have an ownership of the copy. You will not be the direct owner.</string>
<string name="emailrelay_list_header_title">Email forwarders</string>
<string name="emailrelay_list_section_title">Email forwarders</string>
<string name="emailrelay_delete_one_confirmation_title">Delete email forwarder?</string>
<string name="emailrelay_delete_many_confirmation_title">Delete email forwarders?</string>
<string name="emailrelay_delete_one_confirmation_title">Delete the email forwarder?</string>
<string name="emailrelay_delete_many_confirmation_title">Delete the email forwarders?</string>
<string name="emailrelay_integration_title">Email forwarder integration</string>
<string name="emailrelay_empty_label">No email forwarders</string>
<string name="emailrelay_base_env_server_url_label">Server URL</string>
<string name="emailrelay_base_env_note">Specify the base URL of your self-hosted installation.</string>
<string name="wordlist_list_header_title">Wordlists</string>
<string name="wordlist_list_section_title">Wordlists</string>
<string name="wordlist_delete_one_confirmation_title">Delete the wordlist?</string>
<string name="wordlist_delete_many_confirmation_title">Delete the wordlists?</string>
<string name="wordlist_edit_wordlist_title">Edit a wordlist</string>
<string name="wordlist_add_wordlist_title">Add a wordlist</string>
<string name="wordlist_empty_label">No wordlists</string>
<string name="urloverride_header_title">URL override</string>
<string name="urloverride_list_header_title">URL overrides</string>
<string name="urloverride_list_section_title">URL overrides</string>
<string name="urloverride_regex_note">The override will be applied to URLs that match the regular expression.</string>
<string name="urloverride_delete_one_confirmation_title">Delete URL override?</string>
<string name="urloverride_delete_many_confirmation_title">Delete URL overrides?</string>
<string name="urloverride_delete_one_confirmation_title">Delete the URL override?</string>
<string name="urloverride_delete_many_confirmation_title">Delete the URL overrides?</string>
<string name="urloverride_empty_label">No URL overrides</string>
<string name="setup_header_text">Create an encrypted vault where the local data will be stored.</string>
<string name="setup_field_app_password_label">App password</string>
Expand Down Expand Up @@ -629,11 +643,13 @@
<string name="generator_passphrase_delimiter_title">Delimiter</string>
<string name="generator_passphrase_capitalize_title">Capitalize</string>
<string name="generator_passphrase_number_title">Number</string>
<string name="generator_passphrase_wordlist_title">Wordlist</string>
<string name="generator_username_type">Username</string>
<string name="generator_username_delimiter_title">Delimiter</string>
<string name="generator_username_custom_word_title">Custom word</string>
<string name="generator_username_capitalize_title">Capitalize</string>
<string name="generator_username_number_title">Number</string>
<string name="generator_username_wordlist_title">Wordlist</string>
<string name="generator_password_type">Random symbols</string>
<string name="generator_password_note">A strong password has at least <xliff:g id="length" example="15">%1$d</xliff:g> characters, uppercase &amp; lowercase letters, digits and symbols.</string>
<string name="generator_password_numbers_title">Digits</string>
Expand Down Expand Up @@ -663,10 +679,14 @@
<string name="generatorhistory_clear_history_title">Clear history</string>
<string name="generatorhistory_clear_history_confirmation_title">Clear generator history?</string>
<string name="generatorhistory_clear_history_confirmation_text">This will remove all items from the history.</string>
<string name="generatorhistory_delete_one_confirmation_title">Delete the item from the history?</string>
<string name="generatorhistory_delete_many_confirmation_title">Delete the items from the history?</string>
<string name="passwordhistory_header_title">Password history</string>
<string name="passwordhistory_clear_history_title">Clear history</string>
<string name="passwordhistory_clear_history_confirmation_title">Clear password history?</string>
<string name="passwordhistory_clear_history_confirmation_text">This will remove all passwords from the history.</string>
<string name="passwordhistory_delete_one_confirmation_title">Delete the password from the history?</string>
<string name="passwordhistory_delete_many_confirmation_title">Delete the passwords from the history?</string>
<string name="watchtower_header_title">Watchtower</string>
<string name="watchtower_section_password_strength_label">Password strength</string>
<string name="watchtower_section_security_label">Security</string>
Expand Down
20 changes: 20 additions & 0 deletions common/src/commonMain/resources/MR/ca-rES/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
<!-- A name of a thing, such as an account -->
<string name="generic_name">Nom</string>
<string name="account_name">Nom del compte</string>
<string name="enabled">Enabled</string>
<string name="disabled">Disabled</string>
<string name="wordlist">Wordlist</string>
<string name="username">Nom d’usuari</string>
<string name="password">Contrasenya</string>
<string name="app_password">Contrasenya d\'aplicació</string>
Expand Down Expand Up @@ -110,6 +113,7 @@
<string name="address3">Línia 3 de l\'adreça</string>
<string name="rename">Reanomenar</string>
<string name="select_linked_type">Seleccioneu tipus</string>
<string name="select_file">Select file</string>
<string name="autofill">Emplenament automàtic</string>
<string name="passkey">Passkey</string>
<string name="passkey_create_header">Crea una passkey</string>
Expand Down Expand Up @@ -380,6 +384,7 @@
<string name="error_invalid_uri">URI invàlida</string>
<string name="error_invalid_card_number">Número de targeta no vàlid</string>
<string name="error_incorrect_password">Contrasenya incorrecta</string>
<string name="error_failed_generate_kdf_hash_oom">No s\'ha pogut crear la clau, no hi ha prou memòria. Per favor, configura la configuració del teu servidor KDF.</string>
<string name="error_failed_generate_otp_code">No s\'ha pogut generar el codi OTP</string>
<string name="error_failed_create_passkey">No s\'ha pogut crear la passkey</string>
<string name="error_failed_use_passkey">No s\'ha pogut autoritzar la petició</string>
Expand Down Expand Up @@ -449,6 +454,15 @@
<string name="emailrelay_delete_many_confirmation_title">Eliminar els redireccionadors d\'email?</string>
<string name="emailrelay_integration_title">Integració amb redireccionador d\'email</string>
<string name="emailrelay_empty_label">Cap redireccionador d\'email</string>
<string name="emailrelay_base_env_server_url_label">Server URL</string>
<string name="emailrelay_base_env_note">Specify the base URL of your self-hosted installation.</string>
<string name="wordlist_list_header_title">Wordlists</string>
<string name="wordlist_list_section_title">Wordlists</string>
<string name="wordlist_delete_one_confirmation_title">Delete the wordlist?</string>
<string name="wordlist_delete_many_confirmation_title">Delete the wordlists?</string>
<string name="wordlist_edit_wordlist_title">Edit a wordlist</string>
<string name="wordlist_add_wordlist_title">Add a wordlist</string>
<string name="wordlist_empty_label">No wordlists</string>
<string name="urloverride_header_title">Sobreescriptura d\'URL</string>
<string name="urloverride_list_header_title">Sobreescriptures d\'URL</string>
<string name="urloverride_list_section_title">Sobreescriptures d\'URL</string>
Expand Down Expand Up @@ -629,11 +643,13 @@
<string name="generator_passphrase_delimiter_title">Delimitador</string>
<string name="generator_passphrase_capitalize_title">Majúscules</string>
<string name="generator_passphrase_number_title">Número</string>
<string name="generator_passphrase_wordlist_title">Wordlist</string>
<string name="generator_username_type">Nom d’usuari</string>
<string name="generator_username_delimiter_title">Delimitador</string>
<string name="generator_username_custom_word_title">Paraula personalitzada</string>
<string name="generator_username_capitalize_title">Majúscules inicials</string>
<string name="generator_username_number_title">Número</string>
<string name="generator_username_wordlist_title">Wordlist</string>
<string name="generator_password_type">Símbols aleatoris</string>
<string name="generator_password_note">Una contrasenya forta té almenys <xliff:g id="length" example="15">%1$d</xliff:g> caràcters, lletres majúscules &amp; minúscules, dígits i símbols.</string>
<string name="generator_password_numbers_title">Dígits</string>
Expand Down Expand Up @@ -663,10 +679,14 @@
<string name="generatorhistory_clear_history_title">Neteja l\'historial</string>
<string name="generatorhistory_clear_history_confirmation_title">Netejar l\'historial del generador?</string>
<string name="generatorhistory_clear_history_confirmation_text">Açò eliminarà tots els elements de l\'historial.</string>
<string name="generatorhistory_delete_one_confirmation_title">Eliminar l\'element de l\'historial?</string>
<string name="generatorhistory_delete_many_confirmation_title">Eliminar els elements de l\'historial?</string>
<string name="passwordhistory_header_title">Historial de contrasenyes</string>
<string name="passwordhistory_clear_history_title">Buida l\'historial</string>
<string name="passwordhistory_clear_history_confirmation_title">Buidar l\'historial de contrasenyes?</string>
<string name="passwordhistory_clear_history_confirmation_text">Açò eliminarà totes les contrasenyes de l\'historial.</string>
<string name="passwordhistory_delete_one_confirmation_title">Eliminar la contrasenya de l\'historial?</string>
<string name="passwordhistory_delete_many_confirmation_title">Eliminar les contrasenyes de l\'historial?</string>
<string name="watchtower_header_title">Torre de Vigilància</string>
<string name="watchtower_section_password_strength_label">Seguretat de la contrasenya</string>
<string name="watchtower_section_security_label">Seguretat</string>
Expand Down
Loading