|
1 | 1 | /* Title for auth picker screen. */ |
2 | | -"AuthPickerTitle" = "Welcome"; |
| 2 | +"AuthPickerTitle" = "Et donem la benvinguda"; |
3 | 3 |
|
4 | 4 | /* 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"; |
6 | 6 |
|
7 | 7 | /* 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"; |
9 | 9 |
|
10 | 10 | /* 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."; |
12 | 12 |
|
13 | 13 | /* 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ó"; |
15 | 15 |
|
16 | 16 | /* 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"; |
18 | 18 |
|
19 | 19 | /* 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."; |
21 | 21 |
|
22 | 22 | /* Title for sign in screen and sign in button. */ |
23 | | -"SignInTitle" = "Sign in"; |
| 23 | +"SignInTitle" = "Inicia la sessió"; |
24 | 24 |
|
25 | 25 | /* Password text field placeholder. */ |
26 | | -"EnterYourPassword" = "Enter your password"; |
| 26 | +"EnterYourPassword" = "Introdueix la teva contrasenya"; |
27 | 27 |
|
28 | 28 | /* Error message displayed when user enters an empty password. */ |
29 | | -"InvalidPasswordError" = "Password cannot be empty."; |
| 29 | +"InvalidPasswordError" = "Cal introduir una contrasenya."; |
30 | 30 |
|
31 | 31 | /* 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."; |
33 | 33 |
|
34 | 34 | /* 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."; |
36 | 36 |
|
37 | 37 | /* 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."; |
39 | 39 |
|
40 | 40 | /* 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."; |
42 | 42 |
|
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 %@."; |
45 | 45 |
|
46 | 46 | /* 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"; |
48 | 48 |
|
49 | 49 | /* Title for password recovery screen. */ |
50 | | -"PasswordRecoveryTitle" = "Recover password"; |
| 50 | +"PasswordRecoveryTitle" = "Recupera la contrasenya"; |
51 | 51 |
|
52 | 52 | /* 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."; |
54 | 54 |
|
55 | 55 | /* 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"; |
57 | 57 |
|
58 | 58 | /* 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 %@."; |
60 | 60 |
|
61 | 61 | /* Title for sign up screen. */ |
62 | | -"SignUpTitle" = "Create account"; |
| 62 | +"SignUpTitle" = "Crea un compte"; |
63 | 63 |
|
64 | 64 | /* Name text field placeholder. */ |
65 | | -"FirstAndLastName" = "First & last name"; |
| 65 | +"FirstAndLastName" = "Nom i cognoms"; |
66 | 66 |
|
67 | 67 | /* Placeholder for the password text field in a sign up form. */ |
68 | | -"ChoosePassword" = "Choose password"; |
| 68 | +"ChoosePassword" = "Tria una contrasenya"; |
69 | 69 |
|
70 | 70 | /* 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 %@."; |
72 | 72 |
|
73 | 73 | /* Text linked to a web page with the Terms of Service content. */ |
74 | | -"TermsOfService" = "Terms of Service"; |
| 74 | +"TermsOfService" = "Condicions del servei"; |
75 | 75 |
|
76 | 76 | /* 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."; |
78 | 78 |
|
79 | 79 | /* 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."; |
81 | 81 |
|
82 | 82 | /* 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."; |
84 | 84 |
|
85 | 85 | /* 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."; |
87 | 87 |
|
88 | 88 | /* OK button title. */ |
89 | | -"OK" = "OK"; |
| 89 | +"OK" = "D'acord"; |
90 | 90 |
|
91 | 91 | /* Cancel button title. */ |
92 | | -"Cancel" = "Cancel"; |
| 92 | +"Cancel" = "Cancel·la"; |
93 | 93 |
|
94 | 94 | /* Back button title. */ |
95 | | -"Back" = "Back"; |
| 95 | +"Back" = "Enrere"; |
96 | 96 |
|
97 | 97 | /* Next button title. */ |
98 | | -"Next" = "Next"; |
| 98 | +"Next" = "Següent"; |
99 | 99 |
|
100 | 100 | /* Save button title. */ |
101 | | -"Save" = "Save"; |
| 101 | +"Save" = "Desa"; |
102 | 102 |
|
103 | 103 | /* Save button title. */ |
104 | | -"Send" = "Send"; |
| 104 | +"Send" = "Envia"; |
105 | 105 |
|
106 | 106 | /* 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"; |
108 | 108 |
|
109 | 109 | /* Label next to a password text field. */ |
110 | | -"Password" = "Password"; |
| 110 | +"Password" = "Contrasenya"; |
111 | 111 |
|
112 | 112 | /* Label next to a name text field. */ |
113 | | -"Name" = "Name"; |
| 113 | +"Name" = "Nom"; |
114 | 114 |
|
115 | 115 | /* Alert title Error. */ |
116 | 116 | "Error" = "Error"; |
117 | 117 |
|
118 | 118 | /* Alert button title Close. */ |
119 | | -"Close" = "Close"; |
| 119 | +"Close" = "Tanca"; |
120 | 120 |
|
121 | 121 | /* Account Settings section title Profile. */ |
122 | | -"AS_SectionProfile" = "Profile"; |
| 122 | +"AS_SectionProfile" = "Perfil"; |
123 | 123 |
|
124 | 124 | /* Account Settings section title Security. */ |
125 | | -"AS_SectionSecurity" = "Security"; |
| 125 | +"AS_SectionSecurity" = "Seguretat"; |
126 | 126 |
|
127 | 127 | /* Account Settings section title Linked Accounts. */ |
128 | | -"AS_SectionLinkedAccounts" = "Linked Accounts"; |
| 128 | +"AS_SectionLinkedAccounts" = "Comptes enllaçats"; |
129 | 129 |
|
130 | 130 | /* Account Settings cell title Name. */ |
131 | | -"AS_Name" = "Name"; |
| 131 | +"AS_Name" = "Nom"; |
132 | 132 |
|
133 | 133 | /* 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"; |
135 | 135 |
|
136 | 136 | /* Account Settings cell title Add Password. */ |
137 | | -"AS_AddPassword" = "Add password"; |
| 137 | +"AS_AddPassword" = "Afegeix una contrasenya"; |
138 | 138 |
|
139 | 139 | /* Account Settings cell title Change Password. */ |
140 | | -"AS_ChangePassword" = "Change password"; |
| 140 | +"AS_ChangePassword" = "Canvia la contrasenya"; |
141 | 141 |
|
142 | 142 | /* Account Settings cell title Sign Out. */ |
143 | | -"AS_SignOut" = "Sign Out"; |
| 143 | +"AS_SignOut" = "Tanca la sessió"; |
144 | 144 |
|
145 | 145 | /* Account Settings cell title Delete Account. */ |
146 | | -"AS_DeleteAccount" = "Delete Account"; |
| 146 | +"AS_DeleteAccount" = "Suprimeix el compte"; |
147 | 147 |
|
148 | 148 | /* Button text for 'Forgot Password' action. */ |
149 | | -"ForgotPassword" = "Forgot password?"; |
| 149 | +"ForgotPassword" = "Has oblidat la contrasenya?"; |
150 | 150 |
|
151 | 151 | /* Alert message title show for re-authorization. */ |
152 | | -"VerifyItsYou" = "Verify it's you"; |
| 152 | +"VerifyItsYou" = "Verifica la teva identitat"; |
153 | 153 |
|
154 | 154 | /* Alert message title shown to confirm account deletion action. */ |
155 | | -"DeleteAccountConfirmationTitle" = "Delete Account?"; |
| 155 | +"DeleteAccountConfirmationTitle" = "Vols suprimir el compte?"; |
156 | 156 |
|
157 | 157 | /* 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ó."; |
159 | 159 |
|
160 | 160 | /* 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?"; |
162 | 162 |
|
163 | 163 | /* Text of Delete action button. */ |
164 | | -"Delete" = "Delete"; |
| 164 | +"Delete" = "Suprimeix"; |
165 | 165 |
|
166 | 166 | /* Title of Controller shown before deleting account */ |
167 | | -"DeleteAccountControllerTitle" = "Delete account"; |
| 167 | +"DeleteAccountControllerTitle" = "Suprimeix el compte"; |
168 | 168 |
|
169 | 169 | /* Alert message shown before account deletion. */ |
170 | | -"ActionCantBeUndone" = "This action can't be undone"; |
| 170 | +"ActionCantBeUndone" = "Aquesta acció no es pot desfer"; |
171 | 171 |
|
172 | 172 | /* Button title for unlinking account action. */ |
173 | | -"UnlinkAction" = "Unlink"; |
| 173 | +"UnlinkAction" = "Desenllaça"; |
174 | 174 |
|
175 | 175 | /* Controller title shown for unlinking account action. */ |
176 | | -"UnlinkTitle" = "Linked account"; |
| 176 | +"UnlinkTitle" = "Compte enllaçat"; |
177 | 177 |
|
178 | 178 | /* Alert title shown before unlinking action. */ |
179 | | -"UnlinkConfirmationTitle" = "Unlink account?"; |
| 179 | +"UnlinkConfirmationTitle" = "Vols desenllaçar el compte?"; |
180 | 180 |
|
181 | 181 | /* 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"; |
183 | 183 |
|
184 | 184 | /* Alert action title shown before unlinking action. */ |
185 | | -"UnlinkConfirmationActionTitle" = "Unlink account"; |
| 185 | +"UnlinkConfirmationActionTitle" = "Desenllaça el compte"; |
186 | 186 |
|
187 | 187 | /* 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ó."; |
189 | 189 |
|
190 | 190 | /* 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."; |
192 | 192 |
|
193 | 193 | /* 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"; |
195 | 195 |
|
196 | 196 | /* Controller title shown when editing account name. */ |
197 | | -"EditNameTitle" = "Edit name"; |
| 197 | +"EditNameTitle" = "Edita el nom"; |
198 | 198 |
|
199 | 199 | /* 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ó."; |
201 | 201 |
|
202 | 202 | /* 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ó."; |
204 | 204 |
|
205 | 205 | /* 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."; |
207 | 207 |
|
208 | 208 | /* Controller title shown when adding password to account. */ |
209 | | -"AddPasswordTitle" = "Add password"; |
| 209 | +"AddPasswordTitle" = "Afegeix una contrasenya"; |
210 | 210 |
|
211 | 211 | /* Controller title shown when editing password to account. */ |
212 | | -"EditPasswordTitle" = "Change password"; |
| 212 | +"EditPasswordTitle" = "Canvia la contrasenya"; |
213 | 213 |
|
214 | 214 | /* 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"; |
216 | 216 |
|
217 | 217 | /* Title of Google provider */ |
218 | 218 | "ProviderTitleGoogle" = "Google"; |
|
224 | 224 | "ProviderTitleTwitter" = "Twitter"; |
225 | 225 |
|
226 | 226 | /* Sign in with provider button label. */ |
227 | | -"SignInWithProvider" = "Sign in with %@"; |
| 227 | +"SignInWithProvider" = "Inicia la sessió amb %@"; |
228 | 228 |
|
229 | 229 | /* Placeholder of input cell when user changes name. */ |
230 | | -"PlaceholderEnterName" = "Enter your name"; |
| 230 | +"PlaceholderEnterName" = "Introdueix el teu nom"; |
231 | 231 |
|
232 | 232 | /* 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"; |
234 | 234 |
|
235 | 235 | /* Placeholder of secret input cell when user changes password. */ |
236 | | -"PlaceholderEnterPassword" = "Enter your password"; |
| 236 | +"PlaceholderEnterPassword" = "Introdueix la teva contrasenya"; |
237 | 237 |
|
238 | 238 | /* Placeholder of secret input cell when user confirms password. */ |
239 | | -"PlaceholderNewPassword" = "New password"; |
| 239 | +"PlaceholderNewPassword" = "Contrasenya nova"; |
240 | 240 |
|
241 | 241 | /* Placeholder of secret input cell when user changes password. */ |
242 | | -"PlaceholderChosePassword" = "Choose password"; |
| 242 | +"PlaceholderChosePassword" = "Tria una contrasenya"; |
243 | 243 |
|
244 | 244 | /* The title of forgot password button. */ |
245 | | -"ForgotPasswordTitle" = "Trouble signing in?"; |
| 245 | +"ForgotPasswordTitle" = "No pots iniciar la sessió?"; |
0 commit comments