Translated using Weblate (English (Australia))
Currently translated at 100.0% (789 of 789 strings) Translation: mattermost-languages-shipped/mattermost-mobile Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/en_AU/
This commit is contained in:
parent
6e2d7ad78c
commit
3e32144f37
1 changed files with 14 additions and 0 deletions
|
|
@ -16,28 +16,42 @@
|
|||
"api.channel.guest_join_channel.post_and_forget": "{username} joined the channel as a guest.",
|
||||
"apps.error": "Error: {error}",
|
||||
"apps.error.command.field_missing": "Required fields missing: `{fieldName}`.",
|
||||
"apps.error.command.same_channel": "Channel repeated for field `{fieldName}`: `{option}`.",
|
||||
"apps.error.command.same_option": "Option repeated for field `{fieldName}`: `{option}`.",
|
||||
"apps.error.command.same_user": "User repeated for field `{fieldName}`: `{option}`.",
|
||||
"apps.error.command.unknown_channel": "Unknown channel for field `{fieldName}`: `{option}`.",
|
||||
"apps.error.command.unknown_option": "Unknown option for field `{fieldName}`: `{option}`.",
|
||||
"apps.error.command.unknown_user": "Unknown user for field `{fieldName}`: `{option}`.",
|
||||
"apps.error.form.no_form": "`form` is not defined.",
|
||||
"apps.error.form.no_lookup": "`lookup` is not defined.",
|
||||
"apps.error.form.no_source": "`source` is not defined.",
|
||||
"apps.error.form.no_submit": "`submit` is not defined",
|
||||
"apps.error.form.refresh": "There has been an error fetching the select fields. Contact the app developer. Details: {details}",
|
||||
"apps.error.form.refresh_no_refresh": "Called refresh on no refresh field.",
|
||||
"apps.error.form.submit.pretext": "There has been an error submitting the modal. Contact the app developer. Details: {details}",
|
||||
"apps.error.lookup.error_preparing_request": "Error preparing lookup request: {errorMessage}",
|
||||
"apps.error.malformed_binding": "This binding is not properly formed. Please contact the App developer.",
|
||||
"apps.error.parser": "Parsing error: {error}",
|
||||
"apps.error.parser.empty_value": "empty values are not allowed",
|
||||
"apps.error.parser.execute_non_leaf": "You must select a subcommand.",
|
||||
"apps.error.parser.missing_binding": "Missing command bindings.",
|
||||
"apps.error.parser.missing_field_value": "Field value is missing.",
|
||||
"apps.error.parser.missing_list_end": "Expected list closing token.",
|
||||
"apps.error.parser.missing_quote": "Matching double quote expected before end of input.",
|
||||
"apps.error.parser.missing_source": "Form has neither submit nor source.",
|
||||
"apps.error.parser.missing_submit": "No submit call in binding or form.",
|
||||
"apps.error.parser.missing_tick": "Matching tick quote expected before end of input.",
|
||||
"apps.error.parser.multiple_equal": "Multiple `=` signs are not allowed.",
|
||||
"apps.error.parser.no_argument_pos_x": "Unable to identify argument.",
|
||||
"apps.error.parser.no_bindings": "No command bindings.",
|
||||
"apps.error.parser.no_form": "No form found.",
|
||||
"apps.error.parser.no_match": "`{command}`: No matching command found in this workspace.",
|
||||
"apps.error.parser.no_slash_start": "Command must start with a `/`.",
|
||||
"apps.error.parser.unexpected_character": "Unexpected character.",
|
||||
"apps.error.parser.unexpected_comma": "Unexpected comma.",
|
||||
"apps.error.parser.unexpected_error": "Unexpected error.",
|
||||
"apps.error.parser.unexpected_flag": "Command does not accept flag `{flagName}`.",
|
||||
"apps.error.parser.unexpected_squared_bracket": "Unexpected list opening.",
|
||||
"apps.error.parser.unexpected_state": "Unreachable: Unexpected state in matchBinding: `{state}`.",
|
||||
"apps.error.parser.unexpected_whitespace": "Unreachable: unexpected whitespace.",
|
||||
"apps.error.responses.form.no_form": "Response type is `form`, but no form was included in response.",
|
||||
|
|
|
|||
Loading…
Reference in a new issue