75 lines
3.5 KiB
Plaintext
75 lines
3.5 KiB
Plaintext
/* The text of the button used to sign-in with Phone. */
|
|
"SignInWithPhone" = "Kirjaudu puhelimella";
|
|
|
|
/* The title of view controller where user enters phone number. */
|
|
"EnterPhoneTitle" = "Anna puhelinnumero";
|
|
|
|
/* The title of button on navigation controller which navigates to previous screen. */
|
|
"Back" = "Takaisin";
|
|
|
|
/* The title of button on navigation controller which navigates to the next screen. */
|
|
"Next" = "Seuraava";
|
|
|
|
/* The title of button which user taps on phone verification screen. */
|
|
"Verify" = "Vahvista";
|
|
|
|
/* Alert message displayed when user submits empty verification code. */
|
|
"EmptyVerificationCode" = "Vahvistuskoodi ei voi olla tyhjä.";
|
|
|
|
/* Alert message displayed when user submits empty phone number. */
|
|
"EmptyPhoneNumber" = "Puhelinnumero ei voi olla tyhjä.";
|
|
|
|
/* Label next to the left of phone number entry field. User shorter version of 'phone number' translation.*/
|
|
"PhoneNumber" = "Numero";
|
|
|
|
/* Placeholder shown for phone number input field. */
|
|
"EnterYourPhoneNumber" = "Puhelinnumero";
|
|
|
|
/* Label next to the left of country selector control. */
|
|
"Country" = "Maa";
|
|
|
|
/* Text of the label shown on the verification screen describing that verification code was sent to phone number. */
|
|
"EnterCodeDescription" = "Anna %@ merkin pituinen koodi, jonka lähetimme numeroon";
|
|
|
|
/* The title of button with resend verification code functionality. */
|
|
"ResendCode" = "Lähetä koodi uudelleen";
|
|
|
|
/* Text of the resend timer label shown on verification phone number screen. */
|
|
"ResendCodeTimer" = "Lähetä koodi uudelleen seuraavan ajan kuluttua: %@.";
|
|
|
|
/* The title of view controller where user verifies phone number. . */
|
|
"VerifyPhoneTitle" = "Vahvista puhelinnumero";
|
|
|
|
/* The title of button displayed when user closes alert message. */
|
|
"Done" = "Valmis";
|
|
|
|
/* The title of alert shown when user entered invalid phone number format. */
|
|
"IncorrectPhoneTitle" = "Virheellinen puhelinnumero";
|
|
|
|
/* The body message of alert shown when user entered invalid phone number format. */
|
|
"IncorrectPhoneMessage" = "Anna voimassa oleva puhelinnumero.";
|
|
|
|
/* The body message of alert shown when user tapped resend verification code button. */
|
|
"ResendCodeResult" = "Koodi lähetettiin numeroon %@.";
|
|
|
|
/* The title of alert shown when user entered invalid verification code. */
|
|
"IncorrectCodeTitle" = "Virheellinen vahvistuskoodi";
|
|
|
|
/* The body message of alert shown when user entered invalid verification code. */
|
|
"IncorrectCodeMessage" = "Väärä koodi. Yritä uudelleen.";
|
|
|
|
/* The body message of alert shown when internal server error appeared. */
|
|
"InternalErrorMessage" = "Tapahtui virhe. Yritä uudelleen.";
|
|
|
|
/* The body message of alert shown when the user has tried to send too many SMS messages. */
|
|
"TooManyCodesSent" = "Tätä puhelinnumeroa on käytetty liian monta kertaa.";
|
|
|
|
/* The body message of alert shown when Firebase project has tried to send too many SMS messages for its price tier. */
|
|
"MessageQuotaExceeded" = "Puhelinnumerosi vahvistamisessa tapahtui virhe.";
|
|
|
|
/* The body message of alert shown when the SMS confirmation code has expired, so the user should send a new one. */
|
|
"MessageExpired" = "Tämä koodi ei ole enää voimassa.";
|
|
|
|
/* Message shown at the footer of the screen before sending SMS confirmation code. The first placeholder is the value of the key "Verify". The second placeholder is the terms of service agreement link, the third placeholder is the privacy policy agreement link. */
|
|
"TermsSMS" = "Napauttamalla %@ vahvistat hyväksyväsi seuraavat: %@ ja %@. Tekstiviesti voidaan lähettää, ja datan ja viestien käyttö voi olla maksullista.";
|