Fix typos in messages.json (#4471)

This commit is contained in:
hashes4merkle 2020-09-01 02:59:14 +02:00 committed by GitHub
parent 8d1354d14e
commit 243ed832ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@
}, },
"deleteAndRestart": { "deleteAndRestart": {
"message": "Delete all data and restart", "message": "Delete all data and restart",
"description": "Shown in a popup if the database cannot start up properly; allows user to dalete database and restart" "description": "Shown in a popup if the database cannot start up properly; allows user to delete database and restart"
}, },
"mainMenuFile": { "mainMenuFile": {
"message": "&File", "message": "&File",
@ -97,7 +97,7 @@
}, },
"editMenuSelectAll": { "editMenuSelectAll": {
"message": "Select All", "message": "Select All",
"description": "Edit menu comand to select all of the text in selected text box" "description": "Edit menu command to select all of the text in selected text box"
}, },
"editMenuStartSpeaking": { "editMenuStartSpeaking": {
"message": "Start speaking", "message": "Start speaking",
@ -121,7 +121,7 @@
}, },
"windowMenuBringAllToFront": { "windowMenuBringAllToFront": {
"message": "Bring All to Front", "message": "Bring All to Front",
"description": "Window menu command to bring all windows of current applicatinon to front" "description": "Window menu command to bring all windows of current application to front"
}, },
"viewMenuResetZoom": { "viewMenuResetZoom": {
"message": "Actual Size", "message": "Actual Size",
@ -187,7 +187,7 @@
}, },
"archiveHelperText": { "archiveHelperText": {
"message": "These conversations are archived and will only appear in the Inbox if new messages are received.", "message": "These conversations are archived and will only appear in the Inbox if new messages are received.",
"description": "Shown at the top of the archived converations list in the left pane" "description": "Shown at the top of the archived conversations list in the left pane"
}, },
"archiveConversation": { "archiveConversation": {
"message": "Archive Conversation", "message": "Archive Conversation",
@ -387,7 +387,7 @@
}, },
"noLongerVerified": { "noLongerVerified": {
"message": "Your safety number with $name$ has changed and is no longer verified. Click to show.", "message": "Your safety number with $name$ has changed and is no longer verified. Click to show.",
"description": "Shown in converation banner when user's safety number has changed, but they were previously verified.", "description": "Shown in conversation banner when user's safety number has changed, but they were previously verified.",
"placeholders": { "placeholders": {
"name": { "name": {
"content": "$1", "content": "$1",
@ -415,7 +415,7 @@
}, },
"debugLogLinkCopied": { "debugLogLinkCopied": {
"message": "Link Copied to Your Clipboard", "message": "Link Copied to Your Clipboard",
"description": "Shown in a taost to let the user know that the link to the debug log has been copied to their clipboard" "description": "Shown in a toast to let the user know that the link to the debug log has been copied to their clipboard"
}, },
"reportIssue": { "reportIssue": {
"message": "Report an issue", "message": "Report an issue",
@ -725,7 +725,7 @@
}, },
"typingAlt": { "typingAlt": {
"message": "Typing animation for this conversation", "message": "Typing animation for this conversation",
"description": "Used as the 'title' attibute for the typing animation" "description": "Used as the 'title' attribute for the typing animation"
}, },
"contactInAddressBook": { "contactInAddressBook": {
"message": "This person is in your contacts.", "message": "This person is in your contacts.",
@ -843,19 +843,19 @@
}, },
"audioPermissionNeeded": { "audioPermissionNeeded": {
"message": "To send audio messages, allow Signal Desktop to access your microphone.", "message": "To send audio messages, allow Signal Desktop to access your microphone.",
"description": "Shown if the user attempts to send an audio message without audio permssions turned on" "description": "Shown if the user attempts to send an audio message without audio permissions turned on"
}, },
"audioCallingPermissionNeeded": { "audioCallingPermissionNeeded": {
"message": "For calling, you must allow Signal Desktop to access your microphone.", "message": "For calling, you must allow Signal Desktop to access your microphone.",
"description": "Shown if the user attempts access the microphone for calling without audio permssions turned on" "description": "Shown if the user attempts access the microphone for calling without audio permissions turned on"
}, },
"videoCallingPermissionNeeded": { "videoCallingPermissionNeeded": {
"message": "For video calling, you must allow Signal Desktop to access your camera.", "message": "For video calling, you must allow Signal Desktop to access your camera.",
"description": "Shown if the user attempts access the camera for video calling without video permssions turned on" "description": "Shown if the user attempts access the camera for video calling without video permissions turned on"
}, },
"allowAccess": { "allowAccess": {
"message": "Allow Access", "message": "Allow Access",
"description": "Button shown in popup asking to enable microphon/video permissions to send audio messages" "description": "Button shown in popup asking to enable microphone/video permissions to send audio messages"
}, },
"showSettings": { "showSettings": {
"message": "Show Settings", "message": "Show Settings",
@ -987,7 +987,7 @@
}, },
"retrySend": { "retrySend": {
"message": "Retry Send", "message": "Retry Send",
"description": "Shown on the drop-down menu for an indinvidaul message, but only if it is an outgoing message that failed to send" "description": "Shown on the drop-down menu for an individual message, but only if it is an outgoing message that failed to send"
}, },
"deleteMessage": { "deleteMessage": {
"message": "Delete Message", "message": "Delete Message",
@ -1027,11 +1027,11 @@
}, },
"addACaption": { "addACaption": {
"message": "Add a caption...", "message": "Add a caption...",
"descripton": "Used as the placeholder text in the caption editor text field" "description": "Used as the placeholder text in the caption editor text field"
}, },
"save": { "save": {
"message": "Save", "message": "Save",
"descripton": "Used as a 'commit changes' button in the Caption Editor for outgoing image attachments" "description": "Used as a 'commit changes' button in the Caption Editor for outgoing image attachments"
}, },
"fileIconAlt": { "fileIconAlt": {
"message": "File icon", "message": "File icon",
@ -1047,7 +1047,7 @@
}, },
"linkYourPhone": { "linkYourPhone": {
"message": "Link your phone to Signal Desktop", "message": "Link your phone to Signal Desktop",
"description": "Shown on the front page when the application first starst, above the QR code" "description": "Shown on the front page when the application first starts, above the QR code"
}, },
"signalSettings": { "signalSettings": {
"message": "Signal Settings", "message": "Signal Settings",
@ -1948,7 +1948,7 @@
}, },
"Message--tap-to-view--outgoing": { "Message--tap-to-view--outgoing": {
"message": "Media", "message": "Media",
"description": "Text shown on outgoing messages with with individual timers (inaccessble)" "description": "Text shown on outgoing messages with with individual timers (inaccessible)"
}, },
"Message--tap-to-view--incoming--expired-toast": { "Message--tap-to-view--incoming--expired-toast": {
"message": "You already viewed this message.", "message": "You already viewed this message.",