diff --git a/_locales/cs/messages.json b/_locales/cs/messages.json
index d0d250f663..ab471c2a07 100644
--- a/_locales/cs/messages.json
+++ b/_locales/cs/messages.json
@@ -7,6 +7,10 @@
"message": "Přijmi zprávu s neznámým identifikačním klíčem Klikni pro zpracování a zobrazení.",
"description": ""
},
+ "installComputerName": {
+ "message": "This computer's name will be",
+ "description": "Text displayed before the input where the user can enter the name for this device."
+ },
"gotIt": {
"message": "Obdrženo",
"description": ""
@@ -15,6 +19,10 @@
"message": "Nepodporovaný typ souboru",
"description": "Displayed for outgoing unsupported attachment"
},
+ "installGeneratingKeys": {
+ "message": "Generating Keys",
+ "description": ""
+ },
"resetSession": {
"message": "Reset připojení",
"description": ""
@@ -35,6 +43,10 @@
"message": "Vyber kontakt nebo skupinu pro spuštění konverzace",
"description": ""
},
+ "installConnecting": {
+ "message": "Connecting...",
+ "description": "Displayed when waiting for the QR Code"
+ },
"verifyContact": {
"message": "Přejete si ověřit tento kontakt.",
"description": ""
@@ -59,6 +71,26 @@
"message": "Hledat lidi nebo skupiny",
"description": "Placeholder text in the search input"
},
+ "installFollowUs": {
+ "message": "Follow us for updates about multi-device support for iOS.",
+ "description": ""
+ },
+ "yourIdentity": {
+ "message": "Your identity (you read):",
+ "description": ""
+ },
+ "installTooManyDevices": {
+ "message": "Sorry, you have too many devices linked already. Try removing some.",
+ "description": ""
+ },
+ "installSyncingGroupsAndContacts": {
+ "message": "Syncing groups and contacts",
+ "description": ""
+ },
+ "installTagline": {
+ "message": "Privacy is possible. Signal makes it easy.",
+ "description": "Tagline displayed under installWelcome on the install page"
+ },
"disconnected": {
"message": "Odpojen",
"description": ""
@@ -83,14 +115,46 @@
"message": "Omlouváme se, vybraný soubor převýšil limit velikosti zprávy.",
"description": ""
},
+ "installAndroidInstructions": {
+ "message": "Open Signal on your phone and navigate to Settings > Devices. Tap the button to add a new device, then scan the code above.",
+ "description": ""
+ },
+ "installWelcome": {
+ "message": "Welcome to Signal Desktop",
+ "description": "Welcome title on the install page"
+ },
"cancel": {
"message": "Zrušit",
"description": ""
},
+ "installIHaveSignalButton": {
+ "message": "I have Signal for Android",
+ "description": "Button for the user to confirm that they have Signal for Android"
+ },
"sessionEnded": {
"message": "Zabezpečené připojení ukončeno",
"description": ""
},
+ "installGetStartedButton": {
+ "message": "Get started",
+ "description": ""
+ },
+ "installSignalLink": {
+ "message": "First, install Signal on your Android phone.
We'll link your devices and keep your messages in sync.",
+ "description": "Prompt the user to install Signal on Android before linking"
+ },
+ "installLinkingWithNumber": {
+ "message": "Linking with",
+ "description": "Text displayed before the phone number that the user is in the process of linking with"
+ },
+ "theirIdentity": {
+ "message": "Their identity (they read):",
+ "description": "They is used here as a gender-neutral third-person singular"
+ },
+ "theirIdentityUnknown": {
+ "message": "You haven't exchanged any messages with this contact yet. Their identity will be available after the first message.",
+ "description": ""
+ },
"submit": {
"message": "Zadat",
"description": ""
@@ -99,6 +163,10 @@
"message": "To",
"description": "Label for the receiver of a message"
},
+ "installFinalButton": {
+ "message": "Looking good",
+ "description": "The final button for the install process, after the user has entered a name for their device"
+ },
"messageDetail": {
"message": "Detail zprávy",
"description": ""
diff --git a/_locales/de/messages.json b/_locales/de/messages.json
index 2889c71af1..6521ca0a70 100644
--- a/_locales/de/messages.json
+++ b/_locales/de/messages.json
@@ -7,6 +7,10 @@
"message": "Nachricht mit unbekanntem Identitätsschlüssel erhalten. Hier anklicken, um fortzufahren und die Nachricht anzuzeigen.",
"description": ""
},
+ "installComputerName": {
+ "message": "Dieser Computer heißt",
+ "description": "Text displayed before the input where the user can enter the name for this device."
+ },
"gotIt": {
"message": "Alles klar!",
"description": ""
@@ -15,8 +19,12 @@
"message": "Nicht unterstützter Dateityp",
"description": "Displayed for outgoing unsupported attachment"
},
+ "installGeneratingKeys": {
+ "message": "Schlüssel werden erstellt",
+ "description": ""
+ },
"resetSession": {
- "message": "Sitzung neu starten",
+ "message": "Verschlüsselung neu starten",
"description": ""
},
"welcomeToSignal": {
@@ -35,6 +43,10 @@
"message": "Wählen Sie einen Kontakt oder eine Gruppe aus, um eine Unterhaltung zu beginnen.",
"description": ""
},
+ "installConnecting": {
+ "message": "Verbinde...",
+ "description": "Displayed when waiting for the QR Code"
+ },
"verifyContact": {
"message": "Sie sollten diesen Kontakt ggf. überprüfen.",
"description": ""
@@ -59,6 +71,26 @@
"message": "Nach Personen oder Gruppen suchen",
"description": "Placeholder text in the search input"
},
+ "installFollowUs": {
+ "message": "Folgen Sie uns für Informationen über die Unterstützung mehrerer Geräte für iOS.",
+ "description": ""
+ },
+ "yourIdentity": {
+ "message": "Ihre Identität (sie lesen):",
+ "description": ""
+ },
+ "installTooManyDevices": {
+ "message": "Entschuldigung, Sie haben bereits zu viele Geräte registriert. Versuchen Sie einige zu entfernen.",
+ "description": ""
+ },
+ "installSyncingGroupsAndContacts": {
+ "message": "Gruppen und Kontakte werden synchronisiert",
+ "description": ""
+ },
+ "installTagline": {
+ "message": "Privatsphäre ist möglich. Signal macht es einfach.",
+ "description": "Tagline displayed under installWelcome on the install page"
+ },
"disconnected": {
"message": "Nicht verbunden",
"description": ""
@@ -83,12 +115,44 @@
"message": "Entschuldigen Sie, die ausgewählte Datei überschreitet die maximal erlaubte Größe.",
"description": ""
},
+ "installAndroidInstructions": {
+ "message": "Öffnen Sie Signal auf Ihrem Smartphone und gehen Sie zu Einstellungen > Geräte. Klicken Sie den Button zum Hinzufügen eines neuen Gerätes und scannen Sie dann den obigen Code.",
+ "description": ""
+ },
+ "installWelcome": {
+ "message": "Willkommen bei Signal Desktop",
+ "description": "Welcome title on the install page"
+ },
"cancel": {
"message": "Abbrechen",
"description": ""
},
+ "installIHaveSignalButton": {
+ "message": "Ich habe Signal für Android",
+ "description": "Button for the user to confirm that they have Signal for Android"
+ },
"sessionEnded": {
- "message": "Sichere Sitzung beendet",
+ "message": "Verschlüsselung neu gestartet",
+ "description": ""
+ },
+ "installGetStartedButton": {
+ "message": "Legen Sie los",
+ "description": ""
+ },
+ "installSignalLink": {
+ "message": "Installieren Sie zuerst Signal auf Ihrem Android Gerät.
Ihre Geräte werden dann verbunden und Ihre Nachrichten synchronisiert.",
+ "description": "Prompt the user to install Signal on Android before linking"
+ },
+ "installLinkingWithNumber": {
+ "message": "Verknüpfe mit",
+ "description": "Text displayed before the phone number that the user is in the process of linking with"
+ },
+ "theirIdentity": {
+ "message": "Seine/Ihre Identität (er/sie ließt):",
+ "description": "They is used here as a gender-neutral third-person singular"
+ },
+ "theirIdentityUnknown": {
+ "message": "Sie haben bis jetzt noch keine Nachrichten mit diesem Kontakt ausgetauscht. Die Identität wird nach der ersten Nachricht verfügbar sein.",
"description": ""
},
"submit": {
@@ -99,6 +163,10 @@
"message": "An",
"description": "Label for the receiver of a message"
},
+ "installFinalButton": {
+ "message": "Sieht gut aus",
+ "description": "The final button for the install process, after the user has entered a name for their device"
+ },
"messageDetail": {
"message": "Nachrichtendetails",
"description": ""
diff --git a/_locales/es/messages.json b/_locales/es/messages.json
index 8950687b00..10e9a6985d 100644
--- a/_locales/es/messages.json
+++ b/_locales/es/messages.json
@@ -7,6 +7,10 @@
"message": "Mensaje recibido con una clave identificadora desconocida. Haga clic para procesar y mostrarlo.",
"description": ""
},
+ "installComputerName": {
+ "message": "El nombre de este dispositivo será",
+ "description": "Text displayed before the input where the user can enter the name for this device."
+ },
"gotIt": {
"message": "¡Entendido!",
"description": ""
@@ -15,6 +19,10 @@
"message": "Tipo de archivo no admitido",
"description": "Displayed for outgoing unsupported attachment"
},
+ "installGeneratingKeys": {
+ "message": "Generando claves",
+ "description": ""
+ },
"resetSession": {
"message": "Reiniciar la Sesión",
"description": ""
@@ -35,6 +43,10 @@
"message": "Seleccione un contacto o grupo para empezar a chatear.",
"description": ""
},
+ "installConnecting": {
+ "message": "Conectando...",
+ "description": "Displayed when waiting for the QR Code"
+ },
"verifyContact": {
"message": "Puede que dese verificar este contacto.",
"description": ""
@@ -48,7 +60,7 @@
"description": ""
},
"from": {
- "message": "From",
+ "message": "Desde",
"description": "Label for the sender of a message"
},
"debugLogExplanation": {
@@ -59,6 +71,26 @@
"message": "Buscar contactos o grupos",
"description": "Placeholder text in the search input"
},
+ "installFollowUs": {
+ "message": " Síguenos para obtener noticias sobre soporte multi-dispositivo para iOS.\n",
+ "description": ""
+ },
+ "yourIdentity": {
+ "message": "Su identidad (usted lee)",
+ "description": ""
+ },
+ "installTooManyDevices": {
+ "message": "Lo sentimos, ya tiene demasiados dispositivos vinculados. Pruebe a eliminar algunos.",
+ "description": ""
+ },
+ "installSyncingGroupsAndContacts": {
+ "message": "Sincronizando grupos y contactos",
+ "description": ""
+ },
+ "installTagline": {
+ "message": "La privacidad es posible. Signal hace fácil.",
+ "description": "Tagline displayed under installWelcome on the install page"
+ },
"disconnected": {
"message": "Desconectado",
"description": ""
@@ -83,22 +115,58 @@
"message": "Lo sentimos, el archivo seleccionado excede las restricciones de tamaño.",
"description": ""
},
+ "installAndroidInstructions": {
+ "message": "Abra Signal en su teléfono movíl, y seleccione Parámetros > Dispositivos. Pulse el botón para añadir un nuevo dispositivo, pues escanee el código QR.",
+ "description": ""
+ },
+ "installWelcome": {
+ "message": "Bienvenido a Signal Desktop",
+ "description": "Welcome title on the install page"
+ },
"cancel": {
"message": "Cancelar",
"description": ""
},
+ "installIHaveSignalButton": {
+ "message": "Tengo Signal para Android",
+ "description": "Button for the user to confirm that they have Signal for Android"
+ },
"sessionEnded": {
"message": "Sesión segura terminado",
"description": ""
},
+ "installGetStartedButton": {
+ "message": "Comience",
+ "description": ""
+ },
+ "installSignalLink": {
+ "message": "En primer lugar, instale Signal en su teléfono Android.
Entonces podemos vincular sus dispositivos y guardamos sus mensajes en sincronía.",
+ "description": "Prompt the user to install Signal on Android before linking"
+ },
+ "installLinkingWithNumber": {
+ "message": "Vinculando con",
+ "description": "Text displayed before the phone number that the user is in the process of linking with"
+ },
+ "theirIdentity": {
+ "message": "Identidad de ellos (ellos leen)",
+ "description": "They is used here as a gender-neutral third-person singular"
+ },
+ "theirIdentityUnknown": {
+ "message": "Todavía no ha intercambiado los mensajes con este contacto. Su identidad estará disponible después del primer mensaje.",
+ "description": ""
+ },
"submit": {
"message": "Enviar",
"description": ""
},
"to": {
- "message": "To",
+ "message": "Para",
"description": "Label for the receiver of a message"
},
+ "installFinalButton": {
+ "message": "Todo está bien",
+ "description": "The final button for the install process, after the user has entered a name for their device"
+ },
"messageDetail": {
"message": "Detalles del Mensaje",
"description": ""
diff --git a/_locales/fi/messages.json b/_locales/fi/messages.json
index bad9c3b24f..d36e2f15ec 100644
--- a/_locales/fi/messages.json
+++ b/_locales/fi/messages.json
@@ -7,6 +7,10 @@
"message": "Vastaanotettiin viesti tuntemattomalla identiteettiavaimella. Aloita käsittely napsauttamalla.",
"description": ""
},
+ "installComputerName": {
+ "message": "Tämän tietokoneen nimeksi tulee",
+ "description": "Text displayed before the input where the user can enter the name for this device."
+ },
"gotIt": {
"message": "Selvä!",
"description": ""
@@ -15,6 +19,10 @@
"message": "Tiedostotyyppiä ei tueta",
"description": "Displayed for outgoing unsupported attachment"
},
+ "installGeneratingKeys": {
+ "message": "Luodaan avaimia",
+ "description": ""
+ },
"resetSession": {
"message": "Alusta istunto",
"description": ""
@@ -35,6 +43,10 @@
"message": "Aloita keskustelu valitsemalla jokin yhteystieto tai ryhmä",
"description": ""
},
+ "installConnecting": {
+ "message": "Yhdistetään...",
+ "description": "Displayed when waiting for the QR Code"
+ },
"verifyContact": {
"message": "Saatat haluta varmentaa tämän yhteystiedon.",
"description": ""
@@ -48,7 +60,7 @@
"description": ""
},
"from": {
- "message": "From",
+ "message": "Lähettäjä",
"description": "Label for the sender of a message"
},
"debugLogExplanation": {
@@ -59,6 +71,26 @@
"message": "Etsi yhteystietoja tai ryhmiä",
"description": "Placeholder text in the search input"
},
+ "installFollowUs": {
+ "message": "Jos haluat saada uutisia ja tietoa usean laitteen tuesta iOS:lle voit seurata meitä.",
+ "description": ""
+ },
+ "yourIdentity": {
+ "message": "Oma identiteettisi (sinä luet):",
+ "description": ""
+ },
+ "installTooManyDevices": {
+ "message": "Valitettavasti sinulla on jo liian monta laitetta yhdistettynä. Kokeile poistaa joitakin.",
+ "description": ""
+ },
+ "installSyncingGroupsAndContacts": {
+ "message": "Synkronoidaan ryhmiä ja yhteystietoja",
+ "description": ""
+ },
+ "installTagline": {
+ "message": "Yksityisyys on mahdollista. Signal tekee siitä helppoa.",
+ "description": "Tagline displayed under installWelcome on the install page"
+ },
"disconnected": {
"message": "Ei yhteyttä",
"description": ""
@@ -83,12 +115,44 @@
"message": "Valitettavasti kyseinen tiedosto ylittää viesteille asetetun kokorajoituksen.",
"description": ""
},
+ "installAndroidInstructions": {
+ "message": "Avaa Signal puhelimessasi ja mene Asetukset > Laitteet. Napsauta siellä oikeassa alakulmassa olevaa nappia lisätäksesi uuden laitteen ja skannaa yllä näkyvä QR-koodi.",
+ "description": ""
+ },
+ "installWelcome": {
+ "message": "Tervetuloa Signal Desktopiin",
+ "description": "Welcome title on the install page"
+ },
"cancel": {
"message": "Peruuta",
"description": ""
},
+ "installIHaveSignalButton": {
+ "message": "Minulla on Signal Androidille",
+ "description": "Button for the user to confirm that they have Signal for Android"
+ },
"sessionEnded": {
- "message": "Suojattu istunto lopetettu",
+ "message": "Suojattu istunto alustettu.",
+ "description": ""
+ },
+ "installGetStartedButton": {
+ "message": "Aloita",
+ "description": ""
+ },
+ "installSignalLink": {
+ "message": "Asenna Signal ensin Android puhelimeesi.
Yhdistämme laitteesi toisiinsa ja synkronoimme viestisi.",
+ "description": "Prompt the user to install Signal on Android before linking"
+ },
+ "installLinkingWithNumber": {
+ "message": "Yhdistetään",
+ "description": "Text displayed before the phone number that the user is in the process of linking with"
+ },
+ "theirIdentity": {
+ "message": "Vastapuolen identiteetti (hän lukee):",
+ "description": "They is used here as a gender-neutral third-person singular"
+ },
+ "theirIdentityUnknown": {
+ "message": "Et ole vaihtanut tämän yhteystiedon kanssa vielä yhtään viestiä. Hänen identiteettnsä tulee näkyviin ensimmäisen viestin jälkeen.",
"description": ""
},
"submit": {
@@ -96,9 +160,13 @@
"description": ""
},
"to": {
- "message": "To",
+ "message": "Vastaanottajat",
"description": "Label for the receiver of a message"
},
+ "installFinalButton": {
+ "message": "Hyvältä näyttää",
+ "description": "The final button for the install process, after the user has entered a name for their device"
+ },
"messageDetail": {
"message": "Viestin tiedot",
"description": ""
diff --git a/_locales/fr/messages.json b/_locales/fr/messages.json
index ccbc78368e..5265f4a184 100644
--- a/_locales/fr/messages.json
+++ b/_locales/fr/messages.json
@@ -7,6 +7,10 @@
"message": "Un message avec une clé de chiffrement inconnue a été reçu. Cliquer pour l'accepter et l'afficher.",
"description": ""
},
+ "installComputerName": {
+ "message": "This computer's name will be",
+ "description": "Text displayed before the input where the user can enter the name for this device."
+ },
"gotIt": {
"message": "Bien reçu!",
"description": ""
@@ -15,6 +19,10 @@
"message": "Type de fichier non supporté",
"description": "Displayed for outgoing unsupported attachment"
},
+ "installGeneratingKeys": {
+ "message": "Generating Keys",
+ "description": ""
+ },
"resetSession": {
"message": "Réinitialiser la session",
"description": ""
@@ -35,6 +43,10 @@
"message": "Selectionner un contact ou groupe pour commencer à chatter.",
"description": ""
},
+ "installConnecting": {
+ "message": "Connecting...",
+ "description": "Displayed when waiting for the QR Code"
+ },
"verifyContact": {
"message": "Vous pouvez vérifier ce contact",
"description": ""
@@ -59,6 +71,26 @@
"message": "Rechercher des personnes ou groupes",
"description": "Placeholder text in the search input"
},
+ "installFollowUs": {
+ "message": "Follow us for updates about multi-device support for iOS.",
+ "description": ""
+ },
+ "yourIdentity": {
+ "message": "Your identity (you read):",
+ "description": ""
+ },
+ "installTooManyDevices": {
+ "message": "Sorry, you have too many devices linked already. Try removing some.",
+ "description": ""
+ },
+ "installSyncingGroupsAndContacts": {
+ "message": "Syncing groups and contacts",
+ "description": ""
+ },
+ "installTagline": {
+ "message": "Privacy is possible. Signal makes it easy.",
+ "description": "Tagline displayed under installWelcome on the install page"
+ },
"disconnected": {
"message": "Déconnecté",
"description": ""
@@ -83,14 +115,46 @@
"message": "Désolé, le fichier sélectionné dépasse la taille maximale.",
"description": ""
},
+ "installAndroidInstructions": {
+ "message": "Open Signal on your phone and navigate to Settings > Devices. Tap the button to add a new device, then scan the code above.",
+ "description": ""
+ },
+ "installWelcome": {
+ "message": "Welcome to Signal Desktop",
+ "description": "Welcome title on the install page"
+ },
"cancel": {
"message": "Annuler",
"description": ""
},
+ "installIHaveSignalButton": {
+ "message": "I have Signal for Android",
+ "description": "Button for the user to confirm that they have Signal for Android"
+ },
"sessionEnded": {
"message": "Session sécurisée terminée",
"description": ""
},
+ "installGetStartedButton": {
+ "message": "Get started",
+ "description": ""
+ },
+ "installSignalLink": {
+ "message": "First, install Signal on your Android phone.
We'll link your devices and keep your messages in sync.",
+ "description": "Prompt the user to install Signal on Android before linking"
+ },
+ "installLinkingWithNumber": {
+ "message": "Linking with",
+ "description": "Text displayed before the phone number that the user is in the process of linking with"
+ },
+ "theirIdentity": {
+ "message": "Their identity (they read):",
+ "description": "They is used here as a gender-neutral third-person singular"
+ },
+ "theirIdentityUnknown": {
+ "message": "You haven't exchanged any messages with this contact yet. Their identity will be available after the first message.",
+ "description": ""
+ },
"submit": {
"message": "Envoyer",
"description": ""
@@ -99,6 +163,10 @@
"message": "To",
"description": "Label for the receiver of a message"
},
+ "installFinalButton": {
+ "message": "Looking good",
+ "description": "The final button for the install process, after the user has entered a name for their device"
+ },
"messageDetail": {
"message": "Détails du message",
"description": ""
diff --git a/_locales/he/messages.json b/_locales/he/messages.json
index c42426fec6..31c4ed4ad9 100644
--- a/_locales/he/messages.json
+++ b/_locales/he/messages.json
@@ -7,6 +7,10 @@
"message": "התקבלה הודעה עם מפתח זהות לא ידוע. לחץ כדי לעבד ולהציג.",
"description": ""
},
+ "installComputerName": {
+ "message": "This computer's name will be",
+ "description": "Text displayed before the input where the user can enter the name for this device."
+ },
"gotIt": {
"message": "הבנתי!",
"description": ""
@@ -15,6 +19,10 @@
"message": "סוג הקובץ אינו נתמך",
"description": "Displayed for outgoing unsupported attachment"
},
+ "installGeneratingKeys": {
+ "message": "Generating Keys",
+ "description": ""
+ },
"resetSession": {
"message": "אפס התקשרות",
"description": ""
@@ -35,6 +43,10 @@
"message": "בחר איש קשר או קבוצה כדי להתחיל שיחה.",
"description": ""
},
+ "installConnecting": {
+ "message": "Connecting...",
+ "description": "Displayed when waiting for the QR Code"
+ },
"verifyContact": {
"message": "יתכן ותרצה לוודא את איש הקשר הזה.",
"description": ""
@@ -59,6 +71,26 @@
"message": "חפש אנשים או קבוצות",
"description": "Placeholder text in the search input"
},
+ "installFollowUs": {
+ "message": "Follow us for updates about multi-device support for iOS.",
+ "description": ""
+ },
+ "yourIdentity": {
+ "message": "Your identity (you read):",
+ "description": ""
+ },
+ "installTooManyDevices": {
+ "message": "Sorry, you have too many devices linked already. Try removing some.",
+ "description": ""
+ },
+ "installSyncingGroupsAndContacts": {
+ "message": "Syncing groups and contacts",
+ "description": ""
+ },
+ "installTagline": {
+ "message": "Privacy is possible. Signal makes it easy.",
+ "description": "Tagline displayed under installWelcome on the install page"
+ },
"disconnected": {
"message": "מנותק",
"description": ""
@@ -83,14 +115,46 @@
"message": "הקובץ עובר את מגבלת הגודל המקסימלי.",
"description": ""
},
+ "installAndroidInstructions": {
+ "message": "Open Signal on your phone and navigate to Settings > Devices. Tap the button to add a new device, then scan the code above.",
+ "description": ""
+ },
+ "installWelcome": {
+ "message": "Welcome to Signal Desktop",
+ "description": "Welcome title on the install page"
+ },
"cancel": {
"message": "ביטול",
"description": ""
},
+ "installIHaveSignalButton": {
+ "message": "I have Signal for Android",
+ "description": "Button for the user to confirm that they have Signal for Android"
+ },
"sessionEnded": {
"message": "ההתקשרות המאובטחת הסתיימה",
"description": ""
},
+ "installGetStartedButton": {
+ "message": "Get started",
+ "description": ""
+ },
+ "installSignalLink": {
+ "message": "First, install Signal on your Android phone.
We'll link your devices and keep your messages in sync.",
+ "description": "Prompt the user to install Signal on Android before linking"
+ },
+ "installLinkingWithNumber": {
+ "message": "Linking with",
+ "description": "Text displayed before the phone number that the user is in the process of linking with"
+ },
+ "theirIdentity": {
+ "message": "Their identity (they read):",
+ "description": "They is used here as a gender-neutral third-person singular"
+ },
+ "theirIdentityUnknown": {
+ "message": "You haven't exchanged any messages with this contact yet. Their identity will be available after the first message.",
+ "description": ""
+ },
"submit": {
"message": "שלח",
"description": ""
@@ -99,6 +163,10 @@
"message": "To",
"description": "Label for the receiver of a message"
},
+ "installFinalButton": {
+ "message": "Looking good",
+ "description": "The final button for the install process, after the user has entered a name for their device"
+ },
"messageDetail": {
"message": "פרטי הודעה",
"description": ""
diff --git a/_locales/it/messages.json b/_locales/it/messages.json
index 73832541f0..a4705cb12a 100644
--- a/_locales/it/messages.json
+++ b/_locales/it/messages.json
@@ -4,17 +4,25 @@
"description": "Displayed for incoming unsupported attachment"
},
"incomingKeyConflict": {
- "message": "Ricevuto un messaggio con una chiave d'identità sconosciuta. Clicca per procedere e visualizzare",
+ "message": "Ricevuto un messaggio con una chiave d'identità sconosciuta. Clicca per procedere e visualizzare.",
"description": ""
},
+ "installComputerName": {
+ "message": "Questo dispositivo sarà conosciuto con il seguente nome",
+ "description": "Text displayed before the input where the user can enter the name for this device."
+ },
"gotIt": {
- "message": "Fatto!",
+ "message": "Capito!",
"description": ""
},
"unsupportedFileType": {
- "message": "Tipo di File non supportato",
+ "message": "Tipo di file non supportato",
"description": "Displayed for outgoing unsupported attachment"
},
+ "installGeneratingKeys": {
+ "message": "Generazione chiavi in corso",
+ "description": ""
+ },
"resetSession": {
"message": "Resetta Sessione",
"description": ""
@@ -32,11 +40,15 @@
"description": ""
},
"selectAContact": {
- "message": "Seleziona un contatto o un gruppo per iniziare una chat",
+ "message": "Seleziona un contatto o un gruppo per iniziare una chat.",
"description": ""
},
+ "installConnecting": {
+ "message": "Connessione in corso...",
+ "description": "Displayed when waiting for the QR Code"
+ },
"verifyContact": {
- "message": "Forse sarebbe il caso di verificare questo contatto",
+ "message": "Forse desideri verificare questo contatto.",
"description": ""
},
"sent": {
@@ -48,7 +60,7 @@
"description": ""
},
"from": {
- "message": "From",
+ "message": "Da",
"description": "Label for the sender of a message"
},
"debugLogExplanation": {
@@ -59,6 +71,26 @@
"message": "Cerca persone o gruppi",
"description": "Placeholder text in the search input"
},
+ "installFollowUs": {
+ "message": "Seguici per aggiornamenti sulle funzionalità multi dispositivo per iOS.",
+ "description": ""
+ },
+ "yourIdentity": {
+ "message": "La tua identità (leggi tu)",
+ "description": ""
+ },
+ "installTooManyDevices": {
+ "message": "Sorry, you have too many devices linked already. Try removing some.",
+ "description": ""
+ },
+ "installSyncingGroupsAndContacts": {
+ "message": "Sincronizzazione gruppi e contatti in corso",
+ "description": ""
+ },
+ "installTagline": {
+ "message": "La privacy è possibile. Signal la rende facile.",
+ "description": "Tagline displayed under installWelcome on the install page"
+ },
"disconnected": {
"message": "Sconnesso",
"description": ""
@@ -76,29 +108,65 @@
"description": "Placeholder text in the message entry field"
},
"outgoingKeyConflict": {
- "message": "La chiave d'identità di questo contatto ha cambiato. Clicca per procedere e visualizzare",
+ "message": "La chiave d'identità di questo contatto è cambiata. Clicca per procedere e visualizzare.",
"description": ""
},
"fileSizeWarning": {
- "message": "Spiacente, il file selezionato supera la dimensione predefinita per il messaggio",
+ "message": "Spiacente, il file selezionato supera la dimensione predefinita per il messaggio.",
"description": ""
},
+ "installAndroidInstructions": {
+ "message": "Apri Signal sul tuo smartphone e vai a Impostazioni > Dispositivi. Fai tap sul pulsante per aggiungere un nuovo dispositivo e quindi scansiona il codice qui sopra.",
+ "description": ""
+ },
+ "installWelcome": {
+ "message": "Benvenuto in Signal per desktop",
+ "description": "Welcome title on the install page"
+ },
"cancel": {
"message": "Cancella",
"description": ""
},
+ "installIHaveSignalButton": {
+ "message": "Ho Signal per Android",
+ "description": "Button for the user to confirm that they have Signal for Android"
+ },
"sessionEnded": {
"message": "Sessione sicura terminata",
"description": ""
},
+ "installGetStartedButton": {
+ "message": "Cominciamo",
+ "description": ""
+ },
+ "installSignalLink": {
+ "message": "Prima di tutto installa Signal sul tuo smartphone Android.
I tuoi dispositivi saranno collegati e i tuoi messaggi sincronizzati.",
+ "description": "Prompt the user to install Signal on Android before linking"
+ },
+ "installLinkingWithNumber": {
+ "message": "Collegamento con",
+ "description": "Text displayed before the phone number that the user is in the process of linking with"
+ },
+ "theirIdentity": {
+ "message": "Identità del conttato (legge il tuo contatto)",
+ "description": "They is used here as a gender-neutral third-person singular"
+ },
+ "theirIdentityUnknown": {
+ "message": "You haven't exchanged any messages with this contact yet. Their identity will be available after the first message.",
+ "description": ""
+ },
"submit": {
"message": "Invia",
"description": ""
},
"to": {
- "message": "To",
+ "message": "A",
"description": "Label for the receiver of a message"
},
+ "installFinalButton": {
+ "message": "Sembra tutto apposto",
+ "description": "The final button for the install process, after the user has entered a name for their device"
+ },
"messageDetail": {
"message": "Dettagli Messaggio",
"description": ""
@@ -116,7 +184,7 @@
"description": ""
},
"submitDebugLog": {
- "message": "invia il file log di debug",
+ "message": "Invia il file log di debug",
"description": ""
},
"error": {
diff --git a/_locales/mk/messages.json b/_locales/mk/messages.json
index 561c99269d..65b94a3708 100644
--- a/_locales/mk/messages.json
+++ b/_locales/mk/messages.json
@@ -7,6 +7,10 @@
"message": "Примена е порака со непознат клуч за идентитет. Кликнете за процесирање и приказ.",
"description": ""
},
+ "installComputerName": {
+ "message": "This computer's name will be",
+ "description": "Text displayed before the input where the user can enter the name for this device."
+ },
"gotIt": {
"message": "Ок!",
"description": ""
@@ -15,6 +19,10 @@
"message": "Неподдржан тип на датотека",
"description": "Displayed for outgoing unsupported attachment"
},
+ "installGeneratingKeys": {
+ "message": "Generating Keys",
+ "description": ""
+ },
"resetSession": {
"message": "Ресетирај сесија",
"description": ""
@@ -35,6 +43,10 @@
"message": "Избери контакт или група за разговор",
"description": ""
},
+ "installConnecting": {
+ "message": "Connecting...",
+ "description": "Displayed when waiting for the QR Code"
+ },
"verifyContact": {
"message": "Може да сакатеда го проверите овој контакт.",
"description": ""
@@ -59,6 +71,26 @@
"message": "Барај луѓе и групи",
"description": "Placeholder text in the search input"
},
+ "installFollowUs": {
+ "message": "Follow us for updates about multi-device support for iOS.",
+ "description": ""
+ },
+ "yourIdentity": {
+ "message": "Your identity (you read):",
+ "description": ""
+ },
+ "installTooManyDevices": {
+ "message": "Sorry, you have too many devices linked already. Try removing some.",
+ "description": ""
+ },
+ "installSyncingGroupsAndContacts": {
+ "message": "Syncing groups and contacts",
+ "description": ""
+ },
+ "installTagline": {
+ "message": "Privacy is possible. Signal makes it easy.",
+ "description": "Tagline displayed under installWelcome on the install page"
+ },
"disconnected": {
"message": "Неповрзан",
"description": ""
@@ -83,14 +115,46 @@
"message": "Извинете, избраната датотека ги надминува рестрикциите за големина.",
"description": ""
},
+ "installAndroidInstructions": {
+ "message": "Open Signal on your phone and navigate to Settings > Devices. Tap the button to add a new device, then scan the code above.",
+ "description": ""
+ },
+ "installWelcome": {
+ "message": "Welcome to Signal Desktop",
+ "description": "Welcome title on the install page"
+ },
"cancel": {
"message": "Откажи",
"description": ""
},
+ "installIHaveSignalButton": {
+ "message": "I have Signal for Android",
+ "description": "Button for the user to confirm that they have Signal for Android"
+ },
"sessionEnded": {
"message": "Безбедната сесија заврши",
"description": ""
},
+ "installGetStartedButton": {
+ "message": "Get started",
+ "description": ""
+ },
+ "installSignalLink": {
+ "message": "First, install Signal on your Android phone.
We'll link your devices and keep your messages in sync.",
+ "description": "Prompt the user to install Signal on Android before linking"
+ },
+ "installLinkingWithNumber": {
+ "message": "Linking with",
+ "description": "Text displayed before the phone number that the user is in the process of linking with"
+ },
+ "theirIdentity": {
+ "message": "Their identity (they read):",
+ "description": "They is used here as a gender-neutral third-person singular"
+ },
+ "theirIdentityUnknown": {
+ "message": "You haven't exchanged any messages with this contact yet. Their identity will be available after the first message.",
+ "description": ""
+ },
"submit": {
"message": "Испрати",
"description": ""
@@ -99,6 +163,10 @@
"message": "To",
"description": "Label for the receiver of a message"
},
+ "installFinalButton": {
+ "message": "Looking good",
+ "description": "The final button for the install process, after the user has entered a name for their device"
+ },
"messageDetail": {
"message": "Детали за пораката",
"description": ""
diff --git a/_locales/nl/messages.json b/_locales/nl/messages.json
index 5e7208e7d2..a12fdec15b 100644
--- a/_locales/nl/messages.json
+++ b/_locales/nl/messages.json
@@ -7,6 +7,10 @@
"message": "Bericht ontvangen met een onbekende identiteitssleutel. Klik om deze te tonen en verwerken.",
"description": ""
},
+ "installComputerName": {
+ "message": "De naam van deze computer zal zijn",
+ "description": "Text displayed before the input where the user can enter the name for this device."
+ },
"gotIt": {
"message": "Begrepen!",
"description": ""
@@ -15,6 +19,10 @@
"message": "Niet ondersteund bestandstype",
"description": "Displayed for outgoing unsupported attachment"
},
+ "installGeneratingKeys": {
+ "message": "Sleutels aan het genereren",
+ "description": ""
+ },
"resetSession": {
"message": "Sessie resetten",
"description": ""
@@ -35,6 +43,10 @@
"message": "Selecteer een contact of groep om te starten met chatten.",
"description": ""
},
+ "installConnecting": {
+ "message": "Aan het verbinden...",
+ "description": "Displayed when waiting for the QR Code"
+ },
"verifyContact": {
"message": "Je wilt wellicht dit contact verifiëren.",
"description": ""
@@ -59,6 +71,26 @@
"message": "Zoeken naar personen of groepen",
"description": "Placeholder text in the search input"
},
+ "installFollowUs": {
+ "message": "Volg ons voor updates over apparaten koppelen met iOS.",
+ "description": ""
+ },
+ "yourIdentity": {
+ "message": "Jouw identiteit (jij leest):",
+ "description": ""
+ },
+ "installTooManyDevices": {
+ "message": "Sorry, you have too many devices linked already. Try removing some.",
+ "description": ""
+ },
+ "installSyncingGroupsAndContacts": {
+ "message": "Groepen en contacten aan het synchroniseren",
+ "description": ""
+ },
+ "installTagline": {
+ "message": "Privacy is mogelijk. Signal maakt het gemakkelijk.",
+ "description": "Tagline displayed under installWelcome on the install page"
+ },
"disconnected": {
"message": "Niet meer verbonden",
"description": ""
@@ -83,14 +115,46 @@
"message": "Excuses, het geselecteerde bestand overschrijdt de maximale grootte.",
"description": ""
},
+ "installAndroidInstructions": {
+ "message": "Open Signal op je telefoon en navigeer naar Instellingen > Apparaten. Klik op de knop om een nieuw apparaat toe te voegen. Scan dan de code hierboven.",
+ "description": ""
+ },
+ "installWelcome": {
+ "message": "Welcom bij Signal Desktop",
+ "description": "Welcome title on the install page"
+ },
"cancel": {
"message": "Annuleren",
"description": ""
},
+ "installIHaveSignalButton": {
+ "message": "Ik heb Signal voor Android",
+ "description": "Button for the user to confirm that they have Signal for Android"
+ },
"sessionEnded": {
"message": "Beveiligde sessie beëindigd",
"description": ""
},
+ "installGetStartedButton": {
+ "message": "Aan de slag",
+ "description": ""
+ },
+ "installSignalLink": {
+ "message": "Installeer eerst Signal op je Android telefoon.
We zullen je apparaten koppelen en je berichten gesynchroniseerd houden.",
+ "description": "Prompt the user to install Signal on Android before linking"
+ },
+ "installLinkingWithNumber": {
+ "message": "Aan het koppelen met",
+ "description": "Text displayed before the phone number that the user is in the process of linking with"
+ },
+ "theirIdentity": {
+ "message": "Identiteit partner (partner leest):",
+ "description": "They is used here as a gender-neutral third-person singular"
+ },
+ "theirIdentityUnknown": {
+ "message": "You haven't exchanged any messages with this contact yet. Their identity will be available after the first message.",
+ "description": ""
+ },
"submit": {
"message": "Verzenden",
"description": ""
@@ -99,6 +163,10 @@
"message": "Naar",
"description": "Label for the receiver of a message"
},
+ "installFinalButton": {
+ "message": "Prima",
+ "description": "The final button for the install process, after the user has entered a name for their device"
+ },
"messageDetail": {
"message": "Bericht details",
"description": ""
diff --git a/_locales/pt/messages.json b/_locales/pt/messages.json
index f588aa3283..f7770e5835 100644
--- a/_locales/pt/messages.json
+++ b/_locales/pt/messages.json
@@ -7,6 +7,10 @@
"message": "Recebida mensagem com uma chave desconhecida. Clica aqui para processar e mostrar.",
"description": ""
},
+ "installComputerName": {
+ "message": "This computer's name will be",
+ "description": "Text displayed before the input where the user can enter the name for this device."
+ },
"gotIt": {
"message": "Ok, entendi!",
"description": ""
@@ -15,6 +19,10 @@
"message": "Tipo de ficheiro não suportado",
"description": "Displayed for outgoing unsupported attachment"
},
+ "installGeneratingKeys": {
+ "message": "Generating Keys",
+ "description": ""
+ },
"resetSession": {
"message": "Reiniciar sessão",
"description": ""
@@ -35,6 +43,10 @@
"message": "Seleccione um contacto ou grupo para começar a falar",
"description": ""
},
+ "installConnecting": {
+ "message": "Connecting...",
+ "description": "Displayed when waiting for the QR Code"
+ },
"verifyContact": {
"message": "Pode querer verificar este contacto.",
"description": ""
@@ -59,6 +71,26 @@
"message": "Procurar por pessoas ou grupos",
"description": "Placeholder text in the search input"
},
+ "installFollowUs": {
+ "message": "Follow us for updates about multi-device support for iOS.",
+ "description": ""
+ },
+ "yourIdentity": {
+ "message": "Your identity (you read):",
+ "description": ""
+ },
+ "installTooManyDevices": {
+ "message": "Sorry, you have too many devices linked already. Try removing some.",
+ "description": ""
+ },
+ "installSyncingGroupsAndContacts": {
+ "message": "Syncing groups and contacts",
+ "description": ""
+ },
+ "installTagline": {
+ "message": "Privacy is possible. Signal makes it easy.",
+ "description": "Tagline displayed under installWelcome on the install page"
+ },
"disconnected": {
"message": "Desligar",
"description": ""
@@ -83,14 +115,46 @@
"message": "Lamentamos, o ficheiro seleccionado excede o tamanho máximo da mensagem.",
"description": ""
},
+ "installAndroidInstructions": {
+ "message": "Open Signal on your phone and navigate to Settings > Devices. Tap the button to add a new device, then scan the code above.",
+ "description": ""
+ },
+ "installWelcome": {
+ "message": "Welcome to Signal Desktop",
+ "description": "Welcome title on the install page"
+ },
"cancel": {
"message": "Cancelar",
"description": ""
},
+ "installIHaveSignalButton": {
+ "message": "I have Signal for Android",
+ "description": "Button for the user to confirm that they have Signal for Android"
+ },
"sessionEnded": {
"message": "Sessão segura terminou",
"description": ""
},
+ "installGetStartedButton": {
+ "message": "Get started",
+ "description": ""
+ },
+ "installSignalLink": {
+ "message": "First, install Signal on your Android phone.
We'll link your devices and keep your messages in sync.",
+ "description": "Prompt the user to install Signal on Android before linking"
+ },
+ "installLinkingWithNumber": {
+ "message": "Linking with",
+ "description": "Text displayed before the phone number that the user is in the process of linking with"
+ },
+ "theirIdentity": {
+ "message": "Their identity (they read):",
+ "description": "They is used here as a gender-neutral third-person singular"
+ },
+ "theirIdentityUnknown": {
+ "message": "You haven't exchanged any messages with this contact yet. Their identity will be available after the first message.",
+ "description": ""
+ },
"submit": {
"message": "Enviar",
"description": ""
@@ -99,6 +163,10 @@
"message": "Para",
"description": "Label for the receiver of a message"
},
+ "installFinalButton": {
+ "message": "Looking good",
+ "description": "The final button for the install process, after the user has entered a name for their device"
+ },
"messageDetail": {
"message": "Detalhes da mensagem",
"description": ""
diff --git a/_locales/ro/messages.json b/_locales/ro/messages.json
index 660384d10c..43316cfbe3 100644
--- a/_locales/ro/messages.json
+++ b/_locales/ro/messages.json
@@ -7,6 +7,10 @@
"message": "A fost primit un mesaj cu o cheie de identitate necunoscută. Click pentru a procesare şi a afişare.",
"description": ""
},
+ "installComputerName": {
+ "message": "Numele acestui calculator va fi",
+ "description": "Text displayed before the input where the user can enter the name for this device."
+ },
"gotIt": {
"message": "Am înţeles!",
"description": ""
@@ -15,6 +19,10 @@
"message": "Tipul fişierului nu este suportat",
"description": "Displayed for outgoing unsupported attachment"
},
+ "installGeneratingKeys": {
+ "message": "Se generează cheile",
+ "description": ""
+ },
"resetSession": {
"message": "Resetează sesiune",
"description": ""
@@ -35,6 +43,10 @@
"message": "Alege un contact sau un grup pentru a discuta.",
"description": ""
},
+ "installConnecting": {
+ "message": "Se conectează...",
+ "description": "Displayed when waiting for the QR Code"
+ },
"verifyContact": {
"message": "S-ar putea să dorești să verifici acest contact.",
"description": ""
@@ -59,6 +71,26 @@
"message": "Caută persoane sau grupuri",
"description": "Placeholder text in the search input"
},
+ "installFollowUs": {
+ "message": "Urmează-ne pentru actualizări despre suportul multi-dispozitiv iOS.",
+ "description": ""
+ },
+ "yourIdentity": {
+ "message": "Identitatea ta (tu citeşti):",
+ "description": ""
+ },
+ "installTooManyDevices": {
+ "message": "Ne pare rău, ai prea multe dispozitive conectate deja. Încearcă să elimini câteva.",
+ "description": ""
+ },
+ "installSyncingGroupsAndContacts": {
+ "message": "Sincronizare grupuri şi contacte",
+ "description": ""
+ },
+ "installTagline": {
+ "message": "Confidențialitatea este posibilă. Signal face asta ușor.",
+ "description": "Tagline displayed under installWelcome on the install page"
+ },
"disconnected": {
"message": "Deconectat",
"description": ""
@@ -83,14 +115,46 @@
"message": "Ne pare rău, fişierul selectat depăşeşte restricţia de mărime a mesajului.",
"description": ""
},
+ "installAndroidInstructions": {
+ "message": "Deschide Signal pe telefonul tău și navighează la Setări > Dispozitive. Apasă butonul pentru a adăuga un nou dispozitiv, apoi scanează codul de deasupra.",
+ "description": ""
+ },
+ "installWelcome": {
+ "message": "Bun venit la Signal Desktop",
+ "description": "Welcome title on the install page"
+ },
"cancel": {
"message": "Anulare",
"description": ""
},
+ "installIHaveSignalButton": {
+ "message": "Am Signal pentru Android",
+ "description": "Button for the user to confirm that they have Signal for Android"
+ },
"sessionEnded": {
"message": "Sesiunea securizată s-a încheiat",
"description": ""
},
+ "installGetStartedButton": {
+ "message": "Începe",
+ "description": ""
+ },
+ "installSignalLink": {
+ "message": "Mai întâi, instalează Signal pe telefonul tău Android.
O să conectăm dispozitivele tale și o să sincronizăm mesajele tale.",
+ "description": "Prompt the user to install Signal on Android before linking"
+ },
+ "installLinkingWithNumber": {
+ "message": "Se conectează cu",
+ "description": "Text displayed before the phone number that the user is in the process of linking with"
+ },
+ "theirIdentity": {
+ "message": "Identitatea lor (ei citesc):",
+ "description": "They is used here as a gender-neutral third-person singular"
+ },
+ "theirIdentityUnknown": {
+ "message": "Nu ai schimbat până acum nici un mesaj cu acest contact. Identitatea lor va fi disponibilă după primul mesaj.",
+ "description": ""
+ },
"submit": {
"message": "Trimite",
"description": ""
@@ -99,6 +163,10 @@
"message": "Către",
"description": "Label for the receiver of a message"
},
+ "installFinalButton": {
+ "message": "Totul e ok",
+ "description": "The final button for the install process, after the user has entered a name for their device"
+ },
"messageDetail": {
"message": "Detalii mesaj",
"description": ""
diff --git a/_locales/ru/messages.json b/_locales/ru/messages.json
index 3313b3304f..ecdf635aef 100644
--- a/_locales/ru/messages.json
+++ b/_locales/ru/messages.json
@@ -7,6 +7,10 @@
"message": "Получено сообщение с неизвестным ключом личности. Нажмите чтобы продолжить и отобразить.",
"description": ""
},
+ "installComputerName": {
+ "message": "This computer's name will be",
+ "description": "Text displayed before the input where the user can enter the name for this device."
+ },
"gotIt": {
"message": "Готово!",
"description": ""
@@ -15,6 +19,10 @@
"message": "Неподдерживаемый формат файла",
"description": "Displayed for outgoing unsupported attachment"
},
+ "installGeneratingKeys": {
+ "message": "Generating Keys",
+ "description": ""
+ },
"resetSession": {
"message": "Сбросить Сессию",
"description": ""
@@ -35,6 +43,10 @@
"message": "Выберите контакта или группу чтобы начать общение.",
"description": ""
},
+ "installConnecting": {
+ "message": "Connecting...",
+ "description": "Displayed when waiting for the QR Code"
+ },
"verifyContact": {
"message": "Вы возможно хотите подтвердить этого контакта.",
"description": ""
@@ -59,6 +71,26 @@
"message": "Искать людей или группы",
"description": "Placeholder text in the search input"
},
+ "installFollowUs": {
+ "message": "Follow us for updates about multi-device support for iOS.",
+ "description": ""
+ },
+ "yourIdentity": {
+ "message": "Your identity (you read):",
+ "description": ""
+ },
+ "installTooManyDevices": {
+ "message": "Sorry, you have too many devices linked already. Try removing some.",
+ "description": ""
+ },
+ "installSyncingGroupsAndContacts": {
+ "message": "Syncing groups and contacts",
+ "description": ""
+ },
+ "installTagline": {
+ "message": "Privacy is possible. Signal makes it easy.",
+ "description": "Tagline displayed under installWelcome on the install page"
+ },
"disconnected": {
"message": "Соединение разорвано",
"description": ""
@@ -83,14 +115,46 @@
"message": "Извините, этот файл превышает лимит размера сообщения.",
"description": ""
},
+ "installAndroidInstructions": {
+ "message": "Open Signal on your phone and navigate to Settings > Devices. Tap the button to add a new device, then scan the code above.",
+ "description": ""
+ },
+ "installWelcome": {
+ "message": "Welcome to Signal Desktop",
+ "description": "Welcome title on the install page"
+ },
"cancel": {
"message": "Отменить",
"description": ""
},
+ "installIHaveSignalButton": {
+ "message": "I have Signal for Android",
+ "description": "Button for the user to confirm that they have Signal for Android"
+ },
"sessionEnded": {
"message": "Безопасная сессия закончена",
"description": ""
},
+ "installGetStartedButton": {
+ "message": "Get started",
+ "description": ""
+ },
+ "installSignalLink": {
+ "message": "First, install Signal on your Android phone.
We'll link your devices and keep your messages in sync.",
+ "description": "Prompt the user to install Signal on Android before linking"
+ },
+ "installLinkingWithNumber": {
+ "message": "Linking with",
+ "description": "Text displayed before the phone number that the user is in the process of linking with"
+ },
+ "theirIdentity": {
+ "message": "Their identity (they read):",
+ "description": "They is used here as a gender-neutral third-person singular"
+ },
+ "theirIdentityUnknown": {
+ "message": "You haven't exchanged any messages with this contact yet. Their identity will be available after the first message.",
+ "description": ""
+ },
"submit": {
"message": "Отправить",
"description": ""
@@ -99,6 +163,10 @@
"message": "To",
"description": "Label for the receiver of a message"
},
+ "installFinalButton": {
+ "message": "Looking good",
+ "description": "The final button for the install process, after the user has entered a name for their device"
+ },
"messageDetail": {
"message": "Детали Сообщения",
"description": ""
diff --git a/_locales/sv/messages.json b/_locales/sv/messages.json
index 551cb51055..bc5bd4b59c 100644
--- a/_locales/sv/messages.json
+++ b/_locales/sv/messages.json
@@ -7,6 +7,10 @@
"message": "Meddelande mottaget med okänd identitetsnyckel. Klicka för att visa och verifiera.",
"description": ""
},
+ "installComputerName": {
+ "message": "This computer's name will be",
+ "description": "Text displayed before the input where the user can enter the name for this device."
+ },
"gotIt": {
"message": "Uppfattat!",
"description": ""
@@ -15,6 +19,10 @@
"message": "Filtypen stöds ej",
"description": "Displayed for outgoing unsupported attachment"
},
+ "installGeneratingKeys": {
+ "message": "Generating Keys",
+ "description": ""
+ },
"resetSession": {
"message": "Återställ session",
"description": ""
@@ -35,6 +43,10 @@
"message": "Välj en kontakt eller grupp för att börja prata.",
"description": ""
},
+ "installConnecting": {
+ "message": "Connecting...",
+ "description": "Displayed when waiting for the QR Code"
+ },
"verifyContact": {
"message": "Du kan verifiera den här kontakten om du vill.",
"description": ""
@@ -59,6 +71,26 @@
"message": "Sök efter folk eller grupper",
"description": "Placeholder text in the search input"
},
+ "installFollowUs": {
+ "message": "Follow us for updates about multi-device support for iOS.",
+ "description": ""
+ },
+ "yourIdentity": {
+ "message": "Your identity (you read):",
+ "description": ""
+ },
+ "installTooManyDevices": {
+ "message": "Sorry, you have too many devices linked already. Try removing some.",
+ "description": ""
+ },
+ "installSyncingGroupsAndContacts": {
+ "message": "Syncing groups and contacts",
+ "description": ""
+ },
+ "installTagline": {
+ "message": "Privacy is possible. Signal makes it easy.",
+ "description": "Tagline displayed under installWelcome on the install page"
+ },
"disconnected": {
"message": "Frånkopplad",
"description": ""
@@ -83,14 +115,46 @@
"message": "Tyvärr, filen du har valt överstiger maximalt tillåten filstorlek.",
"description": ""
},
+ "installAndroidInstructions": {
+ "message": "Open Signal on your phone and navigate to Settings > Devices. Tap the button to add a new device, then scan the code above.",
+ "description": ""
+ },
+ "installWelcome": {
+ "message": "Welcome to Signal Desktop",
+ "description": "Welcome title on the install page"
+ },
"cancel": {
"message": "Avbryt",
"description": ""
},
+ "installIHaveSignalButton": {
+ "message": "I have Signal for Android",
+ "description": "Button for the user to confirm that they have Signal for Android"
+ },
"sessionEnded": {
"message": "Säker session avslutad",
"description": ""
},
+ "installGetStartedButton": {
+ "message": "Get started",
+ "description": ""
+ },
+ "installSignalLink": {
+ "message": "First, install Signal on your Android phone.
We'll link your devices and keep your messages in sync.",
+ "description": "Prompt the user to install Signal on Android before linking"
+ },
+ "installLinkingWithNumber": {
+ "message": "Linking with",
+ "description": "Text displayed before the phone number that the user is in the process of linking with"
+ },
+ "theirIdentity": {
+ "message": "Their identity (they read):",
+ "description": "They is used here as a gender-neutral third-person singular"
+ },
+ "theirIdentityUnknown": {
+ "message": "You haven't exchanged any messages with this contact yet. Their identity will be available after the first message.",
+ "description": ""
+ },
"submit": {
"message": "Skicka",
"description": ""
@@ -99,6 +163,10 @@
"message": "To",
"description": "Label for the receiver of a message"
},
+ "installFinalButton": {
+ "message": "Looking good",
+ "description": "The final button for the install process, after the user has entered a name for their device"
+ },
"messageDetail": {
"message": "Meddelandedetaljer",
"description": ""
diff --git a/_locales/tr/messages.json b/_locales/tr/messages.json
index 06bf68a8dd..a4b57ce0a2 100644
--- a/_locales/tr/messages.json
+++ b/_locales/tr/messages.json
@@ -7,6 +7,10 @@
"message": "Bilinmiyen kimlik anahtarı ile mesaj alındı. İşlem yapmak ve görüntülemek için tıkla.",
"description": ""
},
+ "installComputerName": {
+ "message": "This computer's name will be",
+ "description": "Text displayed before the input where the user can enter the name for this device."
+ },
"gotIt": {
"message": "Anladım!",
"description": ""
@@ -15,6 +19,10 @@
"message": "Desteklenmeyen dosya türü",
"description": "Displayed for outgoing unsupported attachment"
},
+ "installGeneratingKeys": {
+ "message": "Generating Keys",
+ "description": ""
+ },
"resetSession": {
"message": "Oturumu Yeniden Başlat",
"description": ""
@@ -35,6 +43,10 @@
"message": "Sohbete başlamak için bir kişi veya topluluk seç.",
"description": ""
},
+ "installConnecting": {
+ "message": "Connecting...",
+ "description": "Displayed when waiting for the QR Code"
+ },
"verifyContact": {
"message": "Bu kişiyi doğrulamak isteyebilirsiniz.",
"description": ""
@@ -59,6 +71,26 @@
"message": "Kişi veya topluluk ara",
"description": "Placeholder text in the search input"
},
+ "installFollowUs": {
+ "message": "Follow us for updates about multi-device support for iOS.",
+ "description": ""
+ },
+ "yourIdentity": {
+ "message": "Your identity (you read):",
+ "description": ""
+ },
+ "installTooManyDevices": {
+ "message": "Sorry, you have too many devices linked already. Try removing some.",
+ "description": ""
+ },
+ "installSyncingGroupsAndContacts": {
+ "message": "Syncing groups and contacts",
+ "description": ""
+ },
+ "installTagline": {
+ "message": "Privacy is possible. Signal makes it easy.",
+ "description": "Tagline displayed under installWelcome on the install page"
+ },
"disconnected": {
"message": "Bağlantı yok",
"description": ""
@@ -83,14 +115,46 @@
"message": "Üzgünüz. Seçilen dosya, mesaj büyüklüğü kısıtlamalarını aşıyor.",
"description": ""
},
+ "installAndroidInstructions": {
+ "message": "Open Signal on your phone and navigate to Settings > Devices. Tap the button to add a new device, then scan the code above.",
+ "description": ""
+ },
+ "installWelcome": {
+ "message": "Welcome to Signal Desktop",
+ "description": "Welcome title on the install page"
+ },
"cancel": {
"message": "İptal",
"description": ""
},
+ "installIHaveSignalButton": {
+ "message": "I have Signal for Android",
+ "description": "Button for the user to confirm that they have Signal for Android"
+ },
"sessionEnded": {
"message": "Güvenli oturum sona erdi",
"description": ""
},
+ "installGetStartedButton": {
+ "message": "Get started",
+ "description": ""
+ },
+ "installSignalLink": {
+ "message": "First, install Signal on your Android phone.
We'll link your devices and keep your messages in sync.",
+ "description": "Prompt the user to install Signal on Android before linking"
+ },
+ "installLinkingWithNumber": {
+ "message": "Linking with",
+ "description": "Text displayed before the phone number that the user is in the process of linking with"
+ },
+ "theirIdentity": {
+ "message": "Their identity (they read):",
+ "description": "They is used here as a gender-neutral third-person singular"
+ },
+ "theirIdentityUnknown": {
+ "message": "You haven't exchanged any messages with this contact yet. Their identity will be available after the first message.",
+ "description": ""
+ },
"submit": {
"message": "Gönder",
"description": ""
@@ -99,6 +163,10 @@
"message": "To",
"description": "Label for the receiver of a message"
},
+ "installFinalButton": {
+ "message": "Looking good",
+ "description": "The final button for the install process, after the user has entered a name for their device"
+ },
"messageDetail": {
"message": "Mesaj Detayı",
"description": ""