diff --git a/Gemfile.lock b/Gemfile.lock index ff56d85..1c8f122 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: https://github.com/discourse/translations-manager.git - revision: 263dc4b189629c748229b3c2564e1d1fac0a84a7 + revision: ecddec65f6a45d678b7db45045d712106d7a69d8 specs: translations-manager (0.4) diff --git a/config/locales/server.hy.yml b/config/locales/server.hy.yml new file mode 100644 index 0000000..0f5b83e --- /dev/null +++ b/config/locales/server.hy.yml @@ -0,0 +1,14 @@ +# 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/ + +hy: + site_settings: + discourse_math_enabled: 'Միացնել Discourse Math պլագինը (կավելացնի հատուկ գործընթացներ $ և $$ բլոկներին)' + discourse_math_provider: 'Լռելյայն math rendering մատակարար' + discourse_math_zoom_on_hover: 'Մեծացնել 200% -ով վրան պահելիս (միայն MathJax)' + discourse_math_enable_accessibility: 'Միացնել հասանելիության հատկանիշները (միայն MathJax)' + discourse_math_enable_asciimath: 'Միացնել asciimath -ը (կավելացնի հատում գործընթաց %-ով սահմանափակված ներդիրներին) (միայն MathJax)' diff --git a/config/locales/server.pt_BR.yml b/config/locales/server.pt_BR.yml index e4ded91..0b6222b 100644 --- a/config/locales/server.pt_BR.yml +++ b/config/locales/server.pt_BR.yml @@ -7,4 +7,8 @@ pt_BR: site_settings: - discourse_math_enabled: 'Habilitar o plug-in Discourse Math (adicionará processamento especial a blocos $ e $$)' + discourse_math_enabled: 'Habilitar o plugin Discourse Math (adicionará processamento especial a blocos $ e $$)' + discourse_math_provider: 'Provedor padrão de renderização matemática' + discourse_math_zoom_on_hover: 'Ampliar 200% ao focar (somente MathJax)' + discourse_math_enable_accessibility: 'Habilitar recursos de acessibilidade (somente MathJax)' + discourse_math_enable_asciimath: 'Habilitar asciimath (adicionará processamento especial a entradas delimitadas por %) (somente MathJax)'