a65166ae3b
I just added i18n calls and the corresponding keys for en + de.
106 lines
2.8 KiB
JSON
106 lines
2.8 KiB
JSON
{
|
|
"debugLogExplanation": {
|
|
"message": "This log will be posted publicly online for contributors to view. You may examine and edit it before submitting."
|
|
},
|
|
"gotIt": {
|
|
"message": "Got it!"
|
|
},
|
|
"submit": {
|
|
"message": "Submit"
|
|
},
|
|
"verifyContact": {
|
|
"message": "You may wish to <span class='verify'>verify</span> this contact."
|
|
},
|
|
"acceptNewKey": {
|
|
"message": "Accept new key"
|
|
},
|
|
"verify": {
|
|
"message": "Verify"
|
|
},
|
|
"outgoingKeyConflict": {
|
|
"message": "This contact's identity key has changed. Click to process and display."
|
|
},
|
|
"incomingKeyConflict": {
|
|
"message": "Received message with unknown identity key. Click to process and display."
|
|
},
|
|
"unsupportedAttachment": {
|
|
"message": "Unsupported attachment type. Click to save.",
|
|
"description": "Displayed for incoming unsupported attachment"
|
|
},
|
|
"unsupportedFileType": {
|
|
"message": "Unsupported file type",
|
|
"description": "Displayed for outgoing unsupported attachment"
|
|
},
|
|
"fileSizeWarning": {
|
|
"message": "Sorry, the selected file exceeds message size restrictions."
|
|
},
|
|
"disconnected": {
|
|
"message": "Disconnected"
|
|
},
|
|
"submitDebugLog": {
|
|
"message": "Submit debug log"
|
|
},
|
|
"searchForPeopleOrGroups": {
|
|
"message": "Search for people or groups",
|
|
"description": "Placeholder text in the search input"
|
|
},
|
|
"welcomeToSignal": {
|
|
"message": "Welcome to Signal"
|
|
},
|
|
"selectAContact": {
|
|
"message": "Select a contact or group to start chatting."
|
|
},
|
|
"ok": {
|
|
"message": "OK"
|
|
},
|
|
"cancel": {
|
|
"message": "Cancel"
|
|
},
|
|
"failedToSend": {
|
|
"message": "Failed to send to some recipients."
|
|
},
|
|
"error": {
|
|
"message": "Error"
|
|
},
|
|
"resend": {
|
|
"message": "Resend"
|
|
},
|
|
"messageDetail": {
|
|
"message": "Message Detail"
|
|
},
|
|
"from": {
|
|
"message": "From",
|
|
"description": "Label for the sender of a message"
|
|
},
|
|
"to": {
|
|
"message": "To",
|
|
"description": "Label for the receiver of a message"
|
|
},
|
|
"sent": {
|
|
"message": "Sent",
|
|
"description": "Label for the time a message was sent"
|
|
},
|
|
"received": {
|
|
"message": "Received",
|
|
"description": "Label for the time a message was received"
|
|
},
|
|
"sendMessage": {
|
|
"message": "Send a message",
|
|
"description": "Placeholder text in the message entry field"
|
|
},
|
|
"members": {
|
|
"message": "Members"
|
|
},
|
|
"resetSession": {
|
|
"message": "Reset Session"
|
|
},
|
|
"verifyIdentity": {
|
|
"message": "Verify Identity"
|
|
},
|
|
"deleteMessages": {
|
|
"message": "Delete messages"
|
|
},
|
|
"sessionEnded": {
|
|
"message": "Secure session ended"
|
|
}
|
|
}
|