Skip to content

Commit b3ddb58

Browse files
committed
[FirebaseUI] Add localizations.
1 parent cb6fa5b commit b3ddb58

File tree

395 files changed

+8342
-8341
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

395 files changed

+8342
-8341
lines changed

FirebaseAuthUI/Strings/ar.lproj/FirebaseAuthUI.strings

Lines changed: 80 additions & 80 deletions
Large diffs are not rendered by default.

FirebaseAuthUI/Strings/bg.lproj/FirebaseAuthUI.strings

Lines changed: 80 additions & 80 deletions
Large diffs are not rendered by default.

FirebaseAuthUI/Strings/bn.lproj/FirebaseAuthUI.strings

Lines changed: 80 additions & 80 deletions
Large diffs are not rendered by default.
Lines changed: 79 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -1,218 +1,218 @@
11
/* Title for auth picker screen. */
2-
"AuthPickerTitle" = "Welcome";
2+
"AuthPickerTitle" = "Et donem la benvinguda";
33

44
/* Sign in with email button label. Use short/abbreviated translation for 'email' which is less than 15 chars. */
5-
"SignInWithEmail" = "Sign in with email";
5+
"SignInWithEmail" = "Inicia la sessió amb l'adreça electrònica";
66

77
/* Title for email entry screen, email text field placeholder. Use short/abbreviated translation for 'email' which is less than 15 chars. */
8-
"EnterYourEmail" = "Enter your email";
8+
"EnterYourEmail" = "Introdueix la teva adreça electrònica";
99

1010
/* Error message displayed when user enters an invalid email address. Use short/abbreviated translation for 'email' which is less than 15 chars. */
11-
"InvalidEmailError" = "That email address isn't correct.";
11+
"InvalidEmailError" = "Aquesta adreça electrònica no és correcta.";
1212

1313
/* Error message displayed when the app cannot authenticate user's account. */
14-
"CannotAuthenticateError" = "This type of account isn't supported by this app";
14+
"CannotAuthenticateError" = "Aquest tipus de compte no és compatible amb l'aplicació";
1515

1616
/* Title of an alert shown to an existing user coming back to the app. */
17-
"ExistingAccountTitle" = "You already have an account";
17+
"ExistingAccountTitle" = "Ja tens un compte";
1818

1919
/* Alert message to let user know what identity provider (second placeholder, ex. Google) was used previously for the email address (first placeholder). */
20-
"ProviderUsedPreviouslyMessage" = "You’ve already used %@. Sign in with %@ to continue.";
20+
"ProviderUsedPreviouslyMessage" = "Ja has utilitzat l'adreça electrònica %@. Inicia la sessió amb %@ per continuar.";
2121

2222
/* Title for sign in screen and sign in button. */
23-
"SignInTitle" = "Sign in";
23+
"SignInTitle" = "Inicia la sessió";
2424

2525
/* Password text field placeholder. */
26-
"EnterYourPassword" = "Enter your password";
26+
"EnterYourPassword" = "Introdueix la teva contrasenya";
2727

2828
/* Error message displayed when user enters an empty password. */
29-
"InvalidPasswordError" = "Password cannot be empty.";
29+
"InvalidPasswordError" = "Cal introduir una contrasenya.";
3030

3131
/* Error message displayed when the email and password don't match. Use short/abbreviated translation for 'email' which is less than 15 chars. */
32-
"WrongPasswordError" = "The email and password you entered don't match.";
32+
"WrongPasswordError" = "L'adreça electrònica i la contrasenya que has introduït no coincideixen.";
3333

3434
/* Error message displayed when there's no account matching the email address. Use short/abbreviated translation for 'email' which is less than 15 chars. */
35-
"UserNotFoundError" = "That email address doesn’t match an existing account.";
35+
"UserNotFoundError" = "Aquesta adreça electrònica no coincideix amb cap compte.";
3636

3737
/* Error message displayed when the account is disabled. Use short/abbreviated translation for 'email' which is less than 15 chars. */
38-
"AccountDisabledError" = "That email address is for an account that has been disabled.";
38+
"AccountDisabledError" = "Aquesta adreça electrònica pertany a un compte que s'ha desactivat.";
3939

4040
/* Error message displayed after user trying to sign in too many times. */
41-
"SignInTooManyTimesError" = "You’ve entered an incorrect password too many times. Try again in a few minutes.";
41+
"SignInTooManyTimesError" = "Has introduït una contrasenya incorrecta massa vegades. Torna-ho a provar d'aquí a uns quants minuts.";
4242

43-
/* Error message displayed when lib third FUIAuth is not configured with third party provider. */
44-
"CantFindProvider" = "Can't find provider for %@.";
43+
/* Error message displayed when FUIAuth is not configured with third party provider. Parameter is value of provider (e g Google, Facebook etc) */
44+
"CantFindProvider" = "No es pot trobar un proveïdor per a %@.";
4545

4646
/* Error message displayed when after re-authorization current user's email and re-authorized user's email doesn't match. Use short/abbreviated translation for 'email' which is less than 15 chars. */
47-
"EmailsDontMatch" = "Emails don't match";
47+
"EmailsDontMatch" = "Les adreces electròniques no coincideixen";
4848

4949
/* Title for password recovery screen. */
50-
"PasswordRecoveryTitle" = "Recover password";
50+
"PasswordRecoveryTitle" = "Recupera la contrasenya";
5151

5252
/* Explanation on how the password of an account can be recovered. Use short/abbreviated translation for 'email' which is less than 15 chars. */
53-
"PasswordRecoveryMessage" = "Get instructions sent to this email that explain how to reset your password.";
53+
"PasswordRecoveryMessage" = "Rep un correu electrònic amb instruccions per restablir la contrasenya.";
5454

5555
/* Title of a message displayed when the email for password recovery has been sent. Use short/abbreviated translation for 'email' which is less than 15 chars. */
56-
"PasswordRecoveryEmailSentTitle" = "Check your email";
56+
"PasswordRecoveryEmailSentTitle" = "Comprova el correu electrònic";
5757

5858
/* Message displayed when the email for password recovery has been sent. */
59-
"PasswordRecoveryEmailSentMessage" = "Follow the instructions sent to %@ to recover your password.";
59+
"PasswordRecoveryEmailSentMessage" = "Per recuperar la contrasenya, segueix les instruccions que s'han enviat a %@.";
6060

6161
/* Title for sign up screen. */
62-
"SignUpTitle" = "Create account";
62+
"SignUpTitle" = "Crea un compte";
6363

6464
/* Name text field placeholder. */
65-
"FirstAndLastName" = "First & last name";
65+
"FirstAndLastName" = "Nom i cognoms";
6666

6767
/* Placeholder for the password text field in a sign up form. */
68-
"ChoosePassword" = "Choose password";
68+
"ChoosePassword" = "Tria una contrasenya";
6969

7070
/* A notice displayed when the user is creating a new account. The first placeholder is a button label (ex. Next). The second placeholder is "Terms of Service". */
71-
"TermsOfServiceNotice" = "By tapping %@, you are indicating that you agree to the %@.";
71+
"TermsOfServiceNotice" = "En tocar %@, indiques que acceptes les %@.";
7272

7373
/* Text linked to a web page with the Terms of Service content. */
74-
"TermsOfService" = "Terms of Service";
74+
"TermsOfService" = "Condicions del servei";
7575

7676
/* Error message displayed when the email address is already in use. Use short/abbreviated translation for 'email' which is less than 15 chars. */
77-
"EmailAlreadyInUseError" = "The email address is already in use by another account.";
77+
"EmailAlreadyInUseError" = "Ja hi ha un altre compte que utilitza aquesta adreça electrònica.";
7878

7979
/* Error message displayed when the password is too weak. */
80-
"WeakPasswordError" = "Strong passwords have at least 6 characters and a mix of letters and numbers.";
80+
"WeakPasswordError" = "Perquè una contrasenya sigui segura, ha de tenir com a mínim 6 caràcters i combinar lletres i números.";
8181

8282
/* Error message displayed when many accounts have been created from same IP address. */
83-
"SignUpTooManyTimesError" = "Too many account requests are coming from your IP address. Try again in a few minutes.";
83+
"SignUpTooManyTimesError" = "Aquesta adreça IP està enviant massa sol·licituds per crear comptes. Torna-ho a provar d'aquí a uns quants minuts.";
8484

8585
/* Message to explain to the user that password is needed for an account with this email address. */
86-
"PasswordVerificationMessage" = "You’ve already used %@ to sign in. Enter your password for that account.";
86+
"PasswordVerificationMessage" = "Ja has utilitzat l'adreça electrònica %@ per iniciar la sessió. Introdueix la contrasenya d'aquest compte.";
8787

8888
/* OK button title. */
89-
"OK" = "OK";
89+
"OK" = "D'acord";
9090

9191
/* Cancel button title. */
92-
"Cancel" = "Cancel";
92+
"Cancel" = "Cancel·la";
9393

9494
/* Back button title. */
95-
"Back" = "Back";
95+
"Back" = "Enrere";
9696

9797
/* Next button title. */
98-
"Next" = "Next";
98+
"Next" = "Següent";
9999

100100
/* Save button title. */
101-
"Save" = "Save";
101+
"Save" = "Desa";
102102

103103
/* Save button title. */
104-
"Send" = "Send";
104+
"Send" = "Envia";
105105

106106
/* Label next to a email text field. Use short/abbreviated translation for 'email' which is less than 15 chars. */
107-
"Email" = "Email";
107+
"Email" = "Adreça electrònica";
108108

109109
/* Label next to a password text field. */
110-
"Password" = "Password";
110+
"Password" = "Contrasenya";
111111

112112
/* Label next to a name text field. */
113-
"Name" = "Name";
113+
"Name" = "Nom";
114114

115115
/* Alert title Error. */
116116
"Error" = "Error";
117117

118118
/* Alert button title Close. */
119-
"Close" = "Close";
119+
"Close" = "Tanca";
120120

121121
/* Account Settings section title Profile. */
122-
"AS_SectionProfile" = "Profile";
122+
"AS_SectionProfile" = "Perfil";
123123

124124
/* Account Settings section title Security. */
125-
"AS_SectionSecurity" = "Security";
125+
"AS_SectionSecurity" = "Seguretat";
126126

127127
/* Account Settings section title Linked Accounts. */
128-
"AS_SectionLinkedAccounts" = "Linked Accounts";
128+
"AS_SectionLinkedAccounts" = "Comptes enllaçats";
129129

130130
/* Account Settings cell title Name. */
131-
"AS_Name" = "Name";
131+
"AS_Name" = "Nom";
132132

133133
/* Account Settings cell title Email. Use short/abbreviated translation for 'email' which is less than 15 chars. */
134-
"AS_Email" = "Email";
134+
"AS_Email" = "Adreça electrònica";
135135

136136
/* Account Settings cell title Add Password. */
137-
"AS_AddPassword" = "Add password";
137+
"AS_AddPassword" = "Afegeix una contrasenya";
138138

139139
/* Account Settings cell title Change Password. */
140-
"AS_ChangePassword" = "Change password";
140+
"AS_ChangePassword" = "Canvia la contrasenya";
141141

142142
/* Account Settings cell title Sign Out. */
143-
"AS_SignOut" = "Sign Out";
143+
"AS_SignOut" = "Tanca la sessió";
144144

145145
/* Account Settings cell title Delete Account. */
146-
"AS_DeleteAccount" = "Delete Account";
146+
"AS_DeleteAccount" = "Suprimeix el compte";
147147

148148
/* Button text for 'Forgot Password' action. */
149-
"ForgotPassword" = "Forgot password?";
149+
"ForgotPassword" = "Has oblidat la contrasenya?";
150150

151151
/* Alert message title show for re-authorization. */
152-
"VerifyItsYou" = "Verify it's you";
152+
"VerifyItsYou" = "Verifica la teva identitat";
153153

154154
/* Alert message title shown to confirm account deletion action. */
155-
"DeleteAccountConfirmationTitle" = "Delete Account?";
155+
"DeleteAccountConfirmationTitle" = "Vols suprimir el compte?";
156156

157157
/* Alert message body shown to confirm account deletion action. */
158-
"DeleteAccountBody" = "This will erase all data associated with your account, and can't be undone You will need to sign in again to complete this action";
158+
"DeleteAccountBody" = "Aquesta acció esborrarà totes les dades associades a aquest compte i no es pot desfer. Per completar-la, has de tornar a iniciar la sessió.";
159159

160160
/* Explanation message shown before deleting account. */
161-
"DeleteAccountConfirmationMessage" = "This will erase all data associated with your account, and can't be undone. Are you sure you want to delete your account?";
161+
"DeleteAccountConfirmationMessage" = "Aquesta acció esborrarà totes les dades associades a aquest compte i no es pot desfer. Confirmes que vols suprimir el compte?";
162162

163163
/* Text of Delete action button. */
164-
"Delete" = "Delete";
164+
"Delete" = "Suprimeix";
165165

166166
/* Title of Controller shown before deleting account */
167-
"DeleteAccountControllerTitle" = "Delete account";
167+
"DeleteAccountControllerTitle" = "Suprimeix el compte";
168168

169169
/* Alert message shown before account deletion. */
170-
"ActionCantBeUndone" = "This action can't be undone";
170+
"ActionCantBeUndone" = "Aquesta acció no es pot desfer";
171171

172172
/* Button title for unlinking account action. */
173-
"UnlinkAction" = "Unlink";
173+
"UnlinkAction" = "Desenllaça";
174174

175175
/* Controller title shown for unlinking account action. */
176-
"UnlinkTitle" = "Linked account";
176+
"UnlinkTitle" = "Compte enllaçat";
177177

178178
/* Alert title shown before unlinking action. */
179-
"UnlinkConfirmationTitle" = "Unlink account?";
179+
"UnlinkConfirmationTitle" = "Vols desenllaçar el compte?";
180180

181181
/* Alert message shown before unlinking action. */
182-
"UnlinkConfirmationMessage" = "You will no longer be able to sign in using your account";
182+
"UnlinkConfirmationMessage" = "Ja no podràs iniciar la sessió amb el teu compte";
183183

184184
/* Alert action title shown before unlinking action. */
185-
"UnlinkConfirmationActionTitle" = "Unlink account";
185+
"UnlinkConfirmationActionTitle" = "Desenllaça el compte";
186186

187187
/* Alert action message shown before updating email action. Use short/abbreviated translation for 'email' which is less than 15 chars. */
188-
"UpdateEmailAlertMessage" = "To change email address associated with your your account, you will need to sign in again.";
188+
"UpdateEmailAlertMessage" = "Per canviar l'adreça electrònica associada al teu compte, has de tornar a iniciar la sessió.";
189189

190190
/* Alert action message shown before confirmation of updating email action. */
191-
"UpdateEmailVerificationAlertMessage" = "In order to change your password, you first need to enter your current password.";
191+
"UpdateEmailVerificationAlertMessage" = "Per canviar la contrasenya, primer has d'introduir la teva contrasenya actual.";
192192

193193
/* Controller title shown when editing account email. Use short/abbreviated translation for 'email' which is less than 15 chars. */
194-
"EditEmailTitle" = "Edit email";
194+
"EditEmailTitle" = "Edita l'adreça electrònica";
195195

196196
/* Controller title shown when editing account name. */
197-
"EditNameTitle" = "Edit name";
197+
"EditNameTitle" = "Edita el nom";
198198

199199
/* Alert message shown when adding account password. */
200-
"AddPasswordAlertMessage" = "To add password to your account, you will need to sign in again.";
200+
"AddPasswordAlertMessage" = "Per afegir una contrasenya al teu compte, has de tornar a iniciar la sessió.";
201201

202202
/* Alert message shown when editing account password. */
203-
"EditPasswordAlertMessage" = "To change password to your account, you will need to sign in again.";
203+
"EditPasswordAlertMessage" = "Per canviar la contrasenya del teu compte, has de tornar a iniciar la sessió.";
204204

205205
/* Alert message shown when re-authenticating before editing account password. */
206-
"ReauthenticateEditPasswordAlertMessage" = "In order to change your password, you first need to enter your current password.";
206+
"ReauthenticateEditPasswordAlertMessage" = "Per canviar la contrasenya, primer has d'introduir la teva contrasenya actual.";
207207

208208
/* Controller title shown when adding password to account. */
209-
"AddPasswordTitle" = "Add password";
209+
"AddPasswordTitle" = "Afegeix una contrasenya";
210210

211211
/* Controller title shown when editing password to account. */
212-
"EditPasswordTitle" = "Change password";
212+
"EditPasswordTitle" = "Canvia la contrasenya";
213213

214214
/* Title of Password/Email provider. Use short/abbreviated translation for 'email' which is less than 15 chars. */
215-
"ProviderTitlePassword" = "Email";
215+
"ProviderTitlePassword" = "Adreça electrònica";
216216

217217
/* Title of Google provider */
218218
"ProviderTitleGoogle" = "Google";
@@ -224,22 +224,22 @@
224224
"ProviderTitleTwitter" = "Twitter";
225225

226226
/* Sign in with provider button label. */
227-
"SignInWithProvider" = "Sign in with %@";
227+
"SignInWithProvider" = "Inicia la sessió amb %@";
228228

229229
/* Placeholder of input cell when user changes name. */
230-
"PlaceholderEnterName" = "Enter your name";
230+
"PlaceholderEnterName" = "Introdueix el teu nom";
231231

232232
/* Placeholder of input cell when user changes name. Use short/abbreviated translation for 'email' which is less than 15 chars. */
233-
"PlaceholderEnterEmail" = "Enter your email";
233+
"PlaceholderEnterEmail" = "Introdueix la teva adreça electrònica";
234234

235235
/* Placeholder of secret input cell when user changes password. */
236-
"PlaceholderEnterPassword" = "Enter your password";
236+
"PlaceholderEnterPassword" = "Introdueix la teva contrasenya";
237237

238238
/* Placeholder of secret input cell when user confirms password. */
239-
"PlaceholderNewPassword" = "New password";
239+
"PlaceholderNewPassword" = "Contrasenya nova";
240240

241241
/* Placeholder of secret input cell when user changes password. */
242-
"PlaceholderChosePassword" = "Choose password";
242+
"PlaceholderChosePassword" = "Tria una contrasenya";
243243

244244
/* The title of forgot password button. */
245-
"ForgotPasswordTitle" = "Trouble signing in?";
245+
"ForgotPasswordTitle" = "No pots iniciar la sessió?";

0 commit comments

Comments
 (0)