Update translations

This commit is contained in:
lilia 2017-04-15 23:51:10 -07:00
parent b68f438cee
commit 38973cbc5c
38 changed files with 1397 additions and 105 deletions

View File

@ -7,6 +7,16 @@
"message": "آخر تحميل في",
"description": "Label for date and time of last sync operation"
},
"attemptingReconnection": {
"message": "Attempting reconnect in $reconnect_duration_in_seconds$ seconds",
"description": "",
"placeholders": {
"reconnect_duration_in_seconds": {
"content": "$1",
"example": "10"
}
}
},
"unsupportedAttachment": {
"message": "نمط المرفق غير مدعوم. اضغط للحفظ",
"description": "Displayed for incoming unsupported attachment"
@ -73,10 +83,18 @@
"message": "تصفير الجلسة",
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
},
"offline": {
"message": "Offline",
"description": ""
},
"welcomeToSignal": {
"message": "مرحبا الى سيجنال Signal",
"description": ""
},
"checkNetworkConnection": {
"message": "Check your network connection.",
"description": "Obvious instructions for when a user's computer loses its network connection"
},
"notificationSettingsDialog": {
"message": "عند وصول الرسائل، أظهر إشعارات تتضمن:",
"description": "Explain the purpose of the notification settings"
@ -175,6 +193,10 @@
"message": "حذف المحادثة بصفة نهائية ؟",
"description": "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
},
"unlinkedWarning": {
"message": "Relink Signal Desktop to your mobile device to continue messaging.",
"description": ""
},
"debugLogExplanation": {
"message": "هذه السجلاّت سيتم نشرها علنا ليتمكن المساهمون من معاينتها. ربما ترغب فى تعديلها أو التحقق منها قبل إرسالها. ",
"description": ""
@ -199,6 +221,10 @@
"message": "خطأ في التحميل، تأكد أن الكمبيوتر و هاتفك متصلان بالإنترنت",
"description": "Informational text displayed if a sync operation times out."
},
"unlinked": {
"message": "Unlinked",
"description": ""
},
"installFollowUs": {
"message": "<a $a_params$> تابعنا </a> لمعرفة آخر الأخبار عن دعم عدة أجهزة على آي أو إس iOS.",
"description": "",
@ -397,6 +423,10 @@
"message": "لدي تطبيق سيجنال Signal على الأندرويد",
"description": "Button for the user to confirm that they have Signal for Android"
},
"connecting": {
"message": "Connecting",
"description": ""
},
"sessionEnded": {
"message": "تجديد جلسة آمنة",
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
@ -405,6 +435,10 @@
"message": "لنبدأ",
"description": ""
},
"relink": {
"message": "Relink",
"description": ""
},
"timerOption_1_week_abbreviated": {
"message": "1أسبوع",
"description": "Very short format indicating current timer setting in the conversation header"

View File

@ -7,6 +7,16 @@
"message": "Последно са импортирани на ",
"description": "Label for date and time of last sync operation"
},
"attemptingReconnection": {
"message": "Attempting reconnect in $reconnect_duration_in_seconds$ seconds",
"description": "",
"placeholders": {
"reconnect_duration_in_seconds": {
"content": "$1",
"example": "10"
}
}
},
"unsupportedAttachment": {
"message": "Неподдържан прикачен тип. Натиснете за да го запишете.",
"description": "Displayed for incoming unsupported attachment"
@ -73,10 +83,18 @@
"message": "Нулирай сесията",
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
},
"offline": {
"message": "Offline",
"description": ""
},
"welcomeToSignal": {
"message": "Добре дошли в Сигнал",
"description": ""
},
"checkNetworkConnection": {
"message": "Check your network connection.",
"description": "Obvious instructions for when a user's computer loses its network connection"
},
"notificationSettingsDialog": {
"message": "Когато съобщенията пристигнат, да се изпишат известия които разкриват:",
"description": "Explain the purpose of the notification settings"
@ -175,6 +193,10 @@
"message": "Перманентно изтриване на този разговор?",
"description": "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
},
"unlinkedWarning": {
"message": "Relink Signal Desktop to your mobile device to continue messaging.",
"description": ""
},
"debugLogExplanation": {
"message": "Съобщенията ще бъдат публикувани онлайн за да бъдат прегледани от сътрудниците. Може да ги разгледате и редактирате преди да ги изпратите.",
"description": ""
@ -199,6 +221,10 @@
"message": "Импортирането беше неуспешно. Убедете се че компютърът и телефонът Ви са свързани към интернет.",
"description": "Informational text displayed if a sync operation times out."
},
"unlinked": {
"message": "Unlinked",
"description": ""
},
"installFollowUs": {
"message": "<a $a_params$>Следвайте ни</a> за обновления относно поддръжката на различни устройства за iOS.",
"description": "",
@ -397,6 +423,10 @@
"message": "Имам Сигнал за Андройд",
"description": "Button for the user to confirm that they have Signal for Android"
},
"connecting": {
"message": "Connecting",
"description": ""
},
"sessionEnded": {
"message": "Рестартиране на поверителна сесия",
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
@ -405,6 +435,10 @@
"message": "Да започваме",
"description": ""
},
"relink": {
"message": "Relink",
"description": ""
},
"timerOption_1_week_abbreviated": {
"message": "1сед",
"description": "Very short format indicating current timer setting in the conversation header"

View File

@ -7,6 +7,16 @@
"message": "Poslední import",
"description": "Label for date and time of last sync operation"
},
"attemptingReconnection": {
"message": "Attempting reconnect in $reconnect_duration_in_seconds$ seconds",
"description": "",
"placeholders": {
"reconnect_duration_in_seconds": {
"content": "$1",
"example": "10"
}
}
},
"unsupportedAttachment": {
"message": "Nepodporovaný typ přílohy. Klikněte pro uložení.",
"description": "Displayed for incoming unsupported attachment"
@ -73,10 +83,18 @@
"message": "Resetovat sezení",
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
},
"offline": {
"message": "Offline",
"description": ""
},
"welcomeToSignal": {
"message": "Vítejte v Signalu",
"description": ""
},
"checkNetworkConnection": {
"message": "Check your network connection.",
"description": "Obvious instructions for when a user's computer loses its network connection"
},
"notificationSettingsDialog": {
"message": "V oznámeních o nově přijatých zprávách ukázat:",
"description": "Explain the purpose of the notification settings"
@ -175,12 +193,16 @@
"message": "Trvale smazat tuto konverzaci?",
"description": "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
},
"unlinkedWarning": {
"message": "Relink Signal Desktop to your mobile device to continue messaging.",
"description": ""
},
"debugLogExplanation": {
"message": "Tento záznam bude přispěvatelům veřejně zpřístupněn k prohlížení. Můžete si jej před odesláním zkontrolovat a upravit.",
"description": ""
},
"newPhoneNumber": {
"message": "Enter a phone number to add a contact.",
"message": "Zadejte telefonní číslo přidat kontakt.",
"description": "Placeholder for adding a new number to a contact"
},
"searchForPeopleOrGroups": {
@ -199,6 +221,10 @@
"message": "Import selhal. Zkontrolujte, zda jsou počítač i telefon připojeny k internetu.",
"description": "Informational text displayed if a sync operation times out."
},
"unlinked": {
"message": "Unlinked",
"description": ""
},
"installFollowUs": {
"message": "Pro novinky o podpoře více zařízení na iOS <a $a_params$>nás sledujte</a>.",
"description": "",
@ -282,7 +308,7 @@
"description": "Tagline displayed under installWelcome on the install page"
},
"audioNotificationDescription": {
"message": "Play audio notification",
"message": "Přehrát zvukové upozornění",
"description": "Description for audio notification setting"
},
"disconnected": {
@ -366,7 +392,7 @@
"description": ""
},
"invalidNumberError": {
"message": "Invalid number",
"message": "Neplatné číslo",
"description": "When a person inputs a number that is invalid"
},
"installWelcome": {
@ -397,6 +423,10 @@
"message": "Mám aplikaci Signal pro Android",
"description": "Button for the user to confirm that they have Signal for Android"
},
"connecting": {
"message": "Connecting",
"description": ""
},
"sessionEnded": {
"message": "Bezpečné sezení resetováno",
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
@ -405,6 +435,10 @@
"message": "Začněte",
"description": ""
},
"relink": {
"message": "Relink",
"description": ""
},
"timerOption_1_week_abbreviated": {
"message": "1 týd.",
"description": "Very short format indicating current timer setting in the conversation header"
@ -432,7 +466,7 @@
"description": "Displayed in notifications for multiple messages"
},
"newContact": {
"message": "Click to create new contact",
"message": "Kliknutím vytvoříte nový kontakt",
"description": ""
},
"theirIdentityUnknown": {

View File

@ -7,6 +7,16 @@
"message": "Last import at",
"description": "Label for date and time of last sync operation"
},
"attemptingReconnection": {
"message": "Attempting reconnect in $reconnect_duration_in_seconds$ seconds",
"description": "",
"placeholders": {
"reconnect_duration_in_seconds": {
"content": "$1",
"example": "10"
}
}
},
"unsupportedAttachment": {
"message": "Ikke-understøttet vedhæftningstype. Klik for at gemme.",
"description": "Displayed for incoming unsupported attachment"
@ -73,10 +83,18 @@
"message": "Nulstil session",
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
},
"offline": {
"message": "Offline",
"description": ""
},
"welcomeToSignal": {
"message": "Velkommen til Signal",
"description": ""
},
"checkNetworkConnection": {
"message": "Check your network connection.",
"description": "Obvious instructions for when a user's computer loses its network connection"
},
"notificationSettingsDialog": {
"message": "Når beskeder ankommer, vis notifikationer med:",
"description": "Explain the purpose of the notification settings"
@ -175,6 +193,10 @@
"message": "Slet samtale permanent?",
"description": "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
},
"unlinkedWarning": {
"message": "Relink Signal Desktop to your mobile device to continue messaging.",
"description": ""
},
"debugLogExplanation": {
"message": "Denne log vil blive lagt offentligt online for udvikleres brug. Du kan undersøge og redigere den før du sender.",
"description": ""
@ -199,6 +221,10 @@
"message": "Import failed. Make sure your computer and your phone are connected to the internet.",
"description": "Informational text displayed if a sync operation times out."
},
"unlinked": {
"message": "Unlinked",
"description": ""
},
"installFollowUs": {
"message": "<a $a_params$>Følg os</a> for opdateringer på support for iOS.",
"description": "",
@ -397,6 +423,10 @@
"message": "Jeg har Signal på Android",
"description": "Button for the user to confirm that they have Signal for Android"
},
"connecting": {
"message": "Connecting",
"description": ""
},
"sessionEnded": {
"message": "Reset sikker session",
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
@ -405,6 +435,10 @@
"message": "Kom igang",
"description": ""
},
"relink": {
"message": "Relink",
"description": ""
},
"timerOption_1_week_abbreviated": {
"message": "1w",
"description": "Very short format indicating current timer setting in the conversation header"

View File

@ -7,6 +7,16 @@
"message": "Letzter Import am",
"description": "Label for date and time of last sync operation"
},
"attemptingReconnection": {
"message": "Versuch zum Neuverbinden in $reconnect_duration_in_seconds$ Sekunden",
"description": "",
"placeholders": {
"reconnect_duration_in_seconds": {
"content": "$1",
"example": "10"
}
}
},
"unsupportedAttachment": {
"message": "Nicht unterstützter Anhangstyp. Zum Speichern anklicken.",
"description": "Displayed for incoming unsupported attachment"
@ -73,10 +83,18 @@
"message": "Verschlüsselung neu starten",
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
},
"offline": {
"message": "Nicht verbunden",
"description": ""
},
"welcomeToSignal": {
"message": "Willkommen bei Signal",
"description": ""
},
"checkNetworkConnection": {
"message": "Überprüfe deine Netzwerkverbindung.",
"description": "Obvious instructions for when a user's computer loses its network connection"
},
"notificationSettingsDialog": {
"message": "Beim Eingang von Nachrichten Benachrichtigungen mit folgendem Inhalt anzeigen:",
"description": "Explain the purpose of the notification settings"
@ -175,6 +193,10 @@
"message": "Soll diese Unterhaltung unwiderruflich gelöscht werden?",
"description": "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
},
"unlinkedWarning": {
"message": "Verknüpfe Signal Desktop erneut mit deinem Mobilgerät, um weiter zu kommunizieren.",
"description": ""
},
"debugLogExplanation": {
"message": "Dieses Diagnoseprotokoll wird online veröffentlicht, damit Mitwirkende es einsehen können. Bevor du das Protokoll übermittelst, kannst du es noch einmal untersuchen und bearbeiten.",
"description": ""
@ -199,6 +221,10 @@
"message": "Importieren gescheitert. Stelle sicher, dass dein Computer und dein Mobilgerät mit dem Internet verbunden sind.",
"description": "Informational text displayed if a sync operation times out."
},
"unlinked": {
"message": "Verknüpfung aufgehoben",
"description": ""
},
"installFollowUs": {
"message": "<a $a_params$>Folge uns</a> für Neuigkeiten zur Unterstützung mehrerer Geräte für iOS.",
"description": "",
@ -397,6 +423,10 @@
"message": "Ich habe Signal für Android",
"description": "Button for the user to confirm that they have Signal for Android"
},
"connecting": {
"message": "Verbindung wird hergestellt …",
"description": ""
},
"sessionEnded": {
"message": "Verschlüsselung neu gestartet",
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
@ -405,6 +435,10 @@
"message": "Loslegen",
"description": ""
},
"relink": {
"message": "Erneut verknüpfen",
"description": ""
},
"timerOption_1_week_abbreviated": {
"message": "1w",
"description": "Very short format indicating current timer setting in the conversation header"

View File

@ -7,6 +7,16 @@
"message": "Τελευταία εισαγωγή στις",
"description": "Label for date and time of last sync operation"
},
"attemptingReconnection": {
"message": "Attempting reconnect in $reconnect_duration_in_seconds$ seconds",
"description": "",
"placeholders": {
"reconnect_duration_in_seconds": {
"content": "$1",
"example": "10"
}
}
},
"unsupportedAttachment": {
"message": "Μη υποστηριζόμενος τύπος συνημμένου. Πατήστε για αποθήκευση.",
"description": "Displayed for incoming unsupported attachment"
@ -73,10 +83,18 @@
"message": "Επαναφορά συνεδρίας",
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
},
"offline": {
"message": "Offline",
"description": ""
},
"welcomeToSignal": {
"message": "Καλώς ήρθατε στο Signal",
"description": ""
},
"checkNetworkConnection": {
"message": "Check your network connection.",
"description": "Obvious instructions for when a user's computer loses its network connection"
},
"notificationSettingsDialog": {
"message": "Κατά την λήψη μηνυμάτων, εμφάνιση ειδοποιήσεων που αποκαλύπτουν:",
"description": "Explain the purpose of the notification settings"
@ -175,6 +193,10 @@
"message": "Οριστική διαγραφή αυτής της συζήτησης;",
"description": "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
},
"unlinkedWarning": {
"message": "Relink Signal Desktop to your mobile device to continue messaging.",
"description": ""
},
"debugLogExplanation": {
"message": "Αυτό το αρχείο καταγραφής συμβάντων θα δημοσιευτεί στο internet ώστε να το εξετάσουν εθελοντές. Μπορείς να το μελετήσεις και να το αλλάξεις πριν το υποβάλλεις.",
"description": ""
@ -199,6 +221,10 @@
"message": "Η εισαγωγή απέτυχε. Βεβαιώσου ότι ο υπολογιστής και το κινητό σου είναι συνδεδεμένα στο διαδίκτυο.",
"description": "Informational text displayed if a sync operation times out."
},
"unlinked": {
"message": "Unlinked",
"description": ""
},
"installFollowUs": {
"message": "<a $a_params$>Ακολουθήστε μας</a> για ενημερώσεις σχετικά με την υποστήριξη πολλαπλών συσκευών στο iOS.",
"description": "",
@ -397,6 +423,10 @@
"message": "Έχω το Signal στο Android",
"description": "Button for the user to confirm that they have Signal for Android"
},
"connecting": {
"message": "Connecting",
"description": ""
},
"sessionEnded": {
"message": "Η ασφαλής σύνδεση επανεκκινήθηκε",
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
@ -405,6 +435,10 @@
"message": "Πρώτα βήματα",
"description": ""
},
"relink": {
"message": "Relink",
"description": ""
},
"timerOption_1_week_abbreviated": {
"message": "1ε",
"description": "Very short format indicating current timer setting in the conversation header"

View File

@ -7,6 +7,16 @@
"message": "Ultima importación a ",
"description": "Label for date and time of last sync operation"
},
"attemptingReconnection": {
"message": "Intentar volver a conectar en $reconnect_duration_in_seconds$ segundos.",
"description": "",
"placeholders": {
"reconnect_duration_in_seconds": {
"content": "$1",
"example": "10"
}
}
},
"unsupportedAttachment": {
"message": "Tipo de archivo adjunto no admitido. Haga clic para guardarlo.",
"description": "Displayed for incoming unsupported attachment"
@ -73,10 +83,18 @@
"message": "Reiniciar la sesión",
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
},
"offline": {
"message": "Desconectado",
"description": ""
},
"welcomeToSignal": {
"message": "Bienvenido a Signal",
"description": ""
},
"checkNetworkConnection": {
"message": "Compruebe su conexión de red.",
"description": "Obvious instructions for when a user's computer loses its network connection"
},
"notificationSettingsDialog": {
"message": "Cuando llegan mensajes, se muestran notificaciones que revelan:",
"description": "Explain the purpose of the notification settings"
@ -175,6 +193,10 @@
"message": "Eliminar permanentemente esta conversación?",
"description": "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
},
"unlinkedWarning": {
"message": "Volver a vincular Signal Desktop a su dispositivo móvil para continuar intercambiando mensajes.",
"description": ""
},
"debugLogExplanation": {
"message": "Este registro se publicará en línea públicamente para contribuyentes para ver. Puede examinar y editarlo antes de enviarlo.",
"description": ""
@ -199,6 +221,10 @@
"message": "Importación falló. Asegúrese de que su ordinador y teléfono estan conectados a internet.",
"description": "Informational text displayed if a sync operation times out."
},
"unlinked": {
"message": "Desvinculado",
"description": ""
},
"installFollowUs": {
"message": "<a $a_params$> Síguenos </a> para obtener noticias sobre soporte multi-dispositivo para iOS.\n",
"description": "",
@ -397,6 +423,10 @@
"message": "Tengo Signal para Android",
"description": "Button for the user to confirm that they have Signal for Android"
},
"connecting": {
"message": "Conectando",
"description": ""
},
"sessionEnded": {
"message": "Reinicio de sesión segura",
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
@ -405,6 +435,10 @@
"message": "Comience",
"description": ""
},
"relink": {
"message": "Vincular de nuevo",
"description": ""
},
"timerOption_1_week_abbreviated": {
"message": "7d",
"description": "Very short format indicating current timer setting in the conversation header"

View File

@ -7,6 +7,16 @@
"message": "Última importación a las",
"description": "Label for date and time of last sync operation"
},
"attemptingReconnection": {
"message": "Attempting reconnect in $reconnect_duration_in_seconds$ seconds",
"description": "",
"placeholders": {
"reconnect_duration_in_seconds": {
"content": "$1",
"example": "10"
}
}
},
"unsupportedAttachment": {
"message": "Tipo de archivo adjunto no soportado. Haz click para guardar.",
"description": "Displayed for incoming unsupported attachment"
@ -73,10 +83,18 @@
"message": "Reiniciar sesión",
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
},
"offline": {
"message": "Offline",
"description": ""
},
"welcomeToSignal": {
"message": "Bienvenido a Signal",
"description": ""
},
"checkNetworkConnection": {
"message": "Check your network connection.",
"description": "Obvious instructions for when a user's computer loses its network connection"
},
"notificationSettingsDialog": {
"message": "Cuando los mensajes llegan, muestran notificaciones que revelan:",
"description": "Explain the purpose of the notification settings"
@ -175,6 +193,10 @@
"message": "Borrar esta conversación permanentemente?",
"description": "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
},
"unlinkedWarning": {
"message": "Relink Signal Desktop to your mobile device to continue messaging.",
"description": ""
},
"debugLogExplanation": {
"message": "Esta bitácora será publicada en línea para ser observada por los contribuyentes. Debes examinarla y editarla antes de enviarla.",
"description": ""
@ -199,6 +221,10 @@
"message": "La importación ha fallado. Asegúrate de que tu computadora y tu dispositivo móvil están conectados al internet.",
"description": "Informational text displayed if a sync operation times out."
},
"unlinked": {
"message": "Unlinked",
"description": ""
},
"installFollowUs": {
"message": "<a $a_params$>Síguenos</a> para actualizaciones sobre soporte multidispositivos en iOS.",
"description": "",
@ -397,6 +423,10 @@
"message": "Tengo señal en Android",
"description": "Button for the user to confirm that they have Signal for Android"
},
"connecting": {
"message": "Connecting",
"description": ""
},
"sessionEnded": {
"message": "Reiniciar sesión segura",
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
@ -405,6 +435,10 @@
"message": "Empecemos",
"description": ""
},
"relink": {
"message": "Relink",
"description": ""
},
"timerOption_1_week_abbreviated": {
"message": "1 sem",
"description": "Very short format indicating current timer setting in the conversation header"

View File

@ -7,6 +7,16 @@
"message": "آخرین واردسازی ",
"description": "Label for date and time of last sync operation"
},
"attemptingReconnection": {
"message": "Attempting reconnect in $reconnect_duration_in_seconds$ seconds",
"description": "",
"placeholders": {
"reconnect_duration_in_seconds": {
"content": "$1",
"example": "10"
}
}
},
"unsupportedAttachment": {
"message": "این نوع ضمیمه پشتیبانی نمی‌شود. برای ذخیره کلیک کنید.",
"description": "Displayed for incoming unsupported attachment"
@ -73,10 +83,18 @@
"message": "ایجاد جلسه‌ی امن جدید",
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
},
"offline": {
"message": "Offline",
"description": ""
},
"welcomeToSignal": {
"message": "به سیگنال خوش‌آمدید",
"description": ""
},
"checkNetworkConnection": {
"message": "Check your network connection.",
"description": "Obvious instructions for when a user's computer loses its network connection"
},
"notificationSettingsDialog": {
"message": "جزئیات آگاه‌سازی هنگام دریافت پیام:",
"description": "Explain the purpose of the notification settings"
@ -175,6 +193,10 @@
"message": "آیا می‌خواهید این گفتگو را برای همیشه حذف کنید؟",
"description": "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
},
"unlinkedWarning": {
"message": "Relink Signal Desktop to your mobile device to continue messaging.",
"description": ""
},
"debugLogExplanation": {
"message": "این گزارش برای بازنگری آنلاین ذخیره می‌شود. شما می‌توانید قبل از ارسال لینک، گزارش را بررسی و ویرایش کنید.",
"description": ""
@ -199,6 +221,10 @@
"message": "واردسازی با خطا مواجه شد! لطفا مطمئن شوید که کامپیوتر و موبایل شما به اینترنت متصل هستند.",
"description": "Informational text displayed if a sync operation times out."
},
"unlinked": {
"message": "Unlinked",
"description": ""
},
"installFollowUs": {
"message": "<a $a_params$>ما را دنبال کنید</a> تا جدیدترین اطلاعات در مورد دستگاه‌های پشتی‌بانی شده را دریافت کنید.",
"description": "",
@ -397,6 +423,10 @@
"message": "من سیگنال برای اندروید دارم",
"description": "Button for the user to confirm that they have Signal for Android"
},
"connecting": {
"message": "Connecting",
"description": ""
},
"sessionEnded": {
"message": "جلسه‌ی امن از نو ایجاد شد",
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
@ -405,6 +435,10 @@
"message": "شروع",
"description": ""
},
"relink": {
"message": "Relink",
"description": ""
},
"timerOption_1_week_abbreviated": {
"message": "1 هفته",
"description": "Very short format indicating current timer setting in the conversation header"

View File

@ -7,6 +7,16 @@
"message": "Viimeksi tuotu",
"description": "Label for date and time of last sync operation"
},
"attemptingReconnection": {
"message": "Attempting reconnect in $reconnect_duration_in_seconds$ seconds",
"description": "",
"placeholders": {
"reconnect_duration_in_seconds": {
"content": "$1",
"example": "10"
}
}
},
"unsupportedAttachment": {
"message": "Liitetiedoston tyyppiä ei tueta. Tallenna napsauttamalla.",
"description": "Displayed for incoming unsupported attachment"
@ -73,10 +83,18 @@
"message": "Alusta istunto",
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
},
"offline": {
"message": "Offline",
"description": ""
},
"welcomeToSignal": {
"message": "Tervetuloa Signaliin",
"description": ""
},
"checkNetworkConnection": {
"message": "Check your network connection.",
"description": "Obvious instructions for when a user's computer loses its network connection"
},
"notificationSettingsDialog": {
"message": "Näytä saapuneiden viestien ilmoituksissa:",
"description": "Explain the purpose of the notification settings"
@ -175,6 +193,10 @@
"message": "Poistetaanko tämä keskustelu pysyvästi?",
"description": "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
},
"unlinkedWarning": {
"message": "Relink Signal Desktop to your mobile device to continue messaging.",
"description": ""
},
"debugLogExplanation": {
"message": "Tämä loki tullaan julkaisemaan verkossa, jotta kehittäjät ja muut voivat tarkastella sitä. Voit esikatsella ja muokata lokia vielä ennen kuin lähetät sen.",
"description": ""
@ -199,6 +221,10 @@
"message": "Tuonti epäonnistui. Varmista, että tietokoneesi ja puhelimesi ovat kytketty Internettiin.",
"description": "Informational text displayed if a sync operation times out."
},
"unlinked": {
"message": "Unlinked",
"description": ""
},
"installFollowUs": {
"message": "Jos haluat saada uutisia ja tietoja usean laitteen tuesta iOS:lle voit <a $a_params$>seurata meitä</a>.",
"description": "",
@ -397,6 +423,10 @@
"message": "Minulla on Signal Androidille",
"description": "Button for the user to confirm that they have Signal for Android"
},
"connecting": {
"message": "Connecting",
"description": ""
},
"sessionEnded": {
"message": "Suojattu istunto alustettu",
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
@ -405,6 +435,10 @@
"message": "Aloita",
"description": ""
},
"relink": {
"message": "Relink",
"description": ""
},
"timerOption_1_week_abbreviated": {
"message": "1vk",
"description": "Very short format indicating current timer setting in the conversation header"

View File

@ -7,6 +7,16 @@
"message": "Dernière importation à",
"description": "Label for date and time of last sync operation"
},
"attemptingReconnection": {
"message": "Attempting reconnect in $reconnect_duration_in_seconds$ seconds",
"description": "",
"placeholders": {
"reconnect_duration_in_seconds": {
"content": "$1",
"example": "10"
}
}
},
"unsupportedAttachment": {
"message": "Pièce jointe non gérée. Cliquer pour l'enregistrer.",
"description": "Displayed for incoming unsupported attachment"
@ -73,10 +83,18 @@
"message": "Réinitialiser la session",
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
},
"offline": {
"message": "Offline",
"description": ""
},
"welcomeToSignal": {
"message": "Bienvenue sur Signal",
"description": ""
},
"checkNetworkConnection": {
"message": "Check your network connection.",
"description": "Obvious instructions for when a user's computer loses its network connection"
},
"notificationSettingsDialog": {
"message": "Lors de la réception de messages, afficher les notifications révélant : ",
"description": "Explain the purpose of the notification settings"
@ -175,6 +193,10 @@
"message": "Supprimer définitivement cette conversation ?",
"description": "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
},
"unlinkedWarning": {
"message": "Relink Signal Desktop to your mobile device to continue messaging.",
"description": ""
},
"debugLogExplanation": {
"message": "Ce journal d'événements sera visible en ligne publiquement afin que les contributeurs puissent le consulter. Vous pouvez l'analyser et l'éditer avant de l'envoyer.",
"description": ""
@ -199,6 +221,10 @@
"message": "Importation échouée. Vérifiez que votre ordinateur et votre téléphone sont connectés à internet",
"description": "Informational text displayed if a sync operation times out."
},
"unlinked": {
"message": "Unlinked",
"description": ""
},
"installFollowUs": {
"message": "<a $a_params$>Suivez nous</a> pour être informés du support multi-appareils pour iOS.",
"description": "",
@ -397,6 +423,10 @@
"message": "J'ai Signal pour Android",
"description": "Button for the user to confirm that they have Signal for Android"
},
"connecting": {
"message": "Connecting",
"description": ""
},
"sessionEnded": {
"message": "Session sécurisée réinitialisée",
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
@ -405,6 +435,10 @@
"message": "Pour commencer",
"description": ""
},
"relink": {
"message": "Relink",
"description": ""
},
"timerOption_1_week_abbreviated": {
"message": "1 sem",
"description": "Very short format indicating current timer setting in the conversation header"

View File

@ -7,6 +7,16 @@
"message": "Last import at",
"description": "Label for date and time of last sync operation"
},
"attemptingReconnection": {
"message": "Attempting reconnect in $reconnect_duration_in_seconds$ seconds",
"description": "",
"placeholders": {
"reconnect_duration_in_seconds": {
"content": "$1",
"example": "10"
}
}
},
"unsupportedAttachment": {
"message": "קובץ לא נתמך. לחץ כדי לשמור.",
"description": "Displayed for incoming unsupported attachment"
@ -73,10 +83,18 @@
"message": "Reset session",
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
},
"offline": {
"message": "Offline",
"description": ""
},
"welcomeToSignal": {
"message": "ברוכים הבאים לסיגנל",
"description": ""
},
"checkNetworkConnection": {
"message": "Check your network connection.",
"description": "Obvious instructions for when a user's computer loses its network connection"
},
"notificationSettingsDialog": {
"message": "When messages arrive, display notifications that reveal:",
"description": "Explain the purpose of the notification settings"
@ -175,6 +193,10 @@
"message": "Permanently delete this conversation?",
"description": "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
},
"unlinkedWarning": {
"message": "Relink Signal Desktop to your mobile device to continue messaging.",
"description": ""
},
"debugLogExplanation": {
"message": "קובץ לוג זה יפורסם באופן פומבי כדי שהקהילה תוכל לבדוק אותו. תוכל לערוך אותו לפני השליחה.",
"description": ""
@ -199,6 +221,10 @@
"message": "Import failed. Make sure your computer and your phone are connected to the internet.",
"description": "Informational text displayed if a sync operation times out."
},
"unlinked": {
"message": "Unlinked",
"description": ""
},
"installFollowUs": {
"message": "<a $a_params$>Follow us</a> for updates about multi-device support for iOS.",
"description": "",
@ -397,6 +423,10 @@
"message": "I have Signal for Android",
"description": "Button for the user to confirm that they have Signal for Android"
},
"connecting": {
"message": "Connecting",
"description": ""
},
"sessionEnded": {
"message": "Secure session reset",
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
@ -405,6 +435,10 @@
"message": "Get started",
"description": ""
},
"relink": {
"message": "Relink",
"description": ""
},
"timerOption_1_week_abbreviated": {
"message": "1w",
"description": "Very short format indicating current timer setting in the conversation header"

View File

@ -7,6 +7,16 @@
"message": "Last import at",
"description": "Label for date and time of last sync operation"
},
"attemptingReconnection": {
"message": "Attempting reconnect in $reconnect_duration_in_seconds$ seconds",
"description": "",
"placeholders": {
"reconnect_duration_in_seconds": {
"content": "$1",
"example": "10"
}
}
},
"unsupportedAttachment": {
"message": "Unsupported attachment type. Click to save.",
"description": "Displayed for incoming unsupported attachment"
@ -73,10 +83,18 @@
"message": "सत्र दोबारा शुरू करे ",
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
},
"offline": {
"message": "Offline",
"description": ""
},
"welcomeToSignal": {
"message": "Welcome to Signal",
"description": ""
},
"checkNetworkConnection": {
"message": "Check your network connection.",
"description": "Obvious instructions for when a user's computer loses its network connection"
},
"notificationSettingsDialog": {
"message": "When messages arrive, display notifications that reveal:",
"description": "Explain the purpose of the notification settings"
@ -175,6 +193,10 @@
"message": "Permanently delete this conversation?",
"description": "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
},
"unlinkedWarning": {
"message": "Relink Signal Desktop to your mobile device to continue messaging.",
"description": ""
},
"debugLogExplanation": {
"message": "This log will be posted publicly online for contributors to view. You may examine and edit it before submitting.",
"description": ""
@ -199,6 +221,10 @@
"message": "Import failed. Make sure your computer and your phone are connected to the internet.",
"description": "Informational text displayed if a sync operation times out."
},
"unlinked": {
"message": "Unlinked",
"description": ""
},
"installFollowUs": {
"message": "<a $a_params$>Follow us</a> for updates about multi-device support for iOS.",
"description": "",
@ -397,6 +423,10 @@
"message": "I have Signal for Android",
"description": "Button for the user to confirm that they have Signal for Android"
},
"connecting": {
"message": "Connecting",
"description": ""
},
"sessionEnded": {
"message": "Secure session reset",
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
@ -405,6 +435,10 @@
"message": "शुरू हो जाओ",
"description": ""
},
"relink": {
"message": "Relink",
"description": ""
},
"timerOption_1_week_abbreviated": {
"message": "1w",
"description": "Very short format indicating current timer setting in the conversation header"

View File

@ -7,6 +7,16 @@
"message": "Posljednji uvoz",
"description": "Label for date and time of last sync operation"
},
"attemptingReconnection": {
"message": "Attempting reconnect in $reconnect_duration_in_seconds$ seconds",
"description": "",
"placeholders": {
"reconnect_duration_in_seconds": {
"content": "$1",
"example": "10"
}
}
},
"unsupportedAttachment": {
"message": "Nepodržana vrsta privitka. Kliknite za spremanje.",
"description": "Displayed for incoming unsupported attachment"
@ -73,10 +83,18 @@
"message": "Resetuj sesiju",
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
},
"offline": {
"message": "Offline",
"description": ""
},
"welcomeToSignal": {
"message": "Dobrodošli u Signal",
"description": ""
},
"checkNetworkConnection": {
"message": "Check your network connection.",
"description": "Obvious instructions for when a user's computer loses its network connection"
},
"notificationSettingsDialog": {
"message": "Kad poruka dođe, prikaži obavijesti koje otkrivaju:",
"description": "Explain the purpose of the notification settings"
@ -175,6 +193,10 @@
"message": "Trajno obrisati ovaj razgovor?",
"description": "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
},
"unlinkedWarning": {
"message": "Relink Signal Desktop to your mobile device to continue messaging.",
"description": ""
},
"debugLogExplanation": {
"message": "Ovaj će zapis biti objavljen javno na internetu, doprinositeljima na uvid. Možete ga provjeriti i urediti prije slanja.",
"description": ""
@ -199,6 +221,10 @@
"message": "Uvoz nije uspio. Provjerite jesu li Vaše računalo i mobitel spojeni na internet.",
"description": "Informational text displayed if a sync operation times out."
},
"unlinked": {
"message": "Unlinked",
"description": ""
},
"installFollowUs": {
"message": "<a $a_params$>Pratite nas</a> za novosti o podršci za više uređaja na iOS-u.",
"description": "",
@ -397,6 +423,10 @@
"message": "Imam Signal za Android",
"description": "Button for the user to confirm that they have Signal for Android"
},
"connecting": {
"message": "Connecting",
"description": ""
},
"sessionEnded": {
"message": "Ponovno pokretanje sigurne sesije",
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
@ -405,6 +435,10 @@
"message": "Započnite",
"description": ""
},
"relink": {
"message": "Relink",
"description": ""
},
"timerOption_1_week_abbreviated": {
"message": "1w",
"description": "Very short format indicating current timer setting in the conversation header"

View File

@ -7,6 +7,16 @@
"message": "Utolsó importálás:",
"description": "Label for date and time of last sync operation"
},
"attemptingReconnection": {
"message": "Attempting reconnect in $reconnect_duration_in_seconds$ seconds",
"description": "",
"placeholders": {
"reconnect_duration_in_seconds": {
"content": "$1",
"example": "10"
}
}
},
"unsupportedAttachment": {
"message": "Nem támogatott csatolmánytípus. Mentéshez kattints ide.",
"description": "Displayed for incoming unsupported attachment"
@ -73,10 +83,18 @@
"message": "Reset session",
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
},
"offline": {
"message": "Offline",
"description": ""
},
"welcomeToSignal": {
"message": "Üdvözlünk a Signal-ban",
"description": ""
},
"checkNetworkConnection": {
"message": "Check your network connection.",
"description": "Obvious instructions for when a user's computer loses its network connection"
},
"notificationSettingsDialog": {
"message": "Amikor üzenet érkezik, az értesítőn látszódjon:",
"description": "Explain the purpose of the notification settings"
@ -175,6 +193,10 @@
"message": "Véglegesen törölni szeretnéd ezt a beszélgetést?",
"description": "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
},
"unlinkedWarning": {
"message": "Relink Signal Desktop to your mobile device to continue messaging.",
"description": ""
},
"debugLogExplanation": {
"message": "Ez a napló publikusan elérhető lesz az interneten, hogy a hozzájárulók megtekinthessék. Ellenőrizheted és szerkesztheted a tartalmát küldés előtt.",
"description": ""
@ -199,6 +221,10 @@
"message": "Az importálás sikertelen volt. Győződj meg róla, hogy a számítógéped és a telefonod csatlakozik-e az internetre.",
"description": "Informational text displayed if a sync operation times out."
},
"unlinked": {
"message": "Unlinked",
"description": ""
},
"installFollowUs": {
"message": "<a $a_params$>Kövess minket</a>, ha érdekelnek a hírek az iOS több eszközös támogatásáról.",
"description": "",
@ -397,6 +423,10 @@
"message": "Már van Androidos Signal-om",
"description": "Button for the user to confirm that they have Signal for Android"
},
"connecting": {
"message": "Connecting",
"description": ""
},
"sessionEnded": {
"message": "Munkamenet biztonságos visszaállítása",
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
@ -405,6 +435,10 @@
"message": "Kezdés",
"description": ""
},
"relink": {
"message": "Relink",
"description": ""
},
"timerOption_1_week_abbreviated": {
"message": "1w",
"description": "Very short format indicating current timer setting in the conversation header"

View File

@ -7,6 +7,16 @@
"message": "Impor terakhir pada",
"description": "Label for date and time of last sync operation"
},
"attemptingReconnection": {
"message": "Attempting reconnect in $reconnect_duration_in_seconds$ seconds",
"description": "",
"placeholders": {
"reconnect_duration_in_seconds": {
"content": "$1",
"example": "10"
}
}
},
"unsupportedAttachment": {
"message": "Jenis lampiran tidak didukung. Klik untuk menyimpan.",
"description": "Displayed for incoming unsupported attachment"
@ -73,10 +83,18 @@
"message": "Mengatur ulang sesi",
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
},
"offline": {
"message": "Offline",
"description": ""
},
"welcomeToSignal": {
"message": "Selamat datang di Signal",
"description": ""
},
"checkNetworkConnection": {
"message": "Check your network connection.",
"description": "Obvious instructions for when a user's computer loses its network connection"
},
"notificationSettingsDialog": {
"message": "Saat pesan sampai, tampilkan pemberitahun yang menampilkan:",
"description": "Explain the purpose of the notification settings"
@ -175,6 +193,10 @@
"message": "Hapus obrolan ini selamanya?",
"description": "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
},
"unlinkedWarning": {
"message": "Relink Signal Desktop to your mobile device to continue messaging.",
"description": ""
},
"debugLogExplanation": {
"message": "Catatan ini akan diunggah secara publik agar kontributor dapat melihat. Anda dapat memeriksa kembali dan menyunting ini sebelum mengunggahnya.",
"description": ""
@ -199,6 +221,10 @@
"message": "Impor gagal. Pastikan komputer atau perangkat anda tersambung jaringan internet.",
"description": "Informational text displayed if a sync operation times out."
},
"unlinked": {
"message": "Unlinked",
"description": ""
},
"installFollowUs": {
"message": "<a $a_params$>Ikuti kami</a> untuk pemutakhiran dukungan banyak perangkat di iOS",
"description": "",
@ -397,6 +423,10 @@
"message": "Saya memiliki Signal for Android",
"description": "Button for the user to confirm that they have Signal for Android"
},
"connecting": {
"message": "Connecting",
"description": ""
},
"sessionEnded": {
"message": "Sesi aman berakhir",
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
@ -405,6 +435,10 @@
"message": "Memulai",
"description": ""
},
"relink": {
"message": "Relink",
"description": ""
},
"timerOption_1_week_abbreviated": {
"message": "1mg",
"description": "Very short format indicating current timer setting in the conversation header"

View File

@ -7,6 +7,16 @@
"message": "Ultima importazione il",
"description": "Label for date and time of last sync operation"
},
"attemptingReconnection": {
"message": "Attempting reconnect in $reconnect_duration_in_seconds$ seconds",
"description": "",
"placeholders": {
"reconnect_duration_in_seconds": {
"content": "$1",
"example": "10"
}
}
},
"unsupportedAttachment": {
"message": "Tipo di allegato non supportato. Clicca per salvare.",
"description": "Displayed for incoming unsupported attachment"
@ -73,10 +83,18 @@
"message": "Resetta sessione",
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
},
"offline": {
"message": "Offline",
"description": ""
},
"welcomeToSignal": {
"message": "Benvenuto in Signal",
"description": ""
},
"checkNetworkConnection": {
"message": "Check your network connection.",
"description": "Obvious instructions for when a user's computer loses its network connection"
},
"notificationSettingsDialog": {
"message": "All'arrivo dei messaggi mostra notifiche che rivelano:",
"description": "Explain the purpose of the notification settings"
@ -175,6 +193,10 @@
"message": "Rimuovere definitivamente la conversazione?",
"description": "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
},
"unlinkedWarning": {
"message": "Relink Signal Desktop to your mobile device to continue messaging.",
"description": ""
},
"debugLogExplanation": {
"message": "Questo log sarà reso pubblico per essere controllato dai contributori. Prima d'inviarlo esaminalo bene e modificalo. ",
"description": ""
@ -199,6 +221,10 @@
"message": "Importazione fallita. Assicurati che il tuo computer ed il tuo telefono siano connessi ad Internet.",
"description": "Informational text displayed if a sync operation times out."
},
"unlinked": {
"message": "Unlinked",
"description": ""
},
"installFollowUs": {
"message": "<a $a_params$>Seguici</a> per aggiornamenti sulle funzionalità multi dispositivo per iOS.",
"description": "",
@ -397,6 +423,10 @@
"message": "Ho Signal per Android",
"description": "Button for the user to confirm that they have Signal for Android"
},
"connecting": {
"message": "Connecting",
"description": ""
},
"sessionEnded": {
"message": "Resetta la sessione sicura",
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
@ -405,6 +435,10 @@
"message": "Cominciamo",
"description": ""
},
"relink": {
"message": "Relink",
"description": ""
},
"timerOption_1_week_abbreviated": {
"message": "1 set",
"description": "Very short format indicating current timer setting in the conversation header"

View File

@ -7,6 +7,16 @@
"message": "最近の取り込みは",
"description": "Label for date and time of last sync operation"
},
"attemptingReconnection": {
"message": "Attempting reconnect in $reconnect_duration_in_seconds$ seconds",
"description": "",
"placeholders": {
"reconnect_duration_in_seconds": {
"content": "$1",
"example": "10"
}
}
},
"unsupportedAttachment": {
"message": "サポートされていない種類の添付ファイルです。クリックして保存してください。",
"description": "Displayed for incoming unsupported attachment"
@ -73,10 +83,18 @@
"message": "接触を再設定",
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
},
"offline": {
"message": "Offline",
"description": ""
},
"welcomeToSignal": {
"message": "Signalにようこそ",
"description": ""
},
"checkNetworkConnection": {
"message": "Check your network connection.",
"description": "Obvious instructions for when a user's computer loses its network connection"
},
"notificationSettingsDialog": {
"message": "新着メッセージの通知で表示する項目:",
"description": "Explain the purpose of the notification settings"
@ -175,6 +193,10 @@
"message": "この会話を完全に消去しますが,よろしいですか?",
"description": "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
},
"unlinkedWarning": {
"message": "Relink Signal Desktop to your mobile device to continue messaging.",
"description": ""
},
"debugLogExplanation": {
"message": "このログはネット上に公開され,開発者が閲覧します。提出前に編集することができます。",
"description": ""
@ -199,6 +221,10 @@
"message": "取り込みに失敗しました。パソコンと携帯端末がインターネットに接続されているか確認してください。",
"description": "Informational text displayed if a sync operation times out."
},
"unlinked": {
"message": "Unlinked",
"description": ""
},
"installFollowUs": {
"message": "iOS端末の複数使用に関する最新情報は<a $a_params$>こちら</a>",
"description": "",
@ -397,6 +423,10 @@
"message": "Signal for Androidをインストール済みです",
"description": "Button for the user to confirm that they have Signal for Android"
},
"connecting": {
"message": "Connecting",
"description": ""
},
"sessionEnded": {
"message": "安全なセッションがリセットされました",
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
@ -405,6 +435,10 @@
"message": "始めましょう",
"description": ""
},
"relink": {
"message": "Relink",
"description": ""
},
"timerOption_1_week_abbreviated": {
"message": "1週間",
"description": "Very short format indicating current timer setting in the conversation header"

View File

@ -7,6 +7,16 @@
"message": "ಕಳೆದ ಆಮದು",
"description": "Label for date and time of last sync operation"
},
"attemptingReconnection": {
"message": "Attempting reconnect in $reconnect_duration_in_seconds$ seconds",
"description": "",
"placeholders": {
"reconnect_duration_in_seconds": {
"content": "$1",
"example": "10"
}
}
},
"unsupportedAttachment": {
"message": "ಬೆಂಬಲವಿಲ್ಲದ ಲಗತ್ತಿನ ಪ್ರಕಾರ. ಉಳಿಸಲು ಕ್ಲಿಕ್ ಮಾಡಿ.",
"description": "Displayed for incoming unsupported attachment"
@ -73,10 +83,18 @@
"message": "Reset session",
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
},
"offline": {
"message": "Offline",
"description": ""
},
"welcomeToSignal": {
"message": "ಸಿಗ್ನಲ್‌ಗೆ ಸ್ವಾಗತ",
"description": ""
},
"checkNetworkConnection": {
"message": "Check your network connection.",
"description": "Obvious instructions for when a user's computer loses its network connection"
},
"notificationSettingsDialog": {
"message": "ಸಂದೇಶಗಳನ್ನು ಸ್ವೀಕರಿಸಿದಾಗ, ಸೂಚನೆಗಳಲ್ಲಿ ಇದನ್ನು ಬಹಿರಂಗಪಡಿಸಲಾಗುತ್ತದೆ:",
"description": "Explain the purpose of the notification settings"
@ -175,6 +193,10 @@
"message": "ಈ ಸಂವಾದವನ್ನು ಶಾಶ್ವತವಾಗಿ ಅಳಿಸುವುದೇ?",
"description": "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
},
"unlinkedWarning": {
"message": "Relink Signal Desktop to your mobile device to continue messaging.",
"description": ""
},
"debugLogExplanation": {
"message": "ಈ ದಾಖಲೆಯನ್ನು ಕೊಡುಗೆದಾರರ ವೀಕ್ಷಣೆಗೆ ಬಹಿರಂಗ ಅಂತರಜಾಲಕ್ಕೆ ಪೋಸ್ಟ್ ಮಾಡಲಾಗುತ್ತದೆ. ನೀವು ಇದನ್ನು ಪರೀಕ್ಷಿಸಬಹುದು ಮತ್ತು ಸಲ್ಲಿಸುವ ಮೊದಲು ಪರಿಷ್ಕರಿಸಬಹುದು.",
"description": ""
@ -199,6 +221,10 @@
"message": "ಆಮದು ವಿಫಲವಾಗಿದೆ. ನಿಮ್ಮ ಕಂಪ್ಯೂಟರ್ ಮತ್ತು ನಿಮ್ಮ ಫೋನ್ ಇಂಟರ್ನೆಟ್ ಸಂಪರ್ಕ ಹೊಂದಿರುವ ಬಗ್ಗೆ ಖಚಿತಪಡಿಸಿಕೊಳ್ಳಿ.",
"description": "Informational text displayed if a sync operation times out."
},
"unlinked": {
"message": "Unlinked",
"description": ""
},
"installFollowUs": {
"message": "ಐ.ಒ.ಎಸ್ ಬಹು ಸಾಧನ ಬೆಂಬಲ ಬಗ್ಗೆ ತಿಳಿಯಲು <a $a_params$>ನಮ್ಮನ್ನು ಹಿಂಬಾಲಿಸು</a>",
"description": "",
@ -397,6 +423,10 @@
"message": "\nನನ್ನ ಆಂಡ್ರ್ಯಾಡ್‌ನಲ್ಲಿ ಸಿಗ್ನಲ್ ಇದೆ",
"description": "Button for the user to confirm that they have Signal for Android"
},
"connecting": {
"message": "Connecting",
"description": ""
},
"sessionEnded": {
"message": "ಸುರಕ್ಷಿತ ಅಧಿವೇಶನವನ್ನು ಮರುಹೊಂದಿಸಿ",
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
@ -405,6 +435,10 @@
"message": "ಪ್ರಾರಂಭಿಸಿ",
"description": ""
},
"relink": {
"message": "Relink",
"description": ""
},
"timerOption_1_week_abbreviated": {
"message": "1w",
"description": "Very short format indicating current timer setting in the conversation header"

View File

@ -7,6 +7,16 @@
"message": "Last import at",
"description": "Label for date and time of last sync operation"
},
"attemptingReconnection": {
"message": "Attempting reconnect in $reconnect_duration_in_seconds$ seconds",
"description": "",
"placeholders": {
"reconnect_duration_in_seconds": {
"content": "$1",
"example": "10"
}
}
},
"unsupportedAttachment": {
"message": "Unsupported attachment type. Click to save.",
"description": "Displayed for incoming unsupported attachment"
@ -73,10 +83,18 @@
"message": "Reset session",
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
},
"offline": {
"message": "Offline",
"description": ""
},
"welcomeToSignal": {
"message": "Welcome to Signal",
"description": ""
},
"checkNetworkConnection": {
"message": "Check your network connection.",
"description": "Obvious instructions for when a user's computer loses its network connection"
},
"notificationSettingsDialog": {
"message": "When messages arrive, display notifications that reveal:",
"description": "Explain the purpose of the notification settings"
@ -175,6 +193,10 @@
"message": "Permanently delete this conversation?",
"description": "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
},
"unlinkedWarning": {
"message": "Relink Signal Desktop to your mobile device to continue messaging.",
"description": ""
},
"debugLogExplanation": {
"message": "This log will be posted publicly online for contributors to view. You may examine and edit it before submitting.",
"description": ""
@ -199,6 +221,10 @@
"message": "Import failed. Make sure your computer and your phone are connected to the internet.",
"description": "Informational text displayed if a sync operation times out."
},
"unlinked": {
"message": "Unlinked",
"description": ""
},
"installFollowUs": {
"message": "<a $a_params$>Follow us</a> for updates about multi-device support for iOS.",
"description": "",
@ -397,6 +423,10 @@
"message": "I have Signal for Android",
"description": "Button for the user to confirm that they have Signal for Android"
},
"connecting": {
"message": "Connecting",
"description": ""
},
"sessionEnded": {
"message": "Secure session reset",
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
@ -405,6 +435,10 @@
"message": "Get started",
"description": ""
},
"relink": {
"message": "Relink",
"description": ""
},
"timerOption_1_week_abbreviated": {
"message": "1w",
"description": "Very short format indicating current timer setting in the conversation header"

View File

@ -7,6 +7,16 @@
"message": "Paskutinis importavimas ties",
"description": "Label for date and time of last sync operation"
},
"attemptingReconnection": {
"message": "Bandoma jungtis iš naujo po $reconnect_duration_in_seconds$ sekundžių",
"description": "",
"placeholders": {
"reconnect_duration_in_seconds": {
"content": "$1",
"example": "10"
}
}
},
"unsupportedAttachment": {
"message": "Nepalaikomas priedo tipas. Spustelėkite, kad įrašytumėte.",
"description": "Displayed for incoming unsupported attachment"
@ -73,10 +83,18 @@
"message": "Atstatyti seansą",
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
},
"offline": {
"message": "Atsijungta",
"description": ""
},
"welcomeToSignal": {
"message": "Sveiki atvykę į Signal",
"description": ""
},
"checkNetworkConnection": {
"message": "Patikrinkite savo tinklo ryšį.",
"description": "Obvious instructions for when a user's computer loses its network connection"
},
"notificationSettingsDialog": {
"message": "Kai gaunamos žinutės, rodyti pranešimus, kuriuose atskleidžiama:",
"description": "Explain the purpose of the notification settings"
@ -175,6 +193,10 @@
"message": "Ar ištrinti šį pokalbį visiems laikams?",
"description": "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
},
"unlinkedWarning": {
"message": "Norėdami tęsti susirašinėjimą, iš naujo susiekite Signal darbalaukiui su savo mobiliuoju įrenginiu.",
"description": ""
},
"debugLogExplanation": {
"message": "Šis žurnalas bus viešai paskelbtas internete talkininkams peržiūrėti. Jūs galite jį išnagrinėti ir prieš pateikdami paredaguoti.",
"description": ""
@ -199,6 +221,10 @@
"message": "Importavimas nepavyko. Įsitikinkite, kad jūsų kompiuteris ir telefonas yra prijungti prie interneto.",
"description": "Informational text displayed if a sync operation times out."
},
"unlinked": {
"message": "Atsietas",
"description": ""
},
"installFollowUs": {
"message": "<a $a_params$>Sekite mus</a>, norėdami sužinoti apie atnaujinimus, susijusius su kelių įrenginių palaikymu, skirtu iOS.",
"description": "",
@ -397,6 +423,10 @@
"message": "Aš turiu programą Signal, skirtą Android",
"description": "Button for the user to confirm that they have Signal for Android"
},
"connecting": {
"message": "Jungiamasi",
"description": ""
},
"sessionEnded": {
"message": "Saugusis seansas atstatytas",
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
@ -405,6 +435,10 @@
"message": "Darbo pradžia",
"description": ""
},
"relink": {
"message": "Susieti iš naujo",
"description": ""
},
"timerOption_1_week_abbreviated": {
"message": "1 sav.",
"description": "Very short format indicating current timer setting in the conversation header"

View File

@ -7,6 +7,16 @@
"message": "Last import at",
"description": "Label for date and time of last sync operation"
},
"attemptingReconnection": {
"message": "Attempting reconnect in $reconnect_duration_in_seconds$ seconds",
"description": "",
"placeholders": {
"reconnect_duration_in_seconds": {
"content": "$1",
"example": "10"
}
}
},
"unsupportedAttachment": {
"message": "Неподдржан тип на прилог. Кликнете за зачувување.",
"description": "Displayed for incoming unsupported attachment"
@ -73,10 +83,18 @@
"message": "Reset session",
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
},
"offline": {
"message": "Offline",
"description": ""
},
"welcomeToSignal": {
"message": "Добредојдовте во Signal",
"description": ""
},
"checkNetworkConnection": {
"message": "Check your network connection.",
"description": "Obvious instructions for when a user's computer loses its network connection"
},
"notificationSettingsDialog": {
"message": "When messages arrive, display notifications that reveal:",
"description": "Explain the purpose of the notification settings"
@ -175,6 +193,10 @@
"message": "Permanently delete this conversation?",
"description": "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
},
"unlinkedWarning": {
"message": "Relink Signal Desktop to your mobile device to continue messaging.",
"description": ""
},
"debugLogExplanation": {
"message": "Овој лог ќе биде објавен јавно онлајн за сите придонесувачи. Можете да го прегледате и уредите пред да го испратите.",
"description": ""
@ -199,6 +221,10 @@
"message": "Import failed. Make sure your computer and your phone are connected to the internet.",
"description": "Informational text displayed if a sync operation times out."
},
"unlinked": {
"message": "Unlinked",
"description": ""
},
"installFollowUs": {
"message": "<a $a_params$>Follow us</a> for updates about multi-device support for iOS.",
"description": "",
@ -397,6 +423,10 @@
"message": "I have Signal for Android",
"description": "Button for the user to confirm that they have Signal for Android"
},
"connecting": {
"message": "Connecting",
"description": ""
},
"sessionEnded": {
"message": "Secure session reset",
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
@ -405,6 +435,10 @@
"message": "Get started",
"description": ""
},
"relink": {
"message": "Relink",
"description": ""
},
"timerOption_1_week_abbreviated": {
"message": "1w",
"description": "Very short format indicating current timer setting in the conversation header"

View File

@ -7,6 +7,16 @@
"message": "Laatst geïmporteerd op",
"description": "Label for date and time of last sync operation"
},
"attemptingReconnection": {
"message": "Poging tot opnieuw verbinden binnen $reconnect_duration_in_seconds$ seconden",
"description": "",
"placeholders": {
"reconnect_duration_in_seconds": {
"content": "$1",
"example": "10"
}
}
},
"unsupportedAttachment": {
"message": "Niet-ondersteund bestandstype. Klik om op te slaan.",
"description": "Displayed for incoming unsupported attachment"
@ -73,10 +83,18 @@
"message": "Sessie opnieuw instellen",
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
},
"offline": {
"message": "Offline",
"description": ""
},
"welcomeToSignal": {
"message": "Welkom bij Signal",
"description": ""
},
"checkNetworkConnection": {
"message": "Controleer je netwerkverbinding.",
"description": "Obvious instructions for when a user's computer loses its network connection"
},
"notificationSettingsDialog": {
"message": "Toon wanneer een bericht ontvangen wordt meldingen die het volgende weergeven:",
"description": "Explain the purpose of the notification settings"
@ -175,6 +193,10 @@
"message": "Dit gesprek voorgoed verwijderen?",
"description": "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
},
"unlinkedWarning": {
"message": "Herkoppel Signal Desktop met je mobiel apparaat om verder te kunnen chatten.",
"description": ""
},
"debugLogExplanation": {
"message": "Deze log zal online publiek beschikbaar gemaakt worden voor de ontwikkelaars. Controleer en wijzig deze zo nodig voor het verzenden.",
"description": ""
@ -199,6 +221,10 @@
"message": "Importeren mislukt. Zorg ervoor dat je computer en je telefoon met het internet verbonden zijn.",
"description": "Informational text displayed if a sync operation times out."
},
"unlinked": {
"message": "Ontkoppeld",
"description": ""
},
"installFollowUs": {
"message": "<a $a_params$>Volg ons</a> voor updates over apparaten koppelen met iOS.",
"description": "",
@ -397,6 +423,10 @@
"message": "Ik heb Signal voor Android",
"description": "Button for the user to confirm that they have Signal for Android"
},
"connecting": {
"message": "Aan het verbinden",
"description": ""
},
"sessionEnded": {
"message": "Beveiligde sessie opnieuw ingesteld",
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
@ -405,6 +435,10 @@
"message": "Aan de slag",
"description": ""
},
"relink": {
"message": "Herkoppelen",
"description": ""
},
"timerOption_1_week_abbreviated": {
"message": "1w",
"description": "Very short format indicating current timer setting in the conversation header"

View File

@ -7,6 +7,16 @@
"message": "Last import at",
"description": "Label for date and time of last sync operation"
},
"attemptingReconnection": {
"message": "Attempting reconnect in $reconnect_duration_in_seconds$ seconds",
"description": "",
"placeholders": {
"reconnect_duration_in_seconds": {
"content": "$1",
"example": "10"
}
}
},
"unsupportedAttachment": {
"message": "Vedlegg er ikke støttet. Klikk for å lagre det.",
"description": "Displayed for incoming unsupported attachment"
@ -73,10 +83,18 @@
"message": "Nullstill økten",
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
},
"offline": {
"message": "Offline",
"description": ""
},
"welcomeToSignal": {
"message": "Velkommen til Signal!",
"description": ""
},
"checkNetworkConnection": {
"message": "Check your network connection.",
"description": "Obvious instructions for when a user's computer loses its network connection"
},
"notificationSettingsDialog": {
"message": "When messages arrive, display notifications that reveal:",
"description": "Explain the purpose of the notification settings"
@ -175,6 +193,10 @@
"message": "Vil du slette denne samtalen?",
"description": "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
},
"unlinkedWarning": {
"message": "Relink Signal Desktop to your mobile device to continue messaging.",
"description": ""
},
"debugLogExplanation": {
"message": "Denne logg-meldingen vil bli publisert på nettet for deltakere i prosjektet. Du kan se på og redigere den før du sender den inn.",
"description": ""
@ -199,6 +221,10 @@
"message": "Importering mislyktes. Sørg for at datamaskinen og telefonen din er koblet til internett.",
"description": "Informational text displayed if a sync operation times out."
},
"unlinked": {
"message": "Unlinked",
"description": ""
},
"installFollowUs": {
"message": "<a $a_params$>Følg oss</a> for å få oppdateringer om støtte for flere enheter på iOS.",
"description": "",
@ -397,6 +423,10 @@
"message": "Jeg har Signal for Android",
"description": "Button for the user to confirm that they have Signal for Android"
},
"connecting": {
"message": "Connecting",
"description": ""
},
"sessionEnded": {
"message": "Sikker økt nullstillt",
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
@ -405,6 +435,10 @@
"message": "Start her",
"description": ""
},
"relink": {
"message": "Relink",
"description": ""
},
"timerOption_1_week_abbreviated": {
"message": "1u",
"description": "Very short format indicating current timer setting in the conversation header"

View File

@ -7,6 +7,16 @@
"message": "Ostatni import",
"description": "Label for date and time of last sync operation"
},
"attemptingReconnection": {
"message": "Attempting reconnect in $reconnect_duration_in_seconds$ seconds",
"description": "",
"placeholders": {
"reconnect_duration_in_seconds": {
"content": "$1",
"example": "10"
}
}
},
"unsupportedAttachment": {
"message": "Nieobsługiwany typ załącznika. Kliknij, aby zapisać.",
"description": "Displayed for incoming unsupported attachment"
@ -73,10 +83,18 @@
"message": "Reset sesji",
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
},
"offline": {
"message": "Offline",
"description": ""
},
"welcomeToSignal": {
"message": "Witamy w Signal",
"description": ""
},
"checkNetworkConnection": {
"message": "Check your network connection.",
"description": "Obvious instructions for when a user's computer loses its network connection"
},
"notificationSettingsDialog": {
"message": "Po otrzymaniu wiadomości, pokaż powiadomienie:",
"description": "Explain the purpose of the notification settings"
@ -175,6 +193,10 @@
"message": "Usunąć permanentnie tę konwersację?",
"description": "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
},
"unlinkedWarning": {
"message": "Relink Signal Desktop to your mobile device to continue messaging.",
"description": ""
},
"debugLogExplanation": {
"message": "Ten log zostanie publicznie opublikowany autorom aplikacji. Możesz go przejrzeć i zedytować przed wysłaniem.",
"description": ""
@ -199,6 +221,10 @@
"message": "Import nieudany. Upewnij się, że komputer i urządzenie mobilne mają połączenie z internetem.",
"description": "Informational text displayed if a sync operation times out."
},
"unlinked": {
"message": "Unlinked",
"description": ""
},
"installFollowUs": {
"message": "<a $a_params$> Śledź nas </a>, aby dowiedzieć się o wsparciu dla wielu urządzeń w iOS.",
"description": "",
@ -397,6 +423,10 @@
"message": "Mam Signal dla Androida",
"description": "Button for the user to confirm that they have Signal for Android"
},
"connecting": {
"message": "Connecting",
"description": ""
},
"sessionEnded": {
"message": "Reset bezpiecznej sesji",
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
@ -405,6 +435,10 @@
"message": "Rozpocznij",
"description": ""
},
"relink": {
"message": "Relink",
"description": ""
},
"timerOption_1_week_abbreviated": {
"message": "1 tydz.",
"description": "Very short format indicating current timer setting in the conversation header"

View File

@ -7,6 +7,16 @@
"message": "Última importação feita em ",
"description": "Label for date and time of last sync operation"
},
"attemptingReconnection": {
"message": "Tentando reconectar em $reconnect_duration_in_seconds$ segundos",
"description": "",
"placeholders": {
"reconnect_duration_in_seconds": {
"content": "$1",
"example": "10"
}
}
},
"unsupportedAttachment": {
"message": "Tipo de anexo incompatível. Clique para salvar. ",
"description": "Displayed for incoming unsupported attachment"
@ -73,10 +83,18 @@
"message": "Reiniciar a sessão",
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
},
"offline": {
"message": "Offline",
"description": ""
},
"welcomeToSignal": {
"message": "Boas-vindas ao Signal",
"description": ""
},
"checkNetworkConnection": {
"message": "Verifique a sua conexão de rede.",
"description": "Obvious instructions for when a user's computer loses its network connection"
},
"notificationSettingsDialog": {
"message": "Quando a mensagem chegar, exibir notificações que mostrem:",
"description": "Explain the purpose of the notification settings"
@ -175,6 +193,10 @@
"message": "Você deseja apagar esta conversa definitivamente?",
"description": "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
},
"unlinkedWarning": {
"message": "Religue Signal Desktop ao seu celular para continuar a enviar mensagens.",
"description": ""
},
"debugLogExplanation": {
"message": "Esse registro será postado online publicamente para que colaboradores possam vê-lo. Antes de enviar, você pode verificá-lo e editá-lo.",
"description": ""
@ -199,6 +221,10 @@
"message": "Erro ao importar. O seu computador e o seu celular estão conectados à Internet?",
"description": "Informational text displayed if a sync operation times out."
},
"unlinked": {
"message": "Não-religado",
"description": ""
},
"installFollowUs": {
"message": "<a $a_params$>Seguir-nos</a> para atualizações de funções multiaparelhos do iOS.",
"description": "",
@ -397,6 +423,10 @@
"message": "Eu tenho Signal para Android",
"description": "Button for the user to confirm that they have Signal for Android"
},
"connecting": {
"message": "Conectando…",
"description": ""
},
"sessionEnded": {
"message": "A sessão segura foi reiniciada",
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
@ -405,6 +435,10 @@
"message": "Começar",
"description": ""
},
"relink": {
"message": "Religar",
"description": ""
},
"timerOption_1_week_abbreviated": {
"message": "1 semana",
"description": "Very short format indicating current timer setting in the conversation header"

View File

@ -7,6 +7,16 @@
"message": "Última importação em ",
"description": "Label for date and time of last sync operation"
},
"attemptingReconnection": {
"message": "Attempting reconnect in $reconnect_duration_in_seconds$ seconds",
"description": "",
"placeholders": {
"reconnect_duration_in_seconds": {
"content": "$1",
"example": "10"
}
}
},
"unsupportedAttachment": {
"message": "Anexo com tipo não suportado. Clique para guardar.",
"description": "Displayed for incoming unsupported attachment"
@ -73,10 +83,18 @@
"message": "Reiniciar sessão",
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
},
"offline": {
"message": "Offline",
"description": ""
},
"welcomeToSignal": {
"message": "Bem-vindo ao Signal",
"description": ""
},
"checkNetworkConnection": {
"message": "Check your network connection.",
"description": "Obvious instructions for when a user's computer loses its network connection"
},
"notificationSettingsDialog": {
"message": "Quando receber uma mensagem, as notificações irão revelar:",
"description": "Explain the purpose of the notification settings"
@ -175,6 +193,10 @@
"message": "Deseja apagar esta conversa definitivamente?",
"description": "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
},
"unlinkedWarning": {
"message": "Relink Signal Desktop to your mobile device to continue messaging.",
"description": ""
},
"debugLogExplanation": {
"message": "Este relatório será publicado online para os contribuidores o analisarem. É possível examiná-lo e editá-lo antes de o submeter.",
"description": ""
@ -199,6 +221,10 @@
"message": "Falha na importação. Por favor verifique que o seu computador e o seu dispositivos estão ligados à Internet.",
"description": "Informational text displayed if a sync operation times out."
},
"unlinked": {
"message": "Unlinked",
"description": ""
},
"installFollowUs": {
"message": "<a $a_params$> Siga-nos </a> para actualizações sobre o suporte multi-dispositivo para iOS.",
"description": "",
@ -397,6 +423,10 @@
"message": "Eu tenho o Signal para o Android.",
"description": "Button for the user to confirm that they have Signal for Android"
},
"connecting": {
"message": "Connecting",
"description": ""
},
"sessionEnded": {
"message": "Sessão segura reiniciada",
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
@ -405,6 +435,10 @@
"message": "Começar",
"description": ""
},
"relink": {
"message": "Relink",
"description": ""
},
"timerOption_1_week_abbreviated": {
"message": "1 sem",
"description": "Very short format indicating current timer setting in the conversation header"

View File

@ -7,6 +7,16 @@
"message": "Ultima importare la",
"description": "Label for date and time of last sync operation"
},
"attemptingReconnection": {
"message": "Se încearcă reconectarea în $reconnect_duration_in_seconds$ secunde",
"description": "",
"placeholders": {
"reconnect_duration_in_seconds": {
"content": "$1",
"example": "10"
}
}
},
"unsupportedAttachment": {
"message": "Tipul ataşamentului nu este suportat. Click pentru a salva.",
"description": "Displayed for incoming unsupported attachment"
@ -73,10 +83,18 @@
"message": "Resetează sesiunea",
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
},
"offline": {
"message": "Deconectat",
"description": ""
},
"welcomeToSignal": {
"message": "Bun venit la Signal",
"description": ""
},
"checkNetworkConnection": {
"message": "Verifică-ți conexiunea la rețea.",
"description": "Obvious instructions for when a user's computer loses its network connection"
},
"notificationSettingsDialog": {
"message": "Când sosesc mesajele, afişează notificările care arată:",
"description": "Explain the purpose of the notification settings"
@ -175,6 +193,10 @@
"message": "Şterg permanent acestă conversație?",
"description": "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
},
"unlinkedWarning": {
"message": "Reconectează Signal Desktop la dispozitivul tău mobil pentru a putea comunica din nou.",
"description": ""
},
"debugLogExplanation": {
"message": "Acest log v-a fi publicat online pentru vizualizare de către contributori. Poţi sa-l examinezi şi să-l editezi înainte să fie publicat. ",
"description": ""
@ -199,6 +221,10 @@
"message": "Importare eșuată. Verifică dacă calculatorul și telefonul sunt conectate la internet.",
"description": "Informational text displayed if a sync operation times out."
},
"unlinked": {
"message": "Deconectat",
"description": ""
},
"installFollowUs": {
"message": "<a $a_params$>Urmează-ne</a> pentru actualizări despre suportul multi-dispozitiv iOS.",
"description": "",
@ -397,6 +423,10 @@
"message": "Am Signal pentru Android",
"description": "Button for the user to confirm that they have Signal for Android"
},
"connecting": {
"message": "Se conectează",
"description": ""
},
"sessionEnded": {
"message": "Sesiune securizată resetată",
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
@ -405,6 +435,10 @@
"message": "Începe",
"description": ""
},
"relink": {
"message": "Conectează din nou",
"description": ""
},
"timerOption_1_week_abbreviated": {
"message": "1w",
"description": "Very short format indicating current timer setting in the conversation header"

View File

@ -7,6 +7,16 @@
"message": "Последний импорт",
"description": "Label for date and time of last sync operation"
},
"attemptingReconnection": {
"message": "Attempting reconnect in $reconnect_duration_in_seconds$ seconds",
"description": "",
"placeholders": {
"reconnect_duration_in_seconds": {
"content": "$1",
"example": "10"
}
}
},
"unsupportedAttachment": {
"message": "Неподдерживаемый формат вложения. Нажмите, чтобы сохранить.",
"description": "Displayed for incoming unsupported attachment"
@ -73,10 +83,18 @@
"message": "Сбросить сессию",
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
},
"offline": {
"message": "Offline",
"description": ""
},
"welcomeToSignal": {
"message": "Добро пожаловать в Signal",
"description": ""
},
"checkNetworkConnection": {
"message": "Check your network connection.",
"description": "Obvious instructions for when a user's computer loses its network connection"
},
"notificationSettingsDialog": {
"message": "При получении сообщения, всплывающие уведомления будут содержать:",
"description": "Explain the purpose of the notification settings"
@ -175,6 +193,10 @@
"message": "Удалить этот разговор без возможности восстановления?",
"description": "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
},
"unlinkedWarning": {
"message": "Relink Signal Desktop to your mobile device to continue messaging.",
"description": ""
},
"debugLogExplanation": {
"message": "Этот лог будет открыто опубликован для разработчиков. Вы можете проверить и изменить его перед отправкой.",
"description": ""
@ -199,6 +221,10 @@
"message": "Ошибка импорта. Убедитесь, что компьютер и мобильное устройство подключены к интернету.",
"description": "Informational text displayed if a sync operation times out."
},
"unlinked": {
"message": "Unlinked",
"description": ""
},
"installFollowUs": {
"message": "<a $a_params$>Следите за информацией</a> об обновлениях для iOS устройств.",
"description": "",
@ -397,6 +423,10 @@
"message": "У меня установлен Signal для Android-смартфона",
"description": "Button for the user to confirm that they have Signal for Android"
},
"connecting": {
"message": "Connecting",
"description": ""
},
"sessionEnded": {
"message": "Защищённая сессия перезапущена",
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
@ -405,6 +435,10 @@
"message": "Начать",
"description": ""
},
"relink": {
"message": "Relink",
"description": ""
},
"timerOption_1_week_abbreviated": {
"message": "1нед.",
"description": "Very short format indicating current timer setting in the conversation header"

View File

@ -7,6 +7,16 @@
"message": "Last import at",
"description": "Label for date and time of last sync operation"
},
"attemptingReconnection": {
"message": "Attempting reconnect in $reconnect_duration_in_seconds$ seconds",
"description": "",
"placeholders": {
"reconnect_duration_in_seconds": {
"content": "$1",
"example": "10"
}
}
},
"unsupportedAttachment": {
"message": "Nepodporovaný typ prílohy. Kliknite pre uloženie.",
"description": "Displayed for incoming unsupported attachment"
@ -73,10 +83,18 @@
"message": "Obnoviť spojenie",
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
},
"offline": {
"message": "Offline",
"description": ""
},
"welcomeToSignal": {
"message": "Vitajte v aplikácií Signal",
"description": ""
},
"checkNetworkConnection": {
"message": "Check your network connection.",
"description": "Obvious instructions for when a user's computer loses its network connection"
},
"notificationSettingsDialog": {
"message": "When messages arrive, display notifications that reveal:",
"description": "Explain the purpose of the notification settings"
@ -175,6 +193,10 @@
"message": "Permanently delete this conversation?",
"description": "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
},
"unlinkedWarning": {
"message": "Relink Signal Desktop to your mobile device to continue messaging.",
"description": ""
},
"debugLogExplanation": {
"message": "Tento záznam bude verejne sprístupnený k prehliadaniu pre prispievateľov. Pred odoslaním si ho môžete skontrolovať a upraviť.",
"description": ""
@ -199,6 +221,10 @@
"message": "Import failed. Make sure your computer and your phone are connected to the internet.",
"description": "Informational text displayed if a sync operation times out."
},
"unlinked": {
"message": "Unlinked",
"description": ""
},
"installFollowUs": {
"message": "<a $a_params$>Sledujte nás</a> ak chcete dostávať aktualizácie ohľadne podpory viacerých zariadení pre iOS.",
"description": "",
@ -397,6 +423,10 @@
"message": "Mám aplikáciu Signal pre Android",
"description": "Button for the user to confirm that they have Signal for Android"
},
"connecting": {
"message": "Connecting",
"description": ""
},
"sessionEnded": {
"message": "Zabezpečené spojenie bolo obnovené",
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
@ -405,6 +435,10 @@
"message": "Začať",
"description": ""
},
"relink": {
"message": "Relink",
"description": ""
},
"timerOption_1_week_abbreviated": {
"message": "1t",
"description": "Very short format indicating current timer setting in the conversation header"

View File

@ -7,6 +7,16 @@
"message": "Nazadnje uvoženo: ",
"description": "Label for date and time of last sync operation"
},
"attemptingReconnection": {
"message": "Naslednji poskus povezave: $reconnect_duration_in_seconds$ s",
"description": "",
"placeholders": {
"reconnect_duration_in_seconds": {
"content": "$1",
"example": "10"
}
}
},
"unsupportedAttachment": {
"message": "Nepodprta vrsta priponke. Kliknite, če jo želite shraniti.",
"description": "Displayed for incoming unsupported attachment"
@ -73,10 +83,18 @@
"message": "Ponastavi sejo",
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
},
"offline": {
"message": "Ni povezave na internet",
"description": ""
},
"welcomeToSignal": {
"message": "Dobrodošli v aplikaciji Signal",
"description": ""
},
"checkNetworkConnection": {
"message": "Preverite svojo internetno povezavo",
"description": "Obvious instructions for when a user's computer loses its network connection"
},
"notificationSettingsDialog": {
"message": "Ko prispe sporočilo v obvestilu, razkrij:",
"description": "Explain the purpose of the notification settings"
@ -175,6 +193,10 @@
"message": "Ali res želite nepovratno izbrisati ta pogovor?",
"description": "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
},
"unlinkedWarning": {
"message": "Za nadaljevanje komunikacije ponovno povežite aplikacijo Signal Desktop s svojo mobilno napravo.",
"description": ""
},
"debugLogExplanation": {
"message": "Ta sistemska zabeležba bo javno objavljena na spletu za razvijalce aplikacije. Pred objavo jo lahko pregledate.",
"description": ""
@ -199,6 +221,10 @@
"message": "Uvoz ni bil uspešen. Preverite, če sta vaša računalnik in mobilna naprava povezana z internetom.",
"description": "Informational text displayed if a sync operation times out."
},
"unlinked": {
"message": "Nepovezan",
"description": ""
},
"installFollowUs": {
"message": "<a $a_params$>Spremljajte nas</a> v zvezi s podporo za več naprav za iOS.",
"description": "",
@ -397,6 +423,10 @@
"message": "Imam Signal za Android",
"description": "Button for the user to confirm that they have Signal for Android"
},
"connecting": {
"message": "Povezujem",
"description": ""
},
"sessionEnded": {
"message": "Varna ponastavitev seje",
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
@ -405,6 +435,10 @@
"message": "Začnimo",
"description": ""
},
"relink": {
"message": "Poveži",
"description": ""
},
"timerOption_1_week_abbreviated": {
"message": "1 t",
"description": "Very short format indicating current timer setting in the conversation header"

View File

@ -7,6 +7,16 @@
"message": "Last import at",
"description": "Label for date and time of last sync operation"
},
"attemptingReconnection": {
"message": "Attempting reconnect in $reconnect_duration_in_seconds$ seconds",
"description": "",
"placeholders": {
"reconnect_duration_in_seconds": {
"content": "$1",
"example": "10"
}
}
},
"unsupportedAttachment": {
"message": "Unsupported attachment type. Click to save.",
"description": "Displayed for incoming unsupported attachment"
@ -73,10 +83,18 @@
"message": "Reset session",
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
},
"offline": {
"message": "Offline",
"description": ""
},
"welcomeToSignal": {
"message": "Welcome to Signal",
"description": ""
},
"checkNetworkConnection": {
"message": "Check your network connection.",
"description": "Obvious instructions for when a user's computer loses its network connection"
},
"notificationSettingsDialog": {
"message": "When messages arrive, display notifications that reveal:",
"description": "Explain the purpose of the notification settings"
@ -175,6 +193,10 @@
"message": "Permanently delete this conversation?",
"description": "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
},
"unlinkedWarning": {
"message": "Relink Signal Desktop to your mobile device to continue messaging.",
"description": ""
},
"debugLogExplanation": {
"message": "This log will be posted publicly online for contributors to view. You may examine and edit it before submitting.",
"description": ""
@ -199,6 +221,10 @@
"message": "Import failed. Make sure your computer and your phone are connected to the internet.",
"description": "Informational text displayed if a sync operation times out."
},
"unlinked": {
"message": "Unlinked",
"description": ""
},
"installFollowUs": {
"message": "<a $a_params$>Follow us</a> for updates about multi-device support for iOS.",
"description": "",
@ -397,6 +423,10 @@
"message": "Имам Сигнал за Андроид",
"description": "Button for the user to confirm that they have Signal for Android"
},
"connecting": {
"message": "Connecting",
"description": ""
},
"sessionEnded": {
"message": "Безбедна сесија ресетована",
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
@ -405,6 +435,10 @@
"message": "Почните",
"description": ""
},
"relink": {
"message": "Relink",
"description": ""
},
"timerOption_1_week_abbreviated": {
"message": "1w",
"description": "Very short format indicating current timer setting in the conversation header"

View File

@ -7,6 +7,16 @@
"message": "Senaste import",
"description": "Label for date and time of last sync operation"
},
"attemptingReconnection": {
"message": "Attempting reconnect in $reconnect_duration_in_seconds$ seconds",
"description": "",
"placeholders": {
"reconnect_duration_in_seconds": {
"content": "$1",
"example": "10"
}
}
},
"unsupportedAttachment": {
"message": "Okänd filtyp på bilaga. Klicka för att spara.",
"description": "Displayed for incoming unsupported attachment"
@ -73,10 +83,18 @@
"message": "Återställ session",
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
},
"offline": {
"message": "Offline",
"description": ""
},
"welcomeToSignal": {
"message": "Välkommen till Signal",
"description": ""
},
"checkNetworkConnection": {
"message": "Check your network connection.",
"description": "Obvious instructions for when a user's computer loses its network connection"
},
"notificationSettingsDialog": {
"message": "När du får meddelanden, visa aviseringar som visar:",
"description": "Explain the purpose of the notification settings"
@ -175,6 +193,10 @@
"message": "Vill du radera denna konversation för alltid?",
"description": "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
},
"unlinkedWarning": {
"message": "Relink Signal Desktop to your mobile device to continue messaging.",
"description": ""
},
"debugLogExplanation": {
"message": "Den här loggen kommer att bli postad publikt på internet så att våra medarbetare kan kolla igenom den. Du kan gå igenom och ändra på den innan du skickar in den.",
"description": ""
@ -199,6 +221,10 @@
"message": "Importen misslyckades. Kontrollera att din dator och din telefon har en fungerande internetuppkoppling.",
"description": "Informational text displayed if a sync operation times out."
},
"unlinked": {
"message": "Unlinked",
"description": ""
},
"installFollowUs": {
"message": "<a $a_params$>Följ oss</a> för uppdateringar om iOS stöd för fler enheter.",
"description": "",
@ -397,6 +423,10 @@
"message": "Jag har Signal för Android",
"description": "Button for the user to confirm that they have Signal for Android"
},
"connecting": {
"message": "Connecting",
"description": ""
},
"sessionEnded": {
"message": "Återställning av säkerhetssession",
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
@ -405,6 +435,10 @@
"message": "Komma igång",
"description": ""
},
"relink": {
"message": "Relink",
"description": ""
},
"timerOption_1_week_abbreviated": {
"message": "1v",
"description": "Very short format indicating current timer setting in the conversation header"

View File

@ -7,6 +7,16 @@
"message": "Last import at",
"description": "Label for date and time of last sync operation"
},
"attemptingReconnection": {
"message": "Attempting reconnect in $reconnect_duration_in_seconds$ seconds",
"description": "",
"placeholders": {
"reconnect_duration_in_seconds": {
"content": "$1",
"example": "10"
}
}
},
"unsupportedAttachment": {
"message": "Desteklenmeyen ek türü. Kaydetmek için tıkla.",
"description": "Displayed for incoming unsupported attachment"
@ -73,10 +83,18 @@
"message": "Reset session",
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
},
"offline": {
"message": "Offline",
"description": ""
},
"welcomeToSignal": {
"message": "Signal'e Hoşgeldin",
"description": ""
},
"checkNetworkConnection": {
"message": "Check your network connection.",
"description": "Obvious instructions for when a user's computer loses its network connection"
},
"notificationSettingsDialog": {
"message": "Mesaj geldiğinde bildirimlerde şunları göster:",
"description": "Explain the purpose of the notification settings"
@ -175,6 +193,10 @@
"message": "Permanently delete this conversation?",
"description": "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
},
"unlinkedWarning": {
"message": "Relink Signal Desktop to your mobile device to continue messaging.",
"description": ""
},
"debugLogExplanation": {
"message": "Bu kayıt, katkıda bulunanların görmesi için alenen gönderilecek. Göndermeden önce kaydı inceleyebilir ve düzenleyebilirsiniz.",
"description": ""
@ -199,6 +221,10 @@
"message": "Import failed. Make sure your computer and your phone are connected to the internet.",
"description": "Informational text displayed if a sync operation times out."
},
"unlinked": {
"message": "Unlinked",
"description": ""
},
"installFollowUs": {
"message": "iOS çoklu cihaz desteği hakkında güncellemeler için <a $a_params$>bizi takip edin.</a>",
"description": "",
@ -397,6 +423,10 @@
"message": "Android cihazımda Signal yüklü",
"description": "Button for the user to confirm that they have Signal for Android"
},
"connecting": {
"message": "Connecting",
"description": ""
},
"sessionEnded": {
"message": "Güvenli oturumu sıfırla",
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
@ -405,6 +435,10 @@
"message": "Kullanmaya başla",
"description": ""
},
"relink": {
"message": "Relink",
"description": ""
},
"timerOption_1_week_abbreviated": {
"message": "1w",
"description": "Very short format indicating current timer setting in the conversation header"

View File

@ -7,6 +7,16 @@
"message": "Останній імпорт в",
"description": "Label for date and time of last sync operation"
},
"attemptingReconnection": {
"message": "Attempting reconnect in $reconnect_duration_in_seconds$ seconds",
"description": "",
"placeholders": {
"reconnect_duration_in_seconds": {
"content": "$1",
"example": "10"
}
}
},
"unsupportedAttachment": {
"message": "Непідтримуваний формат вкладення. Клацніть щоб зберегти.",
"description": "Displayed for incoming unsupported attachment"
@ -73,10 +83,18 @@
"message": "Скинути сесію",
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
},
"offline": {
"message": "Offline",
"description": ""
},
"welcomeToSignal": {
"message": "Ласкаво просимо до Signal",
"description": ""
},
"checkNetworkConnection": {
"message": "Check your network connection.",
"description": "Obvious instructions for when a user's computer loses its network connection"
},
"notificationSettingsDialog": {
"message": "При отриманні повідомлення показувати нотифікації які відображають:",
"description": "Explain the purpose of the notification settings"
@ -175,6 +193,10 @@
"message": "Видалити цю розмову без можливості відновлення?",
"description": "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
},
"unlinkedWarning": {
"message": "Relink Signal Desktop to your mobile device to continue messaging.",
"description": ""
},
"debugLogExplanation": {
"message": "Цей журнал буде доступний для розробників. Ви можете перевірити його перед відправкою.",
"description": ""
@ -199,6 +221,10 @@
"message": "Імпорт закінчився невдало. Впевніться, що ваш комп'ютер та мобільний пристрій маютть доступ до інтернету.",
"description": "Informational text displayed if a sync operation times out."
},
"unlinked": {
"message": "Unlinked",
"description": ""
},
"installFollowUs": {
"message": "<a $a_params$>Приєднуйтесь</a>, щоб дізнаватись про оновлення та підтримку багатьох пристроїв у iOS.",
"description": "",
@ -397,6 +423,10 @@
"message": "Я маю Signal для Android",
"description": "Button for the user to confirm that they have Signal for Android"
},
"connecting": {
"message": "Connecting",
"description": ""
},
"sessionEnded": {
"message": "Захищену сесію перезапущено",
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
@ -405,6 +435,10 @@
"message": "Давайте почнемо",
"description": ""
},
"relink": {
"message": "Relink",
"description": ""
},
"timerOption_1_week_abbreviated": {
"message": "1т",
"description": "Very short format indicating current timer setting in the conversation header"

View File

@ -7,6 +7,16 @@
"message": "Lần nhập cuối cùng lúc",
"description": "Label for date and time of last sync operation"
},
"attemptingReconnection": {
"message": "Attempting reconnect in $reconnect_duration_in_seconds$ seconds",
"description": "",
"placeholders": {
"reconnect_duration_in_seconds": {
"content": "$1",
"example": "10"
}
}
},
"unsupportedAttachment": {
"message": "Không hỗ trợ loại đính kèm. Bấm để lưu.",
"description": "Displayed for incoming unsupported attachment"
@ -16,7 +26,7 @@
"description": ""
},
"youChangedTheTimer": {
"message": "You set the timer to $time$.",
"message": "Bạn thiết lập thời gian đến $time$",
"description": "Message displayed when you change the message expiration timer in a conversation.",
"placeholders": {
"time": {
@ -34,7 +44,7 @@
"description": ""
},
"timerOption_5_seconds_abbreviated": {
"message": "5s",
"message": "5 giây",
"description": "Very short format indicating current timer setting in the conversation header"
},
"installComputerName": {
@ -58,7 +68,7 @@
"description": "Displays the details of a key change"
},
"timerOption_5_minutes_abbreviated": {
"message": "5m",
"message": "5 phút",
"description": "Very short format indicating current timer setting in the conversation header"
},
"unsupportedFileType": {
@ -70,13 +80,21 @@
"description": ""
},
"resetSession": {
"message": "Reset session",
"message": "Đăng nhập lại",
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
},
"offline": {
"message": "Offline",
"description": ""
},
"welcomeToSignal": {
"message": "Chào mừng đến với Signal",
"description": ""
},
"checkNetworkConnection": {
"message": "Check your network connection.",
"description": "Obvious instructions for when a user's computer loses its network connection"
},
"notificationSettingsDialog": {
"message": "Khi tin nhắn đến, hiện thị các thông báo thể hiện:",
"description": "Explain the purpose of the notification settings"
@ -134,7 +152,7 @@
"description": "Label for the time a message was sent"
},
"theyChangedTheTimer": {
"message": "$name$ set the timer to $time$.",
"message": "$name$ thiết lập thời gian đến $time$",
"description": "Message displayed when someone else changes the message expiration timer in a conversation.",
"placeholders": {
"name": {
@ -175,12 +193,16 @@
"message": "Xóa cuộc trò chuyện này vĩnh viễn?",
"description": "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
},
"unlinkedWarning": {
"message": "Relink Signal Desktop to your mobile device to continue messaging.",
"description": ""
},
"debugLogExplanation": {
"message": "Bản ghi này sẽ được đăng trực tuyến một cách công khai để những người đóng góp theo dõi. Bạn có thể kiểm tra và sửa đổi nó trước khi gửi đi.",
"description": ""
},
"newPhoneNumber": {
"message": "Enter a phone number to add a contact.",
"message": "Nhập số điện thoại để thêm một liên hệ",
"description": "Placeholder for adding a new number to a contact"
},
"searchForPeopleOrGroups": {
@ -199,6 +221,10 @@
"message": "Nhập thất bại. Chắc chắn rằng máy tính và điện thoại của bạn đã kết nối internet.",
"description": "Informational text displayed if a sync operation times out."
},
"unlinked": {
"message": "Unlinked",
"description": ""
},
"installFollowUs": {
"message": "<a $a_params$>Theo dõi chúng tôi</a> để cập nhật về hỗ trợ đa thiết bị cho iOS.",
"description": "",
@ -222,7 +248,7 @@
"description": ""
},
"installSignalLinks": {
"message": "First, install Signal on your <a $play_store$>Android</a> or <a $app_store$>iPhone</a>.<br /> We'll link your devices and keep your messages in sync.",
"message": "Đầu tiên, cài đặt Signal trên máy <a $play_store$>Android</a> hoặc <a $app_store$>iPhone</a>.<br/>Chúng tôi sẽ liên kết thiết bị và đồng bộ tin nhắn của bạn.",
"description": "Prompt the user to install Signal on their phone before linking",
"placeholders": {
"play_store": {
@ -240,15 +266,15 @@
"description": ""
},
"timerOption_30_minutes_abbreviated": {
"message": "30m",
"message": "30 phút",
"description": "Very short format indicating current timer setting in the conversation header"
},
"themeAndroidDark": {
"message": "Android (dark)",
"message": "Android (tối)",
"description": "Label text for dark Android theme"
},
"timerOption_1_minute_abbreviated": {
"message": "1m",
"message": "1 phút",
"description": "Very short format indicating current timer setting in the conversation header"
},
"upgrade": {
@ -256,7 +282,7 @@
"description": "Label text for button to upgrade the app to the latest version"
},
"yourSafetyNumberWith": {
"message": "Your safety number with $name$",
"message": "Số-an-toàn của bạn với $name$",
"description": "Heading for safety number view",
"placeholders": {
"name": {
@ -270,7 +296,7 @@
"description": "Hides the details of a key change"
},
"theme": {
"message": "Theme",
"message": "Chủ đề",
"description": "Header for theme settings"
},
"newIdentity": {
@ -282,7 +308,7 @@
"description": "Tagline displayed under installWelcome on the install page"
},
"audioNotificationDescription": {
"message": "Play audio notification",
"message": "Phát thông báo nhạc hiệu",
"description": "Description for audio notification setting"
},
"disconnected": {
@ -290,7 +316,7 @@
"description": ""
},
"syncing": {
"message": ang nhập",
"message": ăng nhập",
"description": "Label for a disabled sync button while sync is in progress."
},
"acceptNewKey": {
@ -298,7 +324,7 @@
"description": "Label for a button to accept a new safety number"
},
"timerOption_12_hours_abbreviated": {
"message": "12h",
"message": "12 giờ",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timestampFormat_M": {
@ -306,7 +332,7 @@
"description": "Timestamp format string for displaying month and day (but not the year) of a date within the current year, ex: use 'MMM D' for 'Aug 8', or 'D MMM' for '8 Aug'."
},
"timerOption_6_hours_abbreviated": {
"message": "6h",
"message": "6 giờ",
"description": "Very short format indicating current timer setting in the conversation header"
},
"unregisteredUser": {
@ -314,7 +340,7 @@
"description": "Error message displayed when sending to an unregistered user."
},
"timerOption_1_day_abbreviated": {
"message": "1d",
"message": "1 ngày",
"description": "Very short format indicating current timer setting in the conversation header"
},
"sync": {
@ -326,7 +352,7 @@
"description": "Label for a selectable option in the message expiration timer menu"
},
"installGotIt": {
"message": "Got it",
"message": "Cài xong!",
"description": "Button for the user to confirm that they have Signal installed."
},
"received": {
@ -366,7 +392,7 @@
"description": ""
},
"invalidNumberError": {
"message": "Invalid number",
"message": "Số không chính xác",
"description": "When a person inputs a number that is invalid"
},
"installWelcome": {
@ -397,6 +423,10 @@
"message": "Tôi đã có Signal cho Android",
"description": "Button for the user to confirm that they have Signal for Android"
},
"connecting": {
"message": "Connecting",
"description": ""
},
"sessionEnded": {
"message": "Khởi tạo lại phiên làm việc bảo mật",
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
@ -405,8 +435,12 @@
"message": "Bắt đầu",
"description": ""
},
"relink": {
"message": "Relink",
"description": ""
},
"timerOption_1_week_abbreviated": {
"message": "1w",
"message": "1 tuần",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_seconds": {
@ -432,11 +466,11 @@
"description": "Displayed in notifications for multiple messages"
},
"newContact": {
"message": "Click to create new contact",
"message": "Bấm để tạo một liên hệ",
"description": ""
},
"theirIdentityUnknown": {
"message": "You haven't exchanged any messages with this contact yet. Your safety number with them will be available after the first message.",
"message": "Bạn chưa trao đổi tin nhắn nào với liên hệ này. Số an toàn của bạn sẽ có sau tin nhắn đầu tiên.",
"description": ""
},
"submit": {
@ -444,7 +478,7 @@
"description": ""
},
"keychanged": {
"message": "Your safety number with $name$ has changed.",
"message": "Số-an-toàn của bạn với $name$ đã được thay đổi.",
"description": "",
"placeholders": {
"name": {
@ -454,7 +488,7 @@
}
},
"safetyNumbersSettingDescription": {
"message": "Require approval of new safety numbers when they change",
"message": "Bắt buộc xác nhận số-an-toàn mới khi chúng thay đổi",
"description": "Description for safety numbers setting"
},
"to": {
@ -462,7 +496,7 @@
"description": "Label for the receiver of a message"
},
"timerOption_1_hour_abbreviated": {
"message": "1h",
"message": "1 giờ",
"description": "Very short format indicating current timer setting in the conversation header"
},
"installFinalButton": {
@ -478,7 +512,7 @@
"description": ""
},
"timerOption_10_seconds_abbreviated": {
"message": "10s",
"message": "10 giây",
"description": "Very short format indicating current timer setting in the conversation header"
},
"nameAndMessage": {
@ -506,7 +540,7 @@
"description": ""
},
"timerSetTo": {
"message": "Timer set to $time$",
"message": "Thời gian thiết lập đến $time$",
"description": "Displayed in the conversation list when the timer is updated.",
"placeholders": {
"time": {
@ -516,7 +550,7 @@
}
},
"timerOption_30_seconds_abbreviated": {
"message": "30s",
"message": "30 giây",
"description": "Very short format indicating current timer setting in the conversation header"
},
"notifications": {

View File

@ -7,6 +7,16 @@
"message": "Last import at",
"description": "Label for date and time of last sync operation"
},
"attemptingReconnection": {
"message": "Attempting reconnect in $reconnect_duration_in_seconds$ seconds",
"description": "",
"placeholders": {
"reconnect_duration_in_seconds": {
"content": "$1",
"example": "10"
}
}
},
"unsupportedAttachment": {
"message": "Unsupported attachment type. Click to save.",
"description": "Displayed for incoming unsupported attachment"
@ -73,10 +83,18 @@
"message": "Reset session",
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
},
"offline": {
"message": "Offline",
"description": ""
},
"welcomeToSignal": {
"message": "Welcome to Signal",
"description": ""
},
"checkNetworkConnection": {
"message": "Check your network connection.",
"description": "Obvious instructions for when a user's computer loses its network connection"
},
"notificationSettingsDialog": {
"message": "When messages arrive, display notifications that reveal:",
"description": "Explain the purpose of the notification settings"
@ -175,6 +193,10 @@
"message": "Permanently delete this conversation?",
"description": "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
},
"unlinkedWarning": {
"message": "Relink Signal Desktop to your mobile device to continue messaging.",
"description": ""
},
"debugLogExplanation": {
"message": "This log will be posted publicly online for contributors to view. You may examine and edit it before submitting.",
"description": ""
@ -199,6 +221,10 @@
"message": "Import failed. Make sure your computer and your phone are connected to the internet.",
"description": "Informational text displayed if a sync operation times out."
},
"unlinked": {
"message": "Unlinked",
"description": ""
},
"installFollowUs": {
"message": "<a $a_params$>Follow us</a> for updates about multi-device support for iOS.",
"description": "",
@ -397,6 +423,10 @@
"message": "I have Signal for Android",
"description": "Button for the user to confirm that they have Signal for Android"
},
"connecting": {
"message": "Connecting",
"description": ""
},
"sessionEnded": {
"message": "Secure session reset",
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
@ -405,6 +435,10 @@
"message": "Get started",
"description": ""
},
"relink": {
"message": "Relink",
"description": ""
},
"timerOption_1_week_abbreviated": {
"message": "1w",
"description": "Very short format indicating current timer setting in the conversation header"

View File

@ -1,22 +1,32 @@
{
"timerOption_10_seconds": {
"message": "10 seconds",
"message": "10 ",
"description": "Label for a selectable option in the message expiration timer menu"
},
"lastSynced": {
"message": "Last import at",
"message": "上一次匯入在",
"description": "Label for date and time of last sync operation"
},
"attemptingReconnection": {
"message": "嘗試在 $reconnect_duration_in_seconds$ 秒內重新連線",
"description": "",
"placeholders": {
"reconnect_duration_in_seconds": {
"content": "$1",
"example": "10"
}
}
},
"unsupportedAttachment": {
"message": "Unsupported attachment type. Click to save.",
"message": "不支援的附加檔案類型。點擊儲存。",
"description": "Displayed for incoming unsupported attachment"
},
"verifySafetyNumbers": {
"message": "Verify safety number",
"message": "驗證安全碼",
"description": ""
},
"youChangedTheTimer": {
"message": "You set the timer to $time$.",
"message": "你將定時器設為 $time$。 ",
"description": "Message displayed when you change the message expiration timer in a conversation.",
"placeholders": {
"time": {
@ -26,11 +36,11 @@
}
},
"settings": {
"message": "Settings",
"message": "設定",
"description": "Menu item and header for global settings"
},
"incomingKeyConflict": {
"message": "Received message with a new safety number. Click to process and display.",
"message": "收到使用新安全碼的訊息。按此顯示細節並執行。",
"description": ""
},
"timerOption_5_seconds_abbreviated": {
@ -38,11 +48,11 @@
"description": "Very short format indicating current timer setting in the conversation header"
},
"installComputerName": {
"message": "This computer's name will be",
"message": "這個電腦的名稱會是",
"description": "Text displayed before the input where the user can enter the name for this device."
},
"timestamp_m": {
"message": "1 minute",
"message": "1 分鐘",
"description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble."
},
"gotIt": {
@ -50,11 +60,11 @@
"description": "Label for a button that dismisses a dialog. The user clicks it to confirm that they understand the message in the dialog."
},
"disappearingMessages": {
"message": "Disappearing messages",
"message": "自動銷毀訊息",
"description": "Conversation menu option to enable disappearing messages"
},
"showMore": {
"message": "Details",
"message": "細節",
"description": "Displays the details of a key change"
},
"timerOption_5_minutes_abbreviated": {
@ -66,19 +76,27 @@
"description": "Displayed for outgoing unsupported attachment"
},
"installGeneratingKeys": {
"message": "Generating Keys",
"message": "正在產生金鑰",
"description": ""
},
"resetSession": {
"message": "重設對話",
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
},
"offline": {
"message": "離線",
"description": ""
},
"welcomeToSignal": {
"message": "歡迎來到 Signal",
"description": ""
},
"checkNetworkConnection": {
"message": "檢查你的網路連線。",
"description": "Obvious instructions for when a user's computer loses its network connection"
},
"notificationSettingsDialog": {
"message": "When messages arrive, display notifications that reveal:",
"message": "當訊息抵達時,通知會顯示:",
"description": "Explain the purpose of the notification settings"
},
"members": {
@ -86,15 +104,15 @@
"description": ""
},
"timestamp_h": {
"message": "1 hour",
"message": "1 小時",
"description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble."
},
"timerOption_0_seconds_abbreviated": {
"message": "off",
"message": "關閉",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"syncExplanation": {
"message": "Import all Signal groups and contacts from your mobile device.",
"message": "從你的行動裝置,匯入 Signal 群組和聯絡人。",
"description": "Explanatory text for sync settings"
},
"restartSignal": {
@ -106,7 +124,7 @@
"description": "Menu item for deleting messages, title case."
},
"incomingError": {
"message": "Error handling incoming message.",
"message": "處理傳入訊息的錯誤。",
"description": ""
},
"selectAContact": {
@ -114,11 +132,11 @@
"description": ""
},
"installConnecting": {
"message": "Connecting...",
"message": "正在連線中...",
"description": "Displayed when waiting for the QR Code"
},
"verifyContact": {
"message": "You may wish to $tag_start$ verify $tag_end$ your safety number with this contact.",
"message": "你也許希望 $tag_start$驗證$tag_end$與這個聯絡人的安全碼。",
"description": "Use $tag_start$ and $tag_end$ to wrap the word or phrase in this sentence that the user should click on in order to navigate to the verification screen. These placeholders will be replaced with appropriate HTML code.",
"placeholders": {
"tag_start": {
@ -134,7 +152,7 @@
"description": "Label for the time a message was sent"
},
"theyChangedTheTimer": {
"message": "$name$ set the timer to $time$.",
"message": "$name$ 將定時器設為 $time$。",
"description": "Message displayed when someone else changes the message expiration timer in a conversation.",
"placeholders": {
"name": {
@ -148,15 +166,15 @@
}
},
"timestamp_s": {
"message": "now",
"message": "現在",
"description": "Brief timestamp for messages sent less than a minute ago. Displayed in the conversation list and message bubble."
},
"timerOption_1_day": {
"message": "1 day",
"message": "1 ",
"description": "Label for a selectable option in the message expiration timer menu"
},
"reportIssue": {
"message": "Report an issue",
"message": "回報問題",
"description": "Link to open the issue tracker"
},
"newMessage": {
@ -164,7 +182,7 @@
"description": "Displayed in notifications for only 1 message"
},
"nameOnly": {
"message": "Only sender name",
"message": "只有傳送者的名稱",
"description": "Label for setting notifications to display sender name only"
},
"from": {
@ -172,15 +190,19 @@
"description": "Label for the sender of a message"
},
"deleteConversationConfirmation": {
"message": "Permanently delete this conversation?",
"message": "永久刪除對話?",
"description": "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
},
"unlinkedWarning": {
"message": "重新連結 Signal 桌面到你的行動裝置來持續發送訊息。",
"description": ""
},
"debugLogExplanation": {
"message": "This log will be posted publicly online for contributors to view. You may examine and edit it before submitting.",
"message": "這個紀錄將被公開張貼在線上給貢獻者瀏覽。在送出前,你可以檢視及修改。",
"description": ""
},
"newPhoneNumber": {
"message": "Enter a phone number to add a contact.",
"message": "輸入電話號碼來加入聯絡人",
"description": "Placeholder for adding a new number to a contact"
},
"searchForPeopleOrGroups": {
@ -188,19 +210,23 @@
"description": "Placeholder text in the search input"
},
"noNameOrMessage": {
"message": "Neither name nor message",
"message": "沒有名稱與訊息",
"description": "Label for setting notifications to display no name and no message text"
},
"syncNow": {
"message": "Import now",
"message": "現在匯入",
"description": "Label for a button that syncs contacts and groups from your phone"
},
"syncFailed": {
"message": "Import failed. Make sure your computer and your phone are connected to the internet.",
"message": "匯入失敗。確認你的電腦與電話都連線到網路。",
"description": "Informational text displayed if a sync operation times out."
},
"unlinked": {
"message": "未連結的",
"description": ""
},
"installFollowUs": {
"message": "<a $a_params$>Follow us</a> for updates about multi-device support for iOS.",
"message": "<a $a_params$>追蹤我們</a>了解有關 iOS 多裝置的支援。",
"description": "",
"placeholders": {
"a_params": {
@ -210,19 +236,19 @@
}
},
"learnMore": {
"message": "Learn more about verifying safety numbers",
"message": "了解更多關於驗證安全碼",
"description": "Text that links to a support article on verifying safety numbers"
},
"safetyNumbersSettingHeader": {
"message": "Safety numbers approval",
"message": "安全碼允許",
"description": "Header for safety numbers setting"
},
"installTooManyDevices": {
"message": "Sorry, you have too many devices linked already. Try removing some.",
"message": "抱歉,你已經有太多連結的裝置。試著移除一些。",
"description": ""
},
"installSignalLinks": {
"message": "First, install Signal on your <a $play_store$>Android</a> or <a $app_store$>iPhone</a>.<br /> We'll link your devices and keep your messages in sync.",
"message": "首先,安裝 Signal 在你的 <a $play_store$>Android</a> 或 <a $app_store$>iPhone</a>。<br /> 我們將會連結你的裝置並保持訊息同步。",
"description": "Prompt the user to install Signal on their phone before linking",
"placeholders": {
"play_store": {
@ -236,7 +262,7 @@
}
},
"installSyncingGroupsAndContacts": {
"message": "Syncing groups and contacts",
"message": "正在同步群組及聯絡人",
"description": ""
},
"timerOption_30_minutes_abbreviated": {
@ -244,7 +270,7 @@
"description": "Very short format indicating current timer setting in the conversation header"
},
"themeAndroidDark": {
"message": "Android (dark)",
"message": "Android (暗色)",
"description": "Label text for dark Android theme"
},
"timerOption_1_minute_abbreviated": {
@ -252,11 +278,11 @@
"description": "Very short format indicating current timer setting in the conversation header"
},
"upgrade": {
"message": "Upgrade",
"message": "升級",
"description": "Label text for button to upgrade the app to the latest version"
},
"yourSafetyNumberWith": {
"message": "Your safety number with $name$",
"message": "你與 $name$ 的安全碼",
"description": "Heading for safety number view",
"placeholders": {
"name": {
@ -266,23 +292,23 @@
}
},
"showLess": {
"message": "Hide details",
"message": "隱藏細節",
"description": "Hides the details of a key change"
},
"theme": {
"message": "Theme",
"message": "主題",
"description": "Header for theme settings"
},
"newIdentity": {
"message": "New safety number",
"message": "新的安全碼",
"description": "Header for a key change dialog"
},
"installTagline": {
"message": "Privacy is possible. Signal makes it easy.",
"message": "隱私是有可能的。Signal 讓隱私更簡單。",
"description": "Tagline displayed under installWelcome on the install page"
},
"audioNotificationDescription": {
"message": "Play audio notification",
"message": "播放通知音效",
"description": "Description for audio notification setting"
},
"disconnected": {
@ -290,7 +316,7 @@
"description": ""
},
"syncing": {
"message": "Importing...",
"message": "正在匯入...",
"description": "Label for a disabled sync button while sync is in progress."
},
"acceptNewKey": {
@ -310,7 +336,7 @@
"description": "Very short format indicating current timer setting in the conversation header"
},
"unregisteredUser": {
"message": "Number is not registered",
"message": "號碼尚未註冊",
"description": "Error message displayed when sending to an unregistered user."
},
"timerOption_1_day_abbreviated": {
@ -318,15 +344,15 @@
"description": "Very short format indicating current timer setting in the conversation header"
},
"sync": {
"message": "Contacts",
"message": "聯絡人",
"description": "Label for contact and group sync settings"
},
"timerOption_1_week": {
"message": "1 week",
"message": "1 ",
"description": "Label for a selectable option in the message expiration timer menu"
},
"installGotIt": {
"message": "Got it",
"message": "了解",
"description": "Button for the user to confirm that they have Signal installed."
},
"received": {
@ -334,7 +360,7 @@
"description": "Label for the time a message was received"
},
"timerOption_30_seconds": {
"message": "30 seconds",
"message": "30 ",
"description": "Label for a selectable option in the message expiration timer menu"
},
"sendMessage": {
@ -342,15 +368,15 @@
"description": "Placeholder text in the message entry field"
},
"mediaMessage": {
"message": "Media message",
"message": "媒體訊息",
"description": "Description of a message that has an attachment and no text, displayed in the conversation list as a preview."
},
"expiredWarning": {
"message": "This version of Signal Desktop has expired. Please upgrade to the latest version to continue messaging.",
"message": "Signal 桌面版的版本已經過期。請更新到最新版來傳送訊息。",
"description": "Warning notification that this version of the app has expired"
},
"outgoingKeyConflict": {
"message": "Your safety number with this contact has changed. Click to process and display.",
"message": "你與這個聯絡人的安全碼已經變更。按此顯示細節並執行。",
"description": ""
},
"fileSizeWarning": {
@ -358,27 +384,27 @@
"description": ""
},
"timerOption_0_seconds": {
"message": "off",
"message": "關閉",
"description": "Label for option to turn off message expiration in the timer menu"
},
"installAndroidInstructions": {
"message": "Open Signal on your phone and navigate to Settings > Linked devices. Tap the button to add a new device, then scan the code above.",
"message": "開啟手機上的 Signal 後,到「設定」>「已連結的裝置」。輕觸按鈕來新增一個新裝置,並掃描上方的條碼。",
"description": ""
},
"invalidNumberError": {
"message": "Invalid number",
"message": "無效號碼",
"description": "When a person inputs a number that is invalid"
},
"installWelcome": {
"message": "Welcome to Signal Desktop",
"message": "歡迎來到 Signal 桌面版",
"description": "Welcome title on the install page"
},
"installConnectionFailed": {
"message": "Failed to connect to server.",
"message": "無法連線到伺服器。",
"description": "Displayed when we can't connect to the server."
},
"messageNotSent": {
"message": "Message not sent.",
"message": "訊息尚未送出。",
"description": "Informational label, appears on messages that failed to send"
},
"disableNotifications": {
@ -390,19 +416,27 @@
"description": ""
},
"unblockToSend": {
"message": "Unblock this contact to send a message.",
"message": "解鎖聯絡人來傳送訊息。",
"description": "Brief message shown when trying to message a blocked number"
},
"installIHaveSignalButton": {
"message": "I have Signal for Android",
"message": "我有 Signal 的 Android 版本",
"description": "Button for the user to confirm that they have Signal for Android"
},
"connecting": {
"message": "連線中",
"description": ""
},
"sessionEnded": {
"message": "安全對話重設",
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
},
"installGetStartedButton": {
"message": "Get started",
"message": "開始使用",
"description": ""
},
"relink": {
"message": "重新連結",
"description": ""
},
"timerOption_1_week_abbreviated": {
@ -410,11 +444,11 @@
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_seconds": {
"message": "5 seconds",
"message": "5 ",
"description": "Label for a selectable option in the message expiration timer menu"
},
"installSignalLink": {
"message": "First, install <a $a_params$>Signal</a> on your Android phone.<br /> We'll link your devices and keep your messages in sync.",
"message": "首先,安裝<a $a_params$>Signal</a>到你的 Android 手機上。<br />我們將會連結你的裝置,並保持訊息同步。",
"description": "Prompt the user to install Signal on Android before linking",
"placeholders": {
"a_params": {
@ -424,7 +458,7 @@
}
},
"installLinkingWithNumber": {
"message": "Linking with",
"message": "正在連結",
"description": "Text displayed before the phone number that the user is in the process of linking with"
},
"newMessages": {
@ -432,11 +466,11 @@
"description": "Displayed in notifications for multiple messages"
},
"newContact": {
"message": "Click to create new contact",
"message": "點擊建立新聯絡人",
"description": ""
},
"theirIdentityUnknown": {
"message": "You haven't exchanged any messages with this contact yet. Your safety number with them will be available after the first message.",
"message": "你尚未與這個聯絡人交換訊息。你與他們的安全碼將會在初次送出訊息後生效。",
"description": ""
},
"submit": {
@ -444,7 +478,7 @@
"description": ""
},
"keychanged": {
"message": "Your safety number with $name$ has changed.",
"message": "你與 $name$ 的安全碼已經變更。",
"description": "",
"placeholders": {
"name": {
@ -454,7 +488,7 @@
}
},
"safetyNumbersSettingDescription": {
"message": "Require approval of new safety numbers when they change",
"message": "當安全碼變更時,需要被允許",
"description": "Description for safety numbers setting"
},
"to": {
@ -466,7 +500,7 @@
"description": "Very short format indicating current timer setting in the conversation header"
},
"installFinalButton": {
"message": "Looking good",
"message": "看起來不錯",
"description": "The final button for the install process, after the user has entered a name for their device"
},
"messageDetail": {
@ -482,7 +516,7 @@
"description": "Very short format indicating current timer setting in the conversation header"
},
"nameAndMessage": {
"message": "Both sender name and message",
"message": "傳送者與訊息",
"description": "Label for setting notifications to display name and message text"
},
"failedToSend": {
@ -494,7 +528,7 @@
"description": ""
},
"identityChanged": {
"message": "Your safety number with this contact has changed. This could either mean that someone is trying to intercept your communication, or this contact simply reinstalled Signal. You may wish to verify the new safety number below.",
"message": "你與這個聯絡人的安全碼產生變動。這有可能是有不明人士試圖攔截您的通訊,或是,只因為這個聯絡人重新安裝 Signal。你能驗證下方新的安全碼。",
"description": ""
},
"submitDebugLog": {
@ -506,7 +540,7 @@
"description": ""
},
"timerSetTo": {
"message": "Timer set to $time$",
"message": "計時器設定為 $time$",
"description": "Displayed in the conversation list when the timer is updated.",
"placeholders": {
"time": {