From 7ed79c2ed57165fe1086bb89317305c784aa57b0 Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Tue, 22 Jan 2019 17:18:54 -0500 Subject: [PATCH] Update l10n strings. --- .../translations/ar.lproj/Localizable.strings | 3 + .../translations/az.lproj/Localizable.strings | 3 + .../translations/bg.lproj/Localizable.strings | 3 + .../translations/bs.lproj/Localizable.strings | 3 + .../translations/ca.lproj/Localizable.strings | 61 ++++++++++--------- .../translations/cs.lproj/Localizable.strings | 3 + .../translations/da.lproj/Localizable.strings | 3 + .../translations/de.lproj/Localizable.strings | 11 ++-- .../translations/el.lproj/Localizable.strings | 41 +++++++------ .../translations/en.lproj/Localizable.strings | 2 +- .../translations/es.lproj/Localizable.strings | 11 ++-- .../translations/et.lproj/Localizable.strings | 3 + .../translations/fa.lproj/Localizable.strings | 3 + .../translations/fi.lproj/Localizable.strings | 3 + .../fil.lproj/Localizable.strings | 3 + .../translations/fr.lproj/Localizable.strings | 3 + .../translations/gl.lproj/Localizable.strings | 3 + .../translations/he.lproj/Localizable.strings | 11 ++-- .../translations/hr.lproj/Localizable.strings | 3 + .../translations/hu.lproj/Localizable.strings | 3 + .../translations/id.lproj/Localizable.strings | 3 + .../translations/it.lproj/Localizable.strings | 3 + .../translations/ja.lproj/Localizable.strings | 11 ++-- .../translations/km.lproj/Localizable.strings | 3 + .../translations/ko.lproj/Localizable.strings | 3 + .../translations/lt.lproj/Localizable.strings | 11 ++-- .../translations/lv.lproj/Localizable.strings | 3 + .../translations/mk.lproj/Localizable.strings | 3 + .../translations/my.lproj/Localizable.strings | 3 + .../nb_NO.lproj/Localizable.strings | 3 + .../translations/nl.lproj/Localizable.strings | 11 ++-- .../translations/pl.lproj/Localizable.strings | 9 ++- .../pt_BR.lproj/Localizable.strings | 3 + .../pt_PT.lproj/Localizable.strings | 3 + .../translations/ro.lproj/Localizable.strings | 11 ++-- .../translations/ru.lproj/Localizable.strings | 11 ++-- .../translations/sl.lproj/Localizable.strings | 3 + .../translations/sn.lproj/Localizable.strings | 3 + .../translations/sq.lproj/Localizable.strings | 11 ++-- .../translations/sv.lproj/Localizable.strings | 3 + .../translations/th.lproj/Localizable.strings | 3 + .../translations/tr.lproj/Localizable.strings | 3 + .../translations/uk.lproj/Localizable.strings | 3 + .../zh_CN.lproj/Localizable.strings | 3 + .../zh_TW.lproj/Localizable.strings | 11 ++-- 45 files changed, 224 insertions(+), 92 deletions(-) diff --git a/Signal/translations/ar.lproj/Localizable.strings b/Signal/translations/ar.lproj/Localizable.strings index 5ada1240a..e94ebc444 100644 --- a/Signal/translations/ar.lproj/Localizable.strings +++ b/Signal/translations/ar.lproj/Localizable.strings @@ -1086,6 +1086,9 @@ /* Label for crop button in image editor. */ "IMAGE_EDITOR_CROP_BUTTON" = "Crop"; +/* Momentarily shown to the user when attempting to select more images than is allowed. Embeds {{max number of items}} that can be shared. */ +"IMAGE_PICKER_CAN_SELECT_NO_MORE_TOAST_FORMAT" = "You can't share more than %@ items."; + /* alert title */ "IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Failed to select attachment."; diff --git a/Signal/translations/az.lproj/Localizable.strings b/Signal/translations/az.lproj/Localizable.strings index e22dce79e..959c0dbaf 100644 --- a/Signal/translations/az.lproj/Localizable.strings +++ b/Signal/translations/az.lproj/Localizable.strings @@ -1086,6 +1086,9 @@ /* Label for crop button in image editor. */ "IMAGE_EDITOR_CROP_BUTTON" = "Crop"; +/* Momentarily shown to the user when attempting to select more images than is allowed. Embeds {{max number of items}} that can be shared. */ +"IMAGE_PICKER_CAN_SELECT_NO_MORE_TOAST_FORMAT" = "You can't share more than %@ items."; + /* alert title */ "IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Failed to select attachment."; diff --git a/Signal/translations/bg.lproj/Localizable.strings b/Signal/translations/bg.lproj/Localizable.strings index 34a9dcf6b..01c3ce9ed 100644 --- a/Signal/translations/bg.lproj/Localizable.strings +++ b/Signal/translations/bg.lproj/Localizable.strings @@ -1086,6 +1086,9 @@ /* Label for crop button in image editor. */ "IMAGE_EDITOR_CROP_BUTTON" = "Crop"; +/* Momentarily shown to the user when attempting to select more images than is allowed. Embeds {{max number of items}} that can be shared. */ +"IMAGE_PICKER_CAN_SELECT_NO_MORE_TOAST_FORMAT" = "You can't share more than %@ items."; + /* alert title */ "IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Failed to select attachment."; diff --git a/Signal/translations/bs.lproj/Localizable.strings b/Signal/translations/bs.lproj/Localizable.strings index fd8cf2602..8fb4336d4 100644 --- a/Signal/translations/bs.lproj/Localizable.strings +++ b/Signal/translations/bs.lproj/Localizable.strings @@ -1086,6 +1086,9 @@ /* Label for crop button in image editor. */ "IMAGE_EDITOR_CROP_BUTTON" = "Crop"; +/* Momentarily shown to the user when attempting to select more images than is allowed. Embeds {{max number of items}} that can be shared. */ +"IMAGE_PICKER_CAN_SELECT_NO_MORE_TOAST_FORMAT" = "You can't share more than %@ items."; + /* alert title */ "IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Failed to select attachment."; diff --git a/Signal/translations/ca.lproj/Localizable.strings b/Signal/translations/ca.lproj/Localizable.strings index 428d98fcd..709fd7ffa 100644 --- a/Signal/translations/ca.lproj/Localizable.strings +++ b/Signal/translations/ca.lproj/Localizable.strings @@ -1072,7 +1072,7 @@ "HOME_VIEW_CONVERSATION_SEARCHBAR_PLACEHOLDER" = "Cerca"; /* Format string when search returns no results. Embeds {{search term}} */ -"HOME_VIEW_SEARCH_NO_RESULTS_FORMAT" = "No results found for '%@'"; +"HOME_VIEW_SEARCH_NO_RESULTS_FORMAT" = "No s'ha trobat cap resultat per a «%@»"; /* Title for the home view's 'archive' mode. */ "HOME_VIEW_TITLE_ARCHIVE" = "Arxiva"; @@ -1086,14 +1086,17 @@ /* Label for crop button in image editor. */ "IMAGE_EDITOR_CROP_BUTTON" = "Crop"; +/* Momentarily shown to the user when attempting to select more images than is allowed. Embeds {{max number of items}} that can be shared. */ +"IMAGE_PICKER_CAN_SELECT_NO_MORE_TOAST_FORMAT" = "You can't share more than %@ items."; + /* alert title */ -"IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Failed to select attachment."; +"IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Ha fallat seleccionar l'adjunt."; /* Call setup status label */ "IN_CALL_CONNECTING" = "S'està connectant..."; /* Call setup status label */ -"IN_CALL_RECONNECTING" = "Reconnecting…"; +"IN_CALL_RECONNECTING" = "Reconnectant..."; /* Call setup status label */ "IN_CALL_RINGING" = "Està sonant..."; @@ -1105,10 +1108,10 @@ "IN_CALL_TERMINATED" = "Ha finalitzat."; /* Label reminding the user that they are in archive mode. */ -"INBOX_VIEW_ARCHIVE_MODE_REMINDER" = "These conversations are archived and will only appear in the Inbox if new messages are received."; +"INBOX_VIEW_ARCHIVE_MODE_REMINDER" = "Aquestes converses estan arxivades i només apareixeran a la bústia d'entrada si es reben missatges nous."; /* Multi-line label explaining how to show names instead of phone numbers in your inbox */ -"INBOX_VIEW_MISSING_CONTACTS_PERMISSION" = "You can enable contacts access in the iOS Settings app to see contact names in your Signal conversation list."; +"INBOX_VIEW_MISSING_CONTACTS_PERMISSION" = "Podeu activar l'accés als contactes a la Configuració de l'iOS per veure els noms dels contactes a la llista de converses del Signal."; /* notification body */ "INCOMING_CALL" = "Telefonada rebuda"; @@ -1129,7 +1132,7 @@ "INVALID_AUDIO_FILE_ALERT_ERROR_MESSAGE" = "Fitxer d'àudio no vàlid."; /* Alert body when contacts disabled while trying to invite contacts to signal */ -"INVITE_FLOW_REQUIRES_CONTACT_ACCESS_BODY" = "You can enable contacts access in the iOS Settings app to invite your friends to join Signal."; +"INVITE_FLOW_REQUIRES_CONTACT_ACCESS_BODY" = "Podeu activar l'accés als contactes a la Configuració de l'iOS per convidar les amistats al Signal."; /* Alert title when contacts disabled while trying to invite contacts to signal */ "INVITE_FLOW_REQUIRES_CONTACT_ACCESS_TITLE" = "Doneu accés als contactes"; @@ -1198,7 +1201,7 @@ "LONG_TEXT_VIEW_TITLE" = "Missatge"; /* nav bar button item */ -"MEDIA_DETAIL_VIEW_ALL_MEDIA_BUTTON" = "All Media"; +"MEDIA_DETAIL_VIEW_ALL_MEDIA_BUTTON" = "Tot el contingut"; /* media picker option to take photo or video */ "MEDIA_FROM_CAMERA_BUTTON" = "Càmera"; @@ -1210,13 +1213,13 @@ "MEDIA_FROM_LIBRARY_BUTTON" = "Galeria"; /* Confirmation button text to delete selected media from the gallery, embeds {{number of messages}} */ -"MEDIA_GALLERY_DELETE_MULTIPLE_MESSAGES_FORMAT" = "Delete %d Messages"; +"MEDIA_GALLERY_DELETE_MULTIPLE_MESSAGES_FORMAT" = "Suprimeix %d missatges"; /* Confirmation button text to delete selected media message from the gallery */ "MEDIA_GALLERY_DELETE_SINGLE_MESSAGE" = "Suprimeix el missatge"; /* embeds {{sender name}} and {{sent datetime}}, e.g. 'Sarah on 10/30/18, 3:29' */ -"MEDIA_GALLERY_LANDSCAPE_TITLE_FORMAT" = "%@ on %@"; +"MEDIA_GALLERY_LANDSCAPE_TITLE_FORMAT" = "%@ el %@"; /* Format for the 'more items' indicator for media galleries. Embeds {{the number of additional items}}. */ "MEDIA_GALLERY_MORE_ITEMS_FORMAT" = "+%@"; @@ -1228,25 +1231,25 @@ "MEDIA_GALLERY_THIS_MONTH_HEADER" = "Aquest mes"; /* Action sheet button title */ -"MESSAGE_ACTION_COPY_MEDIA" = "Copy Media"; +"MESSAGE_ACTION_COPY_MEDIA" = "Copia el contingut"; /* Action sheet button title */ -"MESSAGE_ACTION_COPY_TEXT" = "Copy Message Text"; +"MESSAGE_ACTION_COPY_TEXT" = "Copia el text del missatge"; /* Action sheet button title */ -"MESSAGE_ACTION_DELETE_MESSAGE" = "Delete This Message"; +"MESSAGE_ACTION_DELETE_MESSAGE" = "Suprimeix aquest missatge"; /* Action sheet button subtitle */ -"MESSAGE_ACTION_DELETE_MESSAGE_SUBTITLE" = "It will only be deleted on this device."; +"MESSAGE_ACTION_DELETE_MESSAGE_SUBTITLE" = "Només se suprimirà d'aquest dispositiu."; /* Action sheet button title */ -"MESSAGE_ACTION_DETAILS" = "More Info"; +"MESSAGE_ACTION_DETAILS" = "Més informació"; /* Action sheet button title */ -"MESSAGE_ACTION_REPLY" = "Reply to This Message"; +"MESSAGE_ACTION_REPLY" = "Respon aquest missatge"; /* Action sheet button title */ -"MESSAGE_ACTION_SAVE_MEDIA" = "Save Media"; +"MESSAGE_ACTION_SAVE_MEDIA" = "Desa el contingut"; /* Title for the 'message approval' dialog. */ "MESSAGE_APPROVAL_DIALOG_TITLE" = "Missatge"; @@ -1267,7 +1270,7 @@ "MESSAGE_METADATA_VIEW_MESSAGE_STATUS_DELIVERED" = "Entregat"; /* Status label for messages which are failed. */ -"MESSAGE_METADATA_VIEW_MESSAGE_STATUS_FAILED" = "Failed"; +"MESSAGE_METADATA_VIEW_MESSAGE_STATUS_FAILED" = "Ha fallat"; /* Status label for messages which are read. */ "MESSAGE_METADATA_VIEW_MESSAGE_STATUS_READ" = "S'ha llegit"; @@ -1279,19 +1282,19 @@ "MESSAGE_METADATA_VIEW_MESSAGE_STATUS_SENT" = "Enviament"; /* Status label for messages which were skipped. */ -"MESSAGE_METADATA_VIEW_MESSAGE_STATUS_SKIPPED" = "Skipped"; +"MESSAGE_METADATA_VIEW_MESSAGE_STATUS_SKIPPED" = "S'ha omès"; /* Status label for messages which are uploading. */ -"MESSAGE_METADATA_VIEW_MESSAGE_STATUS_UPLOADING" = "Uploading"; +"MESSAGE_METADATA_VIEW_MESSAGE_STATUS_UPLOADING" = "Pujant"; /* Label for messages without a body or attachment in the 'message metadata' view. */ -"MESSAGE_METADATA_VIEW_NO_ATTACHMENT_OR_BODY" = "Message has no content or attachment."; +"MESSAGE_METADATA_VIEW_NO_ATTACHMENT_OR_BODY" = "El missatge no té contingut o no té cap adjunt."; /* Label for the 'received date & time' field of the 'message metadata' view. */ "MESSAGE_METADATA_VIEW_RECEIVED_DATE_TIME" = "Rebut"; /* Label for the 'sender' field of the 'message metadata' view. */ -"MESSAGE_METADATA_VIEW_SENDER" = "Sender"; +"MESSAGE_METADATA_VIEW_SENDER" = "Remitent"; /* Label for the 'sent date & time' field of the 'message metadata' view. */ "MESSAGE_METADATA_VIEW_SENT_DATE_TIME" = "Enviament"; @@ -1306,22 +1309,22 @@ "MESSAGE_STATUS_DELIVERED" = "S'ha enviat"; /* status message for failed messages */ -"MESSAGE_STATUS_FAILED" = "Sending failed."; +"MESSAGE_STATUS_FAILED" = "Ha fallat l'enviament."; /* status message for failed messages */ -"MESSAGE_STATUS_FAILED_SHORT" = "Failed"; +"MESSAGE_STATUS_FAILED_SHORT" = "Ha fallat"; /* status message for read messages */ "MESSAGE_STATUS_READ" = "S'ha llegit"; /* message status if message delivery to a recipient is skipped. We skip delivering group messages to users who have left the group or unregistered their Signal account. */ -"MESSAGE_STATUS_RECIPIENT_SKIPPED" = "Skipped"; +"MESSAGE_STATUS_RECIPIENT_SKIPPED" = "S'ha omès"; /* Label indicating that a message failed to send. */ "MESSAGE_STATUS_SEND_FAILED" = "Ha fallat l'enviament"; /* message status while message is sending. */ -"MESSAGE_STATUS_SENDING" = "Sending…"; +"MESSAGE_STATUS_SENDING" = "Enviant..."; /* status message for sent messages */ "MESSAGE_STATUS_SENT" = "S'ha enviat"; @@ -1336,19 +1339,19 @@ "MESSAGES_VIEW_1_MEMBER_NO_LONGER_VERIFIED_FORMAT" = "%@ ja no és marcat com a verificat. Toqueu per a més opcions."; /* Indicates that this 1:1 conversation has been blocked. */ -"MESSAGES_VIEW_CONTACT_BLOCKED" = "You Blocked This User"; +"MESSAGES_VIEW_CONTACT_BLOCKED" = "Heu blocat aquest usuari"; /* Indicates that this 1:1 conversation is no longer verified. Embeds {{user's name or phone number}}. */ "MESSAGES_VIEW_CONTACT_NO_LONGER_VERIFIED_FORMAT" = "%@ ja no és marcat com a verificat. Toqueu per a més opcions."; /* Indicates that a single member of this group has been blocked. */ -"MESSAGES_VIEW_GROUP_1_MEMBER_BLOCKED" = "You Blocked 1 Member of This Group"; +"MESSAGES_VIEW_GROUP_1_MEMBER_BLOCKED" = "Heu blocat 1 membre d'aquest grup"; /* Indicates that this group conversation has been blocked. */ -"MESSAGES_VIEW_GROUP_BLOCKED" = "You Blocked This Group"; +"MESSAGES_VIEW_GROUP_BLOCKED" = "Heu blocat aquest grup"; /* Indicates that some members of this group has been blocked. Embeds {{the number of blocked users in this group}}. */ -"MESSAGES_VIEW_GROUP_N_MEMBERS_BLOCKED_FORMAT" = "You Blocked %@ Members of This Group"; +"MESSAGES_VIEW_GROUP_N_MEMBERS_BLOCKED_FORMAT" = "Heu blocat %@ membres d'aquest grup"; /* Text for banner in group conversation view that offers to share your profile with this group. */ "MESSAGES_VIEW_GROUP_PROFILE_WHITELIST_BANNER" = "Share Your Profile With This Group?"; diff --git a/Signal/translations/cs.lproj/Localizable.strings b/Signal/translations/cs.lproj/Localizable.strings index db09f0397..f4cdbb111 100644 --- a/Signal/translations/cs.lproj/Localizable.strings +++ b/Signal/translations/cs.lproj/Localizable.strings @@ -1086,6 +1086,9 @@ /* Label for crop button in image editor. */ "IMAGE_EDITOR_CROP_BUTTON" = "Crop"; +/* Momentarily shown to the user when attempting to select more images than is allowed. Embeds {{max number of items}} that can be shared. */ +"IMAGE_PICKER_CAN_SELECT_NO_MORE_TOAST_FORMAT" = "You can't share more than %@ items."; + /* alert title */ "IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Failed to select attachment."; diff --git a/Signal/translations/da.lproj/Localizable.strings b/Signal/translations/da.lproj/Localizable.strings index a36ebf4a1..622417fb9 100644 --- a/Signal/translations/da.lproj/Localizable.strings +++ b/Signal/translations/da.lproj/Localizable.strings @@ -1086,6 +1086,9 @@ /* Label for crop button in image editor. */ "IMAGE_EDITOR_CROP_BUTTON" = "Crop"; +/* Momentarily shown to the user when attempting to select more images than is allowed. Embeds {{max number of items}} that can be shared. */ +"IMAGE_PICKER_CAN_SELECT_NO_MORE_TOAST_FORMAT" = "You can't share more than %@ items."; + /* alert title */ "IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Failed to select attachment."; diff --git a/Signal/translations/de.lproj/Localizable.strings b/Signal/translations/de.lproj/Localizable.strings index 7be862738..2536fe72a 100644 --- a/Signal/translations/de.lproj/Localizable.strings +++ b/Signal/translations/de.lproj/Localizable.strings @@ -1081,13 +1081,16 @@ "HOME_VIEW_TITLE_INBOX" = "Signal"; /* Label for brush button in image editor. */ -"IMAGE_EDITOR_BRUSH_BUTTON" = "Brush"; +"IMAGE_EDITOR_BRUSH_BUTTON" = "Pinsel"; /* Label for crop button in image editor. */ -"IMAGE_EDITOR_CROP_BUTTON" = "Crop"; +"IMAGE_EDITOR_CROP_BUTTON" = "Zuschneiden"; + +/* Momentarily shown to the user when attempting to select more images than is allowed. Embeds {{max number of items}} that can be shared. */ +"IMAGE_PICKER_CAN_SELECT_NO_MORE_TOAST_FORMAT" = "You can't share more than %@ items."; /* alert title */ -"IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Failed to select attachment."; +"IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Anhangsauswahl gescheitert."; /* Call setup status label */ "IN_CALL_CONNECTING" = "Verbinden …"; @@ -1470,7 +1473,7 @@ "NO_CONTACTS_SEARCH_BY_PHONE_NUMBER" = "Kontakte über Rufnummer suchen"; /* Label for 1:1 conversation with yourself. */ -"NOTE_TO_SELF" = "Note to Self"; +"NOTE_TO_SELF" = "Notiz an mich"; /* Lock screen notification text presented after user powers on their device without unlocking. Embeds {{device model}} (either 'iPad' or 'iPhone') */ "NOTIFICATION_BODY_PHONE_LOCKED_FORMAT" = "Du hast eventuell Nachrichten erhalten, während dein %@ neu gestartet wurde."; diff --git a/Signal/translations/el.lproj/Localizable.strings b/Signal/translations/el.lproj/Localizable.strings index 928a09be9..324cb30b8 100644 --- a/Signal/translations/el.lproj/Localizable.strings +++ b/Signal/translations/el.lproj/Localizable.strings @@ -228,10 +228,10 @@ "BACKUP_IMPORT_PHASE_RESTORING_FILES" = "Επαναφορά Αρχείων"; /* Label for the backup restore decision section. */ -"BACKUP_RESTORE_DECISION_TITLE" = "Backup Available"; +"BACKUP_RESTORE_DECISION_TITLE" = "Αντίγραφο ασφαλείας διαθέσιμο "; /* Label for the backup restore description. */ -"BACKUP_RESTORE_DESCRIPTION" = "Restoring Backup"; +"BACKUP_RESTORE_DESCRIPTION" = "Γίνεται επαναφορά του αντιγράφου ασφαλείας "; /* Label for the backup restore progress. */ "BACKUP_RESTORE_PROGRESS" = "Πρόοδος"; @@ -240,7 +240,7 @@ "BACKUP_RESTORE_STATUS" = "Κατάσταση"; /* Error shown when backup fails due to an unexpected error. */ -"BACKUP_UNEXPECTED_ERROR" = "Unexpected Backup Error"; +"BACKUP_UNEXPECTED_ERROR" = "Αναπάντεχο σφάλμα κατά τη δημιουργία του αντιγράφου ασφαλείας "; /* An explanation of the consequences of blocking a group. */ "BLOCK_GROUP_BEHAVIOR_EXPLANATION" = "Δεν θα λαμβάνετε πλέον μηνύματα ή ενημερώσεις από αυτήν την ομάδα."; @@ -402,10 +402,10 @@ "CENSORSHIP_CIRCUMVENTION_COUNTRY_VIEW_TITLE" = "Επιλογή Χώρας"; /* The label for the 'do not restore backup' button. */ -"CHECK_FOR_BACKUP_DO_NOT_RESTORE" = "Do Not Restore"; +"CHECK_FOR_BACKUP_DO_NOT_RESTORE" = "Να μη γίνει επαναφορά"; /* Message for alert shown when the app failed to check for an existing backup. */ -"CHECK_FOR_BACKUP_FAILED_MESSAGE" = "Could not determine whether there is a backup that can be restored."; +"CHECK_FOR_BACKUP_FAILED_MESSAGE" = "Δε μπόρεσε να διαπιστωθεί αν υπάρχει αντίγραφο ασφαλείας για επαναφορά."; /* Title for alert shown when the app failed to check for an existing backup. */ "CHECK_FOR_BACKUP_FAILED_TITLE" = "Σφάλμα"; @@ -414,13 +414,13 @@ "CHECK_FOR_BACKUP_RESTORE" = "Επαναφορά"; /* Error indicating that the app could not determine that user's iCloud account status */ -"CLOUDKIT_STATUS_COULD_NOT_DETERMINE" = "Signal could not determine your iCloud account status. Sign in to your iCloud Account in the iOS settings app to backup your Signal data."; +"CLOUDKIT_STATUS_COULD_NOT_DETERMINE" = "Το Signal δεν μπορεσε να εξακριβώσει την κατάσταση του iCloud λογαριασμού σας. Συνδεθείτε στον iCloud λογαριασμό σας μέσω των ρυθμίσεων του iOS ώστε να αποθηκεύσετε αντίγραφο ασφαλείας των δεδομένων του Signal."; /* Error indicating that user does not have an iCloud account. */ -"CLOUDKIT_STATUS_NO_ACCOUNT" = "No iCloud Account. Sign in to your iCloud Account in the iOS settings app to backup your Signal data."; +"CLOUDKIT_STATUS_NO_ACCOUNT" = "Δεν υπάρχει iCloud λογαριασμός. Συνδεθείτε στον iCloud λογαριασμό σας μέσω των ρυθμίσεων του iOS ώστε να αποθηκεύσετε αντίγραφο ασφαλείας των δεδομένων του Signal."; /* Error indicating that the app was prevented from accessing the user's iCloud account. */ -"CLOUDKIT_STATUS_RESTRICTED" = "Signal was denied access your iCloud account for backups. Grant Signal access to your iCloud Account in the iOS settings app to backup your Signal data."; +"CLOUDKIT_STATUS_RESTRICTED" = "Το Signal δεν μπόρεσε να αποκτήσει πρόσβαση στον iCloud λογαριασμό σας για τη δημιουργία αντιγράφου ασφαλείας. Παραχωρήστε στο Signal πρόσβαση στον iCloud λογαριασμό σας μέσω των ρυθμίσεων του iOS ώστε να μπορέσετε να δημιουργήσετε αντίγραφο ασφαλείας των Signal δεδομένων σας."; /* The first of two messages demonstrating the chosen conversation color, by rendering this message in an outgoing message bubble. */ "COLOR_PICKER_DEMO_MESSAGE_1" = "Επιλέξτε το χρώμα των εξερχόμενων μηνυμάτων σε αυτήν τη συνομιλία."; @@ -561,10 +561,10 @@ "CONTACT_WITHOUT_NAME" = "Ανώνυμη Επαφή"; /* Message for the 'conversation delete confirmation' alert. */ -"CONVERSATION_DELETE_CONFIRMATION_ALERT_MESSAGE" = "This cannot be undone."; +"CONVERSATION_DELETE_CONFIRMATION_ALERT_MESSAGE" = "Η ενέρεια αυτη δεν μπορεί να αναιρεθεί."; /* Title for the 'conversation delete confirmation' alert. */ -"CONVERSATION_DELETE_CONFIRMATION_ALERT_TITLE" = "Delete Conversation?"; +"CONVERSATION_DELETE_CONFIRMATION_ALERT_TITLE" = "Διαγραφή συνομιλίας;"; /* title for conversation settings screen */ "CONVERSATION_SETTINGS" = "Ρυθμίσεις Συνομιλίας"; @@ -1081,13 +1081,16 @@ "HOME_VIEW_TITLE_INBOX" = "Signal"; /* Label for brush button in image editor. */ -"IMAGE_EDITOR_BRUSH_BUTTON" = "Brush"; +"IMAGE_EDITOR_BRUSH_BUTTON" = "Βούρτσα."; /* Label for crop button in image editor. */ -"IMAGE_EDITOR_CROP_BUTTON" = "Crop"; +"IMAGE_EDITOR_CROP_BUTTON" = "Περικοπή"; + +/* Momentarily shown to the user when attempting to select more images than is allowed. Embeds {{max number of items}} that can be shared. */ +"IMAGE_PICKER_CAN_SELECT_NO_MORE_TOAST_FORMAT" = "You can't share more than %@ items."; /* alert title */ -"IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Failed to select attachment."; +"IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Δεν ήταν δυνατό να επιλεχθεί το συνημμένο."; /* Call setup status label */ "IN_CALL_CONNECTING" = "Συνδέεται..."; @@ -1216,10 +1219,10 @@ "MEDIA_GALLERY_DELETE_SINGLE_MESSAGE" = "Διαγραφή Μηνύματος"; /* embeds {{sender name}} and {{sent datetime}}, e.g. 'Sarah on 10/30/18, 3:29' */ -"MEDIA_GALLERY_LANDSCAPE_TITLE_FORMAT" = "%@ on %@"; +"MEDIA_GALLERY_LANDSCAPE_TITLE_FORMAT" = "%@ στις%@"; /* Format for the 'more items' indicator for media galleries. Embeds {{the number of additional items}}. */ -"MEDIA_GALLERY_MORE_ITEMS_FORMAT" = "+%@"; +"MEDIA_GALLERY_MORE_ITEMS_FORMAT" = "+ Περισσότερα%@"; /* Short sender label for media sent by you */ "MEDIA_GALLERY_SENDER_NAME_YOU" = "Εσείς"; @@ -1470,7 +1473,7 @@ "NO_CONTACTS_SEARCH_BY_PHONE_NUMBER" = "Εύρεση επαφών μέσω αριθμού τηλεφώνου"; /* Label for 1:1 conversation with yourself. */ -"NOTE_TO_SELF" = "Note to Self"; +"NOTE_TO_SELF" = "Να μην ξεχάσω "; /* Lock screen notification text presented after user powers on their device without unlocking. Embeds {{device model}} (either 'iPad' or 'iPhone') */ "NOTIFICATION_BODY_PHONE_LOCKED_FORMAT" = "Μπορεί να έχετε λάβει μηνύματα κατά την επανεκκίνηση του %@ σας."; @@ -1566,7 +1569,7 @@ "PHONE_NUMBER_TYPE_WORK_FAX" = "Φαξ Εργασίας"; /* label for system photo collections which have no name. */ -"PHOTO_PICKER_UNNAMED_COLLECTION" = "Unnamed Album"; +"PHOTO_PICKER_UNNAMED_COLLECTION" = "Ανώνυμο άλμπουμ"; /* Accessibility label for button to start media playback */ "PLAY_BUTTON_ACCESSABILITY_LABEL" = "Αναπαραγωγή Πολυμέσων"; @@ -1992,10 +1995,10 @@ "SETTINGS_BACKUP_ENABLING_SWITCH" = "Δημιουργία Αντιγράφων Ενεργοποιημένη"; /* Label for iCloud status row in the in the backup settings view. */ -"SETTINGS_BACKUP_ICLOUD_STATUS" = "iCloud Status"; +"SETTINGS_BACKUP_ICLOUD_STATUS" = "Καατάσταση iCloud"; /* Indicates that the last backup restore failed. */ -"SETTINGS_BACKUP_IMPORT_STATUS_FAILED" = "Backup Restore Failed"; +"SETTINGS_BACKUP_IMPORT_STATUS_FAILED" = "Η επαναφορά του αντιγράφου ασφαλείας απέτυχε "; /* Indicates that app is not restoring up. */ "SETTINGS_BACKUP_IMPORT_STATUS_IDLE" = "Backup Restore Idle"; diff --git a/Signal/translations/en.lproj/Localizable.strings b/Signal/translations/en.lproj/Localizable.strings index fd8dc77bf..1fd0a635f 100644 --- a/Signal/translations/en.lproj/Localizable.strings +++ b/Signal/translations/en.lproj/Localizable.strings @@ -1086,7 +1086,7 @@ /* Label for crop button in image editor. */ "IMAGE_EDITOR_CROP_BUTTON" = "Crop"; -/* Momentarily shown to the user when attempting to select more images than is allowed. */ +/* Momentarily shown to the user when attempting to select more images than is allowed. Embeds {{max number of items}} that can be shared. */ "IMAGE_PICKER_CAN_SELECT_NO_MORE_TOAST_FORMAT" = "You can't share more than %@ items."; /* alert title */ diff --git a/Signal/translations/es.lproj/Localizable.strings b/Signal/translations/es.lproj/Localizable.strings index 8c5b8fdaf..60ba1a621 100644 --- a/Signal/translations/es.lproj/Localizable.strings +++ b/Signal/translations/es.lproj/Localizable.strings @@ -1081,13 +1081,16 @@ "HOME_VIEW_TITLE_INBOX" = "Signal"; /* Label for brush button in image editor. */ -"IMAGE_EDITOR_BRUSH_BUTTON" = "Brush"; +"IMAGE_EDITOR_BRUSH_BUTTON" = "Pincel"; /* Label for crop button in image editor. */ -"IMAGE_EDITOR_CROP_BUTTON" = "Crop"; +"IMAGE_EDITOR_CROP_BUTTON" = "Recortar"; + +/* Momentarily shown to the user when attempting to select more images than is allowed. Embeds {{max number of items}} that can be shared. */ +"IMAGE_PICKER_CAN_SELECT_NO_MORE_TOAST_FORMAT" = "You can't share more than %@ items."; /* alert title */ -"IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Failed to select attachment."; +"IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Fallo al seleccionar adjunto."; /* Call setup status label */ "IN_CALL_CONNECTING" = "Conectando ..."; @@ -1470,7 +1473,7 @@ "NO_CONTACTS_SEARCH_BY_PHONE_NUMBER" = "Encontrar por núm. de teléfono"; /* Label for 1:1 conversation with yourself. */ -"NOTE_TO_SELF" = "Note to Self"; +"NOTE_TO_SELF" = "Tú mismo"; /* Lock screen notification text presented after user powers on their device without unlocking. Embeds {{device model}} (either 'iPad' or 'iPhone') */ "NOTIFICATION_BODY_PHONE_LOCKED_FORMAT" = "Has recibido mensajes mientras tu %@ estaba reiniciándose."; diff --git a/Signal/translations/et.lproj/Localizable.strings b/Signal/translations/et.lproj/Localizable.strings index a0093e830..0f9a3de7d 100644 --- a/Signal/translations/et.lproj/Localizable.strings +++ b/Signal/translations/et.lproj/Localizable.strings @@ -1086,6 +1086,9 @@ /* Label for crop button in image editor. */ "IMAGE_EDITOR_CROP_BUTTON" = "Crop"; +/* Momentarily shown to the user when attempting to select more images than is allowed. Embeds {{max number of items}} that can be shared. */ +"IMAGE_PICKER_CAN_SELECT_NO_MORE_TOAST_FORMAT" = "You can't share more than %@ items."; + /* alert title */ "IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Failed to select attachment."; diff --git a/Signal/translations/fa.lproj/Localizable.strings b/Signal/translations/fa.lproj/Localizable.strings index 9ad8b00e5..92e2f763a 100644 --- a/Signal/translations/fa.lproj/Localizable.strings +++ b/Signal/translations/fa.lproj/Localizable.strings @@ -1086,6 +1086,9 @@ /* Label for crop button in image editor. */ "IMAGE_EDITOR_CROP_BUTTON" = "Crop"; +/* Momentarily shown to the user when attempting to select more images than is allowed. Embeds {{max number of items}} that can be shared. */ +"IMAGE_PICKER_CAN_SELECT_NO_MORE_TOAST_FORMAT" = "You can't share more than %@ items."; + /* alert title */ "IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Failed to select attachment."; diff --git a/Signal/translations/fi.lproj/Localizable.strings b/Signal/translations/fi.lproj/Localizable.strings index 80305835b..3b6c1278f 100644 --- a/Signal/translations/fi.lproj/Localizable.strings +++ b/Signal/translations/fi.lproj/Localizable.strings @@ -1086,6 +1086,9 @@ /* Label for crop button in image editor. */ "IMAGE_EDITOR_CROP_BUTTON" = "Crop"; +/* Momentarily shown to the user when attempting to select more images than is allowed. Embeds {{max number of items}} that can be shared. */ +"IMAGE_PICKER_CAN_SELECT_NO_MORE_TOAST_FORMAT" = "You can't share more than %@ items."; + /* alert title */ "IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Failed to select attachment."; diff --git a/Signal/translations/fil.lproj/Localizable.strings b/Signal/translations/fil.lproj/Localizable.strings index 538aeec78..8dc90cac1 100644 --- a/Signal/translations/fil.lproj/Localizable.strings +++ b/Signal/translations/fil.lproj/Localizable.strings @@ -1086,6 +1086,9 @@ /* Label for crop button in image editor. */ "IMAGE_EDITOR_CROP_BUTTON" = "Crop"; +/* Momentarily shown to the user when attempting to select more images than is allowed. Embeds {{max number of items}} that can be shared. */ +"IMAGE_PICKER_CAN_SELECT_NO_MORE_TOAST_FORMAT" = "You can't share more than %@ items."; + /* alert title */ "IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Failed to select attachment."; diff --git a/Signal/translations/fr.lproj/Localizable.strings b/Signal/translations/fr.lproj/Localizable.strings index 4a760949f..b02dc8eef 100644 --- a/Signal/translations/fr.lproj/Localizable.strings +++ b/Signal/translations/fr.lproj/Localizable.strings @@ -1086,6 +1086,9 @@ /* Label for crop button in image editor. */ "IMAGE_EDITOR_CROP_BUTTON" = "Crop"; +/* Momentarily shown to the user when attempting to select more images than is allowed. Embeds {{max number of items}} that can be shared. */ +"IMAGE_PICKER_CAN_SELECT_NO_MORE_TOAST_FORMAT" = "You can't share more than %@ items."; + /* alert title */ "IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Failed to select attachment."; diff --git a/Signal/translations/gl.lproj/Localizable.strings b/Signal/translations/gl.lproj/Localizable.strings index 71ad5415c..ee6daffa6 100644 --- a/Signal/translations/gl.lproj/Localizable.strings +++ b/Signal/translations/gl.lproj/Localizable.strings @@ -1086,6 +1086,9 @@ /* Label for crop button in image editor. */ "IMAGE_EDITOR_CROP_BUTTON" = "Crop"; +/* Momentarily shown to the user when attempting to select more images than is allowed. Embeds {{max number of items}} that can be shared. */ +"IMAGE_PICKER_CAN_SELECT_NO_MORE_TOAST_FORMAT" = "You can't share more than %@ items."; + /* alert title */ "IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Failed to select attachment."; diff --git a/Signal/translations/he.lproj/Localizable.strings b/Signal/translations/he.lproj/Localizable.strings index 948cc8adc..dedb90bcc 100644 --- a/Signal/translations/he.lproj/Localizable.strings +++ b/Signal/translations/he.lproj/Localizable.strings @@ -1081,13 +1081,16 @@ "HOME_VIEW_TITLE_INBOX" = "Signal"; /* Label for brush button in image editor. */ -"IMAGE_EDITOR_BRUSH_BUTTON" = "Brush"; +"IMAGE_EDITOR_BRUSH_BUTTON" = "מברשת"; /* Label for crop button in image editor. */ -"IMAGE_EDITOR_CROP_BUTTON" = "Crop"; +"IMAGE_EDITOR_CROP_BUTTON" = "חתוך"; + +/* Momentarily shown to the user when attempting to select more images than is allowed. Embeds {{max number of items}} that can be shared. */ +"IMAGE_PICKER_CAN_SELECT_NO_MORE_TOAST_FORMAT" = "You can't share more than %@ items."; /* alert title */ -"IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Failed to select attachment."; +"IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "נכשל בבחירת צרופה."; /* Call setup status label */ "IN_CALL_CONNECTING" = "מתחבר..."; @@ -1470,7 +1473,7 @@ "NO_CONTACTS_SEARCH_BY_PHONE_NUMBER" = "מצא אנשי קשר לפי מספר טלפון"; /* Label for 1:1 conversation with yourself. */ -"NOTE_TO_SELF" = "Note to Self"; +"NOTE_TO_SELF" = "הערה לעצמי"; /* Lock screen notification text presented after user powers on their device without unlocking. Embeds {{device model}} (either 'iPad' or 'iPhone') */ "NOTIFICATION_BODY_PHONE_LOCKED_FORMAT" = "ייתכן שקיבלת הודעות בזמן שה־%@ שלך הופעל מחדש."; diff --git a/Signal/translations/hr.lproj/Localizable.strings b/Signal/translations/hr.lproj/Localizable.strings index b6114c2da..d961d508c 100644 --- a/Signal/translations/hr.lproj/Localizable.strings +++ b/Signal/translations/hr.lproj/Localizable.strings @@ -1086,6 +1086,9 @@ /* Label for crop button in image editor. */ "IMAGE_EDITOR_CROP_BUTTON" = "Crop"; +/* Momentarily shown to the user when attempting to select more images than is allowed. Embeds {{max number of items}} that can be shared. */ +"IMAGE_PICKER_CAN_SELECT_NO_MORE_TOAST_FORMAT" = "You can't share more than %@ items."; + /* alert title */ "IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Failed to select attachment."; diff --git a/Signal/translations/hu.lproj/Localizable.strings b/Signal/translations/hu.lproj/Localizable.strings index fec540991..db1b3b19a 100644 --- a/Signal/translations/hu.lproj/Localizable.strings +++ b/Signal/translations/hu.lproj/Localizable.strings @@ -1086,6 +1086,9 @@ /* Label for crop button in image editor. */ "IMAGE_EDITOR_CROP_BUTTON" = "Crop"; +/* Momentarily shown to the user when attempting to select more images than is allowed. Embeds {{max number of items}} that can be shared. */ +"IMAGE_PICKER_CAN_SELECT_NO_MORE_TOAST_FORMAT" = "You can't share more than %@ items."; + /* alert title */ "IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Failed to select attachment."; diff --git a/Signal/translations/id.lproj/Localizable.strings b/Signal/translations/id.lproj/Localizable.strings index 2cc8f82c8..6b766f8c3 100644 --- a/Signal/translations/id.lproj/Localizable.strings +++ b/Signal/translations/id.lproj/Localizable.strings @@ -1086,6 +1086,9 @@ /* Label for crop button in image editor. */ "IMAGE_EDITOR_CROP_BUTTON" = "Crop"; +/* Momentarily shown to the user when attempting to select more images than is allowed. Embeds {{max number of items}} that can be shared. */ +"IMAGE_PICKER_CAN_SELECT_NO_MORE_TOAST_FORMAT" = "You can't share more than %@ items."; + /* alert title */ "IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Failed to select attachment."; diff --git a/Signal/translations/it.lproj/Localizable.strings b/Signal/translations/it.lproj/Localizable.strings index 284e9005e..bf279b786 100644 --- a/Signal/translations/it.lproj/Localizable.strings +++ b/Signal/translations/it.lproj/Localizable.strings @@ -1086,6 +1086,9 @@ /* Label for crop button in image editor. */ "IMAGE_EDITOR_CROP_BUTTON" = "Crop"; +/* Momentarily shown to the user when attempting to select more images than is allowed. Embeds {{max number of items}} that can be shared. */ +"IMAGE_PICKER_CAN_SELECT_NO_MORE_TOAST_FORMAT" = "You can't share more than %@ items."; + /* alert title */ "IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Failed to select attachment."; diff --git a/Signal/translations/ja.lproj/Localizable.strings b/Signal/translations/ja.lproj/Localizable.strings index 23b422f06..75362eb44 100644 --- a/Signal/translations/ja.lproj/Localizable.strings +++ b/Signal/translations/ja.lproj/Localizable.strings @@ -1081,13 +1081,16 @@ "HOME_VIEW_TITLE_INBOX" = "Signal"; /* Label for brush button in image editor. */ -"IMAGE_EDITOR_BRUSH_BUTTON" = "Brush"; +"IMAGE_EDITOR_BRUSH_BUTTON" = "ブラシ"; /* Label for crop button in image editor. */ -"IMAGE_EDITOR_CROP_BUTTON" = "Crop"; +"IMAGE_EDITOR_CROP_BUTTON" = "切り取り"; + +/* Momentarily shown to the user when attempting to select more images than is allowed. Embeds {{max number of items}} that can be shared. */ +"IMAGE_PICKER_CAN_SELECT_NO_MORE_TOAST_FORMAT" = "You can't share more than %@ items."; /* alert title */ -"IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Failed to select attachment."; +"IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "添付ファイルを選択できませんでした"; /* Call setup status label */ "IN_CALL_CONNECTING" = "接続しています..."; @@ -1470,7 +1473,7 @@ "NO_CONTACTS_SEARCH_BY_PHONE_NUMBER" = "連絡先を電話番号で検索"; /* Label for 1:1 conversation with yourself. */ -"NOTE_TO_SELF" = "Note to Self"; +"NOTE_TO_SELF" = "自分のためのメモ"; /* Lock screen notification text presented after user powers on their device without unlocking. Embeds {{device model}} (either 'iPad' or 'iPhone') */ "NOTIFICATION_BODY_PHONE_LOCKED_FORMAT" = "%@の再起動中にメッセージが届いたかもしれません"; diff --git a/Signal/translations/km.lproj/Localizable.strings b/Signal/translations/km.lproj/Localizable.strings index deef2b63e..5a9e9d087 100644 --- a/Signal/translations/km.lproj/Localizable.strings +++ b/Signal/translations/km.lproj/Localizable.strings @@ -1086,6 +1086,9 @@ /* Label for crop button in image editor. */ "IMAGE_EDITOR_CROP_BUTTON" = "Crop"; +/* Momentarily shown to the user when attempting to select more images than is allowed. Embeds {{max number of items}} that can be shared. */ +"IMAGE_PICKER_CAN_SELECT_NO_MORE_TOAST_FORMAT" = "You can't share more than %@ items."; + /* alert title */ "IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Failed to select attachment."; diff --git a/Signal/translations/ko.lproj/Localizable.strings b/Signal/translations/ko.lproj/Localizable.strings index 30f293ff8..3a64bd48f 100644 --- a/Signal/translations/ko.lproj/Localizable.strings +++ b/Signal/translations/ko.lproj/Localizable.strings @@ -1086,6 +1086,9 @@ /* Label for crop button in image editor. */ "IMAGE_EDITOR_CROP_BUTTON" = "Crop"; +/* Momentarily shown to the user when attempting to select more images than is allowed. Embeds {{max number of items}} that can be shared. */ +"IMAGE_PICKER_CAN_SELECT_NO_MORE_TOAST_FORMAT" = "You can't share more than %@ items."; + /* alert title */ "IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Failed to select attachment."; diff --git a/Signal/translations/lt.lproj/Localizable.strings b/Signal/translations/lt.lproj/Localizable.strings index a923d7977..b3801b944 100644 --- a/Signal/translations/lt.lproj/Localizable.strings +++ b/Signal/translations/lt.lproj/Localizable.strings @@ -1081,13 +1081,16 @@ "HOME_VIEW_TITLE_INBOX" = "Signal"; /* Label for brush button in image editor. */ -"IMAGE_EDITOR_BRUSH_BUTTON" = "Brush"; +"IMAGE_EDITOR_BRUSH_BUTTON" = "Teptukas"; /* Label for crop button in image editor. */ -"IMAGE_EDITOR_CROP_BUTTON" = "Crop"; +"IMAGE_EDITOR_CROP_BUTTON" = "Apkirpti"; + +/* Momentarily shown to the user when attempting to select more images than is allowed. Embeds {{max number of items}} that can be shared. */ +"IMAGE_PICKER_CAN_SELECT_NO_MORE_TOAST_FORMAT" = "You can't share more than %@ items."; /* alert title */ -"IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Failed to select attachment."; +"IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Nepavyko pasirinkti priedo."; /* Call setup status label */ "IN_CALL_CONNECTING" = "Jungiamasi…"; @@ -1470,7 +1473,7 @@ "NO_CONTACTS_SEARCH_BY_PHONE_NUMBER" = "Rasti kontaktus pagal telefono numerį"; /* Label for 1:1 conversation with yourself. */ -"NOTE_TO_SELF" = "Note to Self"; +"NOTE_TO_SELF" = "Pastabos sau"; /* Lock screen notification text presented after user powers on their device without unlocking. Embeds {{device model}} (either 'iPad' or 'iPhone') */ "NOTIFICATION_BODY_PHONE_LOCKED_FORMAT" = "Gali būti, kad kol jūsų %@ buvo paleidžiamas iš naujo, jūs gavote žinutes."; diff --git a/Signal/translations/lv.lproj/Localizable.strings b/Signal/translations/lv.lproj/Localizable.strings index 478b21553..c161f3803 100644 --- a/Signal/translations/lv.lproj/Localizable.strings +++ b/Signal/translations/lv.lproj/Localizable.strings @@ -1086,6 +1086,9 @@ /* Label for crop button in image editor. */ "IMAGE_EDITOR_CROP_BUTTON" = "Crop"; +/* Momentarily shown to the user when attempting to select more images than is allowed. Embeds {{max number of items}} that can be shared. */ +"IMAGE_PICKER_CAN_SELECT_NO_MORE_TOAST_FORMAT" = "You can't share more than %@ items."; + /* alert title */ "IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Failed to select attachment."; diff --git a/Signal/translations/mk.lproj/Localizable.strings b/Signal/translations/mk.lproj/Localizable.strings index c096f617f..69745873a 100644 --- a/Signal/translations/mk.lproj/Localizable.strings +++ b/Signal/translations/mk.lproj/Localizable.strings @@ -1086,6 +1086,9 @@ /* Label for crop button in image editor. */ "IMAGE_EDITOR_CROP_BUTTON" = "Crop"; +/* Momentarily shown to the user when attempting to select more images than is allowed. Embeds {{max number of items}} that can be shared. */ +"IMAGE_PICKER_CAN_SELECT_NO_MORE_TOAST_FORMAT" = "You can't share more than %@ items."; + /* alert title */ "IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Failed to select attachment."; diff --git a/Signal/translations/my.lproj/Localizable.strings b/Signal/translations/my.lproj/Localizable.strings index 952be786b..3190f6c81 100644 --- a/Signal/translations/my.lproj/Localizable.strings +++ b/Signal/translations/my.lproj/Localizable.strings @@ -1086,6 +1086,9 @@ /* Label for crop button in image editor. */ "IMAGE_EDITOR_CROP_BUTTON" = "Crop"; +/* Momentarily shown to the user when attempting to select more images than is allowed. Embeds {{max number of items}} that can be shared. */ +"IMAGE_PICKER_CAN_SELECT_NO_MORE_TOAST_FORMAT" = "You can't share more than %@ items."; + /* alert title */ "IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Failed to select attachment."; diff --git a/Signal/translations/nb_NO.lproj/Localizable.strings b/Signal/translations/nb_NO.lproj/Localizable.strings index 57fd2a2ef..d1a80cc4c 100644 --- a/Signal/translations/nb_NO.lproj/Localizable.strings +++ b/Signal/translations/nb_NO.lproj/Localizable.strings @@ -1086,6 +1086,9 @@ /* Label for crop button in image editor. */ "IMAGE_EDITOR_CROP_BUTTON" = "Crop"; +/* Momentarily shown to the user when attempting to select more images than is allowed. Embeds {{max number of items}} that can be shared. */ +"IMAGE_PICKER_CAN_SELECT_NO_MORE_TOAST_FORMAT" = "You can't share more than %@ items."; + /* alert title */ "IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Failed to select attachment."; diff --git a/Signal/translations/nl.lproj/Localizable.strings b/Signal/translations/nl.lproj/Localizable.strings index f098923b5..dda59c279 100644 --- a/Signal/translations/nl.lproj/Localizable.strings +++ b/Signal/translations/nl.lproj/Localizable.strings @@ -1081,13 +1081,16 @@ "HOME_VIEW_TITLE_INBOX" = "Signal"; /* Label for brush button in image editor. */ -"IMAGE_EDITOR_BRUSH_BUTTON" = "Brush"; +"IMAGE_EDITOR_BRUSH_BUTTON" = "Kwast"; /* Label for crop button in image editor. */ -"IMAGE_EDITOR_CROP_BUTTON" = "Crop"; +"IMAGE_EDITOR_CROP_BUTTON" = "Bijsnijden"; + +/* Momentarily shown to the user when attempting to select more images than is allowed. Embeds {{max number of items}} that can be shared. */ +"IMAGE_PICKER_CAN_SELECT_NO_MORE_TOAST_FORMAT" = "You can't share more than %@ items."; /* alert title */ -"IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Failed to select attachment."; +"IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Bijlage selecteren mislukt."; /* Call setup status label */ "IN_CALL_CONNECTING" = "Verbinden…"; @@ -1470,7 +1473,7 @@ "NO_CONTACTS_SEARCH_BY_PHONE_NUMBER" = "Zoek contacten op telefoonnummer"; /* Label for 1:1 conversation with yourself. */ -"NOTE_TO_SELF" = "Note to Self"; +"NOTE_TO_SELF" = "Notitie aan mezelf"; /* Lock screen notification text presented after user powers on their device without unlocking. Embeds {{device model}} (either 'iPad' or 'iPhone') */ "NOTIFICATION_BODY_PHONE_LOCKED_FORMAT" = "U heeft misschien berichten ontvangen terwijl uw %@ aan het herstarten was."; diff --git a/Signal/translations/pl.lproj/Localizable.strings b/Signal/translations/pl.lproj/Localizable.strings index c73119c85..7426f39dd 100644 --- a/Signal/translations/pl.lproj/Localizable.strings +++ b/Signal/translations/pl.lproj/Localizable.strings @@ -1081,13 +1081,16 @@ "HOME_VIEW_TITLE_INBOX" = "Signal"; /* Label for brush button in image editor. */ -"IMAGE_EDITOR_BRUSH_BUTTON" = "Brush"; +"IMAGE_EDITOR_BRUSH_BUTTON" = "Pędzel"; /* Label for crop button in image editor. */ -"IMAGE_EDITOR_CROP_BUTTON" = "Crop"; +"IMAGE_EDITOR_CROP_BUTTON" = "Przytnij"; + +/* Momentarily shown to the user when attempting to select more images than is allowed. Embeds {{max number of items}} that can be shared. */ +"IMAGE_PICKER_CAN_SELECT_NO_MORE_TOAST_FORMAT" = "You can't share more than %@ items."; /* alert title */ -"IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Failed to select attachment."; +"IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Nie udało się wybrać załącznika."; /* Call setup status label */ "IN_CALL_CONNECTING" = "Łączenie..."; diff --git a/Signal/translations/pt_BR.lproj/Localizable.strings b/Signal/translations/pt_BR.lproj/Localizable.strings index b3fa8caab..4c02cb06b 100644 --- a/Signal/translations/pt_BR.lproj/Localizable.strings +++ b/Signal/translations/pt_BR.lproj/Localizable.strings @@ -1086,6 +1086,9 @@ /* Label for crop button in image editor. */ "IMAGE_EDITOR_CROP_BUTTON" = "Crop"; +/* Momentarily shown to the user when attempting to select more images than is allowed. Embeds {{max number of items}} that can be shared. */ +"IMAGE_PICKER_CAN_SELECT_NO_MORE_TOAST_FORMAT" = "You can't share more than %@ items."; + /* alert title */ "IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Failed to select attachment."; diff --git a/Signal/translations/pt_PT.lproj/Localizable.strings b/Signal/translations/pt_PT.lproj/Localizable.strings index af90e933c..a360b3ba8 100644 --- a/Signal/translations/pt_PT.lproj/Localizable.strings +++ b/Signal/translations/pt_PT.lproj/Localizable.strings @@ -1086,6 +1086,9 @@ /* Label for crop button in image editor. */ "IMAGE_EDITOR_CROP_BUTTON" = "Crop"; +/* Momentarily shown to the user when attempting to select more images than is allowed. Embeds {{max number of items}} that can be shared. */ +"IMAGE_PICKER_CAN_SELECT_NO_MORE_TOAST_FORMAT" = "You can't share more than %@ items."; + /* alert title */ "IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Failed to select attachment."; diff --git a/Signal/translations/ro.lproj/Localizable.strings b/Signal/translations/ro.lproj/Localizable.strings index cfddccdb8..7801402ba 100644 --- a/Signal/translations/ro.lproj/Localizable.strings +++ b/Signal/translations/ro.lproj/Localizable.strings @@ -1081,13 +1081,16 @@ "HOME_VIEW_TITLE_INBOX" = "Signal"; /* Label for brush button in image editor. */ -"IMAGE_EDITOR_BRUSH_BUTTON" = "Brush"; +"IMAGE_EDITOR_BRUSH_BUTTON" = "Pensulă"; /* Label for crop button in image editor. */ -"IMAGE_EDITOR_CROP_BUTTON" = "Crop"; +"IMAGE_EDITOR_CROP_BUTTON" = "Decupare"; + +/* Momentarily shown to the user when attempting to select more images than is allowed. Embeds {{max number of items}} that can be shared. */ +"IMAGE_PICKER_CAN_SELECT_NO_MORE_TOAST_FORMAT" = "You can't share more than %@ items."; /* alert title */ -"IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Failed to select attachment."; +"IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Atașamentul nu a putut fi selectat."; /* Call setup status label */ "IN_CALL_CONNECTING" = "Se conectează..."; @@ -1470,7 +1473,7 @@ "NO_CONTACTS_SEARCH_BY_PHONE_NUMBER" = "Găsește contacte după numărul de telefon"; /* Label for 1:1 conversation with yourself. */ -"NOTE_TO_SELF" = "Note to Self"; +"NOTE_TO_SELF" = "Notă personală"; /* Lock screen notification text presented after user powers on their device without unlocking. Embeds {{device model}} (either 'iPad' or 'iPhone') */ "NOTIFICATION_BODY_PHONE_LOCKED_FORMAT" = "S-ar putea să fi primit mesaje în timpul repornirii %@."; diff --git a/Signal/translations/ru.lproj/Localizable.strings b/Signal/translations/ru.lproj/Localizable.strings index 3c414f4ec..d007b8d9f 100644 --- a/Signal/translations/ru.lproj/Localizable.strings +++ b/Signal/translations/ru.lproj/Localizable.strings @@ -1081,13 +1081,16 @@ "HOME_VIEW_TITLE_INBOX" = "Signal"; /* Label for brush button in image editor. */ -"IMAGE_EDITOR_BRUSH_BUTTON" = "Brush"; +"IMAGE_EDITOR_BRUSH_BUTTON" = "Кисть"; /* Label for crop button in image editor. */ -"IMAGE_EDITOR_CROP_BUTTON" = "Crop"; +"IMAGE_EDITOR_CROP_BUTTON" = "Обрезка"; + +/* Momentarily shown to the user when attempting to select more images than is allowed. Embeds {{max number of items}} that can be shared. */ +"IMAGE_PICKER_CAN_SELECT_NO_MORE_TOAST_FORMAT" = "You can't share more than %@ items."; /* alert title */ -"IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Failed to select attachment."; +"IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Не удалось выбрать вложение."; /* Call setup status label */ "IN_CALL_CONNECTING" = "Соединение..."; @@ -1470,7 +1473,7 @@ "NO_CONTACTS_SEARCH_BY_PHONE_NUMBER" = "Поиск по номеру телефона"; /* Label for 1:1 conversation with yourself. */ -"NOTE_TO_SELF" = "Note to Self"; +"NOTE_TO_SELF" = "Примечание для себя"; /* Lock screen notification text presented after user powers on their device without unlocking. Embeds {{device model}} (either 'iPad' or 'iPhone') */ "NOTIFICATION_BODY_PHONE_LOCKED_FORMAT" = "Возможно, вы получили сообщения во время перезапуска вашего %@."; diff --git a/Signal/translations/sl.lproj/Localizable.strings b/Signal/translations/sl.lproj/Localizable.strings index 3727cc39d..8ebd13bdc 100644 --- a/Signal/translations/sl.lproj/Localizable.strings +++ b/Signal/translations/sl.lproj/Localizable.strings @@ -1086,6 +1086,9 @@ /* Label for crop button in image editor. */ "IMAGE_EDITOR_CROP_BUTTON" = "Crop"; +/* Momentarily shown to the user when attempting to select more images than is allowed. Embeds {{max number of items}} that can be shared. */ +"IMAGE_PICKER_CAN_SELECT_NO_MORE_TOAST_FORMAT" = "You can't share more than %@ items."; + /* alert title */ "IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Failed to select attachment."; diff --git a/Signal/translations/sn.lproj/Localizable.strings b/Signal/translations/sn.lproj/Localizable.strings index c329ec4c3..4bf9d9d03 100644 --- a/Signal/translations/sn.lproj/Localizable.strings +++ b/Signal/translations/sn.lproj/Localizable.strings @@ -1086,6 +1086,9 @@ /* Label for crop button in image editor. */ "IMAGE_EDITOR_CROP_BUTTON" = "Crop"; +/* Momentarily shown to the user when attempting to select more images than is allowed. Embeds {{max number of items}} that can be shared. */ +"IMAGE_PICKER_CAN_SELECT_NO_MORE_TOAST_FORMAT" = "You can't share more than %@ items."; + /* alert title */ "IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Failed to select attachment."; diff --git a/Signal/translations/sq.lproj/Localizable.strings b/Signal/translations/sq.lproj/Localizable.strings index 59b6e570e..c67262be8 100644 --- a/Signal/translations/sq.lproj/Localizable.strings +++ b/Signal/translations/sq.lproj/Localizable.strings @@ -1081,13 +1081,16 @@ "HOME_VIEW_TITLE_INBOX" = "Signal"; /* Label for brush button in image editor. */ -"IMAGE_EDITOR_BRUSH_BUTTON" = "Brush"; +"IMAGE_EDITOR_BRUSH_BUTTON" = "Lyeje"; /* Label for crop button in image editor. */ -"IMAGE_EDITOR_CROP_BUTTON" = "Crop"; +"IMAGE_EDITOR_CROP_BUTTON" = "Qethe"; + +/* Momentarily shown to the user when attempting to select more images than is allowed. Embeds {{max number of items}} that can be shared. */ +"IMAGE_PICKER_CAN_SELECT_NO_MORE_TOAST_FORMAT" = "You can't share more than %@ items."; /* alert title */ -"IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Failed to select attachment."; +"IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "S’u arrit të përzgjidhej bashkëngjitje."; /* Call setup status label */ "IN_CALL_CONNECTING" = "Po lidhet…"; @@ -1470,7 +1473,7 @@ "NO_CONTACTS_SEARCH_BY_PHONE_NUMBER" = "Gjeni Kontakte sipas Numri Telefoni"; /* Label for 1:1 conversation with yourself. */ -"NOTE_TO_SELF" = "Note to Self"; +"NOTE_TO_SELF" = "Shënim për Veten"; /* Lock screen notification text presented after user powers on their device without unlocking. Embeds {{device model}} (either 'iPad' or 'iPhone') */ "NOTIFICATION_BODY_PHONE_LOCKED_FORMAT" = "Mund të keni marrë mesazhe teksa %@ po rinisej."; diff --git a/Signal/translations/sv.lproj/Localizable.strings b/Signal/translations/sv.lproj/Localizable.strings index 3c2daab8f..9367d7008 100644 --- a/Signal/translations/sv.lproj/Localizable.strings +++ b/Signal/translations/sv.lproj/Localizable.strings @@ -1086,6 +1086,9 @@ /* Label for crop button in image editor. */ "IMAGE_EDITOR_CROP_BUTTON" = "Crop"; +/* Momentarily shown to the user when attempting to select more images than is allowed. Embeds {{max number of items}} that can be shared. */ +"IMAGE_PICKER_CAN_SELECT_NO_MORE_TOAST_FORMAT" = "You can't share more than %@ items."; + /* alert title */ "IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Failed to select attachment."; diff --git a/Signal/translations/th.lproj/Localizable.strings b/Signal/translations/th.lproj/Localizable.strings index 94c026ffc..75ae16dc5 100644 --- a/Signal/translations/th.lproj/Localizable.strings +++ b/Signal/translations/th.lproj/Localizable.strings @@ -1086,6 +1086,9 @@ /* Label for crop button in image editor. */ "IMAGE_EDITOR_CROP_BUTTON" = "Crop"; +/* Momentarily shown to the user when attempting to select more images than is allowed. Embeds {{max number of items}} that can be shared. */ +"IMAGE_PICKER_CAN_SELECT_NO_MORE_TOAST_FORMAT" = "You can't share more than %@ items."; + /* alert title */ "IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Failed to select attachment."; diff --git a/Signal/translations/tr.lproj/Localizable.strings b/Signal/translations/tr.lproj/Localizable.strings index eb7adb0d0..a8be9fe3e 100644 --- a/Signal/translations/tr.lproj/Localizable.strings +++ b/Signal/translations/tr.lproj/Localizable.strings @@ -1086,6 +1086,9 @@ /* Label for crop button in image editor. */ "IMAGE_EDITOR_CROP_BUTTON" = "Crop"; +/* Momentarily shown to the user when attempting to select more images than is allowed. Embeds {{max number of items}} that can be shared. */ +"IMAGE_PICKER_CAN_SELECT_NO_MORE_TOAST_FORMAT" = "You can't share more than %@ items."; + /* alert title */ "IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Failed to select attachment."; diff --git a/Signal/translations/uk.lproj/Localizable.strings b/Signal/translations/uk.lproj/Localizable.strings index d20e1f22c..8d8770dc8 100644 --- a/Signal/translations/uk.lproj/Localizable.strings +++ b/Signal/translations/uk.lproj/Localizable.strings @@ -1086,6 +1086,9 @@ /* Label for crop button in image editor. */ "IMAGE_EDITOR_CROP_BUTTON" = "Crop"; +/* Momentarily shown to the user when attempting to select more images than is allowed. Embeds {{max number of items}} that can be shared. */ +"IMAGE_PICKER_CAN_SELECT_NO_MORE_TOAST_FORMAT" = "You can't share more than %@ items."; + /* alert title */ "IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Failed to select attachment."; diff --git a/Signal/translations/zh_CN.lproj/Localizable.strings b/Signal/translations/zh_CN.lproj/Localizable.strings index 721069017..ab8403dc3 100644 --- a/Signal/translations/zh_CN.lproj/Localizable.strings +++ b/Signal/translations/zh_CN.lproj/Localizable.strings @@ -1086,6 +1086,9 @@ /* Label for crop button in image editor. */ "IMAGE_EDITOR_CROP_BUTTON" = "Crop"; +/* Momentarily shown to the user when attempting to select more images than is allowed. Embeds {{max number of items}} that can be shared. */ +"IMAGE_PICKER_CAN_SELECT_NO_MORE_TOAST_FORMAT" = "You can't share more than %@ items."; + /* alert title */ "IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Failed to select attachment."; diff --git a/Signal/translations/zh_TW.lproj/Localizable.strings b/Signal/translations/zh_TW.lproj/Localizable.strings index 614ca4190..fc953d90f 100644 --- a/Signal/translations/zh_TW.lproj/Localizable.strings +++ b/Signal/translations/zh_TW.lproj/Localizable.strings @@ -1081,13 +1081,16 @@ "HOME_VIEW_TITLE_INBOX" = "Signal"; /* Label for brush button in image editor. */ -"IMAGE_EDITOR_BRUSH_BUTTON" = "Brush"; +"IMAGE_EDITOR_BRUSH_BUTTON" = "筆刷"; /* Label for crop button in image editor. */ -"IMAGE_EDITOR_CROP_BUTTON" = "Crop"; +"IMAGE_EDITOR_CROP_BUTTON" = "裁剪"; + +/* Momentarily shown to the user when attempting to select more images than is allowed. Embeds {{max number of items}} that can be shared. */ +"IMAGE_PICKER_CAN_SELECT_NO_MORE_TOAST_FORMAT" = "You can't share more than %@ items."; /* alert title */ -"IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Failed to select attachment."; +"IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "無法選擇附檔。"; /* Call setup status label */ "IN_CALL_CONNECTING" = "連接中..."; @@ -1470,7 +1473,7 @@ "NO_CONTACTS_SEARCH_BY_PHONE_NUMBER" = "透過手機號碼搜尋聯絡人"; /* Label for 1:1 conversation with yourself. */ -"NOTE_TO_SELF" = "Note to Self"; +"NOTE_TO_SELF" = "給自己的筆記"; /* Lock screen notification text presented after user powers on their device without unlocking. Embeds {{device model}} (either 'iPad' or 'iPhone') */ "NOTIFICATION_BODY_PHONE_LOCKED_FORMAT" = "當你的%@重新起動時,你還是可以接收訊息。";