Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
Add translations: de, es (#1006)
Browse files Browse the repository at this point in the history
* latest results of import script

* fix up the inclusion of strings files in xcode
  • Loading branch information
devinreams committed May 23, 2019
1 parent 73451f1 commit e218836
Show file tree
Hide file tree
Showing 29 changed files with 957 additions and 31 deletions.
@@ -0,0 +1,3 @@
/* Class = "UILabel"; text = "Take your passwords everywhere"; ObjectID = "hwO-wS-oS4"; */
"hwO-wS-oS4.text" = "Nehmen Sie Ihre Passwörter überall mit hin";

@@ -0,0 +1,3 @@
/* Class = "UILabel"; text = "Take your passwords everywhere"; ObjectID = "hwO-wS-oS4"; */
"hwO-wS-oS4.text" = "Lleva tus contraseñas a todos lados";

3 changes: 3 additions & 0 deletions CredentialProvider/de.lproj/InfoPlist.strings
@@ -1,3 +1,6 @@
/* Bundle display name */
"CFBundleDisplayName" = "CredentialProvider";

/* Bundle name */
"CFBundleName" = "CredentialProvider";

39 changes: 39 additions & 0 deletions CredentialProvider/de.lproj/Localizable.strings
@@ -0,0 +1,39 @@
/* Text displayed while AutoFill credentials are being populated. AutoFill should be localized to match the proper name for Apple’s system feature */
"autofill.enabling" = "„Automatisch ausfüllen“ wird aktualisiert…";

/* Accessibility notification when AutoFill is done being enabled */
"autofill.finished_enabling" = "„Automatisch ausfüllen“ wurde aktualisiert";

/* Title for alert dialog explaining that a user must be signed in to use AutoFill. */
"autofill.signInRequired" = "Anmeldung erforderlich";

/* Body for alert dialog explaining that a user must be signed in to use AutoFill. AutoFill should be localized to match the proper name for Apple's system feature. %1$@ and %2$@ will be replaced with the application name */
"autofill.signInRequiredBody" = "Sie müssen bei %@ angemeldet sein, bevor „Automatisch ausfüllen“ den Zugriff auf die darin enthaltenen Passwörter ermöglicht.";

/* Cancel button title */
"cancel" = "Abbrechen";

/* Product Name */
"firefoxLockbox" = "Firefox Lockwise";

/* Label shown when there are no logins to list. %@ will be replaced with the application name */
"list.empty" = "Mit %@ können Sie auf Passwörter zugreifen, die Sie bereits in Firefox gespeichert haben. Um Ihre Zugangsdaten hier anzuzeigen, müssen Sie sich anmelden und mit Firefox synchronisieren.";

/* This is the name displayed instead of Firefox Lockwise in some places */
"lockwise" = "Lockwise";

/* Ok button title */
"ok" = "OK";

/* Placeholder text for search field */
"search.placeholder" = "Zugangsdaten durchsuchen";

/* Sign in button text */
"signIn" = "Anmelden";

/* Placeholder text when the user’s email is unavailable while unlocking Lockwise, shown in Touch ID and passcode prompts */
"unlock_placeholder" = "Dies entsperrt die App.";

/* Placeholder text when there is no username. String should include appropriate open/close parenthetical or similar symbols to indicate this is a placeholder, not a real username. */
"username_placeholder" = "(Kein Benutzername)";

3 changes: 3 additions & 0 deletions CredentialProvider/es.lproj/InfoPlist.strings
@@ -1,3 +1,6 @@
/* Bundle display name */
"CFBundleDisplayName" = "CredentialProvider";

/* Bundle name */
"CFBundleName" = "CredentialProvider";

39 changes: 39 additions & 0 deletions CredentialProvider/es.lproj/Localizable.strings
@@ -0,0 +1,39 @@
/* Text displayed while AutoFill credentials are being populated. AutoFill should be localized to match the proper name for Apple’s system feature */
"autofill.enabling" = "Actualizando Autocompletar…";

/* Accessibility notification when AutoFill is done being enabled */
"autofill.finished_enabling" = "Finalizó la actualización de Autocompletar";

/* Title for alert dialog explaining that a user must be signed in to use AutoFill. */
"autofill.signInRequired" = "Tienes que iniciar sesión";

/* Body for alert dialog explaining that a user must be signed in to use AutoFill. AutoFill should be localized to match the proper name for Apple's system feature. %1$@ and %2$@ will be replaced with the application name */
"autofill.signInRequiredBody" = "Tienes que iniciar sesión en %@ para que la opción Autocompletar permita el acceso a las contraseñas que ha almacenado.";

/* Cancel button title */
"cancel" = "Cancelar";

/* Product Name */
"firefoxLockbox" = "Firefox Lockwise";

/* Label shown when there are no logins to list. %@ will be replaced with the application name */
"list.empty" = "%@ te permite acceder a las contraseñas que ya has guardado en Firefox. Para ver tus usuarios aquí, tendrás que iniciar sesión y sincronizarte con Firefox.";

/* This is the name displayed instead of Firefox Lockwise in some places */
"lockwise" = "Lockwise";

/* Ok button title */
"ok" = "Vale";

/* Placeholder text for search field */
"search.placeholder" = "Buscar usuarios";

/* Sign in button text */
"signIn" = "Iniciar sesión";

/* Placeholder text when the user’s email is unavailable while unlocking Lockwise, shown in Touch ID and passcode prompts */
"unlock_placeholder" = "Se desbloqueará la aplicación.";

/* Placeholder text when there is no username. String should include appropriate open/close parenthetical or similar symbols to indicate this is a placeholder, not a real username. */
"username_placeholder" = "(no hay usuarios)";

0 comments on commit e218836

Please sign in to comment.