From 067a43b8cd92a30e99ecdf0321fc0aed9e6825ea Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Thu, 31 May 2018 15:31:11 -0400 Subject: [PATCH] Update translations --- config/locales/client.bg.yml | 8 ++++++++ config/locales/client.de.yml | 3 +++ config/locales/client.es.yml | 29 ++++++++++++++++------------- config/locales/client.fr.yml | 3 +++ config/locales/client.sl.yml | 8 ++++++++ config/locales/client.sr.yml | 8 ++++++++ config/locales/server.bg.yml | 8 ++++++++ config/locales/server.pt.yml | 4 +++- config/locales/server.sl.yml | 8 ++++++++ config/locales/server.sr.yml | 8 ++++++++ 10 files changed, 73 insertions(+), 14 deletions(-) create mode 100644 config/locales/client.bg.yml create mode 100644 config/locales/client.sl.yml create mode 100644 config/locales/client.sr.yml create mode 100644 config/locales/server.bg.yml create mode 100644 config/locales/server.sl.yml create mode 100644 config/locales/server.sr.yml diff --git a/config/locales/client.bg.yml b/config/locales/client.bg.yml new file mode 100644 index 0000000..53ef6a6 --- /dev/null +++ b/config/locales/client.bg.yml @@ -0,0 +1,8 @@ +# encoding: utf-8 +# +# Never edit this file. It will be overwritten when translations are pulled from Transifex. +# +# To work with us on translations, join this project: +# https://www.transifex.com/projects/p/discourse-org/ + +bg: {} diff --git a/config/locales/client.de.yml b/config/locales/client.de.yml index ef9033d..269c464 100644 --- a/config/locales/client.de.yml +++ b/config/locales/client.de.yml @@ -48,3 +48,6 @@ de: reset_params: "Zurücksetzen" no_queries: "Es gibt keine Anfragen. Warum auch nicht" no_queries_hook: "Soll einer erstellt werden?" + menu_none: "Wähle eine Anfrage" + no_query_selected: "Bitte wähle aus oder" + no_query_selected_hook: "erstelle eine." diff --git a/config/locales/client.es.yml b/config/locales/client.es.yml index 61fa08c..772e5db 100644 --- a/config/locales/client.es.yml +++ b/config/locales/client.es.yml @@ -9,42 +9,45 @@ es: js: errors: explorer: - no_semicolons: "Elimina los puntos y coma de la consulta." + no_semicolons: "Eliminar los puntos y comas de la consulta." dirty: "Debes guardar la consulta antes de ejecutarla." explorer: admins_only: "El data explorer esta disponible únicamente para administradores." title: "Data Explorer" - create: "Crear nuevo" + create: "Crear Nuevo" create_placeholder: "Nombre de la consulta..." import: label: "Importar" - modal: "Importar una consulta" + modal: "Importar una Consulta" schema: - title: "Esquema de base de datos" + title: "Esquema de Base de Datos" filter: "Buscar..." - sensitive: "El contenido de esta parte puede incluir información sensible o privada. Por favor, ten cuidado al usar el contenido de esta columna." + sensitive: "Los contenidos de esta parte pueden incluir información sensible o privada. Por favor, ten cuidado cuando visualices estos contenidos." type_help: "Tipos" types: bool: - 'yes': "Sí" + 'yes': "Si" 'no': "No" null_: "Null" export: "Exportar" - save: "Guardar cambios" - saverun: "Guardar cambios y ejecutar consulta" - run: "Ejecutar consulta" + save: "Guardar Cambios" + saverun: "Guardar cambios y Ejecutar consulta" + run: "Ejecutar Consulta" undo: "Deshacer cambios" edit: "Editar" delete: "Borrar" recover: "Recuperar consulta" - download: "Descargar resultados" + download: "Descargar Resultados" download_json: "JSON" download_csv: "CSV" - others_dirty: "Una consulta tiene cambios sin guardar que se perderán si sales." + others_dirty: "Una consulta tiene cambios no guardados que se perderán si salís." run_time: "Consulta completada en {{value}} ms." column: "Columna {{number}}" explain_label: "¿Incluir plan de consulta?" - save_params: "Configuración por defecto" + save_params: "Configuración por Defecto" reset_params: "Resetear" no_queries: "No hay consultas. ¿Por qué no " - no_queries_hook: "creas una?" + no_queries_hook: "crear una?" + menu_none: "Selecciona una consulta" + no_query_selected: "Por favor seleccionar o" + no_query_selected_hook: "crear una." diff --git a/config/locales/client.fr.yml b/config/locales/client.fr.yml index 59c8271..030cafd 100644 --- a/config/locales/client.fr.yml +++ b/config/locales/client.fr.yml @@ -48,3 +48,6 @@ fr: reset_params: "Réinitialiser" no_queries: "Il n'y a pas de requête. Pourquoi pas" no_queries_hook: "en créer une?" + menu_none: "Sélectionner une requête" + no_query_selected: "Veuillez sélectionner ou" + no_query_selected_hook: "en créer une." diff --git a/config/locales/client.sl.yml b/config/locales/client.sl.yml new file mode 100644 index 0000000..154d194 --- /dev/null +++ b/config/locales/client.sl.yml @@ -0,0 +1,8 @@ +# encoding: utf-8 +# +# Never edit this file. It will be overwritten when translations are pulled from Transifex. +# +# To work with us on translations, join this project: +# https://www.transifex.com/projects/p/discourse-org/ + +sl: {} diff --git a/config/locales/client.sr.yml b/config/locales/client.sr.yml new file mode 100644 index 0000000..7e57a61 --- /dev/null +++ b/config/locales/client.sr.yml @@ -0,0 +1,8 @@ +# encoding: utf-8 +# +# Never edit this file. It will be overwritten when translations are pulled from Transifex. +# +# To work with us on translations, join this project: +# https://www.transifex.com/projects/p/discourse-org/ + +sr: {} diff --git a/config/locales/server.bg.yml b/config/locales/server.bg.yml new file mode 100644 index 0000000..53ef6a6 --- /dev/null +++ b/config/locales/server.bg.yml @@ -0,0 +1,8 @@ +# encoding: utf-8 +# +# Never edit this file. It will be overwritten when translations are pulled from Transifex. +# +# To work with us on translations, join this project: +# https://www.transifex.com/projects/p/discourse-org/ + +bg: {} diff --git a/config/locales/server.pt.yml b/config/locales/server.pt.yml index d12527a..6fc10f4 100644 --- a/config/locales/server.pt.yml +++ b/config/locales/server.pt.yml @@ -5,4 +5,6 @@ # To work with us on translations, join this project: # https://www.transifex.com/projects/p/discourse-org/ -pt: {} +pt: + site_settings: + data_explorer_enabled: "Activar o Data Explorer em \"/admin/plugins/explorer\"" diff --git a/config/locales/server.sl.yml b/config/locales/server.sl.yml new file mode 100644 index 0000000..154d194 --- /dev/null +++ b/config/locales/server.sl.yml @@ -0,0 +1,8 @@ +# encoding: utf-8 +# +# Never edit this file. It will be overwritten when translations are pulled from Transifex. +# +# To work with us on translations, join this project: +# https://www.transifex.com/projects/p/discourse-org/ + +sl: {} diff --git a/config/locales/server.sr.yml b/config/locales/server.sr.yml new file mode 100644 index 0000000..7e57a61 --- /dev/null +++ b/config/locales/server.sr.yml @@ -0,0 +1,8 @@ +# encoding: utf-8 +# +# Never edit this file. It will be overwritten when translations are pulled from Transifex. +# +# To work with us on translations, join this project: +# https://www.transifex.com/projects/p/discourse-org/ + +sr: {}