diff --git a/config/locales/server.cs.yml b/config/locales/server.cs.yml index c0f2fec..a92ddf4 100644 --- a/config/locales/server.cs.yml +++ b/config/locales/server.cs.yml @@ -5,4 +5,8 @@ # To work with us on translations, join this project: # https://www.transifex.com/projects/p/discourse-org/ -cs: {} +cs: + site_settings: + discourse_math_enabled: 'Povolit Discourse matematický plugin (přidá speciální zpracování pro $ a $$ bloky)' + discourse_math_zoom_on_hover: 'Zvětšit na 200% při najetí myši' + discourse_math_enable_accessibility: 'Povolit funkce usnadnění přístupu' diff --git a/config/locales/server.fr.yml b/config/locales/server.fr.yml index ca92bfb..f533389 100644 --- a/config/locales/server.fr.yml +++ b/config/locales/server.fr.yml @@ -5,4 +5,8 @@ # To work with us on translations, join this project: # https://www.transifex.com/projects/p/discourse-org/ -fr: {} +fr: + site_settings: + discourse_math_enabled: 'Activer le plugin Math de Discourse (ajoutera un traitement spécifique des blocs $ et $$)' + discourse_math_zoom_on_hover: 'Zoom 200% quand la souris passe dessus' + discourse_math_enable_accessibility: 'Activer les fonctions d''accessibilité' diff --git a/config/locales/server.sk.yml b/config/locales/server.sk.yml index c487aef..059203f 100644 --- a/config/locales/server.sk.yml +++ b/config/locales/server.sk.yml @@ -7,6 +7,6 @@ sk: site_settings: - discourse_math_enabled: 'Povoliť discourse matematický plugin (pridá špecialne spracovanie pre $ a $$ bloky)' + discourse_math_enabled: 'Povoliť matematický plugin Discourse (pridá špeciálne spracovanie $ a $$ blokov)' discourse_math_zoom_on_hover: 'Zväčšiť 200% on hover' discourse_math_enable_accessibility: 'Povoliť funkcie jendoduchšej dostupnosti ' diff --git a/config/locales/server.zh_TW.yml b/config/locales/server.zh_TW.yml index 92c18de..4a00285 100644 --- a/config/locales/server.zh_TW.yml +++ b/config/locales/server.zh_TW.yml @@ -5,4 +5,6 @@ # To work with us on translations, join this project: # https://www.transifex.com/projects/p/discourse-org/ -zh_TW: {} +zh_TW: + site_settings: + discourse_math_enabled: '啟動Discourse Math的插件(將會新增特殊的處理過程到$和$$的區塊)'