From 9e00b8e47e9f9262ac3758c6338e2f64b25fc0bb Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Thu, 10 Oct 2019 11:26:13 -0400 Subject: [PATCH] Update translations --- Gemfile.lock | 4 ++-- config/locales/server.ca.yml | 2 +- config/locales/server.da.yml | 8 +++++++- config/locales/server.es.yml | 6 +++--- config/locales/server.fi.yml | 4 ++++ 5 files changed, 17 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b1edd27..0b49bd4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,8 @@ GIT remote: https://github.com/discourse/translations-manager.git - revision: 927edce96b5bb1d7eb4f3f66bc8d77b0867639a2 + revision: 68bbf2a99412638b73057935c89c6b2e1945e092 specs: - translations-manager (0.4) + translations-manager (0.5) GEM remote: https://rubygems.org/ diff --git a/config/locales/server.ca.yml b/config/locales/server.ca.yml index 6489d93..c35f0fb 100644 --- a/config/locales/server.ca.yml +++ b/config/locales/server.ca.yml @@ -10,5 +10,5 @@ ca: discourse_math_enabled: 'Habilita el connector de Discourse Math (afegirà un processament especial als blocs $ i $$)' discourse_math_provider: 'Proveïdor de representació matemàtica per defecte' discourse_math_zoom_on_hover: 'Zoom del 200% en passar el cursor (sols MathJax)' - discourse_math_enable_accessibility: 'Activa les funcions d’accessibilitat (sols MathJax)' + discourse_math_enable_accessibility: 'Activa les funcions d''accessibilitat (sols MathJax)' discourse_math_enable_asciimath: 'Habilita asciimath (afegirà un processament especial a l''entrada delimitada amb %) (només MathJax)' diff --git a/config/locales/server.da.yml b/config/locales/server.da.yml index 9ca8189..c8e98a5 100644 --- a/config/locales/server.da.yml +++ b/config/locales/server.da.yml @@ -5,4 +5,10 @@ # To work with us on translations, join this project: # https://www.transifex.com/projects/p/discourse-org/ -da: {} +da: + site_settings: + discourse_math_enabled: 'Aktivér Discourse Math-plugin (tilføjer særlig behandling til $ og $$ blokke)' + discourse_math_provider: 'Standard leverandør af matematisk gengivelse' + discourse_math_zoom_on_hover: 'Zoom 200% på hover (kun MathJax)' + discourse_math_enable_accessibility: 'Aktivér tilgængelighedsfunktioner (kun MathJax)' + discourse_math_enable_asciimath: 'Aktivér asciimath (tilføjer særlig behandling til% afgrænset input) (kun MathJax)' diff --git a/config/locales/server.es.yml b/config/locales/server.es.yml index 8d1b05c..df60466 100644 --- a/config/locales/server.es.yml +++ b/config/locales/server.es.yml @@ -7,8 +7,8 @@ es: site_settings: - discourse_math_enabled: 'Habilitar el plugin Discourse Math (agregará procesamiento especial para bloques $ y $$)' - discourse_math_provider: 'Proveedor del renderizado de math por defecto' + discourse_math_enabled: 'Habilitar el complemento Discourse Math (agregará procesamiento especial para bloques $ y $$)' + discourse_math_provider: 'Proveedor del renderizado math por defecto' discourse_math_zoom_on_hover: 'Zoom 200% en hover (únicamente MathJax)' discourse_math_enable_accessibility: 'Habilitar características de accesibilidad (únicamente MathJax)' - discourse_math_enable_asciimath: 'Habilitar asciimath (agregará procesamiento especial a % para delimitar la entrada) (únicamente MathJax)' + discourse_math_enable_asciimath: 'Habilitar asciimath (agregará procesamiento especial a entradas delimitadas por %) (únicamente MathJax)' diff --git a/config/locales/server.fi.yml b/config/locales/server.fi.yml index ffc1faf..d0045ed 100644 --- a/config/locales/server.fi.yml +++ b/config/locales/server.fi.yml @@ -8,3 +8,7 @@ fi: site_settings: discourse_math_enabled: 'Ota käyttöön Discoursen matematiikkalisäosa ($ ja $$ blokit käsitellään erityisellä tavalla)' + discourse_math_provider: 'Oletus matematiikkarenderöinti toimittaja' + discourse_math_zoom_on_hover: 'Suurenna 200% hiiren kursorin alla (vain MathJax) ' + discourse_math_enable_accessibility: 'Ota käyttöön esteettömyysominaisuudet (vain MathJax) ' + discourse_math_enable_asciimath: 'Ota käyttöön asciimath (% blokit käsitellään erityisellä tavalla) (vain MathJax) '