diff options
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/en.json | 272 | ||||
-rw-r--r-- | i18n/es.json | 264 |
2 files changed, 384 insertions, 152 deletions
diff --git a/i18n/en.json b/i18n/en.json index 2d86e1ee5..aeeaf576b 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -244,120 +244,140 @@ "translation": "Tried to perform an invalid update of the default channel {{.Channel}}" }, { - "id": "api.command.check_command.start.app_error", - "translation": "Command must start with /" + "id": "api.command.admin_only.app_error", + "translation": "Integrations have been limited to admins only." }, { - "id": "api.command.echo_command.create.error", - "translation": "Unable to create /echo post, err=%v" + "id": "api.command.delete.app_error", + "translation": "Inappropriate permissions to delete command" }, { - "id": "api.command.echo_command.description", - "translation": "Echo back text from your account, /echo \"message\" [delay in seconds]" + "id": "api.command.disabled.app_error", + "translation": "Commands have been disabled by the system admin." }, { - "id": "api.command.echo_command.high_volume.app_error", - "translation": "High volume of echo request, cannot process request" + "id": "api.command.execute_command.debug", + "translation": "Executing cmd=%v userId=%v" }, { - "id": "api.command.echo_command.under.app_error", - "translation": "Delays must be under 10000 seconds" + "id": "api.command.execute_command.failed.app_error", + "translation": "Command with a trigger of '{{.Trigger}}' failed" + }, + { + "id": "api.command.execute_command.failed_empty.app_error", + "translation": "Command with a trigger of '{{.Trigger}}' returned an empty response" + }, + { + "id": "api.command.execute_command.failed_resp.app_error", + "translation": "Command with a trigger of '{{.Trigger}}' returned response {{.Status}}" + }, + { + "id": "api.command.execute_command.not_found.app_error", + "translation": "Command with a trigger of '{{.Trigger}}' not found" + }, + { + "id": "api.command.execute_command.save.app_error", + "translation": "An error while saving the command response to the channel" + }, + { + "id": "api.command.execute_command.start.app_error", + "translation": "No command trigger found" }, { "id": "api.command.init.debug", "translation": "Initializing command api routes" }, { - "id": "api.command.load_test_channels_command.channel.description", - "translation": "Add a specified number of random channels to current team <MinChannels> <MaxChannels>" + "id": "api.command.regen.app_error", + "translation": "Inappropriate permissions to regenerate command token" }, { - "id": "api.command.load_test_channels_command.fuzz.description", - "translation": "Add a specified number of random channels with fuzz text to current team <Min Channels> <Max Channels>" + "id": "api.command_echo.create.app_error", + "translation": "Unable to create /echo post, err=%v" }, { - "id": "api.command.load_test_command.description", - "translation": "Debug Load Testing" + "id": "api.command_echo.delay.app_error", + "translation": "Delays must be under 10000 seconds" }, { - "id": "api.command.load_test_posts_command.fuzz.description", - "translation": "Add some random posts with fuzz text to current channel <Min Posts> <Max Posts> <Min Images> <Max Images>" + "id": "api.command_echo.desc", + "translation": "Echo back text from your account" }, { - "id": "api.command.load_test_posts_command.posts.description", - "translation": "Add some random posts to current channel <Min Posts> <Max Posts> <Min Images> <Max Images>" + "id": "api.command_echo.high_volume.app_error", + "translation": "High volume of echo request, cannot process request" }, { - "id": "api.command.load_test_setup_command.create.error", - "translation": "Failed to create testing environment" + "id": "api.command_echo.hint", + "translation": "'message' [delay in seconds]" }, { - "id": "api.command.load_test_setup_command.created.info", - "translation": "Team Created: %v" + "id": "api.command_echo.name", + "translation": "echo" }, { - "id": "api.command.load_test_setup_command.description", - "translation": "Creates a testing environment in current team. [teams] [fuzz] <Num Channels> <Num Users> <NumPosts>" + "id": "api.command_join.desc", + "translation": "Join the open channel" }, { - "id": "api.command.load_test_setup_command.login.info", - "translation": "\t User to login: %v, %v" + "id": "api.command_join.fail.app_error", + "translation": "An error occured while joining the channel." }, { - "id": "api.command.load_test_url_command.create.error", - "translation": "Unable to create post, err=%v" + "id": "api.command_join.hint", + "translation": "[channel-name]" }, { - "id": "api.command.load_test_url_command.description", - "translation": "Add a post containing the text from a given url to current channel <Url>" + "id": "api.command_join.list.app_error", + "translation": "An error occured while listing channels." }, { - "id": "api.command.load_test_url_command.file.app_error", - "translation": "Unable to get file" + "id": "api.command_join.missing.app_error", + "translation": "We couldn't find the channel" }, { - "id": "api.command.load_test_url_command.reading.app_error", - "translation": "Encountered error reading file" + "id": "api.command_join.name", + "translation": "join" }, { - "id": "api.command.load_test_url_command.url.app_error", - "translation": "Command must contain a url" + "id": "api.command_join.success", + "translation": "Joined channel." }, { - "id": "api.command.load_test_users_command.fuzz.description", - "translation": "Add a specified number of random users with fuzz text to current team <Min Users> <Max Users>" + "id": "api.command_logout.desc", + "translation": "Logout of Mattermost" }, { - "id": "api.command.load_test_users_command.users.description", - "translation": "Add a specified number of random users to current team <Min Users> <Max Users>" + "id": "api.command_logout.name", + "translation": "logout" }, { - "id": "api.command.logout_command.description", - "translation": "Logout" + "id": "api.command_logout.success_message", + "translation": "Logging out..." }, { - "id": "api.command.me_command.create.error", - "translation": "Unable to create /me post post, err=%v" + "id": "api.command_me.desc", + "translation": "Do an action" }, { - "id": "api.command.me_command.description", - "translation": "Do an action, /me [message]" + "id": "api.command_me.hint", + "translation": "[message]" }, { - "id": "api.command.no_implemented.app_error", - "translation": "Command not implemented" + "id": "api.command_me.name", + "translation": "me" }, { - "id": "api.command.shrug_command.create.error", - "translation": "Unable to create /shrug post post, err=%v" + "id": "api.command_shrug.desc", + "translation": "Adds ¯\\_(ツ)_/¯ to your message" }, { - "id": "api.command.shrug_command.description", - "translation": "Adds ¯\\_(ツ)_/¯ to your message, /shrug [message]" + "id": "api.command_shrug.hint", + "translation": "[message]" }, { - "id": "api.commmand.join_command.description", - "translation": "Join the open channel" + "id": "api.command_shrug.name", + "translation": "shrug" }, { "id": "api.context.404.app_error", @@ -592,6 +612,10 @@ "translation": "License did not save properly." }, { + "id": "api.license.add_license.save_active.app_error", + "translation": "Active license ID did not save properly." + }, + { "id": "api.license.add_license.unique_users.app_error", "translation": "This license only supports {{.Users}} users, when your system has {{.Count}} unique users. Unique users are counted distinctly by email address. You can see total user count under Site Reports -> View Statistics." }, @@ -656,6 +680,14 @@ "translation": "Error getting access token from DB before deletion" }, { + "id": "api.post.check_for_out_of_channel_mentions.message.multiple", + "translation": "{{.Usernames}} and {{.LastUsername}} were mentioned, but they do not belong to this channel." + }, + { + "id": "api.post.check_for_out_of_channel_mentions.message.one", + "translation": "{{.Username}} was mentioned, but they do not belong to this channel." + }, + { "id": "api.post.create_post.bad_filename.error", "translation": "Bad filename discarded, filename=%v" }, @@ -684,6 +716,10 @@ "translation": "You do not have the appropriate permissions" }, { + "id": "api.post.get_out_of_channel_mentions.regex.error", + "translation": "Failed to compile @mention regex user_id=%v, err=%v" + }, + { "id": "api.post.get_post.permissions.app_error", "translation": "You do not have the appropriate permissions" }, @@ -692,6 +728,14 @@ "translation": "Encountered error getting channel, channel_id=%s, err=%v" }, { + "id": "api.post.handle_post_events_and_forget.members.error", + "translation": "Failed to get channel members channel_id=%v err=%v" + }, + { + "id": "api.post.handle_post_events_and_forget.profiles.error", + "translation": "Failed to retrieve user profiles team_id=%v, err=%v" + }, + { "id": "api.post.handle_post_events_and_forget.team.error", "translation": "Encountered error getting team, team_id=%s, err=%v" }, @@ -732,10 +776,6 @@ "translation": "Failed to update direct channel preference user_id=%v other_user_id=%v err=%v" }, { - "id": "api.post.send_notifications_and_forget.members.error", - "translation": "Failed to get channel members channel_id=%v err=%v" - }, - { "id": "api.post.send_notifications_and_forget.mention_body", "translation": "You have one new mention." }, @@ -768,10 +808,6 @@ "translation": "Failed to send push notificationid=%v, err=%v" }, { - "id": "api.post.send_notifications_and_forget.retrive_profiles.error", - "translation": "Failed to retrieve user profiles team_id=%v, err=%v" - }, - { "id": "api.post.send_notifications_and_forget.send.error", "translation": "Failed to send mention email successfully email=%v err=%v" }, @@ -1728,6 +1764,10 @@ "translation": "Enterprise Enabled: %v" }, { + "id": "mattermost.load_license.find.warn", + "translation": "Unable to find active license" + }, + { "id": "mattermost.security_bulletin.error", "translation": "Failed to get security bulletin details" }, @@ -1872,6 +1912,46 @@ "translation": "Authentication tokens didn't match" }, { + "id": "model.command.is_valid.create_at.app_error", + "translation": "Create at must be a valid time" + }, + { + "id": "model.command.is_valid.id.app_error", + "translation": "Invalid Id" + }, + { + "id": "model.command.is_valid.method.app_error", + "translation": "Invalid Method" + }, + { + "id": "model.command.is_valid.team_id.app_error", + "translation": "Invalid team id" + }, + { + "id": "model.command.is_valid.token.app_error", + "translation": "Invalid token" + }, + { + "id": "model.command.is_valid.trigger.app_error", + "translation": "Invalid trigger" + }, + { + "id": "model.command.is_valid.update_at.app_error", + "translation": "Update at must be a valid time" + }, + { + "id": "model.command.is_valid.url.app_error", + "translation": "Invalid url" + }, + { + "id": "model.command.is_valid.url_http.app_error", + "translation": "Invalid URL. Must be a valid URL and start with http:// or https://" + }, + { + "id": "model.command.is_valid.user_id.app_error", + "translation": "Invalid user id" + }, + { "id": "model.config.is_valid.email_reset_salt.app_error", "translation": "Invalid password reset salt for email settings. Must be 32 chars or more." }, @@ -2556,6 +2636,46 @@ "translation": "We encountered an error updating the channel member" }, { + "id": "store.sql_command.save.delete.app_error", + "translation": "We couldn't delete the command" + }, + { + "id": "store.sql_command.save.delete_perm.app_error", + "translation": "We couldn't delete the command" + }, + { + "id": "store.sql_command.save.get.app_error", + "translation": "We couldn't get the command" + }, + { + "id": "store.sql_command.save.get_team.app_error", + "translation": "We couldn't get the commands" + }, + { + "id": "store.sql_command.save.saving.app_error", + "translation": "We couldn't save the Command" + }, + { + "id": "store.sql_command.save.saving_overwrite.app_error", + "translation": "You cannot overwrite an existing Command" + }, + { + "id": "store.sql_command.save.update.app_error", + "translation": "We couldn't update the command" + }, + { + "id": "store.sql_license.get.app_error", + "translation": "We encountered an error getting the license" + }, + { + "id": "store.sql_license.get.missing.app_error", + "translation": "A license with that ID was not found" + }, + { + "id": "store.sql_license.save.app_error", + "translation": "We encountered an error saving the license" + }, + { "id": "store.sql_oauth.get_access_data.app_error", "translation": "We encountered an error finding the access token" }, @@ -3016,6 +3136,14 @@ "translation": "Unable to update verify email field" }, { + "id": "store.sql_webhooks.analytics_incoming_count.app_error", + "translation": "We couldn't count the incoming webhooks" + }, + { + "id": "store.sql_webhooks.analytics_outgoing_count.app_error", + "translation": "We couldn't count the outgoing webhooks" + }, + { "id": "store.sql_webhooks.delete_incoming.app_error", "translation": "We couldn't delete the webhook" }, @@ -3044,10 +3172,6 @@ "translation": "We couldn't get the webhooks" }, { - "id": "store.sql_webhooks.get_outgoing_by_creator.app_error", - "translation": "We couldn't get the webhooks" - }, - { "id": "store.sql_webhooks.get_outgoing_by_team.app_error", "translation": "We couldn't get the webhooks" }, @@ -3080,14 +3204,6 @@ "translation": "We couldn't update the webhook" }, { - "id": "store.sql_webhooks.analytics_incoming_count.app_error", - "translation": "We couldn't count the incoming webhooks" - }, - { - "id": "store.sql_webhooks.analytics_outgoing_count.app_error", - "translation": "We couldn't count the outgoing webhooks" - }, - { "id": "utils.config.load_config.decoding.panic", "translation": "Error decoding config file={{.Filename}}, err={{.Error}}" }, @@ -3120,10 +3236,6 @@ "translation": "No valid enterprise license found" }, { - "id": "utils.license.load_license.open_find.warn", - "translation": "Unable to open/find license file" - }, - { "id": "utils.license.remove_license.unable.error", "translation": "Unable to remove license file, err=%v" }, diff --git a/i18n/es.json b/i18n/es.json index bd29c9860..9512bd929 100644 --- a/i18n/es.json +++ b/i18n/es.json @@ -244,120 +244,140 @@ "translation": "Intento de realizar una actualización inválida al canal predeterminado {{.Channel}}" }, { - "id": "api.command.check_command.start.app_error", - "translation": "El comando debe comenzar con /" + "id": "api.command.admin_only.app_error", + "translation": "Las ingtegraciones solo pueden ser utilizadas por adminitradores." }, { - "id": "api.command.echo_command.create.error", - "translation": "No se puede crear /echo mensaje, err=%v" + "id": "api.command.delete.app_error", + "translation": "Permisos inapropiados para utilizar el comando de borrar" }, { - "id": "api.command.echo_command.description", - "translation": "Echo del texto desde tu cuenta, /echo \"mensaje\" [retraso en segundos]" + "id": "api.command.disabled.app_error", + "translation": "Los comandos han sido deshabilitados por el administrador de sistema." }, { - "id": "api.command.echo_command.high_volume.app_error", - "translation": "Volumen alto de solicitudes echo, no se puede procesar la solicitud" + "id": "api.command.execute_command.debug", + "translation": "Ejecutando cmd=%v userId=%v" }, { - "id": "api.command.echo_command.under.app_error", - "translation": "El retraso debe ser menor a 10000 segundos" + "id": "api.command.execute_command.failed.app_error", + "translation": "El Comando con el gatillador '{{.Trigger}}' falló" + }, + { + "id": "api.command.execute_command.failed_empty.app_error", + "translation": "El Comando con el gatillador '{{.Trigger}}' retorno una respuesta vacía" + }, + { + "id": "api.command.execute_command.failed_resp.app_error", + "translation": "El Comando con el gatillador '{{.Trigger}}' retorno la respuesta {{.Status}}" + }, + { + "id": "api.command.execute_command.not_found.app_error", + "translation": "No se encontró el Comando con el gatillador '{{.Trigger}}'" + }, + { + "id": "api.command.execute_command.save.app_error", + "translation": "Ocurrió un error mientras se guardaba la respuesta del comando en el canal" + }, + { + "id": "api.command.execute_command.start.app_error", + "translation": "No se encontró un gatillador para el comando" }, { "id": "api.command.init.debug", "translation": "Inicializando rutas del API para los comandos" }, { - "id": "api.command.load_test_channels_command.channel.description", - "translation": "Agrega un número específico de canales aleatorios al equipo actual <MinChannels> <MaxChannels>" + "id": "api.command.regen.app_error", + "translation": "Permisos inapropiados para utilizar le comando de regenerar token" }, { - "id": "api.command.load_test_channels_command.fuzz.description", - "translation": "Agrega un número específico de canales aleatorios con el texto fuzz al equipo actual <Min Channels> <Max Channels>" + "id": "api.command_echo.create.app_error", + "translation": "No se pudo crear el /echo mensaje, err=%v" }, { - "id": "api.command.load_test_command.description", - "translation": "Depurar pruebas de carga" + "id": "api.command_echo.delay.app_error", + "translation": "El retraso debe ser menor a 10000 segundos" }, { - "id": "api.command.load_test_posts_command.fuzz.description", - "translation": "Agrega algunos mensajes aleatorios con el texto fuzz al canal actual <Min Mensajes> <Max Mensajes> <Min Images> <Max Imágenes>" + "id": "api.command_echo.desc", + "translation": "Eco de vuelta un texto utilizando tu cuenta" }, { - "id": "api.command.load_test_posts_command.posts.description", - "translation": "Agrega algunos mensajes aleatorios al canal actual <Min Mensajes> <Max Mensajes> <Min Images> <Max Imágenes>" + "id": "api.command_echo.high_volume.app_error", + "translation": "Demasiadas solicitudes de echo, no pudimos procesar la solicitud" }, { - "id": "api.command.load_test_setup_command.create.error", - "translation": "Falla al crear el entorno de pruebas" + "id": "api.command_echo.hint", + "translation": "'mensaje' [retraso en segundos]" }, { - "id": "api.command.load_test_setup_command.created.info", - "translation": "Equipo Creado: %v" + "id": "api.command_echo.name", + "translation": "echo" }, { - "id": "api.command.load_test_setup_command.description", - "translation": "Crea un entorno de prueba para el equipo actual. [equipos] [fuzz] <Cant Canales> <Cant Usuarios> <Num Mensajes>" + "id": "api.command_join.desc", + "translation": "Unirte a un canal público" }, { - "id": "api.command.load_test_setup_command.login.info", - "translation": "\t Usuario que inicia sesión: %v, %v" + "id": "api.command_join.fail.app_error", + "translation": "Ocurrió un error al unirse al canal." }, { - "id": "api.command.load_test_url_command.create.error", - "translation": "No se pudo crear el mensaje, err=%v" + "id": "api.command_join.hint", + "translation": "[nombre del canal]" }, { - "id": "api.command.load_test_url_command.description", - "translation": "Agraga un mensaje que contiene el texto de un url dado al canal actual <Url>" + "id": "api.command_join.list.app_error", + "translation": "Ocurrió un error al listar los canales." }, { - "id": "api.command.load_test_url_command.file.app_error", - "translation": "No se puede obtener el archivo" + "id": "api.command_join.missing.app_error", + "translation": "No pudimos encontrar el canal" }, { - "id": "api.command.load_test_url_command.reading.app_error", - "translation": "Se encontró un error leyendo el archivo" + "id": "api.command_join.name", + "translation": "unir" }, { - "id": "api.command.load_test_url_command.url.app_error", - "translation": "El comando debe contener un url" + "id": "api.command_join.success", + "translation": "Te uniste al canal." }, { - "id": "api.command.load_test_users_command.fuzz.description", - "translation": "Agraga un número específico de usuarios aleatorios con el texto fuzz al equipo actual <Min Users> <Max Users>" + "id": "api.command_logout.desc", + "translation": "Salir de Mattermost" }, { - "id": "api.command.load_test_users_command.users.description", - "translation": "Agrega un número específico de usuarios aleatorios al equipo actual <Min Users> <Max Users>" + "id": "api.command_logout.name", + "translation": "salir" }, { - "id": "api.command.logout_command.description", - "translation": "Cerrar sesión" + "id": "api.command_logout.success_message", + "translation": "Cerrando sesión..." }, { - "id": "api.command.me_command.create.error", - "translation": "No se pudo crear el mensaje /me mensaje, err=%v" + "id": "api.command_me.desc", + "translation": "Hacer una acción" }, { - "id": "api.command.me_command.description", - "translation": "Realiza una acción, /me [mensaje]" + "id": "api.command_me.hint", + "translation": "[mensaje]" }, { - "id": "api.command.no_implemented.app_error", - "translation": "Comando no implementado" + "id": "api.command_me.name", + "translation": "yo" }, { - "id": "api.command.shrug_command.create.error", - "translation": "No se pudo crear el mensaje /shrug mensaje, err=%v" + "id": "api.command_shrug.desc", + "translation": "Agrega ¯\\_(ツ)_/¯ a tu mensaje" }, { - "id": "api.command.shrug_command.description", - "translation": "Agrega ¯\\_(ツ)_/¯ a tu mensaje, /shrug [mensaje]" + "id": "api.command_shrug.hint", + "translation": "[mensaje]" }, { - "id": "api.commmand.join_command.description", - "translation": "Unirme al canal abierto" + "id": "api.command_shrug.name", + "translation": "npi" }, { "id": "api.context.404.app_error", @@ -592,6 +612,10 @@ "translation": "La licencia no fue guardada correctamente." }, { + "id": "api.license.add_license.save_active.app_error", + "translation": "El ID de la licencia Activa no se guardo apropiadamente." + }, + { "id": "api.license.add_license.unique_users.app_error", "translation": "Esta licencia sólo soporta {{.Users}} usuarios, cuando tu sistema tiene {{.Count}} usuarios únicos. Los usuarios únicos se cuentan por direcciónes de correo electrónico distintas. Puedes ver el totoal de usuarios en REPORTES DEL SITIO -> Ver Estadísticas." }, @@ -656,6 +680,14 @@ "translation": "Error obteniendo el token de acceso desde la BD antes de ser eliminado" }, { + "id": "api.post.check_for_out_of_channel_mentions.message.multiple", + "translation": "{{.Usernames}} y {{.LastUsername}} fueron mencionados, pero ellos no pertenecen a este canal." + }, + { + "id": "api.post.check_for_out_of_channel_mentions.message.one", + "translation": "{{.Username}} fue mencionado, pero no pertenece a este canal." + }, + { "id": "api.post.create_post.bad_filename.error", "translation": "Nombre errado de archivo descartado, archivo=%v" }, @@ -684,6 +716,10 @@ "translation": "No tienes los permisos apropiados" }, { + "id": "api.post.get_out_of_channel_mentions.regex.error", + "translation": "Falla al compilar el regex de la @mencion user_id=%v, err=%v" + }, + { "id": "api.post.get_post.permissions.app_error", "translation": "No tienes los permisos apropiados" }, @@ -692,6 +728,14 @@ "translation": "Se encontró un error obteniendo el canal, channel_id=%s, err=%v" }, { + "id": "api.post.handle_post_events_and_forget.members.error", + "translation": "Falla al obtener los miembros del canal channel_id=%v err=%v" + }, + { + "id": "api.post.handle_post_events_and_forget.profiles.error", + "translation": "Falla al recuperar los perfiles de usuario team_id=%v, err=%v" + }, + { "id": "api.post.handle_post_events_and_forget.team.error", "translation": "Se encontró un error obteniendo el equipo, team_id=%s, err=%v" }, @@ -732,10 +776,6 @@ "translation": "Falla al actualizar las preferencias del canal directo user_id=%v other_user_id=%v err=%v" }, { - "id": "api.post.send_notifications_and_forget.members.error", - "translation": "Falla al obtener los miembros del canal channel_id=%v err=%v" - }, - { "id": "api.post.send_notifications_and_forget.mention_body", "translation": "Tienes una mención nueva." }, @@ -768,10 +808,6 @@ "translation": "Falló el envio de la notificación push notificationid=%v, err=%v" }, { - "id": "api.post.send_notifications_and_forget.retrive_profiles.error", - "translation": "Falla al recuperar los perfiles de usuario team_id=%v, err=%v" - }, - { "id": "api.post.send_notifications_and_forget.send.error", "translation": "Falla al enviar el correo con la mención satisfactoriamente email=%v err=%v" }, @@ -1728,6 +1764,10 @@ "translation": "Empresa Habilitada: %v" }, { + "id": "mattermost.load_license.find.warn", + "translation": "No se encontró una licencia activa" + }, + { "id": "mattermost.security_bulletin.error", "translation": "Falla al obtener el detalle del boletín de seguridad" }, @@ -1872,6 +1912,46 @@ "translation": "Token de autenticación no coincidió" }, { + "id": "model.command.is_valid.create_at.app_error", + "translation": "Fecha de Creación debe ser válida" + }, + { + "id": "model.command.is_valid.id.app_error", + "translation": "Id inválido" + }, + { + "id": "model.command.is_valid.method.app_error", + "translation": "Método Inválido" + }, + { + "id": "model.command.is_valid.team_id.app_error", + "translation": "Id del equipo inválido" + }, + { + "id": "model.command.is_valid.token.app_error", + "translation": "Token inválido" + }, + { + "id": "model.command.is_valid.trigger.app_error", + "translation": "gatillador inválido" + }, + { + "id": "model.command.is_valid.update_at.app_error", + "translation": "Fecha de Actualización debe ser válida" + }, + { + "id": "model.command.is_valid.url.app_error", + "translation": "URL inválido" + }, + { + "id": "model.command.is_valid.url_http.app_error", + "translation": "URL inválido. Debe ser un URL válido y comenzar con http:// o https://" + }, + { + "id": "model.command.is_valid.user_id.app_error", + "translation": "Id de usuario inválido" + }, + { "id": "model.config.is_valid.email_reset_salt.app_error", "translation": "Salt para restablecer contraseñas en la configuración de correos es inválido. Debe ser de 32 caracteres o más." }, @@ -2556,6 +2636,46 @@ "translation": "Encontramos un error actualizando el miembro del canal" }, { + "id": "store.sql_command.save.delete.app_error", + "translation": "No pudimos eliminar el comando" + }, + { + "id": "store.sql_command.save.delete_perm.app_error", + "translation": "No pudimos eliminar el comando" + }, + { + "id": "store.sql_command.save.get.app_error", + "translation": "No pudimos obtener el comando" + }, + { + "id": "store.sql_command.save.get_team.app_error", + "translation": "No pudimos obtener los comandos" + }, + { + "id": "store.sql_command.save.saving.app_error", + "translation": "No pudimos guardar el Comando" + }, + { + "id": "store.sql_command.save.saving_overwrite.app_error", + "translation": "No puedes sobreescribir un comando existente" + }, + { + "id": "store.sql_command.save.update.app_error", + "translation": "No pudimos actualizar el comando" + }, + { + "id": "store.sql_license.get.app_error", + "translation": "Encontramos un error al obtener la licencia" + }, + { + "id": "store.sql_license.get.missing.app_error", + "translation": "No se encontró una licencia con ese ID" + }, + { + "id": "store.sql_license.save.app_error", + "translation": "Encontramos un error al guardar la licencia" + }, + { "id": "store.sql_oauth.get_access_data.app_error", "translation": "Encontramos un error buscando el token de acceso" }, @@ -3016,6 +3136,14 @@ "translation": "No se puede actualizar el campo de verificar correo" }, { + "id": "store.sql_webhooks.analytics_incoming_count.app_error", + "translation": "No pudimos contar la cantidad de webhooks entrantes" + }, + { + "id": "store.sql_webhooks.analytics_outgoing_count.app_error", + "translation": "No pudimos contar la cantidad de webhooks salientes" + }, + { "id": "store.sql_webhooks.delete_incoming.app_error", "translation": "No pudimos eliminar el webhook" }, @@ -3044,10 +3172,6 @@ "translation": "No pudimos obtener los webhooks" }, { - "id": "store.sql_webhooks.get_outgoing_by_creator.app_error", - "translation": "No pudimos obtener los webhooks" - }, - { "id": "store.sql_webhooks.get_outgoing_by_team.app_error", "translation": "No pudimos obtener los webhooks" }, @@ -3112,10 +3236,6 @@ "translation": "No se encontró una licencia enterprise válida" }, { - "id": "utils.license.load_license.open_find.warn", - "translation": "No pudimos encontrar/abrir el achivo de licencia" - }, - { "id": "utils.license.remove_license.unable.error", "translation": "No se pudo remover el archivo de la licencia, err=%v" }, |