75 lines
4.3 KiB
Plaintext
75 lines
4.3 KiB
Plaintext
/* The text of the button used to sign-in with Phone. */
|
||
"SignInWithPhone" = "Σύνδεση μέσω τηλεφώνου";
|
||
|
||
/* The title of view controller where user enters phone number. */
|
||
"EnterPhoneTitle" = "Εισαγωγή αριθμού τηλεφώνου";
|
||
|
||
/* The title of button on navigation controller which navigates to previous screen. */
|
||
"Back" = "Πίσω";
|
||
|
||
/* The title of button on navigation controller which navigates to the next screen. */
|
||
"Next" = "Επόμενο";
|
||
|
||
/* The title of button which user taps on phone verification screen. */
|
||
"Verify" = "Επαλήθευση";
|
||
|
||
/* Alert message displayed when user submits empty verification code. */
|
||
"EmptyVerificationCode" = "Ο κωδικός επαλήθευσης δεν μπορεί να είναι κενός";
|
||
|
||
/* Alert message displayed when user submits empty phone number. */
|
||
"EmptyPhoneNumber" = "Ο αριθμός τηλεφώνου δεν μπορεί να είναι κενός";
|
||
|
||
/* Label next to the left of phone number entry field. User shorter version of 'phone number' translation.*/
|
||
"PhoneNumber" = "Αριθμός";
|
||
|
||
/* Placeholder shown for phone number input field. */
|
||
"EnterYourPhoneNumber" = "Αριθμός τηλεφώνου";
|
||
|
||
/* Label next to the left of country selector control. */
|
||
"Country" = "Χώρα";
|
||
|
||
/* Text of the label shown on the verification screen describing that verification code was sent to phone number. */
|
||
"EnterCodeDescription" = "Εισαγάγετε τον κωδικό %@ ψηφίων που στείλαμε στο";
|
||
|
||
/* The title of button with resend verification code functionality. */
|
||
"ResendCode" = "Επανάληψη αποστολής κωδικού";
|
||
|
||
/* Text of the resend timer label shown on verification phone number screen. */
|
||
"ResendCodeTimer" = "Επανάληψη αποστολής κωδικού στο %@";
|
||
|
||
/* The title of view controller where user verifies phone number. . */
|
||
"VerifyPhoneTitle" = "Επαλήθευση αριθμού τηλεφώνου";
|
||
|
||
/* The title of button displayed when user closes alert message. */
|
||
"Done" = "Τέλος";
|
||
|
||
/* The title of alert shown when user entered invalid phone number format. */
|
||
"IncorrectPhoneTitle" = "Μη έγκυρος αριθμός τηλεφώνου";
|
||
|
||
/* The body message of alert shown when user entered invalid phone number format. */
|
||
"IncorrectPhoneMessage" = "Εισαγάγετε έναν έγκυρο αριθμό τηλεφώνου";
|
||
|
||
/* The body message of alert shown when user tapped resend verification code button. */
|
||
"ResendCodeResult" = "Ο κωδικός στάλθηκε στο %@";
|
||
|
||
/* The title of alert shown when user entered invalid verification code. */
|
||
"IncorrectCodeTitle" = "Εσφαλμένος κωδικός επαλήθευσης";
|
||
|
||
/* The body message of alert shown when user entered invalid verification code. */
|
||
"IncorrectCodeMessage" = "Εσφαλμένος κωδικός. Δοκιμάστε ξανά.";
|
||
|
||
/* The body message of alert shown when internal server error appeared. */
|
||
"InternalErrorMessage" = "Κάτι πήγε στραβά. Δοκιμάστε ξανά.";
|
||
|
||
/* The body message of alert shown when the user has tried to send too many SMS messages. */
|
||
"TooManyCodesSent" = "Αυτός ο αριθμός τηλεφώνου χρησιμοποιήθηκε πάρα πολλές φορές";
|
||
|
||
/* The body message of alert shown when Firebase project has tried to send too many SMS messages for its price tier. */
|
||
"MessageQuotaExceeded" = "Παρουσιάστηκε πρόβλημα με την επαλήθευση του αριθμού τηλεφώνου";
|
||
|
||
/* The body message of alert shown when the SMS confirmation code has expired, so the user should send a new one. */
|
||
"MessageExpired" = "Αυτός ο κωδικός δεν είναι πλέον έγκυρος";
|
||
|
||
/* 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" = "Πατώντας %@, δηλώνετε ότι αποδέχεστε τους %@ και την %@ μας. Ενδέχεται να σταλεί ένα SMS. Ενδέχεται να ισχύουν χρεώσεις μηνυμάτων και δεδομένων.";
|