signal-desktop/_locales/de/messages.json

303 lines
12 KiB
JSON
Raw Normal View History

2016-01-02 19:27:09 +00:00
{
"unsupportedAttachment": {
2016-01-15 01:40:51 +00:00
"message": "Nicht unterstütztes Anhangsformat. Zum Speichern anklicken.",
2016-01-02 19:27:09 +00:00
"description": "Displayed for incoming unsupported attachment"
},
2016-02-22 22:27:51 +00:00
"settings": {
"message": "Einstellungen",
"description": "Menu item and header for global settings"
},
2016-01-02 19:27:09 +00:00
"incomingKeyConflict": {
2016-01-15 01:40:51 +00:00
"message": "Nachricht mit unbekanntem Identitätsschlüssel erhalten. Hier anklicken, um fortzufahren und die Nachricht anzuzeigen.",
2016-01-02 19:27:09 +00:00
"description": ""
},
2016-01-20 20:23:12 +00:00
"installComputerName": {
2016-02-05 02:06:22 +00:00
"message": "Der Name dieses Computers lautet",
2016-01-20 20:23:12 +00:00
"description": "Text displayed before the input where the user can enter the name for this device."
},
2016-01-02 19:27:09 +00:00
"gotIt": {
"message": "Alles klar!",
2016-03-17 22:05:27 +00:00
"description": "Label for a button that dismisses a dialog. The user clicks it to confirm that they understand the message in the dialog."
2016-01-02 19:27:09 +00:00
},
2016-04-03 21:33:07 +00:00
"showMore": {
"message": "Details",
"description": "Displays the details of a key change"
},
2016-01-02 19:27:09 +00:00
"unsupportedFileType": {
"message": "Nicht unterstützter Dateityp",
"description": "Displayed for outgoing unsupported attachment"
},
2016-01-20 20:23:12 +00:00
"installGeneratingKeys": {
2016-02-05 02:06:22 +00:00
"message": "Schlüssel werden erzeugt",
2016-01-20 20:23:12 +00:00
"description": ""
},
2016-01-02 19:27:09 +00:00
"resetSession": {
2016-04-07 19:27:03 +00:00
"message": "Verschlüsselung neu starten",
2016-03-17 22:05:27 +00:00
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
2016-01-02 19:27:09 +00:00
},
"welcomeToSignal": {
"message": "Willkommen bei Signal",
"description": ""
},
2016-03-17 22:05:27 +00:00
"notificationSettingsDialog": {
"message": "Beim Eingang von Nachrichten Benachrichtigungen mit folgendem Inhalt anzeigen:",
"description": "Explain the purpose of the notification settings"
},
2016-01-02 19:27:09 +00:00
"members": {
"message": "Mitglieder",
"description": ""
},
2016-04-03 21:33:07 +00:00
"restartSignal": {
"message": "Signal neu starten",
"description": "Menu item for restarting the program."
},
2016-01-02 19:27:09 +00:00
"deleteMessages": {
2016-04-07 19:27:03 +00:00
"message": "Unterhaltung löschen",
2016-03-03 11:09:55 +00:00
"description": "Menu item for deleting messages, title case."
2016-01-02 19:27:09 +00:00
},
"selectAContact": {
2016-01-15 01:40:51 +00:00
"message": "Wählen Sie einen Kontakt oder eine Gruppe aus, um eine Unterhaltung zu beginnen.",
2016-01-02 19:27:09 +00:00
"description": ""
},
2016-01-20 20:23:12 +00:00
"installConnecting": {
2016-04-07 19:27:03 +00:00
"message": "Verbindung wird hergestellt …",
2016-01-20 20:23:12 +00:00
"description": "Displayed when waiting for the QR Code"
},
2016-01-02 19:27:09 +00:00
"verifyContact": {
2016-02-22 22:27:51 +00:00
"message": "Sie sollten diesen Kontakt ggf. $tag_start$ überprüfen $tag_end$.",
2016-03-17 22:05:27 +00:00
"description": "Use $tag_start$ and $tag_end$ to wrap the word or phrase in this sentence that the user should click on in order to navigate to the verification screen. These placeholders will be replaced with appropriate HTML code.",
2016-02-22 22:27:51 +00:00
"placeholders": {
"tag_start": {
"content": "<a class='verify' href='#'>"
},
"tag_end": {
"content": "</a>"
}
}
2016-01-02 19:27:09 +00:00
},
"sent": {
"message": "Gesendet",
"description": "Label for the time a message was sent"
},
2016-04-28 18:15:45 +00:00
"reportIssue": {
"message": "Melden Sie ein Problem",
"description": "Link to open the issue tracker"
},
2016-02-22 22:27:51 +00:00
"newMessage": {
"message": "Neue Nachricht",
"description": "Displayed in notifications for only 1 message"
},
"nameOnly": {
2016-03-17 22:05:27 +00:00
"message": "Nur Absendername",
2016-02-22 22:27:51 +00:00
"description": "Label for setting notifications to display sender name only"
},
2016-01-02 19:27:09 +00:00
"verifyIdentity": {
2016-04-07 19:27:03 +00:00
"message": "Kontakt überprüfen",
2016-01-02 19:27:09 +00:00
"description": ""
},
2016-01-15 01:40:51 +00:00
"from": {
"message": "Von",
"description": "Label for the sender of a message"
},
2016-01-02 19:27:09 +00:00
"debugLogExplanation": {
2016-03-17 22:05:27 +00:00
"message": "Dieses Diagnoseprotokoll wird online veröffentlicht, damit Mitwirkende es einsehen können. Bevor Sie das Protokoll übermitteln, können Sie es noch einmal untersuchen und bearbeiten.",
2016-01-02 19:27:09 +00:00
"description": ""
},
"searchForPeopleOrGroups": {
2016-04-07 19:27:03 +00:00
"message": "Suchen …",
2016-01-02 19:27:09 +00:00
"description": "Placeholder text in the search input"
},
2016-02-22 22:27:51 +00:00
"noNameOrMessage": {
"message": "Weder Name noch Nachricht",
"description": "Label for setting notifications to display no name and no message text"
},
2016-01-20 20:23:12 +00:00
"installFollowUs": {
2016-02-11 20:36:07 +00:00
"message": "<a $a_params$>Folgen Sie uns</a> für Neuigkeiten zur Unterstützung mehrerer Geräte für iOS.",
"description": "",
"placeholders": {
"a_params": {
"content": "$1",
"example": "href='http://example.com'"
}
}
2016-01-20 20:23:12 +00:00
},
2016-04-03 21:33:07 +00:00
"learnMore": {
"message": "Erfahren Sie mehr über das Überprüfen von Schlüsseln.",
"description": "Text that links to a support article on verifying identity keys"
},
2016-01-20 20:23:12 +00:00
"yourIdentity": {
2016-04-07 19:27:03 +00:00
"message": "Ihr Identitätsschlüssel:",
2016-04-03 21:33:07 +00:00
"description": "Label for the user's own identity key."
2016-01-20 20:23:12 +00:00
},
"installTooManyDevices": {
2016-04-03 21:33:07 +00:00
"message": "Es sind bereits zu viele Geräte verknüpft. Versuchen Sie, einige zu entfernen.",
2016-01-20 20:23:12 +00:00
"description": ""
},
"installSyncingGroupsAndContacts": {
"message": "Gruppen und Kontakte werden synchronisiert",
"description": ""
},
2016-04-07 19:27:03 +00:00
"upgrade": {
2016-04-28 18:15:45 +00:00
"message": "Aktualisieren",
2016-04-07 19:27:03 +00:00
"description": "Label text for button to upgrade the app to the latest version"
},
2016-04-03 21:33:07 +00:00
"showLess": {
"message": "Details ausblenden",
"description": "Hides the details of a key change"
},
2016-02-22 22:27:51 +00:00
"newIdentity": {
2016-04-07 19:27:03 +00:00
"message": "Neuer Identitätsschlüssel",
2016-04-03 21:33:07 +00:00
"description": "Header for a key change dialog"
2016-02-22 22:27:51 +00:00
},
2016-01-20 20:23:12 +00:00
"installTagline": {
2016-02-05 02:06:22 +00:00
"message": "Privatsphäre ist möglich. Signal macht sie einfach.",
2016-01-20 20:23:12 +00:00
"description": "Tagline displayed under installWelcome on the install page"
},
2016-01-02 19:27:09 +00:00
"disconnected": {
2016-04-07 19:27:03 +00:00
"message": "Nicht verbunden",
2016-01-02 19:27:09 +00:00
"description": ""
},
"acceptNewKey": {
2016-04-03 21:33:07 +00:00
"message": "Akzeptieren",
"description": "Label for a button to accept a new identity key"
2016-01-02 19:27:09 +00:00
},
"received": {
2016-04-03 21:33:07 +00:00
"message": "Empfangen",
2016-01-02 19:27:09 +00:00
"description": "Label for the time a message was received"
},
"sendMessage": {
"message": "Eine Nachricht senden",
"description": "Placeholder text in the message entry field"
},
2016-04-28 18:15:45 +00:00
"mediaMessage": {
"message": "Nachricht mit Medieninhalten",
"description": "Description of a message that has an attachment and no text, displayed in the conversation list as a preview."
},
2016-04-07 19:27:03 +00:00
"expiredWarning": {
"message": "Diese Version von Signal Desktop ist veraltet. Bitte führen Sie eine Aktualisierung auf die aktuellste Version durch, um weiterhin Nachrichten austauschen zu können.",
"description": "Warning notification that this version of the app has expired"
},
2016-01-02 19:27:09 +00:00
"outgoingKeyConflict": {
2016-04-07 19:27:03 +00:00
"message": "Der Identitätsschlüssel dieses Kontakts hat sich geändert. Hier anklicken, um fortzufahren und die Nachricht anzuzeigen.",
2016-01-02 19:27:09 +00:00
"description": ""
},
"fileSizeWarning": {
2016-04-03 21:33:07 +00:00
"message": "Entschuldigung, die ausgewählte Datei überschreitet die erlaubte Nachrichtengröße.",
2016-01-02 19:27:09 +00:00
"description": ""
},
2016-01-20 20:23:12 +00:00
"installAndroidInstructions": {
2016-04-28 18:15:45 +00:00
"message": "Öffnen Sie Signal auf Ihrem Smartphone und gehen Sie zu Einstellungen > Verknüpfte Geräte. Tippen Sie die Schaltfläche zum Hinzufügen eines neuen Geräts an und scannen Sie dann den oben dargestellten Code ein.",
2016-01-20 20:23:12 +00:00
"description": ""
},
"installWelcome": {
"message": "Willkommen bei Signal Desktop",
"description": "Welcome title on the install page"
},
2016-02-11 20:36:07 +00:00
"installConnectionFailed": {
"message": "Verbindung zum Server fehlgeschlagen.",
"description": "Displayed when we can't connect to the server."
},
2016-04-03 21:33:07 +00:00
"messageNotSent": {
2016-04-28 18:15:45 +00:00
"message": "Nachricht nicht gesendet.",
2016-04-03 21:33:07 +00:00
"description": "Informational label, appears on messages that failed to send"
},
2016-03-17 22:05:27 +00:00
"disableNotifications": {
"message": "Benachrichtigungen deaktivieren",
"description": "Label for disabling notifications"
},
2016-01-02 19:27:09 +00:00
"cancel": {
"message": "Abbrechen",
"description": ""
},
2016-01-20 20:23:12 +00:00
"installIHaveSignalButton": {
"message": "Ich habe Signal für Android",
"description": "Button for the user to confirm that they have Signal for Android"
},
2016-01-02 19:27:09 +00:00
"sessionEnded": {
2016-04-07 19:27:03 +00:00
"message": "Verschlüsselung neu gestartet",
2016-03-17 22:05:27 +00:00
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
2016-01-20 20:23:12 +00:00
},
"installGetStartedButton": {
"message": "Legen Sie los",
"description": ""
},
"installSignalLink": {
2016-04-07 19:27:03 +00:00
"message": "Installieren Sie zuerst <a $a_params$>Signal</a> auf Ihrem Android-Gerät.<br /> Ihre Geräte werden dann verknüpft und Ihre Nachrichten zukünftig synchronisiert.",
"description": "Prompt the user to install Signal on Android before linking",
"placeholders": {
"a_params": {
"content": "$1",
"example": "href='http://example.com'"
}
}
2016-01-20 20:23:12 +00:00
},
"installLinkingWithNumber": {
2016-04-07 19:27:03 +00:00
"message": "Verknüpfung wird durchgeführt mit",
2016-01-20 20:23:12 +00:00
"description": "Text displayed before the phone number that the user is in the process of linking with"
},
"theirIdentity": {
2016-04-07 19:27:03 +00:00
"message": "Identitätsschlüssel des Kontakts:",
2016-04-03 21:33:07 +00:00
"description": "Label for someone else's identity key. They is used here as a gender-neutral third-person singular."
2016-01-20 20:23:12 +00:00
},
2016-02-22 22:27:51 +00:00
"newMessages": {
"message": "Neue Nachrichten",
"description": "Displayed in notifications for multiple messages"
},
2016-01-20 20:23:12 +00:00
"theirIdentityUnknown": {
2016-02-05 02:06:22 +00:00
"message": "Sie haben bisher noch keine Nachrichten mit diesem Kontakt ausgetauscht. Der Identitätsschlüssel des Kontakts wird nach der ersten Nachricht verfügbar sein.",
2016-01-02 19:27:09 +00:00
"description": ""
},
"submit": {
2016-02-11 20:36:07 +00:00
"message": "Übermitteln",
2016-01-02 19:27:09 +00:00
"description": ""
},
"to": {
"message": "An",
"description": "Label for the receiver of a message"
},
2016-01-20 20:23:12 +00:00
"installFinalButton": {
"message": "Sieht gut aus",
"description": "The final button for the install process, after the user has entered a name for their device"
},
2016-01-15 01:40:51 +00:00
"messageDetail": {
"message": "Nachrichtendetails",
"description": ""
},
2016-01-02 19:27:09 +00:00
"verify": {
2016-01-15 01:40:51 +00:00
"message": "Überprüfen",
2016-01-02 19:27:09 +00:00
"description": ""
},
2016-02-22 22:27:51 +00:00
"nameAndMessage": {
2016-03-17 22:05:27 +00:00
"message": "Absendername und Nachricht",
2016-02-22 22:27:51 +00:00
"description": "Label for setting notifications to display name and message text"
},
2016-01-02 19:27:09 +00:00
"failedToSend": {
2016-02-22 22:27:51 +00:00
"message": "Versand an einige Empfänger fehlgeschlagen. Überprüfen Sie Ihre Netzwerkverbindung.",
2016-01-02 19:27:09 +00:00
"description": ""
},
"ok": {
"message": "OK",
"description": ""
},
2016-02-22 22:27:51 +00:00
"identityChanged": {
2016-04-07 19:27:03 +00:00
"message": "Dieser Kontakt verwendet einen neuen Signal-Identitätsschlüssel. Dies kann entweder bedeuten, dass jemand versucht, Ihre Kommunikation abzuhören, oder aber dieser Kontakt hat Signal einfach erneut installiert. Vielleicht möchten Sie den neuen Identitätsschlüssel unten überprüfen.",
2016-02-22 22:27:51 +00:00
"description": ""
},
2016-01-02 19:27:09 +00:00
"submitDebugLog": {
2016-03-03 11:09:55 +00:00
"message": "Diagnoseprotokoll übermitteln",
"description": "Menu item and header text for debug log modal, title case."
2016-01-02 19:27:09 +00:00
},
"error": {
"message": "Fehler",
"description": ""
},
2016-03-17 22:05:27 +00:00
"notifications": {
"message": "Benachrichtigungen",
"description": "Header for notification settings"
},
2016-01-02 19:27:09 +00:00
"resend": {
"message": "Erneut senden",
"description": ""
}
}