Prefixing all enterprise translations with ent (#14820)

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
This commit is contained in:
Jesús Espino
2020-08-14 11:58:19 +02:00
committed by GitHub
parent d76039db23
commit 4a76121810

View File

@@ -47,10 +47,6 @@
"id": "September",
"translation": "September"
},
{
"id": "actiance.export.marshalToXml.appError",
"translation": "Unable to convert export to XML."
},
{
"id": "api.admin.add_certificate.array.app_error",
"translation": "No file under 'certificate' in request."
@@ -3290,10 +3286,6 @@
"id": "app.channel_member_history.log_leave_event.internal_error",
"translation": "Failed to record channel member history. Failed to update existing join record"
},
{
"id": "app.cluster.404.app_error",
"translation": "Cluster API endpoint not found."
},
{
"id": "app.command.createcommand.internal_error",
"translation": "Unable to save the command."
@@ -4574,10 +4566,6 @@
"id": "app.terms_of_service.get.no_rows.app_error",
"translation": "No terms of service found."
},
{
"id": "app.user.complete_switch_with_oauth.blank_email.app_error",
"translation": "Unable to complete SAML login with an empty email address."
},
{
"id": "app.user.convert_bot_to_user.app_error",
"translation": "Unable to convert bot to user."
@@ -4882,6 +4870,18 @@
"id": "ent.account_migration.get_saml_users_failed",
"translation": "Unable to get SAML users."
},
{
"id": "ent.actiance.export.marshalToXml.appError",
"translation": "Unable to convert export to XML."
},
{
"id": "ent.api.post.send_notifications_and_forget.push_image_only",
"translation": " attached a file."
},
{
"id": "ent.cluster.404.app_error",
"translation": "Cluster API endpoint not found."
},
{
"id": "ent.cluster.config_changed.info",
"translation": "Cluster configuration has changed for id={{ .id }}. The cluster may become unstable and a restart is required. To ensure the cluster is configured correctly you should perform a rolling restart immediately."
@@ -4890,6 +4890,10 @@
"id": "ent.cluster.json_encode.error",
"translation": "Error occurred while marshalling JSON request"
},
{
"id": "ent.cluster.model.client.connecting.app_error",
"translation": "We encountered an error while connecting to the server."
},
{
"id": "ent.cluster.save_config.error",
"translation": "System Console is set to read-only when High Availability is enabled unless ReadOnlyConfig is disabled in the configuration file."
@@ -5194,6 +5198,18 @@
"id": "ent.id_loaded.license_disable.app_error",
"translation": "Your license does not support ID Loaded Push Notifications."
},
{
"id": "ent.jobs.do_job.batch_size.parse_error",
"translation": "Could not parse message export job BatchSize."
},
{
"id": "ent.jobs.do_job.batch_start_timestamp.parse_error",
"translation": "Could not parse message export job ExportFromTimestamp."
},
{
"id": "ent.jobs.start_synchronize_job.timeout",
"translation": "Reached AD/LDAP synchronization job timeout."
},
{
"id": "ent.ldap.app_error",
"translation": "ldap interface was nil."
@@ -5238,6 +5254,14 @@
"id": "ent.ldap.do_login.user_not_registered.app_error",
"translation": "User not registered on AD/LDAP server."
},
{
"id": "ent.ldap.save_user.email_exists.ldap_app_error",
"translation": "This account does not use AD/LDAP authentication. Please sign in using email and password."
},
{
"id": "ent.ldap.save_user.username_exists.ldap_app_error",
"translation": "An account with that username already exists. Please contact your Administrator."
},
{
"id": "ent.ldap.syncronize.delete_group_constained_memberships",
"translation": "error deleting team or channel memberships"
@@ -5426,10 +5450,22 @@
"id": "ent.saml.metadata.app_error",
"translation": "An error occurred while building Service Provider Metadata."
},
{
"id": "ent.saml.save_user.email_exists.saml_app_error",
"translation": "This account does not use SAML authentication. Please sign in using email and password."
},
{
"id": "ent.saml.save_user.username_exists.saml_app_error",
"translation": "An account with that username already exists. Please contact your Administrator."
},
{
"id": "ent.saml.service_disable.app_error",
"translation": "SAML 2.0 is not configured or supported on this server."
},
{
"id": "ent.user.complete_switch_with_oauth.blank_email.app_error",
"translation": "Unable to complete SAML login with an empty email address."
},
{
"id": "group_not_associated_to_synced_team",
"translation": "Group cannot be associated to the channel until it is first associated to the parent group-synced team."
@@ -5466,14 +5502,6 @@
"id": "interactive_message.generate_trigger_id.signing_failed",
"translation": "Failed to sign generated trigger ID for interactive dialog."
},
{
"id": "jobs.do_job.batch_size.parse_error",
"translation": "Could not parse message export job BatchSize."
},
{
"id": "jobs.do_job.batch_start_timestamp.parse_error",
"translation": "Could not parse message export job ExportFromTimestamp."
},
{
"id": "jobs.request_cancellation.status.error",
"translation": "Could not request cancellation for job that is not in a cancelable state."
@@ -5482,10 +5510,6 @@
"id": "jobs.set_job_error.update.error",
"translation": "Failed to set job status to error"
},
{
"id": "jobs.start_synchronize_job.timeout",
"translation": "Reached AD/LDAP synchronization job timeout."
},
{
"id": "manaultesting.manual_test.parse.app_error",
"translation": "Unable to parse URL."
@@ -5694,10 +5718,6 @@
"id": "model.channel_member.is_valid.user_id.app_error",
"translation": "Invalid user id."
},
{
"id": "model.client.connecting.app_error",
"translation": "We encountered an error while connecting to the server."
},
{
"id": "model.cluster.is_valid.create_at.app_error",
"translation": "CreateAt must be set."
@@ -7714,14 +7734,6 @@
"id": "store.sql_user.save.email_exists.app_error",
"translation": "An account with that email already exists."
},
{
"id": "store.sql_user.save.email_exists.ldap_app_error",
"translation": "This account does not use AD/LDAP authentication. Please sign in using email and password."
},
{
"id": "store.sql_user.save.email_exists.saml_app_error",
"translation": "This account does not use SAML authentication. Please sign in using email and password."
},
{
"id": "store.sql_user.save.existing.app_error",
"translation": "Must call update for existing user."
@@ -7734,14 +7746,6 @@
"id": "store.sql_user.save.username_exists.app_error",
"translation": "An account with that username already exists."
},
{
"id": "store.sql_user.save.username_exists.ldap_app_error",
"translation": "An account with that username already exists. Please contact your Administrator."
},
{
"id": "store.sql_user.save.username_exists.saml_app_error",
"translation": "An account with that username already exists. Please contact your Administrator."
},
{
"id": "store.sql_user.search.app_error",
"translation": "Unable to find any user matching the search parameters."