diff --git a/i18n/en_AU.json b/i18n/en_AU.json index 0c0484d862..4b7ea56111 100644 --- a/i18n/en_AU.json +++ b/i18n/en_AU.json @@ -5265,7 +5265,7 @@ }, { "id": "api.templates.cloud_welcome_email.title", - "translation": "Your 30 day trial of the {{.WorkSpace}} workspace is ready to go!" + "translation": "Your workspace is ready to go!" }, { "id": "api.templates.cloud_welcome_email.subtitle_info", @@ -9232,7 +9232,7 @@ }, { "id": "api.templates.cloud_upgrade_confirmation.subtitle", - "translation": "Your {{.WorkspaceName}} workspace has now been upgraded. You will be billed starting {{.TrialEnd}}" + "translation": "Your {{.WorkspaceName}} workspace has now been upgraded. You'll be billed from {{.Date}}" }, { "id": "api.templates.cloud_upgrade_confirmation.subject", @@ -9281,5 +9281,29 @@ { "id": "api.cloud.teams_limit_reached.create", "translation": "Unable to create team because teams limit has been reached" + }, + { + "id": "model.config.is_valid.image_decoder_concurrency.app_error", + "translation": "Invalid decoder concurrency {{.Value}}. Should be a positive number or -1." + }, + { + "id": "app.post.get_top_threads_for_user_since.app_error", + "translation": "Unable to retrieve top threads for user." + }, + { + "id": "app.post.get_top_threads_for_team_since.app_error", + "translation": "Unable to retrieve top threads for team." + }, + { + "id": "app.insights.feature_disabled", + "translation": "Insights feature is disabled." + }, + { + "id": "api.insights.license_error", + "translation": "Your licence doesn't support the Insights feature." + }, + { + "id": "api.insights.feature_disabled", + "translation": "Insights is behind a feature flag which is not enabled." } ]