Skip to content

Commit

Permalink
Import translations from android-l10n
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions authored and mergify[bot] committed Dec 4, 2023
1 parent c3c7f7c commit 0596704
Show file tree
Hide file tree
Showing 9 changed files with 296 additions and 95 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@
<string name="mozac_feature_addons_learn_more">Més informació sobre els permisos</string>
<!-- The rating of the add-on. -->
<string name="mozac_feature_addons_rating">Valoració</string>
<!-- A link that points to the detail page of the add-on. -->
<string name="mozac_feature_addons_more_info_link">Més informació sobre aquest complement</string>
<!-- The settings of the add-on. -->
<string name="mozac_feature_addons_settings">Paràmetres</string>
<!-- Indicates the add-on is enabled. -->
Expand Down Expand Up @@ -200,8 +202,6 @@
<string name="mozac_feature_addons_failed_to_install_incompatible_error">No s’ha pogut instal·lar el complement «%1$s» perquè no és compatible amb el %2$s %3$s.</string>
<!-- Text shown when attempting to install a blocklisted add-on. %1$s is the add-on name. -->
<string name="mozac_feature_addons_blocklisted_1">No s’ha pogut instal·lar el complement %1$s perquè hi ha un alt risc que provoqui problemes d’estabilitat o de seguretat.</string>
<!-- Text shown when attempting to install a blocklisted add-on. %1$s is the add-on name. -->
<string name="mozac_feature_addons_blocklisted" moz:removedIn="119" tools:ignore="UnusedResources">No s\'ha pogut instal·lar el complement %1$s perquè té un risc elevat de provocar problemes d\'estabilitat o de seguretat</string>
<!-- Text shown after successfully enabled an add-on. %1$s is the add-on name. -->
<string name="mozac_feature_addons_successfully_enabled">%1$s s’ha activat correctament</string>
<!-- Text shown after failed to enable an add-on. %1$s is the add-on name. -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,16 +129,16 @@
<!-- Federated Credential Management prompts -->
<!--Content description for the Account picture in the Select Account FedCM prompt -->
<string name="mozac_feature_prompts_account_picture">Imatge del compte</string>
<!-- Title of the Identity Credential provider dialog choose. -->
<!-- Title of the Identity Credential provider dialog chooser. -->
<string name="mozac_feature_prompts_identity_credentials_choose_provider">Trieu un proveïdor d\'inici de sessió</string>
<!-- Title of an account picker dialog for identity credentials. -->
<string name="mozac_feature_prompts_identity_credentials_choose_account" moz:removedIn="119" tools:ignore="UnusedResources">Trieu un compte</string>
<!-- Title of an account picker dialog for identity credentials. The %1$s will be replaced with the name of the provider -->
<string name="mozac_feature_prompts_identity_credentials_choose_account_for_provider">Inicia la sessió amb un compte de %1$s</string>
<!-- Title of the Identity Credential privacy policy dialog title. The %1$s will be replaced with the name of the provider. -->
<string name="mozac_feature_prompts_identity_credentials_privacy_policy_title">Usa %1$s com a proveïdor d\'inici de sessió</string>
<!-- Title of the Identity Credential privacy policy dialog description. The %1$s will be replaced with the name of the provider, %2$s will be replaced with the account, %3$s will be replaced with the privacy policy url and %4$s will be replaced with the terms of service. -->
<string name="mozac_feature_prompts_identity_credentials_privacy_policy_description"><![CDATA[L\'inici de sessió a %1$s amb un compte de %2$s està subjecte a la seva <a href="%3$s">Política de privadesa</a> i a les <a href="%4$s">Condicions del servei </a>]]></string>
<!-- Title of the Identity Credential provider dialog choose. -->
<!-- Text for the positive button of the Identity Credential dialogs. -->
<string name="mozac_feature_prompts_identity_credentials_continue">Continua</string>
<!-- Text for the cancel button of the Identity Credential dialogs. -->
<string name="mozac_feature_prompts_identity_credentials_cancel">Cancel·la</string>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -129,16 +129,16 @@
<!-- Federated Credential Management prompts -->
<!--Content description for the Account picture in the Select Account FedCM prompt -->
<string name="mozac_feature_prompts_account_picture">Слика налога</string>
<!-- Title of the Identity Credential provider dialog choose. -->
<!-- Title of the Identity Credential provider dialog chooser. -->
<string name="mozac_feature_prompts_identity_credentials_choose_provider">Изаберите добављача за пријаву</string>
<!-- Title of an account picker dialog for identity credentials. -->
<string name="mozac_feature_prompts_identity_credentials_choose_account" moz:removedIn="119" tools:ignore="UnusedResources">Изаберите налог</string>
<!-- Title of an account picker dialog for identity credentials. The %1$s will be replaced with the name of the provider -->
<string name="mozac_feature_prompts_identity_credentials_choose_account_for_provider">Пријавите се преко %1$s налога</string>
<!-- Title of the Identity Credential privacy policy dialog title. The %1$s will be replaced with the name of the provider. -->
<string name="mozac_feature_prompts_identity_credentials_privacy_policy_title">Користите %1$s као добављач пријављивања</string>
<!-- Title of the Identity Credential privacy policy dialog description. The %1$s will be replaced with the name of the provider, %2$s will be replaced with the account, %3$s will be replaced with the privacy policy url and %4$s will be replaced with the terms of service. -->
<string name="mozac_feature_prompts_identity_credentials_privacy_policy_description"><![CDATA[Пријављивање на %1$s преко %2$s налога подлеже њиховој <a href="%3$s">политици приватности</a> и <a href="%4$s">условима коришћења</a>]]></string>
<!-- Title of the Identity Credential provider dialog choose. -->
<!-- Text for the positive button of the Identity Credential dialogs. -->
<string name="mozac_feature_prompts_identity_credentials_continue">Настави</string>
<!-- Text for the cancel button of the Identity Credential dialogs. -->
<string name="mozac_feature_prompts_identity_credentials_cancel">Откажи</string>
</resources>
Loading

0 comments on commit 0596704

Please sign in to comment.