From 85f79865e92676e81822303375505e7f57113eed Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Tue, 5 Apr 2016 12:54:55 -0300 Subject: Add missing slash commands spanish locs --- webapp/i18n/en.json | 18 +++++++++--------- webapp/i18n/es.json | 14 +++++++++++++- 2 files changed, 22 insertions(+), 10 deletions(-) (limited to 'webapp/i18n') diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json index b66b079e7..8eca7451d 100644 --- a/webapp/i18n/en.json +++ b/webapp/i18n/en.json @@ -39,8 +39,8 @@ "add_command.displayName": "Display Name", "add_command.header": "Add Slash Command", "add_command.iconUrl": "Response Icon", - "add_command.iconUrl.placeholder": "https://www.example.com/myicon.png", "add_command.iconUrl.help": "Choose a profile picture override for the post responses to this slash command. Enter the URL of a .png or .jpg file at least 128 pixels by 128 pixels.", + "add_command.iconUrl.placeholder": "https://www.example.com/myicon.png", "add_command.method": "Request Method", "add_command.method.get": "GET", "add_command.method.help": "The type of command request issued to the Request URL.", @@ -50,13 +50,13 @@ "add_command.trigger.help2": "Reserved: /echo, /join, /logout, /me, /shrug", "add_command.trigger.placeholder": "Command trigger e.g. \"hello\" not including the slash", "add_command.triggerRequired": "A trigger word is required", - "add_command.username": "Response Username", - "add_command.username.help": "Choose a username override for responses for this slash command. Usernames can consist of up to 22 characters consisting of lowercase letters, numbers and they symbols \"-\", \"_\", and \".\" .", - "add_command.username.placeholder": "Username", "add_command.url": "Request URL", "add_command.url.help": "The callback URL to receive the HTTP POST or GET event request when the slash command is run.", "add_command.url.placeholder": "Must start with http:// or https://", "add_command.urlRequired": "A request URL is required", + "add_command.username": "Response Username", + "add_command.username.help": "Choose a username override for responses for this slash command. Usernames can consist of up to 22 characters consisting of lowercase letters, numbers and they symbols \"-\", \"_\", and \".\" .", + "add_command.username.placeholder": "Username", "add_incoming_webhook.cancel": "Cancel", "add_incoming_webhook.channel": "Channel", "add_incoming_webhook.channelRequired": "A valid channel is required", @@ -64,9 +64,9 @@ "add_incoming_webhook.header": "Add Incoming Webhook", "add_incoming_webhook.name": "Name", "add_incoming_webhook.save": "Save", - "add_integration.header": "Add Integration", "add_integration.command.description": "Create slash commands to send events to external integrations and receive a response.", "add_integration.command.title": "Slash Command", + "add_integration.header": "Add Integration", "add_integration.incomingWebhook.description": "Create webhook URLs for use in external integrations.", "add_integration.incomingWebhook.title": "Incoming Webhook", "add_integration.outgoingWebhook.description": "Create webhooks to send new message events to an external integration.", @@ -620,7 +620,7 @@ "backstage_navbar.backToMattermost": "Back to {siteName}", "backstage_sidebar.integrations": "Integrations", "backstage_sidebar.integrations.add": "Add Integration", - "backstage_sidebar.integrations.add.command": "Outgoing Webhook", + "backstage_sidebar.integrations.add.command": "Slash Command", "backstage_sidebar.integrations.add.incomingWebhook": "Incoming Webhook", "backstage_sidebar.integrations.add.outgoingWebhook": "Outgoing Webhook", "backstage_sidebar.integrations.installed": "Installed Integrations", @@ -847,11 +847,11 @@ "get_team_invite_link_modal.title": "Team Invite Link", "installed_integrations.add": "Add Integration", "installed_integrations.allFilter": "All ({count})", + "installed_integrations.commandType": "(Slash Command)", + "installed_integrations.commandsFilter": "Slash Commands ({count})", "installed_integrations.creation": "Created by {creator} on {createAt, date, full}", "installed_integrations.delete": "Delete", "installed_integrations.header": "Installed Integrations", - "installed_integrations.commandType": "(Slash Command)", - "installed_integrations.commandsFilter": "Slash Commands ({count})", "installed_integrations.incomingWebhookType": "(Incoming Webhook)", "installed_integrations.incomingWebhooksFilter": "Incoming Webhooks ({count})", "installed_integrations.outgoingWebhookType": "(Outgoing Webhook)", @@ -1420,4 +1420,4 @@ "web.footer.terms": "Terms", "web.header.back": "Back", "web.root.singup_info": "All team communication in one place, searchable and accessible anywhere" -} +} \ No newline at end of file diff --git a/webapp/i18n/es.json b/webapp/i18n/es.json index ab44f1ea1..f3c075b48 100644 --- a/webapp/i18n/es.json +++ b/webapp/i18n/es.json @@ -27,6 +27,7 @@ "activity_log_modal.android": "Android", "activity_log_modal.androidNativeApp": "Android App Nativa", "activity_log_modal.iphoneNativeApp": "iPhone App Nativa", + "add_command.autocomplete": "Autocompletar", "add_command.autocomplete.help": "Mostrar este comando en la lista de auto completado.", "add_command.autocompleteDescription": "Descripción del Autocompletado", "add_command.autocompleteDescription.help": "Descripción corta opcional para la lista de autocompletado del comando de barra.", @@ -34,8 +35,12 @@ "add_command.autocompleteHint": "Pista del Autocompletado", "add_command.autocompleteHint.help": "Pista opcional que aparece como paramentros necesarios en la lista de autocompletado para el comando.", "add_command.autocompleteHint.placeholder": "Ejemplo: [Nombre del Paciente]", + "add_command.description": "Descripción", + "add_command.displayName": "Nombre a mostrar", + "add_command.header": "Agragar un Comando de Barra", "add_command.iconUrl": "Icono de Respuesta", "add_command.iconUrl.help": "Escoge una imagen de perfil que reemplazara los mensajes publicados por este comando de barra. Ingresa el URL de un archivo .png o .jpg de al menos 128 x 128 pixels.", + "add_command.iconUrl.placeholder": "https://www.example.com/myicon.png", "add_command.method": "Método de Solicitud", "add_command.method.get": "GET", "add_command.method.help": "El tipo de comando que se utiliza al hacer una solicitud al URL.", @@ -44,9 +49,11 @@ "add_command.trigger.help1": "Ejemplos: /paciente, /cliente, /empleado", "add_command.trigger.help2": "Reservadas: /echo, /join, /logout, /me, /shrug", "add_command.trigger.placeholder": "Gatillador del Comando ej. \"hola\" no se debe incluir la barra", + "add_command.triggerRequired": "Se requiere una palabra gatilladora", "add_command.url": "URL de Solicitud", "add_command.url.help": "El URL para recibir el evento de la solicitud HTTP POST o GET cuando se ejecuta el comando de barra.", "add_command.url.placeholder": "Debe comenzar con http:// o https://", + "add_command.urlRequired": "Se requiere un URL a donde llegará la solicitud", "add_command.username": "Nombre de usuario de Respuesta", "add_command.username.help": "Escoge un nombre de usuario que reemplazara los mensajes publicados por este comando de barra. Los nombres de usuario pueden tener hasta 22 caracteres y contener letras en minúsculas, números y los siguientes símbolos \"-\", \"_\", y \".\" .", "add_command.username.placeholder": "Nombre de usuario", @@ -57,6 +64,8 @@ "add_incoming_webhook.header": "Agregar un Webhook de Entrada", "add_incoming_webhook.name": "Nombre", "add_incoming_webhook.save": "Guardar", + "add_integration.command.description": "Crea un comando de barra para enviar eventos a una integración externa y recibir una respuesta.", + "add_integration.command.title": "Comando de Barra", "add_integration.header": "Agregar Integración", "add_integration.incomingWebhook.description": "Crea webhook URLs para utilizarlas con integraciones externas.", "add_integration.incomingWebhook.title": "Webhook de Entrada", @@ -611,6 +620,7 @@ "backstage_navbar.backToMattermost": "Volver a {siteName}", "backstage_sidebar.integrations": "Integraciones", "backstage_sidebar.integrations.add": "Agregar Integración", + "backstage_sidebar.integrations.add.command": "Comando de Barra", "backstage_sidebar.integrations.add.incomingWebhook": "Webhook de Entrada", "backstage_sidebar.integrations.add.outgoingWebhook": "Webhook de Salida", "backstage_sidebar.integrations.installed": "Integraciones Instaladas", @@ -837,6 +847,8 @@ "get_team_invite_link_modal.title": "Enlace de Invitación al Equipo", "installed_integrations.add": "Agregar Integración", "installed_integrations.allFilter": "Todos ({count})", + "installed_integrations.commandType": "(Comando de Barra)", + "installed_integrations.commandsFilter": "Comandos de Barra ({count})", "installed_integrations.creation": "Creado por {creator} el {createAt, date, full}", "installed_integrations.delete": "Eliminar", "installed_integrations.header": "Integraciones Instaladas", @@ -1408,4 +1420,4 @@ "web.footer.terms": "Términos", "web.header.back": "Atrás", "web.root.singup_info": "Todas las comunicaciones del equipo en un sólo lugar, con búsquedas y accesible desde cualquier parte" -} +} \ No newline at end of file -- cgit v1.2.3-1-g7c22