diff --git a/i18n/en_AU.json b/i18n/en_AU.json index ce533a1723..c47c88b664 100644 --- a/i18n/en_AU.json +++ b/i18n/en_AU.json @@ -9505,5 +9505,29 @@ { "id": "api.cloud.delinquency_email.missing_email_to_trigger", "translation": "Missing required fields to send delinquency email." + }, + { + "id": "app.notify_admin.send_notification_post.app_error", + "translation": "Unable to send notification post." + }, + { + "id": "app.notify_admin.save.app_error", + "translation": "Unable to save notify data." + }, + { + "id": "app.cloud.upgrade_plan_bot_message_single", + "translation": "{{.UsersNum}} member of the {{.WorkspaceName}} workspace has requested a workspace upgrade for: " + }, + { + "id": "app.cloud.upgrade_plan_bot_message", + "translation": "{{.UsersNum}} members of the {{.WorkspaceName}} workspace have requested a workspace upgrade for: " + }, + { + "id": "app.cloud.trial_plan_bot_message_single", + "translation": "{{.UsersNum}} member of the {{.WorkspaceName}} workspace has requested starting the Enterprise trial for access to: " + }, + { + "id": "app.cloud.trial_plan_bot_message", + "translation": "{{.UsersNum}} members of the {{.WorkspaceName}} workspace have requested starting the Enterprise trial for access to: " } ]