From 36ea40940eca20849fcd9513549d6a5874fe370f Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Mon, 20 Jan 2020 11:22:00 -0500 Subject: [PATCH] Update translations --- config/locales/server.sv.yml | 8 +++++++- config/locales/server.tr_TR.yml | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/config/locales/server.sv.yml b/config/locales/server.sv.yml index fd54901..6519d28 100644 --- a/config/locales/server.sv.yml +++ b/config/locales/server.sv.yml @@ -5,4 +5,10 @@ # To work with us on translations, join this project: # https://www.transifex.com/projects/p/discourse-org/ -sv: {} +sv: + site_settings: + discourse_math_enabled: 'Aktivera Discourse Math-tillägget (lägger till specialbehandling av $- och $$-block)' + discourse_math_provider: 'Standardleverantör för matematisk rendering' + discourse_math_zoom_on_hover: 'Zooma 200 % under pekaren (endast MathJax)' + discourse_math_enable_accessibility: 'Aktivera tillgänglighetsfunktioner (endast MathJax)' + discourse_math_enable_asciimath: 'Aktivera asciimath (lägger till specialbehandling av %-avgränsad inmatning) (endast MathJax)' diff --git a/config/locales/server.tr_TR.yml b/config/locales/server.tr_TR.yml index 00efffd..59fa84d 100644 --- a/config/locales/server.tr_TR.yml +++ b/config/locales/server.tr_TR.yml @@ -5,4 +5,10 @@ # To work with us on translations, join this project: # https://www.transifex.com/projects/p/discourse-org/ -tr_TR: {} +tr_TR: + site_settings: + discourse_math_enabled: 'Discourse Matematik eklentisini etkinleştir ($ ve $$ bloklarına özel işleme ekler)' + discourse_math_provider: 'Varsayılan matematik oluşturma sağlayıcısı' + discourse_math_zoom_on_hover: 'Fareyle üzerine gelindiğinde% 200 yakınlaştırma (yalnızca MathJax)' + discourse_math_enable_accessibility: 'Erişilebilirlik özelliklerini etkinleştir (yalnızca MathJax)' + discourse_math_enable_asciimath: 'Asciimath''ı etkinleştir (% sınırlanmış girdiyi özel işleme ekler) (yalnızca MathJax)'