From 968e8b04e1819037ea3c70e321dd4594fc6574b1 Mon Sep 17 00:00:00 2001 From: enahum Date: Fri, 8 Jul 2016 12:27:44 -0400 Subject: daily translations 20160708 (#3533) --- i18n/en.json | 149 +++++++++++++++++++++++++++++------------------------------ 1 file changed, 74 insertions(+), 75 deletions(-) (limited to 'i18n/en.json') diff --git a/i18n/en.json b/i18n/en.json index 792c835bb..e3fba5de2 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -171,6 +171,22 @@ "id": "api.channel.add_user_to_channel.type.app_error", "translation": "Can not add user to this channel type" }, + { + "id": "api.channel.can_manage_channel.private_restricted_system_admin.app_error", + "translation": "Private Group management and creation is restricted to System Administrators." + }, + { + "id": "api.channel.can_manage_channel.private_restricted_team_admin.app_error", + "translation": "Private Group management and creation is restricted to Team and System Administrators." + }, + { + "id": "api.channel.can_manage_channel.public_restricted_system_admin.app_error", + "translation": "Public Channel management and creation is restricted to System Administrators." + }, + { + "id": "api.channel.can_manage_channel.public_restricted_team_admin.app_error", + "translation": "Public Channel management and creation is restricted to Team and System Administrators." + }, { "id": "api.channel.create_channel.direct_channel.app_error", "translation": "Must use createDirectChannel api service for direct message channel creation" @@ -311,22 +327,6 @@ "id": "api.channel.update_channel.deleted.app_error", "translation": "The channel has been archived or deleted" }, - { - "id": "api.channel.can_manage_channel.public_restricted_system_admin.app_error", - "translation": "Public Channel management and creation is restricted to System Administrators." - }, - { - "id": "api.channel.can_manage_channel.public_restricted_team_admin.app_error", - "translation": "Public Channel management and creation is restricted to Team and System Administrators." - }, - { - "id": "api.channel.can_manage_channel.private_restricted_system_admin.app_error", - "translation": "Private Group management and creation is restricted to System Administrators." - }, - { - "id": "api.channel.can_manage_channel.private_restricted_team_admin.app_error", - "translation": "Private Group management and creation is restricted to Team and System Administrators." - }, { "id": "api.channel.update_channel.permission.app_error", "translation": "You do not have the appropriate permissions" @@ -1263,10 +1263,6 @@ "id": "api.slackimport.slack_import.zip.app_error", "translation": "Unable to open zip file" }, - { - "id": "api.team.remove_user_from_team.missing.app_error", - "translation": "The user does not appear to be part of this team." - }, { "id": "api.team.create_team.email_disabled.app_error", "translation": "Team sign-up with email is disabled." @@ -1379,6 +1375,10 @@ "id": "api.team.permanent_delete_team.deleted.warn", "translation": "Permanently deleted team %v id=%v" }, + { + "id": "api.team.remove_user_from_team.missing.app_error", + "translation": "The user does not appear to be part of this team." + }, { "id": "api.team.signup_team.email_disabled.app_error", "translation": "Team sign-up with email is disabled." @@ -1771,14 +1771,14 @@ "id": "api.user.login.blank_pwd.app_error", "translation": "Password field must not be blank" }, - { - "id": "api.user.login.invalid_credentials", - "translation": "User ID or password incorrect." - }, { "id": "api.user.login.inactive.app_error", "translation": "Login failed because your account has been set to inactive. Please contact an administrator." }, + { + "id": "api.user.login.invalid_credentials", + "translation": "User ID or password incorrect." + }, { "id": "api.user.login.not_provided.app_error", "translation": "Either user id or team name and user email must be provided" @@ -2091,6 +2091,10 @@ "id": "api.webhook.regen_outgoing_token.permissions.app_error", "translation": "Inappropriate permissions to regenerate outcoming webhook token" }, + { + "id": "cli.license.critical", + "translation": "Feature requires an enterprise license. Please contact your system administrator about upgrading your enterprise license." + }, { "id": "ent.brand.save_brand_image.decode.app_error", "translation": "Unable to decode image." @@ -2319,6 +2323,22 @@ "id": "error.not_found.title", "translation": "Page not found" }, + { + "id": "leave_team_modal.desc", + "translation": "You will be removed from all public channels and private groups. If the team is private you will not be able to rejoin the team. Are you sure?" + }, + { + "id": "leave_team_modal.no", + "translation": "No" + }, + { + "id": "leave_team_modal.title", + "translation": "Leave the team?" + }, + { + "id": "leave_team_modal.yes", + "translation": "Yes" + }, { "id": "manaultesting.get_channel_id.no_found.debug", "translation": "Could not find channel: %v, %v possibilites searched" @@ -2683,14 +2703,14 @@ "id": "model.config.is_valid.max_users.app_error", "translation": "Invalid maximum users per team for team settings. Must be a positive number." }, - { - "id": "model.config.is_valid.password_length_max_min.app_error", - "translation": "Maximum password length must be greater than or equal to minimum password length." - }, { "id": "model.config.is_valid.password_length.app_error", "translation": "Minimum password length must be a whole number greater than or equal to {{.MinLength}} and less than or equal to {{.MaxLength}}." }, + { + "id": "model.config.is_valid.password_length_max_min.app_error", + "translation": "Maximum password length must be greater than or equal to minimum password length." + }, { "id": "model.config.is_valid.rate_mem.app_error", "translation": "Invalid memory store size for rate limit settings. Must be a positive number" @@ -3075,33 +3095,45 @@ "id": "model.user.is_valid.pwd_lowercase.app_error", "translation": "Your password must contain at least {{.Min}} characters made up of at least one lowercase letter." }, - { - "id": "model.user.is_valid.pwd_lowercase_uppercase.app_error", - "translation": "Your password must contain at least {{.Min}} characters made up of at least one lowercase letter and at least one uppercase letter." - }, { "id": "model.user.is_valid.pwd_lowercase_number.app_error", "translation": "Your password must contain at least {{.Min}} characters made up of at least one lowercase letter and at least one number." }, + { + "id": "model.user.is_valid.pwd_lowercase_number_symbol.app_error", + "translation": "Your password must contain at least {{.Min}} characters made up of at least one lowercase letter, at least one number, and at least one symbol (e.g. \"~!@#$%^&*()\")." + }, { "id": "model.user.is_valid.pwd_lowercase_symbol.app_error", "translation": "Your password must contain at least {{.Min}} characters made up of at least one lowercase letter and at least one symbol (e.g. \"~!@#$%^&*()\")." }, + { + "id": "model.user.is_valid.pwd_lowercase_uppercase.app_error", + "translation": "Your password must contain at least {{.Min}} characters made up of at least one lowercase letter and at least one uppercase letter." + }, { "id": "model.user.is_valid.pwd_lowercase_uppercase_number.app_error", "translation": "Your password must contain at least {{.Min}} characters made up of at least one lowercase letter, at least one uppercase letter, and at least one number." }, + { + "id": "model.user.is_valid.pwd_lowercase_uppercase_number_symbol.app_error", + "translation": "Your password must contain at least {{.Min}} characters made up of at least one lowercase letter, at least one uppercase letter, at least one number, and at least one symbol (e.g. \"~!@#$%^&*()\")." + }, { "id": "model.user.is_valid.pwd_lowercase_uppercase_symbol.app_error", "translation": "Your password must contain at least {{.Min}} characters made up of at least one lowercase letter, at least one uppercase letter, and at least one symbol (e.g. \"~!@#$%^&*()\")." }, { - "id": "model.user.is_valid.pwd_lowercase_number_symbol.app_error", - "translation": "Your password must contain at least {{.Min}} characters made up of at least one lowercase letter, at least one number, and at least one symbol (e.g. \"~!@#$%^&*()\")." + "id": "model.user.is_valid.pwd_number.app_error", + "translation": "Your password must contain at least {{.Min}} characters made up of at least one number." }, { - "id": "model.user.is_valid.pwd_lowercase_uppercase_number_symbol.app_error", - "translation": "Your password must contain at least {{.Min}} characters made up of at least one lowercase letter, at least one uppercase letter, at least one number, and at least one symbol (e.g. \"~!@#$%^&*()\")." + "id": "model.user.is_valid.pwd_number_symbol.app_error", + "translation": "Your password must contain at least {{.Min}} characters made up of at least one number and at least one symbol (e.g. \"~!@#$%^&*()\")." + }, + { + "id": "model.user.is_valid.pwd_symbol.app_error", + "translation": "Your password must contain at least {{.Min}} characters made up of at least one symbol (e.g. \"~!@#$%^&*()\")." }, { "id": "model.user.is_valid.pwd_uppercase.app_error", @@ -3111,25 +3143,13 @@ "id": "model.user.is_valid.pwd_uppercase_number.app_error", "translation": "Your password must contain at least {{.Min}} characters made up of at least one uppercase letter and at least one number." }, - { - "id": "model.user.is_valid.pwd_uppercase_symbol.app_error", - "translation": "Your password must contain at least {{.Min}} characters made up of at least one uppercase letter and at least one symbol (e.g. \"~!@#$%^&*()\")." - }, { "id": "model.user.is_valid.pwd_uppercase_number_symbol.app_error", "translation": "Your password must contain at least {{.Min}} characters made up of at least one uppercase letter, at least one number, and at least one symbol (e.g. \"~!@#$%^&*()\")." }, { - "id": "model.user.is_valid.pwd_number.app_error", - "translation": "Your password must contain at least {{.Min}} characters made up of at least one number." - }, - { - "id": "model.user.is_valid.pwd_number_symbol.app_error", - "translation": "Your password must contain at least {{.Min}} characters made up of at least one number and at least one symbol (e.g. \"~!@#$%^&*()\")." - }, - { - "id": "model.user.is_valid.pwd_symbol.app_error", - "translation": "Your password must contain at least {{.Min}} characters made up of at least one symbol (e.g. \"~!@#$%^&*()\")." + "id": "model.user.is_valid.pwd_uppercase_symbol.app_error", + "translation": "Your password must contain at least {{.Min}} characters made up of at least one uppercase letter and at least one symbol (e.g. \"~!@#$%^&*()\")." }, { "id": "model.user.is_valid.team_id.app_error", @@ -3247,10 +3267,6 @@ "id": "store.sql.read_replicas_not_licensed.critical", "translation": "More than 1 read replica functionality disabled by current license. Please contact your system administrator about upgrading your enterprise license." }, - { - "id": "cli.license.critical", - "translation": "Feature requires an enterprise license. Please contact your system administrator about upgrading your enterprise license." - }, { "id": "store.sql.remove_index.critical", "translation": "Failed to remove index %v" @@ -3343,6 +3359,10 @@ "id": "store.sql_channel.get.find.app_error", "translation": "We encountered an error finding the channel" }, + { + "id": "store.sql_channel.get_all.app_error", + "translation": "We couldn't get all the channels" + }, { "id": "store.sql_channel.get_by_name.existing.app_error", "translation": "We couldn't find the existing channel" @@ -3371,10 +3391,6 @@ "id": "store.sql_channel.get_for_export.app_error", "translation": "We couldn't get all the channels" }, - { - "id": "store.sql_channel.get_all.app_error", - "translation": "We couldn't get all the channels" - }, { "id": "store.sql_channel.get_member.app_error", "translation": "We couldn't get the channel member" @@ -4299,27 +4315,10 @@ "id": "utils.mail.test.configured.error", "translation": "SMTP server settings do not appear to be configured properly err=%v details=%v" }, - { "id": "utils.mail.test.configured.error", "translation": "SMTP server settings do not appear to be configured properly err=%v details=%v" }, - { - "id": "leave_team_modal.title", - "translation": "Leave the team?" - }, - { - "id": "leave_team_modal.desc", - "translation": "You will be removed from all public channels and private groups. If the team is private you will not be able to rejoin the team. Are you sure?" - }, - { - "id": "leave_team_modal.no", - "translation": "No" - }, - { - "id": "leave_team_modal.yes", - "translation": "Yes" - }, { "id": "web.admin_console.title", "translation": "Admin Console" -- cgit v1.2.3-1-g7c22