// FREEBIE
This commit is contained in:
lilia 2016-01-20 12:23:12 -08:00
parent da8472b638
commit 40402b8e88
14 changed files with 969 additions and 17 deletions

View file

@ -7,6 +7,10 @@
"message": "Přijmi zprávu s neznámým identifikačním klíčem Klikni pro zpracování a zobrazení.", "message": "Přijmi zprávu s neznámým identifikačním klíčem Klikni pro zpracování a zobrazení.",
"description": "" "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": { "gotIt": {
"message": "Obdrženo", "message": "Obdrženo",
"description": "" "description": ""
@ -15,6 +19,10 @@
"message": "Nepodporovaný typ souboru", "message": "Nepodporovaný typ souboru",
"description": "Displayed for outgoing unsupported attachment" "description": "Displayed for outgoing unsupported attachment"
}, },
"installGeneratingKeys": {
"message": "Generating Keys",
"description": ""
},
"resetSession": { "resetSession": {
"message": "Reset připojení", "message": "Reset připojení",
"description": "" "description": ""
@ -35,6 +43,10 @@
"message": "Vyber kontakt nebo skupinu pro spuštění konverzace", "message": "Vyber kontakt nebo skupinu pro spuštění konverzace",
"description": "" "description": ""
}, },
"installConnecting": {
"message": "Connecting...",
"description": "Displayed when waiting for the QR Code"
},
"verifyContact": { "verifyContact": {
"message": "Přejete si <span class='verify'>ověřit</span> tento kontakt.", "message": "Přejete si <span class='verify'>ověřit</span> tento kontakt.",
"description": "" "description": ""
@ -59,6 +71,26 @@
"message": "Hledat lidi nebo skupiny", "message": "Hledat lidi nebo skupiny",
"description": "Placeholder text in the search input" "description": "Placeholder text in the search input"
}, },
"installFollowUs": {
"message": "<a $a_params$>Follow us</a> 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": { "disconnected": {
"message": "Odpojen", "message": "Odpojen",
"description": "" "description": ""
@ -83,14 +115,46 @@
"message": "Omlouváme se, vybraný soubor převýšil limit velikosti zprávy.", "message": "Omlouváme se, vybraný soubor převýšil limit velikosti zprávy.",
"description": "" "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": { "cancel": {
"message": "Zrušit", "message": "Zrušit",
"description": "" "description": ""
}, },
"installIHaveSignalButton": {
"message": "I have Signal for Android",
"description": "Button for the user to confirm that they have Signal for Android"
},
"sessionEnded": { "sessionEnded": {
"message": "Zabezpečené připojení ukončeno", "message": "Zabezpečené připojení ukončeno",
"description": "" "description": ""
}, },
"installGetStartedButton": {
"message": "Get started",
"description": ""
},
"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.",
"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": { "submit": {
"message": "Zadat", "message": "Zadat",
"description": "" "description": ""
@ -99,6 +163,10 @@
"message": "To", "message": "To",
"description": "Label for the receiver of a message" "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": { "messageDetail": {
"message": "Detail zprávy", "message": "Detail zprávy",
"description": "" "description": ""

View file

@ -7,6 +7,10 @@
"message": "Nachricht mit unbekanntem Identitätsschlüssel erhalten. Hier anklicken, um fortzufahren und die Nachricht anzuzeigen.", "message": "Nachricht mit unbekanntem Identitätsschlüssel erhalten. Hier anklicken, um fortzufahren und die Nachricht anzuzeigen.",
"description": "" "description": ""
}, },
"installComputerName": {
"message": "Dieser Computer heißt",
"description": "Text displayed before the input where the user can enter the name for this device."
},
"gotIt": { "gotIt": {
"message": "Alles klar!", "message": "Alles klar!",
"description": "" "description": ""
@ -15,8 +19,12 @@
"message": "Nicht unterstützter Dateityp", "message": "Nicht unterstützter Dateityp",
"description": "Displayed for outgoing unsupported attachment" "description": "Displayed for outgoing unsupported attachment"
}, },
"installGeneratingKeys": {
"message": "Schlüssel werden erstellt",
"description": ""
},
"resetSession": { "resetSession": {
"message": "Sitzung neu starten", "message": "Verschlüsselung neu starten",
"description": "" "description": ""
}, },
"welcomeToSignal": { "welcomeToSignal": {
@ -35,6 +43,10 @@
"message": "Wählen Sie einen Kontakt oder eine Gruppe aus, um eine Unterhaltung zu beginnen.", "message": "Wählen Sie einen Kontakt oder eine Gruppe aus, um eine Unterhaltung zu beginnen.",
"description": "" "description": ""
}, },
"installConnecting": {
"message": "Verbinde...",
"description": "Displayed when waiting for the QR Code"
},
"verifyContact": { "verifyContact": {
"message": "Sie sollten diesen Kontakt ggf. <span class='verify'>überprüfen</span>.", "message": "Sie sollten diesen Kontakt ggf. <span class='verify'>überprüfen</span>.",
"description": "" "description": ""
@ -59,6 +71,26 @@
"message": "Nach Personen oder Gruppen suchen", "message": "Nach Personen oder Gruppen suchen",
"description": "Placeholder text in the search input" "description": "Placeholder text in the search input"
}, },
"installFollowUs": {
"message": "<a $a_params$>Folgen Sie uns</a> 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": { "disconnected": {
"message": "Nicht verbunden", "message": "Nicht verbunden",
"description": "" "description": ""
@ -83,12 +115,44 @@
"message": "Entschuldigen Sie, die ausgewählte Datei überschreitet die maximal erlaubte Größe.", "message": "Entschuldigen Sie, die ausgewählte Datei überschreitet die maximal erlaubte Größe.",
"description": "" "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": { "cancel": {
"message": "Abbrechen", "message": "Abbrechen",
"description": "" "description": ""
}, },
"installIHaveSignalButton": {
"message": "Ich habe Signal für Android",
"description": "Button for the user to confirm that they have Signal for Android"
},
"sessionEnded": { "sessionEnded": {
"message": "Sichere Sitzung beendet", "message": "Verschlüsselung neu gestartet",
"description": ""
},
"installGetStartedButton": {
"message": "Legen Sie los",
"description": ""
},
"installSignalLink": {
"message": "Installieren Sie zuerst <a $a_params$>Signal</a> auf Ihrem Android Gerät.<br /> 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": "" "description": ""
}, },
"submit": { "submit": {
@ -99,6 +163,10 @@
"message": "An", "message": "An",
"description": "Label for the receiver of a message" "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": { "messageDetail": {
"message": "Nachrichtendetails", "message": "Nachrichtendetails",
"description": "" "description": ""

View file

@ -7,6 +7,10 @@
"message": "Mensaje recibido con una clave identificadora desconocida. Haga clic para procesar y mostrarlo.", "message": "Mensaje recibido con una clave identificadora desconocida. Haga clic para procesar y mostrarlo.",
"description": "" "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": { "gotIt": {
"message": "¡Entendido!", "message": "¡Entendido!",
"description": "" "description": ""
@ -15,6 +19,10 @@
"message": "Tipo de archivo no admitido", "message": "Tipo de archivo no admitido",
"description": "Displayed for outgoing unsupported attachment" "description": "Displayed for outgoing unsupported attachment"
}, },
"installGeneratingKeys": {
"message": "Generando claves",
"description": ""
},
"resetSession": { "resetSession": {
"message": "Reiniciar la Sesión", "message": "Reiniciar la Sesión",
"description": "" "description": ""
@ -35,6 +43,10 @@
"message": "Seleccione un contacto o grupo para empezar a chatear.", "message": "Seleccione un contacto o grupo para empezar a chatear.",
"description": "" "description": ""
}, },
"installConnecting": {
"message": "Conectando...",
"description": "Displayed when waiting for the QR Code"
},
"verifyContact": { "verifyContact": {
"message": "Puede que dese <span class='verify'>verificar</span> este contacto.", "message": "Puede que dese <span class='verify'>verificar</span> este contacto.",
"description": "" "description": ""
@ -48,7 +60,7 @@
"description": "" "description": ""
}, },
"from": { "from": {
"message": "From", "message": "Desde",
"description": "Label for the sender of a message" "description": "Label for the sender of a message"
}, },
"debugLogExplanation": { "debugLogExplanation": {
@ -59,6 +71,26 @@
"message": "Buscar contactos o grupos", "message": "Buscar contactos o grupos",
"description": "Placeholder text in the search input" "description": "Placeholder text in the search input"
}, },
"installFollowUs": {
"message": "<a $a_params$> Síguenos </a> 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": { "disconnected": {
"message": "Desconectado", "message": "Desconectado",
"description": "" "description": ""
@ -83,22 +115,58 @@
"message": "Lo sentimos, el archivo seleccionado excede las restricciones de tamaño.", "message": "Lo sentimos, el archivo seleccionado excede las restricciones de tamaño.",
"description": "" "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": { "cancel": {
"message": "Cancelar", "message": "Cancelar",
"description": "" "description": ""
}, },
"installIHaveSignalButton": {
"message": "Tengo Signal para Android",
"description": "Button for the user to confirm that they have Signal for Android"
},
"sessionEnded": { "sessionEnded": {
"message": "Sesión segura terminado", "message": "Sesión segura terminado",
"description": "" "description": ""
}, },
"installGetStartedButton": {
"message": "Comience",
"description": ""
},
"installSignalLink": {
"message": "En primer lugar, instale <a $a_params$> Signal </a> en su teléfono Android. <br /> 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": { "submit": {
"message": "Enviar", "message": "Enviar",
"description": "" "description": ""
}, },
"to": { "to": {
"message": "To", "message": "Para",
"description": "Label for the receiver of a message" "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": { "messageDetail": {
"message": "Detalles del Mensaje", "message": "Detalles del Mensaje",
"description": "" "description": ""

View file

@ -7,6 +7,10 @@
"message": "Vastaanotettiin viesti tuntemattomalla identiteettiavaimella. Aloita käsittely napsauttamalla.", "message": "Vastaanotettiin viesti tuntemattomalla identiteettiavaimella. Aloita käsittely napsauttamalla.",
"description": "" "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": { "gotIt": {
"message": "Selvä!", "message": "Selvä!",
"description": "" "description": ""
@ -15,6 +19,10 @@
"message": "Tiedostotyyppiä ei tueta", "message": "Tiedostotyyppiä ei tueta",
"description": "Displayed for outgoing unsupported attachment" "description": "Displayed for outgoing unsupported attachment"
}, },
"installGeneratingKeys": {
"message": "Luodaan avaimia",
"description": ""
},
"resetSession": { "resetSession": {
"message": "Alusta istunto", "message": "Alusta istunto",
"description": "" "description": ""
@ -35,6 +43,10 @@
"message": "Aloita keskustelu valitsemalla jokin yhteystieto tai ryhmä", "message": "Aloita keskustelu valitsemalla jokin yhteystieto tai ryhmä",
"description": "" "description": ""
}, },
"installConnecting": {
"message": "Yhdistetään...",
"description": "Displayed when waiting for the QR Code"
},
"verifyContact": { "verifyContact": {
"message": "Saatat haluta <span class='verify'>varmentaa</span> tämän yhteystiedon.", "message": "Saatat haluta <span class='verify'>varmentaa</span> tämän yhteystiedon.",
"description": "" "description": ""
@ -48,7 +60,7 @@
"description": "" "description": ""
}, },
"from": { "from": {
"message": "From", "message": "Lähettäjä",
"description": "Label for the sender of a message" "description": "Label for the sender of a message"
}, },
"debugLogExplanation": { "debugLogExplanation": {
@ -59,6 +71,26 @@
"message": "Etsi yhteystietoja tai ryhmiä", "message": "Etsi yhteystietoja tai ryhmiä",
"description": "Placeholder text in the search input" "description": "Placeholder text in the search input"
}, },
"installFollowUs": {
"message": "Jos haluat saada uutisia ja tietoa usean laitteen tuesta iOS:lle voit <a $a_params$>seurata meitä</a>.",
"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": { "disconnected": {
"message": "Ei yhteyttä", "message": "Ei yhteyttä",
"description": "" "description": ""
@ -83,12 +115,44 @@
"message": "Valitettavasti kyseinen tiedosto ylittää viesteille asetetun kokorajoituksen.", "message": "Valitettavasti kyseinen tiedosto ylittää viesteille asetetun kokorajoituksen.",
"description": "" "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": { "cancel": {
"message": "Peruuta", "message": "Peruuta",
"description": "" "description": ""
}, },
"installIHaveSignalButton": {
"message": "Minulla on Signal Androidille",
"description": "Button for the user to confirm that they have Signal for Android"
},
"sessionEnded": { "sessionEnded": {
"message": "Suojattu istunto lopetettu", "message": "Suojattu istunto alustettu.",
"description": ""
},
"installGetStartedButton": {
"message": "Aloita",
"description": ""
},
"installSignalLink": {
"message": "Asenna <a $a_params$>Signal</a> ensin Android puhelimeesi.<br /> 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": "" "description": ""
}, },
"submit": { "submit": {
@ -96,9 +160,13 @@
"description": "" "description": ""
}, },
"to": { "to": {
"message": "To", "message": "Vastaanottajat",
"description": "Label for the receiver of a message" "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": { "messageDetail": {
"message": "Viestin tiedot", "message": "Viestin tiedot",
"description": "" "description": ""

View file

@ -7,6 +7,10 @@
"message": "Un message avec une clé de chiffrement inconnue a été reçu. Cliquer pour l'accepter et l'afficher.", "message": "Un message avec une clé de chiffrement inconnue a été reçu. Cliquer pour l'accepter et l'afficher.",
"description": "" "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": { "gotIt": {
"message": "Bien reçu!", "message": "Bien reçu!",
"description": "" "description": ""
@ -15,6 +19,10 @@
"message": "Type de fichier non supporté", "message": "Type de fichier non supporté",
"description": "Displayed for outgoing unsupported attachment" "description": "Displayed for outgoing unsupported attachment"
}, },
"installGeneratingKeys": {
"message": "Generating Keys",
"description": ""
},
"resetSession": { "resetSession": {
"message": "Réinitialiser la session", "message": "Réinitialiser la session",
"description": "" "description": ""
@ -35,6 +43,10 @@
"message": "Selectionner un contact ou groupe pour commencer à chatter.", "message": "Selectionner un contact ou groupe pour commencer à chatter.",
"description": "" "description": ""
}, },
"installConnecting": {
"message": "Connecting...",
"description": "Displayed when waiting for the QR Code"
},
"verifyContact": { "verifyContact": {
"message": "Vous pouvez <span class='verify'>vérifier</span> ce contact", "message": "Vous pouvez <span class='verify'>vérifier</span> ce contact",
"description": "" "description": ""
@ -59,6 +71,26 @@
"message": "Rechercher des personnes ou groupes", "message": "Rechercher des personnes ou groupes",
"description": "Placeholder text in the search input" "description": "Placeholder text in the search input"
}, },
"installFollowUs": {
"message": "<a $a_params$>Follow us</a> 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": { "disconnected": {
"message": "Déconnecté", "message": "Déconnecté",
"description": "" "description": ""
@ -83,14 +115,46 @@
"message": "Désolé, le fichier sélectionné dépasse la taille maximale.", "message": "Désolé, le fichier sélectionné dépasse la taille maximale.",
"description": "" "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": { "cancel": {
"message": "Annuler", "message": "Annuler",
"description": "" "description": ""
}, },
"installIHaveSignalButton": {
"message": "I have Signal for Android",
"description": "Button for the user to confirm that they have Signal for Android"
},
"sessionEnded": { "sessionEnded": {
"message": "Session sécurisée terminée", "message": "Session sécurisée terminée",
"description": "" "description": ""
}, },
"installGetStartedButton": {
"message": "Get started",
"description": ""
},
"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.",
"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": { "submit": {
"message": "Envoyer", "message": "Envoyer",
"description": "" "description": ""
@ -99,6 +163,10 @@
"message": "To", "message": "To",
"description": "Label for the receiver of a message" "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": { "messageDetail": {
"message": "Détails du message", "message": "Détails du message",
"description": "" "description": ""

View file

@ -7,6 +7,10 @@
"message": "התקבלה הודעה עם מפתח זהות לא ידוע. לחץ כדי לעבד ולהציג.", "message": "התקבלה הודעה עם מפתח זהות לא ידוע. לחץ כדי לעבד ולהציג.",
"description": "" "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": { "gotIt": {
"message": "הבנתי!", "message": "הבנתי!",
"description": "" "description": ""
@ -15,6 +19,10 @@
"message": "סוג הקובץ אינו נתמך", "message": "סוג הקובץ אינו נתמך",
"description": "Displayed for outgoing unsupported attachment" "description": "Displayed for outgoing unsupported attachment"
}, },
"installGeneratingKeys": {
"message": "Generating Keys",
"description": ""
},
"resetSession": { "resetSession": {
"message": "אפס התקשרות", "message": "אפס התקשרות",
"description": "" "description": ""
@ -35,6 +43,10 @@
"message": "בחר איש קשר או קבוצה כדי להתחיל שיחה.", "message": "בחר איש קשר או קבוצה כדי להתחיל שיחה.",
"description": "" "description": ""
}, },
"installConnecting": {
"message": "Connecting...",
"description": "Displayed when waiting for the QR Code"
},
"verifyContact": { "verifyContact": {
"message": "יתכן ותרצה לוודא את איש הקשר הזה.", "message": "יתכן ותרצה לוודא את איש הקשר הזה.",
"description": "" "description": ""
@ -59,6 +71,26 @@
"message": "חפש אנשים או קבוצות", "message": "חפש אנשים או קבוצות",
"description": "Placeholder text in the search input" "description": "Placeholder text in the search input"
}, },
"installFollowUs": {
"message": "<a $a_params$>Follow us</a> 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": { "disconnected": {
"message": "מנותק", "message": "מנותק",
"description": "" "description": ""
@ -83,14 +115,46 @@
"message": "הקובץ עובר את מגבלת הגודל המקסימלי.", "message": "הקובץ עובר את מגבלת הגודל המקסימלי.",
"description": "" "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": { "cancel": {
"message": "ביטול", "message": "ביטול",
"description": "" "description": ""
}, },
"installIHaveSignalButton": {
"message": "I have Signal for Android",
"description": "Button for the user to confirm that they have Signal for Android"
},
"sessionEnded": { "sessionEnded": {
"message": "ההתקשרות המאובטחת הסתיימה", "message": "ההתקשרות המאובטחת הסתיימה",
"description": "" "description": ""
}, },
"installGetStartedButton": {
"message": "Get started",
"description": ""
},
"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.",
"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": { "submit": {
"message": "שלח", "message": "שלח",
"description": "" "description": ""
@ -99,6 +163,10 @@
"message": "To", "message": "To",
"description": "Label for the receiver of a message" "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": { "messageDetail": {
"message": "פרטי הודעה", "message": "פרטי הודעה",
"description": "" "description": ""

View file

@ -4,17 +4,25 @@
"description": "Displayed for incoming unsupported attachment" "description": "Displayed for incoming unsupported attachment"
}, },
"incomingKeyConflict": { "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": "" "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": { "gotIt": {
"message": "Fatto!", "message": "Capito!",
"description": "" "description": ""
}, },
"unsupportedFileType": { "unsupportedFileType": {
"message": "Tipo di File non supportato", "message": "Tipo di file non supportato",
"description": "Displayed for outgoing unsupported attachment" "description": "Displayed for outgoing unsupported attachment"
}, },
"installGeneratingKeys": {
"message": "Generazione chiavi in corso",
"description": ""
},
"resetSession": { "resetSession": {
"message": "Resetta Sessione", "message": "Resetta Sessione",
"description": "" "description": ""
@ -32,11 +40,15 @@
"description": "" "description": ""
}, },
"selectAContact": { "selectAContact": {
"message": "Seleziona un contatto o un gruppo per iniziare una chat", "message": "Seleziona un contatto o un gruppo per iniziare una chat.",
"description": "" "description": ""
}, },
"installConnecting": {
"message": "Connessione in corso...",
"description": "Displayed when waiting for the QR Code"
},
"verifyContact": { "verifyContact": {
"message": "Forse sarebbe il caso di <span class='verify'>verificare</span> questo contatto", "message": "Forse desideri <span class='verify'>verificare</span> questo contatto.",
"description": "" "description": ""
}, },
"sent": { "sent": {
@ -48,7 +60,7 @@
"description": "" "description": ""
}, },
"from": { "from": {
"message": "From", "message": "Da",
"description": "Label for the sender of a message" "description": "Label for the sender of a message"
}, },
"debugLogExplanation": { "debugLogExplanation": {
@ -59,6 +71,26 @@
"message": "Cerca persone o gruppi", "message": "Cerca persone o gruppi",
"description": "Placeholder text in the search input" "description": "Placeholder text in the search input"
}, },
"installFollowUs": {
"message": "<a $a_params$>Seguici</a> 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": { "disconnected": {
"message": "Sconnesso", "message": "Sconnesso",
"description": "" "description": ""
@ -76,29 +108,65 @@
"description": "Placeholder text in the message entry field" "description": "Placeholder text in the message entry field"
}, },
"outgoingKeyConflict": { "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": "" "description": ""
}, },
"fileSizeWarning": { "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": "" "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": { "cancel": {
"message": "Cancella", "message": "Cancella",
"description": "" "description": ""
}, },
"installIHaveSignalButton": {
"message": "Ho Signal per Android",
"description": "Button for the user to confirm that they have Signal for Android"
},
"sessionEnded": { "sessionEnded": {
"message": "Sessione sicura terminata", "message": "Sessione sicura terminata",
"description": "" "description": ""
}, },
"installGetStartedButton": {
"message": "Cominciamo",
"description": ""
},
"installSignalLink": {
"message": "Prima di tutto installa <a $a_params$>Signal</a> sul tuo smartphone Android.<br /> 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": { "submit": {
"message": "Invia", "message": "Invia",
"description": "" "description": ""
}, },
"to": { "to": {
"message": "To", "message": "A",
"description": "Label for the receiver of a message" "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": { "messageDetail": {
"message": "Dettagli Messaggio", "message": "Dettagli Messaggio",
"description": "" "description": ""
@ -116,7 +184,7 @@
"description": "" "description": ""
}, },
"submitDebugLog": { "submitDebugLog": {
"message": "invia il file log di debug", "message": "Invia il file log di debug",
"description": "" "description": ""
}, },
"error": { "error": {

View file

@ -7,6 +7,10 @@
"message": "Примена е порака со непознат клуч за идентитет. Кликнете за процесирање и приказ.", "message": "Примена е порака со непознат клуч за идентитет. Кликнете за процесирање и приказ.",
"description": "" "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": { "gotIt": {
"message": "Ок!", "message": "Ок!",
"description": "" "description": ""
@ -15,6 +19,10 @@
"message": "Неподдржан тип на датотека", "message": "Неподдржан тип на датотека",
"description": "Displayed for outgoing unsupported attachment" "description": "Displayed for outgoing unsupported attachment"
}, },
"installGeneratingKeys": {
"message": "Generating Keys",
"description": ""
},
"resetSession": { "resetSession": {
"message": "Ресетирај сесија", "message": "Ресетирај сесија",
"description": "" "description": ""
@ -35,6 +43,10 @@
"message": "Избери контакт или група за разговор", "message": "Избери контакт или група за разговор",
"description": "" "description": ""
}, },
"installConnecting": {
"message": "Connecting...",
"description": "Displayed when waiting for the QR Code"
},
"verifyContact": { "verifyContact": {
"message": "Може да сакате<span class='verify'>да го проверите</span> овој контакт.", "message": "Може да сакате<span class='verify'>да го проверите</span> овој контакт.",
"description": "" "description": ""
@ -59,6 +71,26 @@
"message": "Барај луѓе и групи", "message": "Барај луѓе и групи",
"description": "Placeholder text in the search input" "description": "Placeholder text in the search input"
}, },
"installFollowUs": {
"message": "<a $a_params$>Follow us</a> 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": { "disconnected": {
"message": "Неповрзан", "message": "Неповрзан",
"description": "" "description": ""
@ -83,14 +115,46 @@
"message": "Извинете, избраната датотека ги надминува рестрикциите за големина.", "message": "Извинете, избраната датотека ги надминува рестрикциите за големина.",
"description": "" "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": { "cancel": {
"message": "Откажи", "message": "Откажи",
"description": "" "description": ""
}, },
"installIHaveSignalButton": {
"message": "I have Signal for Android",
"description": "Button for the user to confirm that they have Signal for Android"
},
"sessionEnded": { "sessionEnded": {
"message": "Безбедната сесија заврши", "message": "Безбедната сесија заврши",
"description": "" "description": ""
}, },
"installGetStartedButton": {
"message": "Get started",
"description": ""
},
"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.",
"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": { "submit": {
"message": "Испрати", "message": "Испрати",
"description": "" "description": ""
@ -99,6 +163,10 @@
"message": "To", "message": "To",
"description": "Label for the receiver of a message" "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": { "messageDetail": {
"message": "Детали за пораката", "message": "Детали за пораката",
"description": "" "description": ""

View file

@ -7,6 +7,10 @@
"message": "Bericht ontvangen met een onbekende identiteitssleutel. Klik om deze te tonen en verwerken.", "message": "Bericht ontvangen met een onbekende identiteitssleutel. Klik om deze te tonen en verwerken.",
"description": "" "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": { "gotIt": {
"message": "Begrepen!", "message": "Begrepen!",
"description": "" "description": ""
@ -15,6 +19,10 @@
"message": "Niet ondersteund bestandstype", "message": "Niet ondersteund bestandstype",
"description": "Displayed for outgoing unsupported attachment" "description": "Displayed for outgoing unsupported attachment"
}, },
"installGeneratingKeys": {
"message": "Sleutels aan het genereren",
"description": ""
},
"resetSession": { "resetSession": {
"message": "Sessie resetten", "message": "Sessie resetten",
"description": "" "description": ""
@ -35,6 +43,10 @@
"message": "Selecteer een contact of groep om te starten met chatten.", "message": "Selecteer een contact of groep om te starten met chatten.",
"description": "" "description": ""
}, },
"installConnecting": {
"message": "Aan het verbinden...",
"description": "Displayed when waiting for the QR Code"
},
"verifyContact": { "verifyContact": {
"message": "Je wilt wellicht dit contact <span class='verify'>verifiëren</span>.", "message": "Je wilt wellicht dit contact <span class='verify'>verifiëren</span>.",
"description": "" "description": ""
@ -59,6 +71,26 @@
"message": "Zoeken naar personen of groepen", "message": "Zoeken naar personen of groepen",
"description": "Placeholder text in the search input" "description": "Placeholder text in the search input"
}, },
"installFollowUs": {
"message": "<a $a_params$>Volg ons</a> 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": { "disconnected": {
"message": "Niet meer verbonden", "message": "Niet meer verbonden",
"description": "" "description": ""
@ -83,14 +115,46 @@
"message": "Excuses, het geselecteerde bestand overschrijdt de maximale grootte.", "message": "Excuses, het geselecteerde bestand overschrijdt de maximale grootte.",
"description": "" "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": { "cancel": {
"message": "Annuleren", "message": "Annuleren",
"description": "" "description": ""
}, },
"installIHaveSignalButton": {
"message": "Ik heb Signal voor Android",
"description": "Button for the user to confirm that they have Signal for Android"
},
"sessionEnded": { "sessionEnded": {
"message": "Beveiligde sessie beëindigd", "message": "Beveiligde sessie beëindigd",
"description": "" "description": ""
}, },
"installGetStartedButton": {
"message": "Aan de slag",
"description": ""
},
"installSignalLink": {
"message": "Installeer eerst <a $a_params$>Signal</a> op je Android telefoon.<br /> 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": { "submit": {
"message": "Verzenden", "message": "Verzenden",
"description": "" "description": ""
@ -99,6 +163,10 @@
"message": "Naar", "message": "Naar",
"description": "Label for the receiver of a message" "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": { "messageDetail": {
"message": "Bericht details", "message": "Bericht details",
"description": "" "description": ""

View file

@ -7,6 +7,10 @@
"message": "Recebida mensagem com uma chave desconhecida. Clica aqui para processar e mostrar.", "message": "Recebida mensagem com uma chave desconhecida. Clica aqui para processar e mostrar.",
"description": "" "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": { "gotIt": {
"message": "Ok, entendi!", "message": "Ok, entendi!",
"description": "" "description": ""
@ -15,6 +19,10 @@
"message": "Tipo de ficheiro não suportado", "message": "Tipo de ficheiro não suportado",
"description": "Displayed for outgoing unsupported attachment" "description": "Displayed for outgoing unsupported attachment"
}, },
"installGeneratingKeys": {
"message": "Generating Keys",
"description": ""
},
"resetSession": { "resetSession": {
"message": "Reiniciar sessão", "message": "Reiniciar sessão",
"description": "" "description": ""
@ -35,6 +43,10 @@
"message": "Seleccione um contacto ou grupo para começar a falar", "message": "Seleccione um contacto ou grupo para começar a falar",
"description": "" "description": ""
}, },
"installConnecting": {
"message": "Connecting...",
"description": "Displayed when waiting for the QR Code"
},
"verifyContact": { "verifyContact": {
"message": "Pode querer <span class='verify'>verificar</span> este contacto.", "message": "Pode querer <span class='verify'>verificar</span> este contacto.",
"description": "" "description": ""
@ -59,6 +71,26 @@
"message": "Procurar por pessoas ou grupos", "message": "Procurar por pessoas ou grupos",
"description": "Placeholder text in the search input" "description": "Placeholder text in the search input"
}, },
"installFollowUs": {
"message": "<a $a_params$>Follow us</a> 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": { "disconnected": {
"message": "Desligar", "message": "Desligar",
"description": "" "description": ""
@ -83,14 +115,46 @@
"message": "Lamentamos, o ficheiro seleccionado excede o tamanho máximo da mensagem.", "message": "Lamentamos, o ficheiro seleccionado excede o tamanho máximo da mensagem.",
"description": "" "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": { "cancel": {
"message": "Cancelar", "message": "Cancelar",
"description": "" "description": ""
}, },
"installIHaveSignalButton": {
"message": "I have Signal for Android",
"description": "Button for the user to confirm that they have Signal for Android"
},
"sessionEnded": { "sessionEnded": {
"message": "Sessão segura terminou", "message": "Sessão segura terminou",
"description": "" "description": ""
}, },
"installGetStartedButton": {
"message": "Get started",
"description": ""
},
"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.",
"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": { "submit": {
"message": "Enviar", "message": "Enviar",
"description": "" "description": ""
@ -99,6 +163,10 @@
"message": "Para", "message": "Para",
"description": "Label for the receiver of a message" "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": { "messageDetail": {
"message": "Detalhes da mensagem", "message": "Detalhes da mensagem",
"description": "" "description": ""

View file

@ -7,6 +7,10 @@
"message": "A fost primit un mesaj cu o cheie de identitate necunoscută. Click pentru a procesare şi a afişare.", "message": "A fost primit un mesaj cu o cheie de identitate necunoscută. Click pentru a procesare şi a afişare.",
"description": "" "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": { "gotIt": {
"message": "Am înţeles!", "message": "Am înţeles!",
"description": "" "description": ""
@ -15,6 +19,10 @@
"message": "Tipul fişierului nu este suportat", "message": "Tipul fişierului nu este suportat",
"description": "Displayed for outgoing unsupported attachment" "description": "Displayed for outgoing unsupported attachment"
}, },
"installGeneratingKeys": {
"message": "Se generează cheile",
"description": ""
},
"resetSession": { "resetSession": {
"message": "Resetează sesiune", "message": "Resetează sesiune",
"description": "" "description": ""
@ -35,6 +43,10 @@
"message": "Alege un contact sau un grup pentru a discuta.", "message": "Alege un contact sau un grup pentru a discuta.",
"description": "" "description": ""
}, },
"installConnecting": {
"message": "Se conectează...",
"description": "Displayed when waiting for the QR Code"
},
"verifyContact": { "verifyContact": {
"message": "S-ar putea să dorești să <span class='verify'>verifici </span>acest contact.", "message": "S-ar putea să dorești să <span class='verify'>verifici </span>acest contact.",
"description": "" "description": ""
@ -59,6 +71,26 @@
"message": "Caută persoane sau grupuri", "message": "Caută persoane sau grupuri",
"description": "Placeholder text in the search input" "description": "Placeholder text in the search input"
}, },
"installFollowUs": {
"message": "<a $a_params$>Urmează-ne</a> 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": { "disconnected": {
"message": "Deconectat", "message": "Deconectat",
"description": "" "description": ""
@ -83,14 +115,46 @@
"message": "Ne pare rău, fişierul selectat depăşeşte restricţia de mărime a mesajului.", "message": "Ne pare rău, fişierul selectat depăşeşte restricţia de mărime a mesajului.",
"description": "" "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": { "cancel": {
"message": "Anulare", "message": "Anulare",
"description": "" "description": ""
}, },
"installIHaveSignalButton": {
"message": "Am Signal pentru Android",
"description": "Button for the user to confirm that they have Signal for Android"
},
"sessionEnded": { "sessionEnded": {
"message": "Sesiunea securizată s-a încheiat", "message": "Sesiunea securizată s-a încheiat",
"description": "" "description": ""
}, },
"installGetStartedButton": {
"message": "Începe",
"description": ""
},
"installSignalLink": {
"message": "Mai întâi, instalează <a $a_params$>Signal</a> pe telefonul tău Android.<br /> 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": { "submit": {
"message": "Trimite", "message": "Trimite",
"description": "" "description": ""
@ -99,6 +163,10 @@
"message": "Către", "message": "Către",
"description": "Label for the receiver of a message" "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": { "messageDetail": {
"message": "Detalii mesaj", "message": "Detalii mesaj",
"description": "" "description": ""

View file

@ -7,6 +7,10 @@
"message": "Получено сообщение с неизвестным ключом личности. Нажмите чтобы продолжить и отобразить.", "message": "Получено сообщение с неизвестным ключом личности. Нажмите чтобы продолжить и отобразить.",
"description": "" "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": { "gotIt": {
"message": "Готово!", "message": "Готово!",
"description": "" "description": ""
@ -15,6 +19,10 @@
"message": "Неподдерживаемый формат файла", "message": "Неподдерживаемый формат файла",
"description": "Displayed for outgoing unsupported attachment" "description": "Displayed for outgoing unsupported attachment"
}, },
"installGeneratingKeys": {
"message": "Generating Keys",
"description": ""
},
"resetSession": { "resetSession": {
"message": "Сбросить Сессию", "message": "Сбросить Сессию",
"description": "" "description": ""
@ -35,6 +43,10 @@
"message": "Выберите контакта или группу чтобы начать общение.", "message": "Выберите контакта или группу чтобы начать общение.",
"description": "" "description": ""
}, },
"installConnecting": {
"message": "Connecting...",
"description": "Displayed when waiting for the QR Code"
},
"verifyContact": { "verifyContact": {
"message": "Вы возможно хотите <span class='verify'>подтвердить</span> этого контакта.", "message": "Вы возможно хотите <span class='verify'>подтвердить</span> этого контакта.",
"description": "" "description": ""
@ -59,6 +71,26 @@
"message": "Искать людей или группы", "message": "Искать людей или группы",
"description": "Placeholder text in the search input" "description": "Placeholder text in the search input"
}, },
"installFollowUs": {
"message": "<a $a_params$>Follow us</a> 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": { "disconnected": {
"message": "Соединение разорвано", "message": "Соединение разорвано",
"description": "" "description": ""
@ -83,14 +115,46 @@
"message": "Извините, этот файл превышает лимит размера сообщения.", "message": "Извините, этот файл превышает лимит размера сообщения.",
"description": "" "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": { "cancel": {
"message": "Отменить", "message": "Отменить",
"description": "" "description": ""
}, },
"installIHaveSignalButton": {
"message": "I have Signal for Android",
"description": "Button for the user to confirm that they have Signal for Android"
},
"sessionEnded": { "sessionEnded": {
"message": "Безопасная сессия закончена", "message": "Безопасная сессия закончена",
"description": "" "description": ""
}, },
"installGetStartedButton": {
"message": "Get started",
"description": ""
},
"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.",
"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": { "submit": {
"message": "Отправить", "message": "Отправить",
"description": "" "description": ""
@ -99,6 +163,10 @@
"message": "To", "message": "To",
"description": "Label for the receiver of a message" "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": { "messageDetail": {
"message": "Детали Сообщения", "message": "Детали Сообщения",
"description": "" "description": ""

View file

@ -7,6 +7,10 @@
"message": "Meddelande mottaget med okänd identitetsnyckel. Klicka för att visa och verifiera.", "message": "Meddelande mottaget med okänd identitetsnyckel. Klicka för att visa och verifiera.",
"description": "" "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": { "gotIt": {
"message": "Uppfattat!", "message": "Uppfattat!",
"description": "" "description": ""
@ -15,6 +19,10 @@
"message": "Filtypen stöds ej", "message": "Filtypen stöds ej",
"description": "Displayed for outgoing unsupported attachment" "description": "Displayed for outgoing unsupported attachment"
}, },
"installGeneratingKeys": {
"message": "Generating Keys",
"description": ""
},
"resetSession": { "resetSession": {
"message": "Återställ session", "message": "Återställ session",
"description": "" "description": ""
@ -35,6 +43,10 @@
"message": "Välj en kontakt eller grupp för att börja prata.", "message": "Välj en kontakt eller grupp för att börja prata.",
"description": "" "description": ""
}, },
"installConnecting": {
"message": "Connecting...",
"description": "Displayed when waiting for the QR Code"
},
"verifyContact": { "verifyContact": {
"message": "Du kan <span class='verify'>verifiera</span> den här kontakten om du vill.", "message": "Du kan <span class='verify'>verifiera</span> den här kontakten om du vill.",
"description": "" "description": ""
@ -59,6 +71,26 @@
"message": "Sök efter folk eller grupper", "message": "Sök efter folk eller grupper",
"description": "Placeholder text in the search input" "description": "Placeholder text in the search input"
}, },
"installFollowUs": {
"message": "<a $a_params$>Follow us</a> 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": { "disconnected": {
"message": "Frånkopplad", "message": "Frånkopplad",
"description": "" "description": ""
@ -83,14 +115,46 @@
"message": "Tyvärr, filen du har valt överstiger maximalt tillåten filstorlek.", "message": "Tyvärr, filen du har valt överstiger maximalt tillåten filstorlek.",
"description": "" "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": { "cancel": {
"message": "Avbryt", "message": "Avbryt",
"description": "" "description": ""
}, },
"installIHaveSignalButton": {
"message": "I have Signal for Android",
"description": "Button for the user to confirm that they have Signal for Android"
},
"sessionEnded": { "sessionEnded": {
"message": "Säker session avslutad", "message": "Säker session avslutad",
"description": "" "description": ""
}, },
"installGetStartedButton": {
"message": "Get started",
"description": ""
},
"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.",
"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": { "submit": {
"message": "Skicka", "message": "Skicka",
"description": "" "description": ""
@ -99,6 +163,10 @@
"message": "To", "message": "To",
"description": "Label for the receiver of a message" "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": { "messageDetail": {
"message": "Meddelandedetaljer", "message": "Meddelandedetaljer",
"description": "" "description": ""

View file

@ -7,6 +7,10 @@
"message": "Bilinmiyen kimlik anahtarı ile mesaj alındı. İşlem yapmak ve görüntülemek için tıkla.", "message": "Bilinmiyen kimlik anahtarı ile mesaj alındı. İşlem yapmak ve görüntülemek için tıkla.",
"description": "" "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": { "gotIt": {
"message": "Anladım!", "message": "Anladım!",
"description": "" "description": ""
@ -15,6 +19,10 @@
"message": "Desteklenmeyen dosya türü", "message": "Desteklenmeyen dosya türü",
"description": "Displayed for outgoing unsupported attachment" "description": "Displayed for outgoing unsupported attachment"
}, },
"installGeneratingKeys": {
"message": "Generating Keys",
"description": ""
},
"resetSession": { "resetSession": {
"message": "Oturumu Yeniden Başlat", "message": "Oturumu Yeniden Başlat",
"description": "" "description": ""
@ -35,6 +43,10 @@
"message": "Sohbete başlamak için bir kişi veya topluluk seç.", "message": "Sohbete başlamak için bir kişi veya topluluk seç.",
"description": "" "description": ""
}, },
"installConnecting": {
"message": "Connecting...",
"description": "Displayed when waiting for the QR Code"
},
"verifyContact": { "verifyContact": {
"message": "Bu kişiyi <span class='verify'>doğrulamak</span> isteyebilirsiniz.", "message": "Bu kişiyi <span class='verify'>doğrulamak</span> isteyebilirsiniz.",
"description": "" "description": ""
@ -59,6 +71,26 @@
"message": "Kişi veya topluluk ara", "message": "Kişi veya topluluk ara",
"description": "Placeholder text in the search input" "description": "Placeholder text in the search input"
}, },
"installFollowUs": {
"message": "<a $a_params$>Follow us</a> 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": { "disconnected": {
"message": "Bağlantı yok", "message": "Bağlantı yok",
"description": "" "description": ""
@ -83,14 +115,46 @@
"message": "Üzgünüz. Seçilen dosya, mesaj büyüklüğü kısıtlamalarınııyor.", "message": "Üzgünüz. Seçilen dosya, mesaj büyüklüğü kısıtlamalarınııyor.",
"description": "" "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": { "cancel": {
"message": "İptal", "message": "İptal",
"description": "" "description": ""
}, },
"installIHaveSignalButton": {
"message": "I have Signal for Android",
"description": "Button for the user to confirm that they have Signal for Android"
},
"sessionEnded": { "sessionEnded": {
"message": "Güvenli oturum sona erdi", "message": "Güvenli oturum sona erdi",
"description": "" "description": ""
}, },
"installGetStartedButton": {
"message": "Get started",
"description": ""
},
"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.",
"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": { "submit": {
"message": "Gönder", "message": "Gönder",
"description": "" "description": ""
@ -99,6 +163,10 @@
"message": "To", "message": "To",
"description": "Label for the receiver of a message" "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": { "messageDetail": {
"message": "Mesaj Detayı", "message": "Mesaj Detayı",
"description": "" "description": ""