signal-desktop/_locales/en/messages.json
lilia 3172c49436 i18n ContactView
Part of the MessageDetailView

// FREEBIE
2016-01-02 02:51:25 -08:00

83 lines
2.1 KiB
JSON

{
"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"
},
"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"
}
}