diff --git a/Gemfile.lock b/Gemfile.lock index cede8dd..a2e4e55 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,8 @@ GIT remote: https://github.com/discourse/translations-manager.git - revision: 5f06cb81a9307553534bebf16a3121a01516119f + revision: 2a4a6f1817983db8fb3bc105607f8f705e12d16f specs: - translations-manager (0.1.1) + translations-manager (0.2.1) GEM remote: https://rubygems.org/ 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.de.yml b/config/locales/server.de.yml index 532165e..837b67f 100644 --- a/config/locales/server.de.yml +++ b/config/locales/server.de.yml @@ -10,3 +10,4 @@ de: discourse_math_enabled: 'Aktiviere das Discourse-Mathematik-Plugin (fügt spezielle Bearbeitungsschritte für $- und $$-Blöcke hinzu)' discourse_math_zoom_on_hover: 'Zoom auf 200% beim Überfahren mit der Maus' discourse_math_enable_accessibility: 'Aktiviere Barrierefreiheit-Funktionen' + discourse_math_enable_asciimath: 'Aktiviere AsciiMath (fügt spezielle Bearbeitungsschritte für Eingaben hinzu, die mit dem Prozentzeichen getrennt sind)' diff --git a/config/locales/server.es.yml b/config/locales/server.es.yml index 745c33b..bc1f483 100644 --- a/config/locales/server.es.yml +++ b/config/locales/server.es.yml @@ -7,6 +7,7 @@ es: site_settings: - discourse_math_enabled: 'Habilitar plugin Discourse Math (añadirá procesamiento especial para los bloques con $ y $$)' - discourse_math_zoom_on_hover: 'Ampliar en un 200% al pasar el cursor por encima' - discourse_math_enable_accessibility: 'Habilitar las funciones de accesibilidad' + discourse_math_enabled: 'Habilitar el plugin Discourse Math (agregará procesamiento especial para bloques $ y $$)' + discourse_math_zoom_on_hover: 'Zoom 200% en hover' + discourse_math_enable_accessibility: 'Habilitar características de accesibilidad' + discourse_math_enable_asciimath: 'Habilite asciimath (agregará procesamiento especial a % para delimitar la entrada)' diff --git a/config/locales/server.pt.yml b/config/locales/server.pt.yml index c7ed832..75ba5fa 100644 --- a/config/locales/server.pt.yml +++ b/config/locales/server.pt.yml @@ -8,3 +8,5 @@ pt: site_settings: discourse_math_enabled: 'Ativar extensão "Discourse Math" (irá adicionar um processamento especial para $ e $$ blocos)' + discourse_math_zoom_on_hover: 'Ampliar 200% ao passar o ponteiro do rato' + discourse_math_enable_accessibility: 'Activar funcionalidades de acessibilidade' 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: {}