Skip to content

Commit

Permalink
i18n [nfc]: Tweak wording of descriptions for various strings
Browse files Browse the repository at this point in the history
Some grammatical fixes, some clarifications, some small corrections.
  • Loading branch information
gnprice committed Oct 9, 2023
1 parent 84a30b9 commit 7f464ae
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions assets/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@
},
"permissionsNeededTitle": "Permissions needed",
"@permissionsNeededTitle": {
"description": "Title for dialog when the user needs to grant additional permissions."
"description": "Title for dialog asking the user to grant additional permissions."
},
"permissionsNeededOpenSettings": "Open settings",
"@permissionsNeededOpenSettings": {
"description": "Button label for permissions dialog button that opens the system settings screen."
},
"permissionsDeniedCameraAccess": "To upload an image, please grant Zulip additional permissions in Settings.",
"@permissionsDeniedCameraAccess": {
"description": "Message for dialog when the user needs to grant permissions for camera access."
"description": "Message for dialog asking the user to grant permissions for camera access."
},
"permissionsDeniedReadExternalStorage": "To upload files, please grant Zulip additional permissions in Settings.",
"@permissionsDeniedReadExternalStorage": {
"description": "Message for dialog when the user needs to grant permissions for external storage read access."
"description": "Message for dialog asking the user to grant permissions for external storage read access."
},
"actionSheetOptionCopy": "Copy message text",
"@actionSheetOptionCopy": {
Expand All @@ -61,7 +61,7 @@
},
"errorCopyingFailed": "Copying failed",
"@errorCopyingFailed": {
"description": "Error message when copying the text of a message to the users system clipboard failed."
"description": "Error message when copying the text of a message to the user's system clipboard failed."
},
"errorFailedToUploadFileTitle": "Failed to upload file: {filename}",
"@errorFailedToUploadFileTitle": {
Expand Down Expand Up @@ -130,7 +130,7 @@
},
"successMessageCopied": "Message Copied",
"@successMessageCopied": {
"description": "Message when content of a message was copied to the users system clipboard."
"description": "Message when content of a message was copied to the user's system clipboard."
},
"composeBoxAttachFilesTooltip": "Attach files",
"@composeBoxAttachFilesTooltip": {
Expand Down Expand Up @@ -185,7 +185,7 @@
},
"composeBoxUploadingFilename": "Uploading {filename}...",
"@composeBoxUploadingFilename": {
"description": "Label in compose box showing the specified file is currently uploading.",
"description": "Placeholder in compose box showing the specified file is currently uploading.",
"placeholders": {
"filename": {"type": "String", "example": "file.txt"}
}
Expand Down Expand Up @@ -216,7 +216,7 @@
},
"errorDialogContinue": "OK",
"@errorDialogContinue": {
"description": "Button label in error dialogs to acknowledge error."
"description": "Button label in error dialogs to acknowledge the error and close the dialog."
},
"errorDialogTitle": "Error",
"@errorDialogTitle": {
Expand Down Expand Up @@ -248,23 +248,23 @@
},
"loginEmailLabel": "Email address",
"@loginEmailLabel": {
"description": "Label for input when an email is required to login."
"description": "Label for input when an email is required to log in."
},
"loginErrorMissingEmail": "Please enter your email.",
"@loginErrorMissingEmail": {
"description": "Error message when an empty email was provided."
},
"loginPasswordLabel": "Password",
"@loginPasswordLabel": {
"description": "Label for input for password field."
"description": "Label for password input field."
},
"loginErrorMissingPassword": "Please enter your password.",
"@loginErrorMissingPassword": {
"description": "Error message when an empty password was provided."
},
"loginUsernameLabel": "Username",
"@loginUsernameLabel": {
"description": "Label for input when a username is required to login."
"description": "Label for input when a username is required to log in."
},
"loginErrorMissingUsername": "Please enter your username.",
"@loginErrorMissingUsername": {
Expand All @@ -291,7 +291,7 @@
},
"errorMalformedResponse": "Server gave malformed response; HTTP status {httpStatus}",
"@errorMalformedResponse": {
"description": "Error message when an API call fails because we could not parse it.",
"description": "Error message when an API call fails because we could not parse the response.",
"placeholders": {
"httpStatus": {"type": "int", "example": "200"}
}
Expand Down

0 comments on commit 7f464ae

Please sign in to comment.