From 59123ce98b596e3145d520186c02cee22e75e509 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Mon, 15 Jul 2019 14:02:00 -0400 Subject: [PATCH] Update translations --- Gemfile.lock | 2 +- config/locales/server.be.yml | 8 ++++++++ config/locales/server.ca.yml | 8 +++++++- config/locales/server.pl_PL.yml | 4 ++++ 4 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 config/locales/server.be.yml diff --git a/Gemfile.lock b/Gemfile.lock index 41aba54..b1edd27 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: https://github.com/discourse/translations-manager.git - revision: 7fe7d67f53fe917341b7abfb101b529be264fc8d + revision: 927edce96b5bb1d7eb4f3f66bc8d77b0867639a2 specs: translations-manager (0.4) diff --git a/config/locales/server.be.yml b/config/locales/server.be.yml new file mode 100644 index 0000000..59ac412 --- /dev/null +++ b/config/locales/server.be.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/ + +be: {} diff --git a/config/locales/server.ca.yml b/config/locales/server.ca.yml index e155a11..6489d93 100644 --- a/config/locales/server.ca.yml +++ b/config/locales/server.ca.yml @@ -5,4 +5,10 @@ # To work with us on translations, join this project: # https://www.transifex.com/projects/p/discourse-org/ -ca: {} +ca: + site_settings: + 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_asciimath: 'Habilita asciimath (afegirà un processament especial a l''entrada delimitada amb %) (només MathJax)' diff --git a/config/locales/server.pl_PL.yml b/config/locales/server.pl_PL.yml index 367a0df..2ccf109 100644 --- a/config/locales/server.pl_PL.yml +++ b/config/locales/server.pl_PL.yml @@ -8,3 +8,7 @@ pl_PL: site_settings: discourse_math_enabled: 'Włącz plugin Discourse Math (doda specjalne przetwarzanie do bloków $ i $$)' + discourse_math_provider: 'Domyślny dostawca silnika renderującego' + discourse_math_zoom_on_hover: 'Powiększ do 200% po najechaniu myszą (tylko MathJax)' + discourse_math_enable_accessibility: 'Włącz funkcje ułatwień dostępu (tylko MathJax)' + discourse_math_enable_asciimath: 'Aktywuj asciimath (doda specjalne przetwarzanie % ograniczonych znaków) (tylko MathJax)'