Skip to content

Commit 7f464ae

Browse files
committed
i18n [nfc]: Tweak wording of descriptions for various strings
Some grammatical fixes, some clarifications, some small corrections.
1 parent 84a30b9 commit 7f464ae

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

assets/l10n/app_en.arb

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,19 @@
2929
},
3030
"permissionsNeededTitle": "Permissions needed",
3131
"@permissionsNeededTitle": {
32-
"description": "Title for dialog when the user needs to grant additional permissions."
32+
"description": "Title for dialog asking the user to grant additional permissions."
3333
},
3434
"permissionsNeededOpenSettings": "Open settings",
3535
"@permissionsNeededOpenSettings": {
3636
"description": "Button label for permissions dialog button that opens the system settings screen."
3737
},
3838
"permissionsDeniedCameraAccess": "To upload an image, please grant Zulip additional permissions in Settings.",
3939
"@permissionsDeniedCameraAccess": {
40-
"description": "Message for dialog when the user needs to grant permissions for camera access."
40+
"description": "Message for dialog asking the user to grant permissions for camera access."
4141
},
4242
"permissionsDeniedReadExternalStorage": "To upload files, please grant Zulip additional permissions in Settings.",
4343
"@permissionsDeniedReadExternalStorage": {
44-
"description": "Message for dialog when the user needs to grant permissions for external storage read access."
44+
"description": "Message for dialog asking the user to grant permissions for external storage read access."
4545
},
4646
"actionSheetOptionCopy": "Copy message text",
4747
"@actionSheetOptionCopy": {
@@ -61,7 +61,7 @@
6161
},
6262
"errorCopyingFailed": "Copying failed",
6363
"@errorCopyingFailed": {
64-
"description": "Error message when copying the text of a message to the users system clipboard failed."
64+
"description": "Error message when copying the text of a message to the user's system clipboard failed."
6565
},
6666
"errorFailedToUploadFileTitle": "Failed to upload file: {filename}",
6767
"@errorFailedToUploadFileTitle": {
@@ -130,7 +130,7 @@
130130
},
131131
"successMessageCopied": "Message Copied",
132132
"@successMessageCopied": {
133-
"description": "Message when content of a message was copied to the users system clipboard."
133+
"description": "Message when content of a message was copied to the user's system clipboard."
134134
},
135135
"composeBoxAttachFilesTooltip": "Attach files",
136136
"@composeBoxAttachFilesTooltip": {
@@ -185,7 +185,7 @@
185185
},
186186
"composeBoxUploadingFilename": "Uploading {filename}...",
187187
"@composeBoxUploadingFilename": {
188-
"description": "Label in compose box showing the specified file is currently uploading.",
188+
"description": "Placeholder in compose box showing the specified file is currently uploading.",
189189
"placeholders": {
190190
"filename": {"type": "String", "example": "file.txt"}
191191
}
@@ -216,7 +216,7 @@
216216
},
217217
"errorDialogContinue": "OK",
218218
"@errorDialogContinue": {
219-
"description": "Button label in error dialogs to acknowledge error."
219+
"description": "Button label in error dialogs to acknowledge the error and close the dialog."
220220
},
221221
"errorDialogTitle": "Error",
222222
"@errorDialogTitle": {
@@ -248,23 +248,23 @@
248248
},
249249
"loginEmailLabel": "Email address",
250250
"@loginEmailLabel": {
251-
"description": "Label for input when an email is required to login."
251+
"description": "Label for input when an email is required to log in."
252252
},
253253
"loginErrorMissingEmail": "Please enter your email.",
254254
"@loginErrorMissingEmail": {
255255
"description": "Error message when an empty email was provided."
256256
},
257257
"loginPasswordLabel": "Password",
258258
"@loginPasswordLabel": {
259-
"description": "Label for input for password field."
259+
"description": "Label for password input field."
260260
},
261261
"loginErrorMissingPassword": "Please enter your password.",
262262
"@loginErrorMissingPassword": {
263263
"description": "Error message when an empty password was provided."
264264
},
265265
"loginUsernameLabel": "Username",
266266
"@loginUsernameLabel": {
267-
"description": "Label for input when a username is required to login."
267+
"description": "Label for input when a username is required to log in."
268268
},
269269
"loginErrorMissingUsername": "Please enter your username.",
270270
"@loginErrorMissingUsername": {
@@ -291,7 +291,7 @@
291291
},
292292
"errorMalformedResponse": "Server gave malformed response; HTTP status {httpStatus}",
293293
"@errorMalformedResponse": {
294-
"description": "Error message when an API call fails because we could not parse it.",
294+
"description": "Error message when an API call fails because we could not parse the response.",
295295
"placeholders": {
296296
"httpStatus": {"type": "int", "example": "200"}
297297
}

0 commit comments

Comments
 (0)