From 3d73a71b9c2660d81ea0bc881356b8a70146dc28 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Mon, 6 Mar 2023 18:23:25 +1300 Subject: [PATCH] ENH Update translations --- .tx/config | 9 ++--- client/lang/ar.js | 4 +-- client/lang/ar_SA.js | 4 +-- client/lang/bg.js | 4 +-- client/lang/bg_BG.js | 4 +-- client/lang/da_DK.js | 4 +-- client/lang/de.js | 4 +-- client/lang/de_DE.js | 4 +-- client/lang/en.js | 4 +-- client/lang/en_GB.js | 4 +-- client/lang/en_US.js | 4 +-- client/lang/eo.js | 4 +-- client/lang/es.js | 4 +-- client/lang/es_ES.js | 4 +-- client/lang/es_MX.js | 4 +-- client/lang/et.js | 4 +-- client/lang/et_EE.js | 4 +-- client/lang/fa.js | 4 +-- client/lang/fa_IR.js | 4 +-- client/lang/fi_FI.js | 4 +-- client/lang/fr.js | 4 +-- client/lang/fr_FR.js | 4 +-- client/lang/hr.js | 4 +-- client/lang/hr_HR.js | 4 +-- client/lang/id.js | 4 +-- client/lang/it.js | 4 +-- client/lang/ja.js | 4 +-- client/lang/mi.js | 4 +-- client/lang/ms.js | 4 +-- client/lang/ms_MY.js | 4 +-- client/lang/nb.js | 4 +-- client/lang/nb_NO.js | 4 +-- client/lang/nl.js | 4 +-- client/lang/nl_NL.js | 4 +-- client/lang/pl.js | 4 +-- client/lang/pl_PL.js | 4 +-- client/lang/pt.js | 4 +-- client/lang/pt_BR.js | 4 +-- client/lang/pt_PT.js | 4 +-- client/lang/ru.js | 4 +-- client/lang/ru_RU.js | 4 +-- client/lang/sk.js | 4 +-- client/lang/sk_SK.js | 4 +-- client/lang/sl.js | 4 +-- client/lang/sl_SI.js | 4 +-- client/lang/sr.js | 4 +-- client/lang/sr_RS.js | 4 +-- client/lang/sv.js | 4 +-- client/lang/tr.js | 4 +-- client/lang/tr_TR.js | 4 +-- client/lang/zh.js | 4 +-- lang/ar.yml | 45 ++++++++++++++++++++++++ lang/ar_SA.yml | 52 +++++++++++++++++++++++++++ lang/bg_BG.yml | 52 +++++++++++++++++++++++++++ lang/da_DK.yml | 49 ++++++++++++++++++++++++++ lang/de.yml | 45 +++++++++++++++++++++++- lang/de_DE.yml | 18 +++++++++- lang/en_GB.yml | 69 ++++++++++++++++++++++++++++++++++++ lang/en_US.yml | 66 ++++++++++++++++++++++++++++++++++ lang/eo.yml | 1 + lang/es.yml | 37 ++++++++++++++++++- lang/es_ES.yml | 47 +++++++++++++++++++++++++ lang/es_MX.yml | 67 +++++++++++++++++++++++++++++++++++ lang/et_EE.yml | 67 +++++++++++++++++++++++++++++++++++ lang/fa_IR.yml | 33 +++++++++++++++++ lang/fi_FI.yml | 84 ++++++++++++++++++++++++++++++++++++++++++++ lang/fr.yml | 36 ++++++++++++++++++- lang/fr_FR.yml | 53 ++++++++++++++++++++++++++++ lang/hr_HR.yml | 40 +++++++++++++++++++++ lang/it.yml | 44 ++++++++++++++++++++++- lang/ja.yml | 84 ++++++++++++++++++++++++++++++++++++++++++++ lang/mi.yml | 42 ++++++++++++++++++++++ lang/ms_MY.yml | 52 +++++++++++++++++++++++++++ lang/nb_NO.yml | 28 +++++++++++++++ lang/nl.yml | 19 +++++----- lang/pl.yml | 36 ++++++++++++++++++- lang/pt_PT.yml | 52 +++++++++++++++++++++++++++ lang/ru.yml | 42 +++++++++++++++++++++- lang/ru_RU.yml | 52 +++++++++++++++++++++++++++ lang/sk.yml | 43 ++++++++++++++++++++++- lang/sr_RS.yml | 63 +++++++++++++++++++++++++++++++++ lang/sv.yml | 47 ++++++++++++++++++++++++- lang/tr_TR.yml | 52 +++++++++++++++++++++++++++ lang/zh.yml | 46 ++++++++++++++++++++++++ 84 files changed, 1650 insertions(+), 122 deletions(-) diff --git a/.tx/config b/.tx/config index 70bd255..c163846 100644 --- a/.tx/config +++ b/.tx/config @@ -1,14 +1,15 @@ [main] host = https://www.transifex.com -[silverstripe-userforms.master] +[o:silverstripe:p:silverstripe-userforms:r:master] file_filter = lang/.yml source_file = lang/en.yml source_lang = en -type = YML +type = YML -[silverstripe-userforms.master-js] +[o:silverstripe:p:silverstripe-userforms:r:master-js] file_filter = client/lang/src/.js source_file = client/lang/src/en.js source_lang = en -type = KEYVALUEJSON +type = KEYVALUEJSON + diff --git a/client/lang/ar.js b/client/lang/ar.js index a86c413..d30814a 100644 --- a/client/lang/ar.js +++ b/client/lang/ar.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/ar.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/ar.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/ar_SA.js b/client/lang/ar_SA.js index ca9b040..c35fb3c 100644 --- a/client/lang/ar_SA.js +++ b/client/lang/ar_SA.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/ar_SA.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/ar_SA.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/bg.js b/client/lang/bg.js index 43be28b..b6bf21b 100644 --- a/client/lang/bg.js +++ b/client/lang/bg.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/bg.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/bg.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/bg_BG.js b/client/lang/bg_BG.js index 90fab8e..59f9c78 100644 --- a/client/lang/bg_BG.js +++ b/client/lang/bg_BG.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/bg_BG.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/bg_BG.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/da_DK.js b/client/lang/da_DK.js index 49bd96d..c9f921b 100644 --- a/client/lang/da_DK.js +++ b/client/lang/da_DK.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/da_DK.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/da_DK.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/de.js b/client/lang/de.js index b853b04..9d4e1be 100644 --- a/client/lang/de.js +++ b/client/lang/de.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/de.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/de.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/de_DE.js b/client/lang/de_DE.js index f35d52e..7083db5 100644 --- a/client/lang/de_DE.js +++ b/client/lang/de_DE.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/de_DE.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/de_DE.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/en.js b/client/lang/en.js index c8d21ea..ca189bf 100644 --- a/client/lang/en.js +++ b/client/lang/en.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/en.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/en.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/en_GB.js b/client/lang/en_GB.js index f082259..889954f 100644 --- a/client/lang/en_GB.js +++ b/client/lang/en_GB.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/en_GB.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/en_GB.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/en_US.js b/client/lang/en_US.js index f0aec70..da957df 100644 --- a/client/lang/en_US.js +++ b/client/lang/en_US.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/en_US.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/en_US.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/eo.js b/client/lang/eo.js index 320009b..d304aac 100644 --- a/client/lang/eo.js +++ b/client/lang/eo.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/eo.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/eo.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/es.js b/client/lang/es.js index c71f050..71ea5d8 100644 --- a/client/lang/es.js +++ b/client/lang/es.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/es.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/es.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/es_ES.js b/client/lang/es_ES.js index c52d70b..17200c3 100644 --- a/client/lang/es_ES.js +++ b/client/lang/es_ES.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/es_ES.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/es_ES.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/es_MX.js b/client/lang/es_MX.js index 8a0d5b2..bb636bf 100644 --- a/client/lang/es_MX.js +++ b/client/lang/es_MX.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/es_MX.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/es_MX.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/et.js b/client/lang/et.js index aa9a336..e5e95f9 100644 --- a/client/lang/et.js +++ b/client/lang/et.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/et.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/et.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/et_EE.js b/client/lang/et_EE.js index 14fe913..2c8d10a 100644 --- a/client/lang/et_EE.js +++ b/client/lang/et_EE.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/et_EE.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/et_EE.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/fa.js b/client/lang/fa.js index 6c78d48..7d95c0a 100644 --- a/client/lang/fa.js +++ b/client/lang/fa.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/fa.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/fa.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/fa_IR.js b/client/lang/fa_IR.js index a267f94..7a73861 100644 --- a/client/lang/fa_IR.js +++ b/client/lang/fa_IR.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/fa_IR.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/fa_IR.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/fi_FI.js b/client/lang/fi_FI.js index 307e1ed..5b3a965 100644 --- a/client/lang/fi_FI.js +++ b/client/lang/fi_FI.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/fi_FI.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/fi_FI.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/fr.js b/client/lang/fr.js index f7f2247..1bd5561 100644 --- a/client/lang/fr.js +++ b/client/lang/fr.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/fr.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/fr.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/fr_FR.js b/client/lang/fr_FR.js index f7403d2..d2a50eb 100644 --- a/client/lang/fr_FR.js +++ b/client/lang/fr_FR.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/fr_FR.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/fr_FR.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/hr.js b/client/lang/hr.js index e2d1aad..861d939 100644 --- a/client/lang/hr.js +++ b/client/lang/hr.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/hr.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/hr.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/hr_HR.js b/client/lang/hr_HR.js index f794dce..9d7203d 100644 --- a/client/lang/hr_HR.js +++ b/client/lang/hr_HR.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/hr_HR.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/hr_HR.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/id.js b/client/lang/id.js index 4d844c2..db3200f 100644 --- a/client/lang/id.js +++ b/client/lang/id.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/id.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/id.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/it.js b/client/lang/it.js index f0cc8d6..88bbbb9 100644 --- a/client/lang/it.js +++ b/client/lang/it.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/it.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/it.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/ja.js b/client/lang/ja.js index 6000646..0c610be 100644 --- a/client/lang/ja.js +++ b/client/lang/ja.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/ja.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/ja.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/mi.js b/client/lang/mi.js index bb29ab8..ce88cad 100644 --- a/client/lang/mi.js +++ b/client/lang/mi.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/mi.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/mi.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/ms.js b/client/lang/ms.js index e49e971..c61b497 100644 --- a/client/lang/ms.js +++ b/client/lang/ms.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/ms.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/ms.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/ms_MY.js b/client/lang/ms_MY.js index 4cc166d..430aa55 100644 --- a/client/lang/ms_MY.js +++ b/client/lang/ms_MY.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/ms_MY.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/ms_MY.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/nb.js b/client/lang/nb.js index b0af06a..aed7f9e 100644 --- a/client/lang/nb.js +++ b/client/lang/nb.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/nb.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/nb.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/nb_NO.js b/client/lang/nb_NO.js index 2daad66..c5bc8bf 100644 --- a/client/lang/nb_NO.js +++ b/client/lang/nb_NO.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/nb_NO.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/nb_NO.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/nl.js b/client/lang/nl.js index b33406b..9504d24 100644 --- a/client/lang/nl.js +++ b/client/lang/nl.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/nl.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/nl.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/nl_NL.js b/client/lang/nl_NL.js index 4098874..9ac24e1 100644 --- a/client/lang/nl_NL.js +++ b/client/lang/nl_NL.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/nl_NL.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/nl_NL.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/pl.js b/client/lang/pl.js index d7932d6..cf1e69d 100644 --- a/client/lang/pl.js +++ b/client/lang/pl.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/pl.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/pl.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/pl_PL.js b/client/lang/pl_PL.js index 7a6c260..13610f1 100644 --- a/client/lang/pl_PL.js +++ b/client/lang/pl_PL.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/pl_PL.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/pl_PL.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/pt.js b/client/lang/pt.js index ffa3bd6..29ffc5e 100644 --- a/client/lang/pt.js +++ b/client/lang/pt.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/pt.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/pt.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/pt_BR.js b/client/lang/pt_BR.js index 5ab7a7d..e21d292 100644 --- a/client/lang/pt_BR.js +++ b/client/lang/pt_BR.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/pt_BR.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/pt_BR.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/pt_PT.js b/client/lang/pt_PT.js index 8f57d70..a869802 100644 --- a/client/lang/pt_PT.js +++ b/client/lang/pt_PT.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/pt_PT.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/pt_PT.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/ru.js b/client/lang/ru.js index eabce3d..76bc1f3 100644 --- a/client/lang/ru.js +++ b/client/lang/ru.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/ru.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/ru.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/ru_RU.js b/client/lang/ru_RU.js index a0d17c6..36f0e45 100644 --- a/client/lang/ru_RU.js +++ b/client/lang/ru_RU.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/ru_RU.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/ru_RU.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/sk.js b/client/lang/sk.js index 094f446..cf211a0 100644 --- a/client/lang/sk.js +++ b/client/lang/sk.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/sk.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/sk.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/sk_SK.js b/client/lang/sk_SK.js index 2156b20..4f18151 100644 --- a/client/lang/sk_SK.js +++ b/client/lang/sk_SK.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/sk_SK.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/sk_SK.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/sl.js b/client/lang/sl.js index 8cb017e..7389e01 100644 --- a/client/lang/sl.js +++ b/client/lang/sl.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/sl.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/sl.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/sl_SI.js b/client/lang/sl_SI.js index 5c09fe8..63208e0 100644 --- a/client/lang/sl_SI.js +++ b/client/lang/sl_SI.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/sl_SI.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/sl_SI.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/sr.js b/client/lang/sr.js index 6d3008b..2b088ba 100644 --- a/client/lang/sr.js +++ b/client/lang/sr.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/sr.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/sr.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/sr_RS.js b/client/lang/sr_RS.js index 745473b..03ac99b 100644 --- a/client/lang/sr_RS.js +++ b/client/lang/sr_RS.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/sr_RS.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/sr_RS.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/sv.js b/client/lang/sv.js index d5ac65e..fc85968 100644 --- a/client/lang/sv.js +++ b/client/lang/sv.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/sv.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/sv.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/tr.js b/client/lang/tr.js index ad019ff..75090c1 100644 --- a/client/lang/tr.js +++ b/client/lang/tr.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/tr.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/tr.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/tr_TR.js b/client/lang/tr_TR.js index fccadc9..39256eb 100644 --- a/client/lang/tr_TR.js +++ b/client/lang/tr_TR.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/tr_TR.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/tr_TR.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/client/lang/zh.js b/client/lang/zh.js index 4c26e83..67df39a 100644 --- a/client/lang/zh.js +++ b/client/lang/zh.js @@ -1,5 +1,5 @@ -// This file was generated by silverstripe/cow from client/lang/src/zh.js. -// See https://github.com/silverstripe/cow for details +// This file was generated by silverstripe/tx-translator from client/lang/src/zh.js. +// See https://github.com/silverstripe/silverstripe-tx-translator for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); // eslint-disable-line no-console diff --git a/lang/ar.yml b/lang/ar.yml index bcdec4e..3ef3260 100644 --- a/lang/ar.yml +++ b/lang/ar.yml @@ -2,6 +2,9 @@ ar: SilverStripe\UserForms\Form\UserFormsGridFieldFilterHeader: FILTERSUBMISSIONS: 'تصفية التقديمات..' WHEREVALUEIS: 'حيث القيمة هي..' + FILTER: مرشح + FROM: من + RESET: 'إعادة تعيين' SilverStripe\UserForms\Model\EditableFormField: CHECKEDBYDEFAULT: 'افتراضيا مُعَلّم' CUSTOMERROR: 'نص خطأ مخصص' @@ -14,6 +17,13 @@ ar: RIGHTTITLE: 'عنوان اليمين' SINGULARNAME: 'حقل استمارة قابل للتحرير' VALIDATION: المصادقة + CUSTOMOPTIONS: الخيارات + EXTRACLASS_TITLE: 'تصميم/تخطيط إضافي' + NAME: الاسم + 'NO': لا + TITLE: عنوان + TYPE: النوع + 'YES': نعم SilverStripe\UserForms\Model\EditableFormField\EditableCheckbox: PLURALNAME: 'مربعات لوضع إشارة' SINGULARNAME: 'حقل ذات مربع لوضع إشارة' @@ -49,6 +59,9 @@ ar: SilverStripe\UserForms\Model\EditableFormField\EditableMultipleOptionField: PLURALNAME: 'حقول الخيارات المتعددة القابلة للتعديل' SINGULARNAME: 'حقل الخيارات المتعددة القابل للتعديل' + OPTIONSTAB: الخيارات + TITLE: عنوان + VALUE: القيمة SilverStripe\UserForms\Model\EditableFormField\EditableOption: PLURALNAME: 'الخيارات القابلة للتحرير' SINGULARNAME: 'خيار قابل للتحرير' @@ -60,9 +73,11 @@ ar: PLURALNAME: 'حقول نصية' SINGULARNAME: 'حقل نصي' TEXTLENGTH: 'طول النص' + RANGE_TO: إلى SilverStripe\UserForms\Model\Recipient\EmailRecipient: PLURALNAME: 'نموذج مستلمي البريد الإلكتروني يحدده المستخدم' SINGULARNAME: 'نموذج مستلم البريد الإلكتروني يحدده المستخدم' + CUSTOMRULESTAB: 'القواعد المخصصة' SilverStripe\UserForms\Model\Submission\SubmittedFileField: DOWNLOADFILE: 'تحميل الملف' PLURALNAME: 'حقول الملف التي قدمت' @@ -89,3 +104,33 @@ ar: SENDPLAIN: 'إرسال البريد الإلكتروني كنص عادي؟ (سيتم تجريد كود الHTML)' SINGULARNAME: 'نموذج يحدده المستخدم' SUBMITBUTTON: تقديم + ADDEMAILRECIPIENT: 'أضف متلقي البريد الإلكتروني' + CONFIGURATION: المواصفات + EMAILBODYHTML: هيئة + EMAILTEMPLATE: 'نموذج البريد الالكترونى' + ENABLELIVEVALIDATION: 'تفعيل المصادقة الآنية' + ONCOMPLETELABEL: 'اعرض عند الاكتمال' + PLURALNAME: 'الصفحات الأساسية' + SAVESUBMISSIONS: 'قم بتعطيل حفظ التقديمات إلى الخادم' + SHOWCLEARFORM: 'زر عرض النموذج ممسوحاً' + SUBMISSIONS: التقديمات + TEXTONSUBMIT: 'زر النص المتعلق بالتقديم:' + SilverStripe\CMS\Model\SiteTree: + TABMAIN: الرئيسة + SilverStripe\UserForms: + ADDEMAILRECIPIENT: 'أضف متلقي البريد الإلكتروني' + CONFIGURATION: المواصفات + ENABLELIVEVALIDATION: 'تفعيل المصادقة الآنية' + ONCOMPLETELABEL: 'اعرض عند الاكتمال' + SAVESUBMISSIONS: 'قم بتعطيل حفظ التقديمات إلى الخادم' + SHOWCLEARFORM: 'زر عرض النموذج ممسوحاً' + SUBMISSIONS: التقديمات + SUBMITBUTTON: تقديم + TEXTONSUBMIT: 'زر النص المتعلق بالتقديم:' + SilverStripe\UserForms\Control\UserDefinedFormAdmin: + CANCEL: الغاء + SilverStripe\UserForms\Model\EditableFormField\EditableFormStep: + STEP_NEXT: التالي + STEP_PREV: السابق + SilverStripe\UserForms\Model\EditableFormField\EditableNumericField: + RANGE_TO: إلى diff --git a/lang/ar_SA.yml b/lang/ar_SA.yml index 48e5905..fc5a403 100644 --- a/lang/ar_SA.yml +++ b/lang/ar_SA.yml @@ -3,6 +3,13 @@ ar_SA: CUSTOMRULES: 'Custom Rules' REQUIRED: 'هذا الحقل مطلوب لهذا النموذج ولا يمكن حذفه' VALIDATION: Validation + CHECKEDBYDEFAULT: 'Checked by Default?' + CUSTOMERROR: 'Custom Error Message' + CUSTOMOPTIONS: Options + DEFAULTTOTODAY: 'Default to Today?' + GROUP: Group + PLURALNAME: 'Editable Form Fields' + SINGULARNAME: 'Editable Form Field' SilverStripe\UserForms\Model\EditableFormField\EditableCountryDropdownField: PLURALNAME: 'Country Dropdowns' SINGULARNAME: 'Country Dropdown' @@ -19,9 +26,12 @@ ar_SA: SilverStripe\UserForms\Model\EditableFormField\EditableMultipleOptionField: PLURALNAME: 'Editable Multiple Option Fields' SINGULARNAME: 'Editable Multiple Option Field' + OPTIONSTAB: Options + VALUE: Value SilverStripe\UserForms\Model\Recipient\EmailRecipient: PLURALNAME: 'User Defined Form Email Recipients' SINGULARNAME: 'User Defined Form Email Recipient' + CUSTOMRULESTAB: 'Custom Rules' SilverStripe\UserForms\Model\Submission\SubmittedFileField: DOWNLOADFILE: 'Download File' PLURALNAME: 'Submitted File Fields' @@ -45,3 +55,45 @@ ar_SA: SENDPLAIN: 'Send Email as Plain Text (HTML will be stripped)' SINGULARNAME: 'User Defined Form' SUBMITBUTTON: Submit + EMAILBODYHTML: Body + ONCOMPLETELABEL: 'عرض الطلبات المكتملة' + PLURALNAME: 'User Defined Forms' + SAVESUBMISSIONS: 'Disable Saving Submissions to Server' + SHOWCLEARFORM: 'Show Clear Form Button' + SUBMISSIONS: 'الملفات المرسلة' + TEXTONSUBMIT: 'النص ال' + SilverStripe\UserForms: + ONCOMPLETELABEL: 'عرض الطلبات المكتملة' + SAVESUBMISSIONS: 'Disable Saving Submissions to Server' + SHOWCLEARFORM: 'Show Clear Form Button' + SUBMISSIONS: 'الملفات المرسلة' + SUBMITBUTTON: Submit + TEXTONSUBMIT: 'النص ال' + SilverStripe\UserForms\Form\UserFormsGridFieldFilterHeader: + FROM: From + SilverStripe\UserForms\Model\EditableFormField\EditableCheckbox: + PLURALNAME: Checkboxes + SINGULARNAME: 'Checkbox Field' + SilverStripe\UserForms\Model\EditableFormField\EditableCheckboxGroupField: + PLURALNAME: 'Checkbox Groups' + SINGULARNAME: 'Checkbox Group' + SilverStripe\UserForms\Model\EditableFormField\EditableDateField: + PLURALNAME: 'Date Fields' + SINGULARNAME: 'Date Field' + SilverStripe\UserForms\Model\EditableFormField\EditableDropdown: + PLURALNAME: Dropdowns + SINGULARNAME: 'Dropdown Field' + SilverStripe\UserForms\Model\EditableFormField\EditableFileField: + PLURALNAME: 'File Upload Fields' + SINGULARNAME: 'File Upload Field' + SilverStripe\UserForms\Model\EditableFormField\EditableFormHeading: + LEVEL: 'Select Heading Level' + PLURALNAME: Headings + SINGULARNAME: Heading + SilverStripe\UserForms\Model\EditableFormField\EditableOption: + PLURALNAME: 'Editable Options' + SINGULARNAME: 'Editable Option' + SilverStripe\UserForms\Model\EditableFormField\EditableTextField: + NUMBERROWS: 'عدد الصفوف' + PLURALNAME: 'Text Fields' + SINGULARNAME: 'Text Field' diff --git a/lang/bg_BG.yml b/lang/bg_BG.yml index 0a8c3aa..d03d8c8 100644 --- a/lang/bg_BG.yml +++ b/lang/bg_BG.yml @@ -3,6 +3,13 @@ bg_BG: CUSTOMRULES: 'Custom Rules' REQUIRED: 'Това поле е задължително за този формуляр и неможе да бъде изтрито' VALIDATION: Validation + CHECKEDBYDEFAULT: 'Checked by Default?' + CUSTOMERROR: 'Custom Error Message' + CUSTOMOPTIONS: Options + DEFAULTTOTODAY: 'Default to Today?' + GROUP: Group + PLURALNAME: 'Editable Form Fields' + SINGULARNAME: 'Editable Form Field' SilverStripe\UserForms\Model\EditableFormField\EditableCountryDropdownField: PLURALNAME: 'Country Dropdowns' SINGULARNAME: 'Country Dropdown' @@ -19,9 +26,12 @@ bg_BG: SilverStripe\UserForms\Model\EditableFormField\EditableMultipleOptionField: PLURALNAME: 'Editable Multiple Option Fields' SINGULARNAME: 'Editable Multiple Option Field' + OPTIONSTAB: Options + VALUE: Value SilverStripe\UserForms\Model\Recipient\EmailRecipient: PLURALNAME: 'User Defined Form Email Recipients' SINGULARNAME: 'User Defined Form Email Recipient' + CUSTOMRULESTAB: 'Custom Rules' SilverStripe\UserForms\Model\Submission\SubmittedFileField: DOWNLOADFILE: 'Download File' PLURALNAME: 'Submitted File Fields' @@ -45,3 +55,45 @@ bg_BG: SENDPLAIN: 'Send Email as Plain Text (HTML will be stripped)' SINGULARNAME: 'User Defined Form' SUBMITBUTTON: Submit + EMAILBODYHTML: Body + ONCOMPLETELABEL: 'Покажи при завършване' + PLURALNAME: 'User Defined Forms' + SAVESUBMISSIONS: 'Disable Saving Submissions to Server' + SHOWCLEARFORM: 'Show Clear Form Button' + SUBMISSIONS: Заявления + TEXTONSUBMIT: 'Текст за бутона на изпращане:' + SilverStripe\UserForms: + ONCOMPLETELABEL: 'Покажи при завършване' + SAVESUBMISSIONS: 'Disable Saving Submissions to Server' + SHOWCLEARFORM: 'Show Clear Form Button' + SUBMISSIONS: Заявления + SUBMITBUTTON: Submit + TEXTONSUBMIT: 'Текст за бутона на изпращане:' + SilverStripe\UserForms\Form\UserFormsGridFieldFilterHeader: + FROM: From + SilverStripe\UserForms\Model\EditableFormField\EditableCheckbox: + PLURALNAME: Checkboxes + SINGULARNAME: 'Checkbox Field' + SilverStripe\UserForms\Model\EditableFormField\EditableCheckboxGroupField: + PLURALNAME: 'Checkbox Groups' + SINGULARNAME: 'Checkbox Group' + SilverStripe\UserForms\Model\EditableFormField\EditableDateField: + PLURALNAME: 'Date Fields' + SINGULARNAME: 'Date Field' + SilverStripe\UserForms\Model\EditableFormField\EditableDropdown: + PLURALNAME: Dropdowns + SINGULARNAME: 'Dropdown Field' + SilverStripe\UserForms\Model\EditableFormField\EditableFileField: + PLURALNAME: 'File Upload Fields' + SINGULARNAME: 'File Upload Field' + SilverStripe\UserForms\Model\EditableFormField\EditableFormHeading: + LEVEL: 'Select Heading Level' + PLURALNAME: Headings + SINGULARNAME: Heading + SilverStripe\UserForms\Model\EditableFormField\EditableOption: + PLURALNAME: 'Editable Options' + SINGULARNAME: 'Editable Option' + SilverStripe\UserForms\Model\EditableFormField\EditableTextField: + NUMBERROWS: 'Номер на редове' + PLURALNAME: 'Text Fields' + SINGULARNAME: 'Text Field' diff --git a/lang/da_DK.yml b/lang/da_DK.yml index 23c327c..6a3bb96 100644 --- a/lang/da_DK.yml +++ b/lang/da_DK.yml @@ -3,6 +3,13 @@ da_DK: CUSTOMRULES: 'Custom Rules' REQUIRED: 'Dette felt er påkrævet i denne formular og kan derfor ikke slettet' VALIDATION: Validation + CHECKEDBYDEFAULT: 'Checked by Default?' + CUSTOMERROR: 'Custom Error Message' + CUSTOMOPTIONS: Options + DEFAULTTOTODAY: 'Default to Today?' + GROUP: Group + PLURALNAME: 'Editable Form Fields' + SINGULARNAME: 'Editable Form Field' SilverStripe\UserForms\Model\EditableFormField\EditableCountryDropdownField: PLURALNAME: 'Country Dropdowns' SINGULARNAME: 'Country Dropdown' @@ -22,9 +29,12 @@ da_DK: SilverStripe\UserForms\Model\EditableFormField\EditableMultipleOptionField: PLURALNAME: 'Editable Multiple Option Fields' SINGULARNAME: 'Editable Multiple Option Field' + OPTIONSTAB: Options + VALUE: Value SilverStripe\UserForms\Model\Recipient\EmailRecipient: PLURALNAME: 'User Defined Form Email Recipients' SINGULARNAME: 'User Defined Form Email Recipient' + CUSTOMRULESTAB: 'Custom Rules' SilverStripe\UserForms\Model\Submission\SubmittedFileField: DOWNLOADFILE: 'Download File' PLURALNAME: 'Submitted File Fields' @@ -48,3 +58,42 @@ da_DK: SENDPLAIN: 'Send Email as Plain Text (HTML will be stripped)' SINGULARNAME: 'User Defined Form' SUBMITBUTTON: Submit + EMAILBODYHTML: Body + ONCOMPLETELABEL: 'Vis ved gennemført' + PLURALNAME: 'User Defined Forms' + SAVESUBMISSIONS: 'Disable Saving Submissions to Server' + SHOWCLEARFORM: 'Show Clear Form Button' + SUBMISSIONS: Indsendelse + TEXTONSUBMIT: 'Tekst på send-knap' + SilverStripe\UserForms: + ONCOMPLETELABEL: 'Vis ved gennemført' + SAVESUBMISSIONS: 'Disable Saving Submissions to Server' + SHOWCLEARFORM: 'Show Clear Form Button' + SUBMISSIONS: Indsendelse + SUBMITBUTTON: Submit + TEXTONSUBMIT: 'Tekst på send-knap' + SilverStripe\UserForms\Form\UserFormsGridFieldFilterHeader: + FROM: From + SilverStripe\UserForms\Model\EditableFormField\EditableCheckbox: + PLURALNAME: Checkboxes + SINGULARNAME: 'Checkbox Field' + SilverStripe\UserForms\Model\EditableFormField\EditableCheckboxGroupField: + PLURALNAME: 'Checkbox Groups' + SINGULARNAME: 'Checkbox Group' + SilverStripe\UserForms\Model\EditableFormField\EditableDateField: + PLURALNAME: 'Date Fields' + SINGULARNAME: 'Date Field' + SilverStripe\UserForms\Model\EditableFormField\EditableFileField: + PLURALNAME: 'File Upload Fields' + SINGULARNAME: 'File Upload Field' + SilverStripe\UserForms\Model\EditableFormField\EditableFormHeading: + LEVEL: 'Select Heading Level' + PLURALNAME: Headings + SINGULARNAME: Heading + SilverStripe\UserForms\Model\EditableFormField\EditableOption: + PLURALNAME: 'Editable Options' + SINGULARNAME: 'Editable Option' + SilverStripe\UserForms\Model\EditableFormField\EditableTextField: + NUMBERROWS: 'Antal rækker' + PLURALNAME: 'Text Fields' + SINGULARNAME: 'Text Field' diff --git a/lang/de.yml b/lang/de.yml index 1756bd6..3b502c4 100644 --- a/lang/de.yml +++ b/lang/de.yml @@ -1 +1,44 @@ -de: { } +de: + SilverStripe\CMS\Model\SiteTree: + TABMAIN: Hauptteil + SilverStripe\UserForms: + CLEARBUTTON: Löschen + CONFIGURATION: Einstellungen + RECIPIENTS: Empfänger + SUBMITBUTTON: Absenden + SilverStripe\UserForms\Control\UserDefinedFormAdmin: + CANCEL: Abbrechen + SilverStripe\UserForms\Form\UserFormsGridFieldFilterHeader: + FILTER: Filter + FROM: Von + RESET: Zurücksetzen + SilverStripe\UserForms\Model\EditableFormField: + CUSTOMOPTIONS: Optionen + FIELDISREQUIRED: '{name} muss ausgefüllt werden' + GROUP: Gruppe + NAME: Name + 'NO': Nein + TITLE: Titel + TYPE: Typ + 'YES': Ja + SilverStripe\UserForms\Model\EditableFormField\EditableFormStep: + STEP_NEXT: Weiter + STEP_PREV: Vorige + STEP_TITLE: 'Seite {page}' + SilverStripe\UserForms\Model\EditableFormField\EditableMultipleOptionField: + OPTIONSTAB: Optionen + TITLE: Titel + SilverStripe\UserForms\Model\EditableFormField\EditableNumericField: + RANGE_TO: bis + SilverStripe\UserForms\Model\EditableFormField\EditableTextField: + RANGE_TO: bis + SilverStripe\UserForms\Model\UserDefinedForm: + CLEARBUTTON: Löschen + CONFIGURATION: Einstellungen + EMAILADDRESS: E-Mail + EMAILFROM: Von + EMAILSUBJECT: E-Mail-Betreff + EMAILTEMPLATE: E-Mail-Vorlage + PLURALNAME: 'Basis Seiten' + RECIPIENTS: Empfänger + SUBMITBUTTON: Absenden diff --git a/lang/de_DE.yml b/lang/de_DE.yml index 050387f..4e1aa1b 100644 --- a/lang/de_DE.yml +++ b/lang/de_DE.yml @@ -14,9 +14,11 @@ de_DE: SUBMITBUTTON: Absenden TEXTONCLEAR: 'Text auf ''Löschen''-Button' TEXTONSUBMIT: 'Text auf Absende-Button' + ONCOMPLETELABEL: 'Nach Vervollständigung anzeigen' SilverStripe\UserForms\Control\UserDefinedFormAdmin: FOLDER_OPTIONS_NEW: 'Neuen Ordner erzeugen (empfohlen)' FORM_ACTION_CONFIRM: 'Speichern und weiter' + CANCEL: Abbrechen SilverStripe\UserForms\Extension\UserFormFieldEditorExtension: ADD_FIELD: 'Feld hinzufügen' ADD_FIELD_GROUP: 'Gruppe hinzufügen' @@ -173,7 +175,7 @@ de_DE: HIDEFORMDATA: 'Formulardaten in E-Mail nicht anzeigen' ORSELECTAFIELDTOUSEASFROM: '.. oder ein Feld für Antwort-Adresse wählen' ORSELECTAFIELDTOUSEASTO: '.. oder wähle ein Feld als Empfänger-Adresse' - PLURALNAME: 'Benutzerdefinierte Formulare' + PLURALNAME: 'Anpassbares Formular' PREVIEW_EMAIL: E-Mail-Vorschau PREVIEW_EMAIL_DESCRIPTION: 'Hinweis: Ungespeicherte Änderungen werde nicht in der Vorschau angezeigt.' PREVIEW_EMAIL_UNAVAILABLE: 'Sie können die Vorschau dieser E-Mail ansehen, wenn der Empfänger gespeichert wurde.' @@ -191,3 +193,17 @@ de_DE: TYPEREPLY: 'Antwort-Adresse eingeben' TYPESUBJECT: 'Betreff eingeben' TYPETO: 'Empfänger-Adresse eingeben' + ADDEMAILRECIPIENT: 'E-Mail-Empfänger hinzufügen' + CONFIGURATION: Konfiguration + DISABLECSRFSECURITYTOKEN: 'Deaktiviere CSRF-Token' + DISPLAYERRORMESSAGESATTOP: 'Fehlermeldungen über dem Formular anzeigen?' + EMAILBODYHTML: Inhalt + ENABLELIVEVALIDATION: 'Aktiviere Live-Validierung' + NORECIPIENTS: 'Warnung: Sie haben keine Empfänger konfiguriert. Einsendungen gehen möglicherweise verloren.' + ONCOMPLETELABEL: 'Nach Vervollständigung anzeigen' + RECIPIENTS: Empfänger + SAVESUBMISSIONS: 'Deaktiviere Speichern von Einsendungen auf dem Server' + SHOWCLEARFORM: 'Zeige ''Löschen''-Button' + SUBMISSIONS: Einsendungen + TEXTONCLEAR: 'Text auf ''Löschen''-Button' + TEXTONSUBMIT: 'Text auf Absende-Button' diff --git a/lang/en_GB.yml b/lang/en_GB.yml index 6a909a6..014dab4 100644 --- a/lang/en_GB.yml +++ b/lang/en_GB.yml @@ -9,9 +9,13 @@ en_GB: SilverStripe\UserForms\Model\EditableFormField\EditableMultipleOptionField: PLURALNAME: 'Editable Multiple Option Fields' SINGULARNAME: 'Editable Multiple Option Field' + OPTIONSTAB: Options + TITLE: Title + VALUE: Value SilverStripe\UserForms\Model\Recipient\EmailRecipient: PLURALNAME: 'User Defined Form Email Recipients' SINGULARNAME: 'User Defined Form Email Recipient' + CUSTOMRULESTAB: 'Custom Rules' SilverStripe\UserForms\Model\UserDefinedForm: EMAILADDRESS: Email EMAILBODY: Body @@ -25,3 +29,68 @@ en_GB: SENDPLAIN: 'Send Email as Plain Text (HTML will be stripped)' SINGULARNAME: 'User Defined Form' SUBMITBUTTON: Submit + DESCRIPTION: 'Adds a customisable form.' + EMAILBODYHTML: Body + ONCOMPLETELABEL: 'Show on completion' + SAVESUBMISSIONS: 'Disable Saving Submissions to Server' + SHOWCLEARFORM: 'Show Clear Form Button' + TEXTONSUBMIT: 'Text on submit button:' + SilverStripe\UserForms: + ONCOMPLETELABEL: 'Show on completion' + SAVESUBMISSIONS: 'Disable Saving Submissions to Server' + SHOWCLEARFORM: 'Show Clear Form Button' + SUBMITBUTTON: Submit + TEXTONSUBMIT: 'Text on submit button:' + SilverStripe\UserForms\Form\UserFormsGridFieldFilterHeader: + FROM: From + SilverStripe\UserForms\Model\EditableFormField: + CHECKEDBYDEFAULT: 'Checked by Default?' + CUSTOMERROR: 'Custom Error Message' + CUSTOMOPTIONS: Options + CUSTOMRULES: 'Custom Rules' + DEFAULTTOTODAY: 'Default to Today?' + GROUP: Group + PLURALNAME: 'Editable Form Fields' + REQUIRED: 'Required?' + SINGULARNAME: 'Editable Form Field' + TITLE: Title + VALIDATION: Validation + SilverStripe\UserForms\Model\EditableFormField\EditableCheckbox: + PLURALNAME: Checkboxes + SINGULARNAME: 'Checkbox Field' + SilverStripe\UserForms\Model\EditableFormField\EditableCheckboxGroupField: + PLURALNAME: 'Checkbox Groups' + SINGULARNAME: 'Checkbox Group' + SilverStripe\UserForms\Model\EditableFormField\EditableDateField: + PLURALNAME: 'Date Fields' + SINGULARNAME: 'Date Field' + SilverStripe\UserForms\Model\EditableFormField\EditableDropdown: + PLURALNAME: Dropdowns + SINGULARNAME: 'Dropdown Field' + SilverStripe\UserForms\Model\EditableFormField\EditableFileField: + PLURALNAME: 'File Upload Fields' + SINGULARNAME: 'File Upload Field' + SilverStripe\UserForms\Model\EditableFormField\EditableFormHeading: + LEVEL: 'Select Heading Level' + PLURALNAME: Headings + SINGULARNAME: Heading + SilverStripe\UserForms\Model\EditableFormField\EditableMemberListField: + PLURALNAME: 'Member List Fields' + SINGULARNAME: 'Member List Field' + SilverStripe\UserForms\Model\EditableFormField\EditableOption: + PLURALNAME: 'Editable Options' + SINGULARNAME: 'Editable Option' + SilverStripe\UserForms\Model\EditableFormField\EditableTextField: + NUMBERROWS: 'Number of rows' + PLURALNAME: 'Text Fields' + SINGULARNAME: 'Text Field' + SilverStripe\UserForms\Model\Submission\SubmittedFileField: + DOWNLOADFILE: 'Download File' + PLURALNAME: 'Submitted File Fields' + SINGULARNAME: 'Submitted File Field' + SilverStripe\UserForms\Model\Submission\SubmittedForm: + PLURALNAME: 'Submitted Forms' + SINGULARNAME: 'Submitted Form' + SilverStripe\UserForms\Model\Submission\SubmittedFormField: + PLURALNAME: 'Submitted Form Fields' + SINGULARNAME: 'Submitted Form Field' diff --git a/lang/en_US.yml b/lang/en_US.yml index df4f322..a44fe5a 100644 --- a/lang/en_US.yml +++ b/lang/en_US.yml @@ -9,9 +9,12 @@ en_US: SilverStripe\UserForms\Model\EditableFormField\EditableMultipleOptionField: PLURALNAME: 'Editable Multiple Option Fields' SINGULARNAME: 'Editable Multiple Option Field' + OPTIONSTAB: Options + VALUE: Value SilverStripe\UserForms\Model\Recipient\EmailRecipient: PLURALNAME: 'User Defined Form Email Recipients' SINGULARNAME: 'User Defined Form Email Recipient' + CUSTOMRULESTAB: 'Custom Rules' SilverStripe\UserForms\Model\UserDefinedForm: EMAILADDRESS: Email EMAILBODY: Body @@ -27,3 +30,66 @@ en_US: SENDPLAIN: 'Send email as plain text? (HTML will be stripped)' SINGULARNAME: 'User Defined Form' SUBMITBUTTON: Submit + EMAILBODYHTML: Body + ONCOMPLETELABEL: 'Show on completion' + SAVESUBMISSIONS: 'Disable Saving Submissions to Server' + SHOWCLEARFORM: 'Show Clear Form Button' + TEXTONSUBMIT: 'Text on submit button:' + SilverStripe\UserForms: + ONCOMPLETELABEL: 'Show on completion' + SAVESUBMISSIONS: 'Disable Saving Submissions to Server' + SHOWCLEARFORM: 'Show Clear Form Button' + SUBMITBUTTON: Submit + TEXTONSUBMIT: 'Text on submit button:' + SilverStripe\UserForms\Form\UserFormsGridFieldFilterHeader: + FROM: From + SilverStripe\UserForms\Model\EditableFormField: + CHECKEDBYDEFAULT: 'Checked by Default?' + CUSTOMERROR: 'Custom Error Message' + CUSTOMOPTIONS: Options + CUSTOMRULES: 'Custom Rules' + DEFAULTTOTODAY: 'Default to Today?' + GROUP: Group + PLURALNAME: 'Editable Form Fields' + REQUIRED: 'Is this field Required?' + SINGULARNAME: 'Editable Form Field' + VALIDATION: Validation + SilverStripe\UserForms\Model\EditableFormField\EditableCheckbox: + PLURALNAME: Checkboxes + SINGULARNAME: 'Checkbox Field' + SilverStripe\UserForms\Model\EditableFormField\EditableCheckboxGroupField: + PLURALNAME: 'Checkbox Groups' + SINGULARNAME: 'Checkbox Group' + SilverStripe\UserForms\Model\EditableFormField\EditableDateField: + PLURALNAME: 'Date Fields' + SINGULARNAME: 'Date Field' + SilverStripe\UserForms\Model\EditableFormField\EditableDropdown: + PLURALNAME: Dropdowns + SINGULARNAME: 'Dropdown Field' + SilverStripe\UserForms\Model\EditableFormField\EditableFileField: + PLURALNAME: 'File Upload Fields' + SINGULARNAME: 'File Upload Field' + SilverStripe\UserForms\Model\EditableFormField\EditableFormHeading: + LEVEL: 'Select Heading Level' + PLURALNAME: Headings + SINGULARNAME: Heading + SilverStripe\UserForms\Model\EditableFormField\EditableMemberListField: + PLURALNAME: 'Member List Fields' + SINGULARNAME: 'Member List Field' + SilverStripe\UserForms\Model\EditableFormField\EditableOption: + PLURALNAME: 'Editable Options' + SINGULARNAME: 'Editable Option' + SilverStripe\UserForms\Model\EditableFormField\EditableTextField: + NUMBERROWS: 'Number of rows' + PLURALNAME: 'Text Fields' + SINGULARNAME: 'Text Field' + SilverStripe\UserForms\Model\Submission\SubmittedFileField: + DOWNLOADFILE: 'Download File' + PLURALNAME: 'Submitted File Fields' + SINGULARNAME: 'Submitted File Field' + SilverStripe\UserForms\Model\Submission\SubmittedForm: + PLURALNAME: 'Submitted Forms' + SINGULARNAME: 'Submitted Form' + SilverStripe\UserForms\Model\Submission\SubmittedFormField: + PLURALNAME: 'Submitted Form Fields' + SINGULARNAME: 'Submitted Form Field' diff --git a/lang/eo.yml b/lang/eo.yml index 295b8ca..c67e48f 100644 --- a/lang/eo.yml +++ b/lang/eo.yml @@ -251,6 +251,7 @@ eo: one: 'Unu sendita dosiera kampo' other: '{count} senditaj dosieraj kampoj' SINGULARNAME: 'Kampo de sendita dosiero' + INSUFFICIENTRIGHTS: 'Vi ne havas taŭgajn permesojn por elŝuti ĉi tiun dosieron' SilverStripe\UserForms\Model\Submission\SubmittedForm: PLURALNAME: 'Senditaj formularoj' PLURALS: diff --git a/lang/es.yml b/lang/es.yml index 2c43e01..4d56d92 100644 --- a/lang/es.yml +++ b/lang/es.yml @@ -1 +1,36 @@ -es: { } +es: + SilverStripe\CMS\Model\SiteTree: + TABMAIN: Principal + SilverStripe\UserForms: + CLEARBUTTON: Limpiar + SilverStripe\UserForms\Control\UserDefinedFormAdmin: + CANCEL: Cancelar + SilverStripe\UserForms\Form\UserFormsGridFieldFilterHeader: + FILTER: Filtrar + FROM: De + RESET: Restaurar + SilverStripe\UserForms\Model\EditableFormField: + FIELDISREQUIRED: 'Se requiere {name} ' + GROUP: Grupo + NAME: Nombre + 'NO': 'No' + TITLE: Título + TYPE: Tipo + 'YES': Sí + SilverStripe\UserForms\Model\EditableFormField\EditableFormStep: + STEP_NEXT: Siguiente + STEP_PREV: Anterior + STEP_TITLE: 'Página {page}' + SilverStripe\UserForms\Model\EditableFormField\EditableMultipleOptionField: + TITLE: Título + SilverStripe\UserForms\Model\EditableFormField\EditableNumericField: + RANGE_TO: al + SilverStripe\UserForms\Model\EditableFormField\EditableTextField: + RANGE_TO: al + SilverStripe\UserForms\Model\UserDefinedForm: + CLEARBUTTON: Limpiar + EMAILADDRESS: 'Correo electrónico' + EMAILFROM: De + EMAILSUBJECT: 'Asunto del Email' + EMAILTEMPLATE: 'Plantilla de Email' + PLURALNAME: 'Páginas base' diff --git a/lang/es_ES.yml b/lang/es_ES.yml index cb4fbe7..09b4a55 100644 --- a/lang/es_ES.yml +++ b/lang/es_ES.yml @@ -2,6 +2,9 @@ es_ES: SilverStripe\UserForms\Form\UserFormsGridFieldFilterHeader: FILTERSUBMISSIONS: 'Filtrar envíos.' WHEREVALUEIS: 'donde el valor es' + FILTER: Filtro + FROM: De + RESET: Restablecer SilverStripe\UserForms\Model\EditableCustomRule: PLURALNAME: 'Reglas personalizadas editables' SINGULARNAME: 'Regla personalizada editable' @@ -19,6 +22,13 @@ es_ES: SINGULARNAME: 'Campo de formulario editable' VALIDATION: Validación 'YES': Sí + DEFAULT: 'Valor predeterminado' + EXTRACLASS_TITLE: 'Estilo/disposición adicional' + EXTRACLASS_Title: 'Clases CSS extra' + INITIALVISIBILITY: 'Visibilidad inicial' + REQUIRED_DESCRIPTION: 'Por favor tomar en cuenta que los campos con condiciones no pueden marcarse como requeridos' + TITLE: Título + TYPE: Tipo SilverStripe\UserForms\Model\EditableFormField\EditableCheckbox: PLURALNAME: 'Casillas de verificación' SINGULARNAME: 'Campo de casillas de verificación' @@ -28,11 +38,13 @@ es_ES: SilverStripe\UserForms\Model\EditableFormField\EditableCountryDropdownField: PLURALNAME: 'Selectores de país' SINGULARNAME: 'Selector de país' + DEFAULT: 'Valor predeterminado' SilverStripe\UserForms\Model\EditableFormField\EditableDateField: PLURALNAME: 'Campos de fecha' SINGULARNAME: 'Campo de fecha' SilverStripe\UserForms\Model\EditableFormField\EditableDropdown: PLURALNAME: 'Listas desplegables' + SINGULARNAME: 'Campo desplegable' SilverStripe\UserForms\Model\EditableFormField\EditableEmailField: PLURALNAME: 'Correos electrónicos' SINGULARNAME: 'Campo de correo electrónico' @@ -58,6 +70,9 @@ es_ES: SilverStripe\UserForms\Model\EditableFormField\EditableMultipleOptionField: PLURALNAME: 'Campos de opción múltiple' SINGULARNAME: 'Campo de opción múltiple' + OPTIONSTAB: Opciones + TITLE: Título + VALUE: Valor SilverStripe\UserForms\Model\EditableFormField\EditableNumericField: PLURALNAME: 'Campos numéricos' SINGULARNAME: 'Campo numérico' @@ -69,9 +84,13 @@ es_ES: PLURALNAME: 'Campos de texto' SINGULARNAME: 'Campo de texto' TEXTLENGTH: 'Longitud del texto' + AUTOCOMPLETE: Autocompletar SilverStripe\UserForms\Model\Recipient\EmailRecipient: PLURALNAME: 'Destinatarios definidos por el usuario' SINGULARNAME: 'Destinatario definido por el usuario' + CUSTOMRULESTAB: 'Reglas especiales' + EMAILCONTENTTAB: 'Contenido de correo' + EMAILDETAILSTAB: 'Detalles de correo' SilverStripe\UserForms\Model\Submission\SubmittedFileField: DOWNLOADFILE: 'Descargar archivo' PLURALNAME: 'Archivos enviados' @@ -100,3 +119,31 @@ es_ES: SENDPLAIN: 'Enviar el correo como texto plano' SINGULARNAME: 'Formulario definido por el usuario' SUBMITBUTTON: Enviar + ADDEMAILRECIPIENT: 'Agregar destinatario de email' + CONFIGURATION: Configuración + EMAILBODYHTML: Cuerpo + EMAILTEMPLATE: 'Plantilla de correo' + ENABLELIVEVALIDATION: 'Habilitar la validación en vivo' + ONCOMPLETELABEL: 'Mostrar al terminar' + PREVIEW_EMAIL: 'Vista previa de correo' + SAVESUBMISSIONS: 'Deshabilitar el guardado de emails en el servidor' + SHOWCLEARFORM: 'Mostrar el botón borrar' + SUBMISSIONS: Propuestas + TEXTONSUBMIT: 'Texto en el botón aceptar/submit:' + SilverStripe\UserForms: + ADDEMAILRECIPIENT: 'Agregar destinatario de email' + CONFIGURATION: Configuración + ENABLELIVEVALIDATION: 'Habilitar la validación en vivo' + ONCOMPLETELABEL: 'Mostrar al terminar' + SAVESUBMISSIONS: 'Deshabilitar el guardado de emails en el servidor' + SHOWCLEARFORM: 'Mostrar el botón borrar' + SUBMISSIONS: Propuestas + SUBMITBUTTON: Enviar + TEXTONSUBMIT: 'Texto en el botón aceptar/submit:' + SilverStripe\UserForms\Extension\UserFormFieldEditorExtension: + ADD_FIELD: 'Agregar campo' + ADD_FIELD_GROUP: 'Agregar grupo de campos' + ADD_PAGE_BREAK: 'Agregar cambio de página' + FORMFIELDS: 'Campos del formulario' + SilverStripe\UserForms\Model\EditableFormField\EditableFormStep: + STEP_TITLE: 'Página {page}' diff --git a/lang/es_MX.yml b/lang/es_MX.yml index 18f5184..0f0ed66 100644 --- a/lang/es_MX.yml +++ b/lang/es_MX.yml @@ -3,6 +3,16 @@ es_MX: CUSTOMRULES: 'Custom Rules' REQUIRED: 'Este campo es obligatorio para el formulario y no se puede eliminar' VALIDATION: Validation + CHECKEDBYDEFAULT: 'Checked by Default?' + CUSTOMERROR: 'Custom Error Message' + CUSTOMOPTIONS: Options + DEFAULTTOTODAY: 'Default to Today?' + GROUP: Group + NAME: Nombre + PLURALNAME: 'Editable Form Fields' + SINGULARNAME: 'Editable Form Field' + TITLE: Título + TYPE: Tipo SilverStripe\UserForms\Model\EditableFormField\EditableCountryDropdownField: PLURALNAME: 'Country Dropdowns' SINGULARNAME: 'Country Dropdown' @@ -19,9 +29,13 @@ es_MX: SilverStripe\UserForms\Model\EditableFormField\EditableMultipleOptionField: PLURALNAME: 'Editable Multiple Option Fields' SINGULARNAME: 'Editable Multiple Option Field' + OPTIONSTAB: Options + TITLE: Título + VALUE: Value SilverStripe\UserForms\Model\Recipient\EmailRecipient: PLURALNAME: 'User Defined Form Email Recipients' SINGULARNAME: 'User Defined Form Email Recipient' + CUSTOMRULESTAB: 'Custom Rules' SilverStripe\UserForms\Model\Submission\SubmittedFileField: DOWNLOADFILE: 'Download File' PLURALNAME: 'Submitted File Fields' @@ -45,3 +59,56 @@ es_MX: SENDPLAIN: 'Send Email as Plain Text (HTML will be stripped)' SINGULARNAME: 'User Defined Form' SUBMITBUTTON: Submit + CLEARBUTTON: Limpiar + EMAILBODYHTML: Body + ONCOMPLETELABEL: 'Mostrar cuando se complete' + PLURALNAME: 'User Defined Forms' + SAVESUBMISSIONS: 'Disable Saving Submissions to Server' + SHOWCLEARFORM: 'Show Clear Form Button' + SUBMISSIONS: Peticiones + TEXTONSUBMIT: 'Texto en el botón de envío:' + SilverStripe\CMS\Model\SiteTree: + TABMAIN: Principal + SilverStripe\UserForms: + CLEARBUTTON: Limpiar + ONCOMPLETELABEL: 'Mostrar cuando se complete' + SAVESUBMISSIONS: 'Disable Saving Submissions to Server' + SHOWCLEARFORM: 'Show Clear Form Button' + SUBMISSIONS: Peticiones + SUBMITBUTTON: Submit + TEXTONSUBMIT: 'Texto en el botón de envío:' + SilverStripe\UserForms\Control\UserDefinedFormAdmin: + CANCEL: Cancelar + SilverStripe\UserForms\Form\UserFormsGridFieldFilterHeader: + FILTER: Filtrar + FROM: From + RESET: Resetear + SilverStripe\UserForms\Model\EditableFormField\EditableCheckbox: + PLURALNAME: Checkboxes + SINGULARNAME: 'Checkbox Field' + SilverStripe\UserForms\Model\EditableFormField\EditableCheckboxGroupField: + PLURALNAME: 'Checkbox Groups' + SINGULARNAME: 'Checkbox Group' + SilverStripe\UserForms\Model\EditableFormField\EditableDateField: + PLURALNAME: 'Date Fields' + SINGULARNAME: 'Date Field' + SilverStripe\UserForms\Model\EditableFormField\EditableDropdown: + PLURALNAME: Dropdowns + SINGULARNAME: 'Dropdown Field' + SilverStripe\UserForms\Model\EditableFormField\EditableFileField: + PLURALNAME: 'File Upload Fields' + SINGULARNAME: 'File Upload Field' + SilverStripe\UserForms\Model\EditableFormField\EditableFormHeading: + LEVEL: 'Select Heading Level' + PLURALNAME: Headings + SINGULARNAME: Heading + SilverStripe\UserForms\Model\EditableFormField\EditableFormStep: + STEP_NEXT: Siguiente + STEP_PREV: Anterior + SilverStripe\UserForms\Model\EditableFormField\EditableOption: + PLURALNAME: 'Editable Options' + SINGULARNAME: 'Editable Option' + SilverStripe\UserForms\Model\EditableFormField\EditableTextField: + NUMBERROWS: 'Número de renglones' + PLURALNAME: 'Text Fields' + SINGULARNAME: 'Text Field' diff --git a/lang/et_EE.yml b/lang/et_EE.yml index f48a956..8bfabaa 100644 --- a/lang/et_EE.yml +++ b/lang/et_EE.yml @@ -5,6 +5,15 @@ et_EE: REQUIRED: 'See väli on vormis vajalik ja seda ei saa kustutada' VALIDATION: Validation 'YES': Jah + CHECKEDBYDEFAULT: 'Checked by Default?' + CUSTOMERROR: 'Custom Error Message' + CUSTOMOPTIONS: Options + DEFAULTTOTODAY: 'Default to Today?' + GROUP: Grupp + NAME: Nimi + PLURALNAME: 'Editable Form Fields' + SINGULARNAME: 'Editable Form Field' + TITLE: Pealkiri SilverStripe\UserForms\Model\EditableFormField\EditableCountryDropdownField: PLURALNAME: 'Country Dropdowns' SINGULARNAME: 'Country Dropdown' @@ -21,9 +30,13 @@ et_EE: SilverStripe\UserForms\Model\EditableFormField\EditableMultipleOptionField: PLURALNAME: 'Editable Multiple Option Fields' SINGULARNAME: 'Editable Multiple Option Field' + OPTIONSTAB: Options + TITLE: Pealkiri + VALUE: Value SilverStripe\UserForms\Model\Recipient\EmailRecipient: PLURALNAME: 'User Defined Form Email Recipients' SINGULARNAME: 'User Defined Form Email Recipient' + CUSTOMRULESTAB: 'Custom Rules' SilverStripe\UserForms\Model\Submission\SubmittedFileField: DOWNLOADFILE: 'Download File' PLURALNAME: 'Submitted File Fields' @@ -47,3 +60,57 @@ et_EE: SENDPLAIN: 'Send Email as Plain Text (HTML will be stripped)' SINGULARNAME: 'User Defined Form' SUBMITBUTTON: Submit + EMAILBODYHTML: Body + ONCOMPLETELABEL: 'Näita lõpetamisel' + PLURALNAME: 'User Defined Forms' + SAVESUBMISSIONS: 'Disable Saving Submissions to Server' + SHOWCLEARFORM: 'Show Clear Form Button' + SUBMISSIONS: Kaastööd + TEXTONSUBMIT: 'Kiri saatmise nupul:' + SilverStripe\CMS\Model\SiteTree: + TABMAIN: Avaleht + SilverStripe\UserForms: + ONCOMPLETELABEL: 'Näita lõpetamisel' + SAVESUBMISSIONS: 'Disable Saving Submissions to Server' + SHOWCLEARFORM: 'Show Clear Form Button' + SUBMISSIONS: Kaastööd + SUBMITBUTTON: Submit + TEXTONSUBMIT: 'Kiri saatmise nupul:' + SilverStripe\UserForms\Control\UserDefinedFormAdmin: + CANCEL: Loobu + SilverStripe\UserForms\Form\UserFormsGridFieldFilterHeader: + FILTER: Filtreeri + FROM: From + RESET: Lähtesta + SilverStripe\UserForms\Model\EditableFormField\EditableCheckbox: + PLURALNAME: Checkboxes + SINGULARNAME: 'Checkbox Field' + SilverStripe\UserForms\Model\EditableFormField\EditableCheckboxGroupField: + PLURALNAME: 'Checkbox Groups' + SINGULARNAME: 'Checkbox Group' + SilverStripe\UserForms\Model\EditableFormField\EditableDateField: + PLURALNAME: 'Date Fields' + SINGULARNAME: 'Date Field' + SilverStripe\UserForms\Model\EditableFormField\EditableDropdown: + PLURALNAME: Dropdowns + SINGULARNAME: 'Dropdown Field' + SilverStripe\UserForms\Model\EditableFormField\EditableFileField: + PLURALNAME: 'File Upload Fields' + SINGULARNAME: 'File Upload Field' + SilverStripe\UserForms\Model\EditableFormField\EditableFormHeading: + LEVEL: 'Select Heading Level' + PLURALNAME: Headings + SINGULARNAME: Heading + SilverStripe\UserForms\Model\EditableFormField\EditableFormStep: + STEP_NEXT: Eelmine + STEP_PREV: Eelmine + SilverStripe\UserForms\Model\EditableFormField\EditableNumericField: + RANGE_TO: kuni + SilverStripe\UserForms\Model\EditableFormField\EditableOption: + PLURALNAME: 'Editable Options' + SINGULARNAME: 'Editable Option' + SilverStripe\UserForms\Model\EditableFormField\EditableTextField: + NUMBERROWS: 'Arv ridu' + PLURALNAME: 'Text Fields' + RANGE_TO: kuni + SINGULARNAME: 'Text Field' diff --git a/lang/fa_IR.yml b/lang/fa_IR.yml index a0b3dfc..540e7ca 100644 --- a/lang/fa_IR.yml +++ b/lang/fa_IR.yml @@ -10,6 +10,11 @@ fa_IR: RIGHTTITLE: 'عنوان سمت راست' TITLE: عنوان 'YES': بله + CUSTOMOPTIONS: گزینه‌ها + FIELDISREQUIRED: '{name} مورد نیاز است' + NAME: نام + 'NO': خیر + TYPE: نوع SilverStripe\UserForms\Model\EditableFormField\EditableDateField: PLURALNAME: 'فیلدهای تاریخ' SINGULARNAME: 'فیلد تاریخ' @@ -18,11 +23,16 @@ fa_IR: SINGULARNAME: 'فیلد ایمیل' SilverStripe\UserForms\Model\EditableFormField\EditableFormStep: TITLE_FIRST: 'صفحه نخست' + STEP_NEXT: بعدی + STEP_PREV: قبلی + STEP_TITLE: 'صفحه‌ی {page}' SilverStripe\UserForms\Model\EditableFormField\EditableLiteralField: PLURALNAME: 'بلوک های HTML' SINGULARNAME: 'بلوک HTML' SilverStripe\UserForms\Model\EditableFormField\EditableMultipleOptionField: DEFAULT: 'انتخاب به عنوان پیش فرض؟' + OPTIONSTAB: گزینه‌ها + TITLE: عنوان SilverStripe\UserForms\Model\EditableFormField\EditableNumericField: PLURALNAME: 'فیلد عددی' RANGE_TO: به @@ -41,3 +51,26 @@ fa_IR: PLURALNAME: 'صفحه اصلی' SENDEMAILTO: 'ارسال ایمیل به' SUBMITBUTTON: 'ثبت کردن' + CONFIGURATION: پیکربندی + DISABLECSRFSECURITYTOKEN: 'غیر فعال کردن CSRF' + RECIPIENTS: دریافت‌کنندگان + SHOWCLEARFORM: 'نمایش دکمه خالی کردن فرم' + TEXTONCLEAR: 'متن روی دکمه خالی کردن فرم:' + TEXTONSUBMIT: 'متن روی دکمه ثبت کردن:' + SilverStripe\CMS\Model\SiteTree: + TABMAIN: اصلی + SilverStripe\UserForms: + CLEARBUTTON: پاک‌کردن + CONFIGURATION: پیکربندی + DISABLECSRFSECURITYTOKEN: 'غیر فعال کردن CSRF' + RECIPIENTS: دریافت‌کنندگان + SHOWCLEARFORM: 'نمایش دکمه خالی کردن فرم' + SUBMITBUTTON: 'ثبت کردن' + TEXTONCLEAR: 'متن روی دکمه خالی کردن فرم:' + TEXTONSUBMIT: 'متن روی دکمه ثبت کردن:' + SilverStripe\UserForms\Control\UserDefinedFormAdmin: + CANCEL: لغو + SilverStripe\UserForms\Form\UserFormsGridFieldFilterHeader: + FILTER: پالایش + FROM: از + RESET: 'از نو' diff --git a/lang/fi_FI.yml b/lang/fi_FI.yml index 4ae795c..897d460 100644 --- a/lang/fi_FI.yml +++ b/lang/fi_FI.yml @@ -11,6 +11,13 @@ fi_FI: SHOWCLEARFORM: 'Näytä lomakkeen tyhjennysnappi' TEXTONCLEAR: 'Tyhjennä-napin teksti:' TEXTONSUBMIT: 'Lähetä-napin teksti:' + DISABLEAUTHENICATEDFINISHACTION: 'Poista Autentikointi viimeistelytoiminnosta' + DISABLECSRFSECURITYTOKEN: 'Poista CSRF Token' + DISPLAYERRORMESSAGESATTOP: 'Näytä virheilmoitukset lomakkeen yläpuolella?' + ENABLELIVEVALIDATION: 'Aktivoi reaaliaikainen validointi' + NORECIPIENTS: 'Varoitus: et ole lisännyt yhtään vastaanottajaa. Lähetetyt lomakkeet voivat jäädä näkemättä.' + ONCOMPLETELABEL: 'Näytä valmistuessa' + SAVESUBMISSIONS: 'Poista lomakkeen tallennus tietokantaan (lähetys vain sähköpostiin)' SilverStripe\UserForms\Extension\UserFormFieldEditorExtension: ADD_FIELD: 'Lisää kenttä' ADD_FIELD_GROUP: 'Lisää kenttäryhmä' @@ -62,6 +69,8 @@ fi_FI: SINGULARNAME: Tiedostonlatauskenttä SilverStripe\UserForms\Model\Submission\SubmittedFileField: DOWNLOADFILE: 'Lataa tiedosto' + PLURALNAME: 'Lähetetyt tiedostokentät' + SINGULARNAME: 'Lähetetty tiedostokenttä' SilverStripe\UserForms\Model\UserDefinedForm: PREVIEW_EMAIL: 'Esikatsele sähköposti' SINGULARNAME: 'Käyttäjän lomake' @@ -73,6 +82,41 @@ fi_FI: SUBMISSIONS: 'Vastaanotetut lomakkeet' TEXTONCLEAR: 'Tyhjennä-napin teksti:' TEXTONSUBMIT: 'Lähetä-napin teksti:' + ADDEMAILRECIPIENT: 'Lisää sähköpostin vastaanottaja' + CLEARBUTTON: Tyhjennä + CONFIGURATION: Asetukset + DESCRIPTION: 'Lisää kustomoitavan lomakkeen.' + DISABLEAUTHENICATEDFINISHACTION: 'Poista Autentikointi viimeistelytoiminnosta' + DISABLECSRFSECURITYTOKEN: 'Poista CSRF Token' + DISPLAYERRORMESSAGESATTOP: 'Näytä virheilmoitukset lomakkeen yläpuolella?' + EMAILADDRESS: Sähköposti + EMAILBODY: Viesti + EMAILBODYHTML: Viesti + EMAILFROM: Lähettäjä + EMAILSUBJECT: Otsikko + EMAILTEMPLATE: Sähköpostipohja + ENABLELIVEVALIDATION: 'Aktivoi reaaliaikainen validointi' + EmailFromContent: 'Lähettäjän sähköpostiosoite kenttään voit laittaa osoitteen, josta lomake näkyy lähetetyn. Jotkut palvelimet vaativat, että osoitteen on oltava samalla domain päätteellä kuin sivustosi. Esimerkiksi omasivusto.fi domainilla osoitteen tulisi olla osoitteesi@omasivusto.fi. Voit käyttää kuitenkin haluamaasi osoitetta, jos sille ei ole teknistä estettä.' + FROMADDRESS: 'Lähetä sähköposti osoitteesta' + HIDEFORMDATA: 'Piilota lomakedata sähköpostista' + NORECIPIENTS: 'Varoitus: et ole lisännyt yhtään vastaanottajaa. Lähetetyt lomakkeet voivat jäädä näkemättä.' + ONCOMPLETELABEL: 'Näytä valmistuessa' + ORSELECTAFIELDTOUSEASFROM: '.. tai valitse kenttä, jota käytetään Reply To -osoitteena' + ORSELECTAFIELDTOUSEASTO: '.. tai valitse kenttä, jota käytetään vastaanottajan osoitteena' + PLURALNAME: Pohjasivut + PREVIEW_EMAIL_DESCRIPTION: 'Huomio: tallentamattomat muutokset eivät näy esikatselussa.' + PREVIEW_EMAIL_UNAVAILABLE: 'Voit esikatsella tämän sähköpostin, kunhan olet tallentanut Vastaanottajan.' + RECIPIENTS: Vastaanottajat + REPLYADDRESS: Vastaussähköposti + REPLYADDRESS_DESCRIPTION: 'Sähköpostiosoite, johon vastaanottajalla on mahdollisuus vastata.' + SAVESUBMISSIONS: 'Poista lomakkeen tallennus tietokantaan (lähetys vain sähköpostiin)' + SELECTAFIELDTOSETSUBJECT: '... tai valitse kenttä, jota käytetään Aiheena' + SENDEMAILTO: 'Lähetä sähköposti osoitteeseen' + SENDEMAILTO_DESCRIPTION: 'Voit lisätä useamman osoitteen pilkulla erotettuna listana' + SENDIF: Lähetyssääntö + SENDIFAND: 'Kaikki ehdot ovat tosia' + SENDIFOR: 'Kaikki ehdot ovat tosia' + SENDPLAIN: 'Lähetä sähköposti puhtaassa tekstimuodossa (HTML-muotoilu poistetaan)' SilverStripe\UserForms\Control\UserDefinedFormAdmin: CANCEL: Peruuta FOLDER_OPTIONS_EXISTING: 'Käytä olemassa olevaa kansiota' @@ -168,9 +212,49 @@ fi_FI: CONTENT: HTML HIDEFROMREPORT: 'Piilota yhteenvedoista?' HIDELABEL: 'Piilota ''Otsikko'' näytettävältä lomakkeelta?' + PLURALNAME: HTML-alueet + SINGULARNAME: HTML-alue SilverStripe\UserForms\Model\EditableFormField\EditableMemberListField: SINGULARNAME: Jäsenlistakenttä + PLURALNAME: Jäsenlistakentät SilverStripe\UserForms\Model\EditableFormField\EditableMultipleOptionField: DEFAULT: 'Valittu oletuksena?' OPTIONSTAB: Valinnat TITLE: Otsikko + PLURALNAME: 'Muokattavat monivalintakentät' + SINGULARNAME: 'Muokattava monivalintakenttä' + VALUE: Arvo + SilverStripe\UserForms\Model\EditableCustomRule: + PLURALNAME: 'Muokattavat mukautetut säännöt' + SINGULARNAME: 'Muokattava mukautettu sääntö' + SilverStripe\UserForms\Model\EditableFormField\EditableNumericField: + PLURALNAME: 'Numeeriset kentät' + RANGE: 'Sallittu numeerinen väli' + RANGE_TO: – + SINGULARNAME: 'Numeerinen kenttä' + SilverStripe\UserForms\Model\EditableFormField\EditableOption: + PLURALNAME: 'Muokattavat vaihtoehdot' + SINGULARNAME: 'Muokattava vaihtoehto' + SilverStripe\UserForms\Model\EditableFormField\EditableRadioField: + PLURALNAME: Radiopainikkeet + SINGULARNAME: Radiopainike + SilverStripe\UserForms\Model\EditableFormField\EditableTextField: + AUTOCOMPLETE: Automaattitäydennys + AUTOCOMPLETE_DESCRIPTION: 'Tuetut selaimet yrittävät täydentää kentän automaattisesti käyttäjän omilla tiedoilla, valitse asettaaksesi käytettävät arvot' + NUMBERROWS: 'Rivejen määrä' + NUMBERROWS_DESCRIPTION: 'Kenttät, joissa on enemmän kuin yksi rivi, luodaan tekstialueena.' + PLURALNAME: Tekstikentät + RANGE_TO: – + SINGULARNAME: Tekstikenttä + TEXTLENGTH: 'Tekstin pituus' + SilverStripe\UserForms\Model\Recipient\EmailRecipient: + CUSTOMRULESTAB: 'Mukautetut säännöt' + EMAILCONTENTTAB: 'Sähköpostin sisältö' + EMAILDETAILSTAB: 'Sähköpostin tiedot' + PLURALNAME: Vastaanottajat + SilverStripe\UserForms\Model\Submission\SubmittedForm: + PLURALNAME: 'Lähetetyt lomakkeet' + SINGULARNAME: 'Lähetetty lomake' + SilverStripe\UserForms\Model\Submission\SubmittedFormField: + PLURALNAME: 'Lähetetyt lomakekentät' + SINGULARNAME: 'Lähetetty lomakekenttä' diff --git a/lang/fr.yml b/lang/fr.yml index ce559b1..5509703 100644 --- a/lang/fr.yml +++ b/lang/fr.yml @@ -1 +1,35 @@ -fr: { } +fr: + SilverStripe\CMS\Model\SiteTree: + TABMAIN: Principal + SilverStripe\UserForms: + CLEARBUTTON: Effacer + SilverStripe\UserForms\Control\UserDefinedFormAdmin: + CANCEL: Annuler + SilverStripe\UserForms\Form\UserFormsGridFieldFilterHeader: + FILTER: Filtrer + FROM: De + RESET: Réinitialiser + SilverStripe\UserForms\Model\EditableFormField: + FIELDISREQUIRED: '{name} requis' + GROUP: Groupe + NAME: Nom + 'NO': Non + TITLE: Titre + TYPE: Type + 'YES': Oui + SilverStripe\UserForms\Model\EditableFormField\EditableFormStep: + STEP_NEXT: Suivant + STEP_PREV: Préc + STEP_TITLE: 'Page {page}' + SilverStripe\UserForms\Model\EditableFormField\EditableMultipleOptionField: + TITLE: Titre + SilverStripe\UserForms\Model\EditableFormField\EditableNumericField: + RANGE_TO: kime + SilverStripe\UserForms\Model\EditableFormField\EditableTextField: + RANGE_TO: kime + SilverStripe\UserForms\Model\UserDefinedForm: + CLEARBUTTON: Effacer + EMAILADDRESS: Email + EMAILFROM: De + EMAILSUBJECT: 'Sujet de l''email' + PLURALNAME: 'Base Pages' diff --git a/lang/fr_FR.yml b/lang/fr_FR.yml index 68aafc1..bb132ff 100644 --- a/lang/fr_FR.yml +++ b/lang/fr_FR.yml @@ -3,6 +3,14 @@ fr_FR: CUSTOMRULES: 'Custom Rules' REQUIRED: 'Ce champ est requis pour ce formulaire et ne peut pas être supprimé' VALIDATION: Validation + CHECKEDBYDEFAULT: 'Vérifié par défaut ?' + CUSTOMERROR: 'Message d''erreur personnalisé' + CUSTOMOPTIONS: Options + DEFAULTTOTODAY: 'Par défaut pour aujourd''hui ?' + EXTRACLASS_TITLE: 'Style/sortie supplémentaire' + GROUP: Groupe + PLURALNAME: 'Champs de formulaire modifiable' + SINGULARNAME: 'Champ de formulaire modifiable' SilverStripe\UserForms\Model\EditableFormField\EditableCountryDropdownField: PLURALNAME: 'Country Dropdowns' SINGULARNAME: 'Country Dropdown' @@ -19,9 +27,12 @@ fr_FR: SilverStripe\UserForms\Model\EditableFormField\EditableMultipleOptionField: PLURALNAME: 'Editable Multiple Option Fields' SINGULARNAME: 'Editable Multiple Option Field' + OPTIONSTAB: Options + VALUE: Valeur SilverStripe\UserForms\Model\Recipient\EmailRecipient: PLURALNAME: 'User Defined Form Email Recipients' SINGULARNAME: 'User Defined Form Email Recipient' + CUSTOMRULESTAB: 'Custom Rules' SilverStripe\UserForms\Model\Submission\SubmittedFileField: DOWNLOADFILE: 'Download File' PLURALNAME: 'Submitted File Fields' @@ -47,3 +58,45 @@ fr_FR: SENDPLAIN: 'Send Email as Plain Text (HTML will be stripped)' SINGULARNAME: 'User Defined Form' SUBMITBUTTON: Submit + EMAILBODYHTML: Body + ONCOMPLETELABEL: 'Utiliser la complétion' + PLURALNAME: 'User Defined Forms' + SAVESUBMISSIONS: 'Disable Saving Submissions to Server' + SHOWCLEARFORM: 'Show Clear Form Button' + SUBMISSIONS: Soumissions + TEXTONSUBMIT: 'Texte du bouton Envoyer :' + SilverStripe\UserForms: + ONCOMPLETELABEL: 'Utiliser la complétion' + SAVESUBMISSIONS: 'Disable Saving Submissions to Server' + SHOWCLEARFORM: 'Show Clear Form Button' + SUBMISSIONS: Soumissions + SUBMITBUTTON: Submit + TEXTONSUBMIT: 'Texte du bouton Envoyer :' + SilverStripe\UserForms\Form\UserFormsGridFieldFilterHeader: + FROM: From + SilverStripe\UserForms\Model\EditableFormField\EditableCheckbox: + PLURALNAME: 'Cases à cocher' + SINGULARNAME: 'Champ de la case à cocher' + SilverStripe\UserForms\Model\EditableFormField\EditableCheckboxGroupField: + PLURALNAME: 'Groupes de case à cocher' + SINGULARNAME: 'Groupe de case à cocher' + SilverStripe\UserForms\Model\EditableFormField\EditableDateField: + PLURALNAME: 'Champs date' + SINGULARNAME: 'Champ date' + SilverStripe\UserForms\Model\EditableFormField\EditableDropdown: + PLURALNAME: Déroulants + SINGULARNAME: 'Champ déroulant' + SilverStripe\UserForms\Model\EditableFormField\EditableFileField: + PLURALNAME: 'Champs pour l''upload de fichier' + SINGULARNAME: 'Champ pour l''upload de fichier' + SilverStripe\UserForms\Model\EditableFormField\EditableFormHeading: + LEVEL: 'Sélectionnez le niveau de tête' + PLURALNAME: Principaux + SINGULARNAME: Principal + SilverStripe\UserForms\Model\EditableFormField\EditableOption: + PLURALNAME: 'Options modifiables' + SINGULARNAME: 'Option modifiable' + SilverStripe\UserForms\Model\EditableFormField\EditableTextField: + NUMBERROWS: 'Nombre de lignes' + PLURALNAME: 'Champs texte' + SINGULARNAME: 'Champ texte' diff --git a/lang/hr_HR.yml b/lang/hr_HR.yml index ede63fc..372cee6 100644 --- a/lang/hr_HR.yml +++ b/lang/hr_HR.yml @@ -3,6 +3,13 @@ hr_HR: CUSTOMRULES: 'Custom Rules' REQUIRED: 'Ovo je polje obavezno u ovoj formi i ne može biti obrisano.' VALIDATION: Validation + CHECKEDBYDEFAULT: 'Checked by Default?' + CUSTOMERROR: 'Custom Error Message' + CUSTOMOPTIONS: Options + DEFAULTTOTODAY: 'Default to Today?' + GROUP: Group + PLURALNAME: 'Editable Form Fields' + SINGULARNAME: 'Editable Form Field' SilverStripe\UserForms\Model\EditableFormField\EditableCheckbox: PLURALNAME: Checkboxes SINGULARNAME: 'Checkbox Field' @@ -31,9 +38,12 @@ hr_HR: SilverStripe\UserForms\Model\EditableFormField\EditableMultipleOptionField: PLURALNAME: 'Editable Multiple Option Fields' SINGULARNAME: 'Editable Multiple Option Field' + OPTIONSTAB: Options + VALUE: Value SilverStripe\UserForms\Model\Recipient\EmailRecipient: PLURALNAME: 'User Defined Form Email Recipients' SINGULARNAME: 'User Defined Form Email Recipient' + CUSTOMRULESTAB: 'Custom Rules' SilverStripe\UserForms\Model\Submission\SubmittedFileField: DOWNLOADFILE: 'Download File' PLURALNAME: 'Submitted File Fields' @@ -57,3 +67,33 @@ hr_HR: SENDPLAIN: 'Send Email as Plain Text (HTML will be stripped)' SINGULARNAME: 'User Defined Form' SUBMITBUTTON: Submit + EMAILBODYHTML: Body + ONCOMPLETELABEL: 'Show on completion' + PLURALNAME: 'User Defined Forms' + SAVESUBMISSIONS: 'Disable Saving Submissions to Server' + SHOWCLEARFORM: 'Show Clear Form Button' + SUBMISSIONS: Submissions + TEXTONSUBMIT: 'Text on submit button:' + SilverStripe\UserForms: + ONCOMPLETELABEL: 'Show on completion' + SAVESUBMISSIONS: 'Disable Saving Submissions to Server' + SHOWCLEARFORM: 'Show Clear Form Button' + SUBMISSIONS: Submissions + SUBMITBUTTON: Submit + TEXTONSUBMIT: 'Text on submit button:' + SilverStripe\UserForms\Form\UserFormsGridFieldFilterHeader: + FROM: From + SilverStripe\UserForms\Model\EditableFormField\EditableFileField: + PLURALNAME: 'File Upload Fields' + SINGULARNAME: 'File Upload Field' + SilverStripe\UserForms\Model\EditableFormField\EditableFormHeading: + LEVEL: 'Select Heading Level' + PLURALNAME: Headings + SINGULARNAME: Heading + SilverStripe\UserForms\Model\EditableFormField\EditableOption: + PLURALNAME: 'Editable Options' + SINGULARNAME: 'Editable Option' + SilverStripe\UserForms\Model\EditableFormField\EditableTextField: + NUMBERROWS: 'Number of rows' + PLURALNAME: 'Text Fields' + SINGULARNAME: 'Text Field' diff --git a/lang/it.yml b/lang/it.yml index 4a5bbc7..0314107 100644 --- a/lang/it.yml +++ b/lang/it.yml @@ -15,6 +15,8 @@ it: FROM: Da TILL: 'Fino a' WHEREVALUEIS: 'dove il valore è..' + FILTER: Filtra + RESET: Azzera SilverStripe\UserForms\Model\EditableCustomRule: PLURALNAME: 'Regole personalizzate modificabili' SINGULARNAME: 'Regola personalizzata modificabile' @@ -41,6 +43,8 @@ it: TYPE: Tipo VALIDATION: Validazione 'YES': Si + NAME: Nome + PLACEHOLDER: Segnaposto SilverStripe\UserForms\Model\EditableFormField\EditableCheckbox: PLURALNAME: 'Caselle di controllo' SINGULARNAME: 'Campo casella di controllo' @@ -50,6 +54,7 @@ it: SilverStripe\UserForms\Model\EditableFormField\EditableCountryDropdownField: PLURALNAME: 'Menù a tendina Nazioni' SINGULARNAME: 'Menù a tendina Nazioni' + DEFAULT: 'Valore di default' SilverStripe\UserForms\Model\EditableFormField\EditableDateField: PLURALNAME: 'Campi date' SINGULARNAME: 'Campo data' @@ -80,6 +85,8 @@ it: SINGULARNAME: 'Interruzione di pagina' STEP_TITLE: 'Pagina {page}' TITLE_FIRST: 'Prima pagina' + STEP_NEXT: Seguente + STEP_PREV: Prec SilverStripe\UserForms\Model\EditableFormField\EditableLiteralField: CONTENT: HTML HIDEFROMREPORT: 'Nascondi dai rapporti?' @@ -147,7 +154,7 @@ it: HIDEFORMDATA: 'Nascondi dati del modulo nell''email?' ORSELECTAFIELDTOUSEASFROM: '.. o seleziona un campo da usare come indirizzo a cui rispondere' ORSELECTAFIELDTOUSEASTO: '.. o seleziona un campo da usare come indirizzo destinatario' - PLURALNAME: 'Pagine base' + PLURALNAME: 'Pagine Base' PREVIEW_EMAIL: 'Anteprima e-mail' PREVIEW_EMAIL_DESCRIPTION: 'Nota: Le modifiche non salvate non appariranno nell''anteprima' PREVIEW_EMAIL_UNAVAILABLE: 'Puoi vedere un''anteprima di questa email dopo aver salvato il destinatario.' @@ -166,3 +173,38 @@ it: TYPEREPLY: 'Inserisci l''e-mail di risposta' TYPESUBJECT: 'Inserisci l''oggetto' TYPETO: 'Inserisci l''e-mail destinatario' + ADDEMAILRECIPIENT: 'Aggiungi destinatario e-mail' + CONFIGURATION: Configurazione + DISABLEAUTHENICATEDFINISHACTION: 'Disabilita autenticazione sull''azione finale' + DISABLECSRFSECURITYTOKEN: 'Disabilita token CSRF' + DISPLAYERRORMESSAGESATTOP: 'Mostra messaggi di errore sopra il modulo?' + ENABLELIVEVALIDATION: 'Abilita la validazione in tempo reale' + NORECIPIENTS: 'Attenzione: Non hai configurato nessun destinatario. Potresti perderti delle risposte al modulo.' + ONCOMPLETELABEL: 'Mostra al completamento' + RECIPIENTS: Destinatari + SAVESUBMISSIONS: 'Disabilita il salvataggio degli invii sul server' + SHOWCLEARFORM: 'Mostra il pulsante per azzerare il modulo' + SUBMISSIONS: Invii + TEXTONCLEAR: 'Testo sul pulsante di azzeramento:' + TEXTONSUBMIT: 'Testo sul pulsante di invio:' + SilverStripe\CMS\Model\SiteTree: + TABMAIN: Principale + SilverStripe\UserForms: + ADDEMAILRECIPIENT: 'Aggiungi destinatario e-mail' + CLEARBUTTON: Azzera + CONFIGURATION: Configurazione + DISABLEAUTHENICATEDFINISHACTION: 'Disabilita autenticazione sull''azione finale' + DISABLECSRFSECURITYTOKEN: 'Disabilita token CSRF' + DISPLAYERRORMESSAGESATTOP: 'Mostra messaggi di errore sopra il modulo?' + ENABLELIVEVALIDATION: 'Abilita la validazione in tempo reale' + NORECIPIENTS: 'Attenzione: Non hai configurato nessun destinatario. Potresti perderti delle risposte al modulo.' + ONCOMPLETELABEL: 'Mostra al completamento' + RECIPIENTS: Destinatari + SAVESUBMISSIONS: 'Disabilita il salvataggio degli invii sul server' + SHOWCLEARFORM: 'Mostra il pulsante per azzerare il modulo' + SUBMISSIONS: Invii + SUBMITBUTTON: Invia + TEXTONCLEAR: 'Testo sul pulsante di azzeramento:' + TEXTONSUBMIT: 'Testo sul pulsante di invio:' + SilverStripe\UserForms\Control\UserDefinedFormAdmin: + CANCEL: Annulla diff --git a/lang/ja.yml b/lang/ja.yml index 112d3b0..1caa09b 100644 --- a/lang/ja.yml +++ b/lang/ja.yml @@ -9,9 +9,13 @@ ja: SilverStripe\UserForms\Model\EditableFormField\EditableMultipleOptionField: PLURALNAME: 編集可能なマルチオプションフィールド SINGULARNAME: 編集可能なマルチオプションフィールド + OPTIONSTAB: オプション + TITLE: タイトル + VALUE: 数値 SilverStripe\UserForms\Model\Recipient\EmailRecipient: PLURALNAME: ユーザー定義フォームのメール受信者 SINGULARNAME: ユーザー定義フォームのメール受信者 + CUSTOMRULESTAB: カスタムルール SilverStripe\UserForms\Model\UserDefinedForm: EMAILADDRESS: メール EMAILBODY: ボディ @@ -27,3 +31,83 @@ ja: SENDPLAIN: 'プレーンテキストとしてメールを送信しますか? (HTMLは取り除かれます)' SINGULARNAME: ユーザー定義フォーム SUBMITBUTTON: 送信 + CLEARBUTTON: クリア + EMAILBODYHTML: ボディ + ONCOMPLETELABEL: 完成時に表示 + SAVESUBMISSIONS: 提出物をサーバーに保存するのを無効化 + SHOWCLEARFORM: フォームをクリアーボタンを表示する + TEXTONSUBMIT: '送信ボタンのテキスト:' + SilverStripe\CMS\Model\SiteTree: + TABMAIN: メイン + SilverStripe\UserForms: + CLEARBUTTON: クリア + ONCOMPLETELABEL: 完成時に表示 + SAVESUBMISSIONS: 提出物をサーバーに保存するのを無効化 + SHOWCLEARFORM: フォームをクリアーボタンを表示する + SUBMITBUTTON: 送信 + TEXTONSUBMIT: '送信ボタンのテキスト:' + SilverStripe\UserForms\Control\UserDefinedFormAdmin: + CANCEL: キャンセル + SilverStripe\UserForms\Form\UserFormsGridFieldFilterHeader: + FILTER: フィルタ + FROM: 送信者 + RESET: リセット + SilverStripe\UserForms\Model\EditableFormField: + CHECKEDBYDEFAULT: 'デフォルトでチェックしますか?' + CUSTOMERROR: カスタムエラーメッセージ + CUSTOMOPTIONS: オプション + CUSTOMRULES: カスタムルール + DEFAULTTOTODAY: '本日にデフォルトしますか?' + EXTRACLASS_TITLE: エクストラスタイリングまたはレイアウト + FIELDISREQUIRED: '{name} が必要' + GROUP: グループ + NAME: 名前 + PLURALNAME: 編集可能フォームフィールド + REQUIRED: 'このフィールドは必要ですか?' + SINGULARNAME: 編集可能フォームフィールド + TITLE: タイトル + VALIDATION: 確認 + SilverStripe\UserForms\Model\EditableFormField\EditableCheckbox: + PLURALNAME: チェックボックス + SINGULARNAME: チェックボックスフィールド + SilverStripe\UserForms\Model\EditableFormField\EditableCheckboxGroupField: + PLURALNAME: チェックボックスグループ + SINGULARNAME: チェックボックスグループ + SilverStripe\UserForms\Model\EditableFormField\EditableDateField: + PLURALNAME: 日付フィールド + SINGULARNAME: 日付フィールド + SilverStripe\UserForms\Model\EditableFormField\EditableDropdown: + PLURALNAME: ドロップダウン + SINGULARNAME: ドロップダウンフィールド + SilverStripe\UserForms\Model\EditableFormField\EditableFileField: + PLURALNAME: ファイルアップロードフィールド + SINGULARNAME: ファイルアップロードフィールド + SilverStripe\UserForms\Model\EditableFormField\EditableFormHeading: + LEVEL: 見出しレベルを選択 + PLURALNAME: 見出し + SINGULARNAME: 見出し + SilverStripe\UserForms\Model\EditableFormField\EditableFormStep: + STEP_NEXT: 次へ + SilverStripe\UserForms\Model\EditableFormField\EditableMemberListField: + PLURALNAME: メンバーリストフィールド + SINGULARNAME: メンバーリストフィールド + SilverStripe\UserForms\Model\EditableFormField\EditableNumericField: + RANGE_TO: へ + SilverStripe\UserForms\Model\EditableFormField\EditableOption: + PLURALNAME: 編集可能なオプション + SINGULARNAME: 編集可能なオプション + SilverStripe\UserForms\Model\EditableFormField\EditableTextField: + NUMBERROWS: 行数 + PLURALNAME: テキストフィールド + RANGE_TO: へ + SINGULARNAME: テキストフィールド + SilverStripe\UserForms\Model\Submission\SubmittedFileField: + DOWNLOADFILE: ファイルをダウンロード + PLURALNAME: 送信済ファイルフィールド + SINGULARNAME: 送信済ファイルフィールド + SilverStripe\UserForms\Model\Submission\SubmittedForm: + PLURALNAME: 送信済フォーム + SINGULARNAME: 送信済フォーム + SilverStripe\UserForms\Model\Submission\SubmittedFormField: + PLURALNAME: 送信済フォームフィールド + SINGULARNAME: 送信済フォームフィールド diff --git a/lang/mi.yml b/lang/mi.yml index 59b4f7e..4ea2d57 100644 --- a/lang/mi.yml +++ b/lang/mi.yml @@ -2,6 +2,9 @@ mi: SilverStripe\UserForms\Form\UserFormsGridFieldFilterHeader: FILTERSUBMISSIONS: 'Ngā Tukunga Tātari...' WHEREVALUEIS: 'ko te uara ko...' + FILTER: Tātari + FROM: Mai + RESET: 'Tautuhi anō' SilverStripe\UserForms\Model\EditableFormField: CHECKEDBYDEFAULT: 'Kua tākina aunoatia?' CUSTOMERROR: 'Karere Hapa Ritenga Ake' @@ -14,6 +17,11 @@ mi: RIGHTTITLE: 'Taitara Tika' SINGULARNAME: 'Āpure Puka Ka Taea Te Whakatika' VALIDATION: Manatokonga + CUSTOMOPTIONS: 'Ngā Kōwhiringa' + EXTRACLASS_TITLE: 'Kāhua Tāpiri/Tahora' + NAME: Ingoa + TITLE: Taitara + TYPE: Momo SilverStripe\UserForms\Model\EditableFormField\EditableCheckbox: PLURALNAME: 'Ngā Pouakataki' SINGULARNAME: 'Āpure Pouakataki' @@ -49,6 +57,9 @@ mi: SilverStripe\UserForms\Model\EditableFormField\EditableMultipleOptionField: PLURALNAME: 'Ngā Āpure Kōwhiringa Maha Whakatika' SINGULARNAME: 'Āpure Kōwhiringa Maha Whakatika' + OPTIONSTAB: 'Ngā Kōwhiringa' + TITLE: Taitara + VALUE: Uara SilverStripe\UserForms\Model\EditableFormField\EditableOption: PLURALNAME: 'Ngā Kōwhiringa Whakatika' SINGULARNAME: 'Kōwhiringa Whakatika' @@ -60,9 +71,11 @@ mi: PLURALNAME: 'Ngā Āpure Tuhinga' SINGULARNAME: 'Āpure Tuhinga' TEXTLENGTH: 'Roa tuhinga' + RANGE_TO: ki SilverStripe\UserForms\Model\Recipient\EmailRecipient: PLURALNAME: 'Ngā Kaiwhiwhi Īmēra Puka Tautuhi ā-Kaiwhakamahi' SINGULARNAME: 'Kaiwhiwhi Īmēra Puka Tautuhi ā-Kaiwhakamahi' + CUSTOMRULESTAB: 'Ngā Ture Ritenga Ake' SilverStripe\UserForms\Model\Submission\SubmittedFileField: DOWNLOADFILE: 'Tikiake Kōnae' PLURALNAME: 'Ngā Āpure Kōnae Kua Tukuna' @@ -89,3 +102,32 @@ mi: SENDPLAIN: 'Tuku īmēra hei kuputuhi tōkau? (ka tangohia te HTML)' SINGULARNAME: 'Puka Tautuhi ā-Kaiwhakamahi' SUBMITBUTTON: Tuku + ADDEMAILRECIPIENT: 'Tāpiri Kaiwhirhi Īmēra' + CONFIGURATION: Whirihoranga + EMAILBODYHTML: Tinana + EMAILTEMPLATE: 'Tātauira īmēra' + ENABLELIVEVALIDATION: 'Whakahohea te manatoko wā tūturu' + ONCOMPLETELABEL: 'Whakaaturia ina oti' + PLURALNAME: 'Ngā Whārangi Taketake' + SAVESUBMISSIONS: 'Monokia Ngā Tukunga Tiaki ki te Tūmau' + SHOWCLEARFORM: 'Whakaatu Pātene Ūkui Puka' + SUBMISSIONS: 'Ngā Tukunga' + TEXTONSUBMIT: 'Kuputuhi i te pātene tuku:' + SilverStripe\CMS\Model\SiteTree: + TABMAIN: Matua + SilverStripe\UserForms: + ADDEMAILRECIPIENT: 'Tāpiri Kaiwhirhi Īmēra' + CONFIGURATION: Whirihoranga + ENABLELIVEVALIDATION: 'Whakahohea te manatoko wā tūturu' + ONCOMPLETELABEL: 'Whakaaturia ina oti' + SAVESUBMISSIONS: 'Monokia Ngā Tukunga Tiaki ki te Tūmau' + SHOWCLEARFORM: 'Whakaatu Pātene Ūkui Puka' + SUBMISSIONS: 'Ngā Tukunga' + SUBMITBUTTON: Tuku + TEXTONSUBMIT: 'Kuputuhi i te pātene tuku:' + SilverStripe\UserForms\Control\UserDefinedFormAdmin: + CANCEL: Whakakore + SilverStripe\UserForms\Model\EditableFormField\EditableFormStep: + STEP_NEXT: Panuku + SilverStripe\UserForms\Model\EditableFormField\EditableNumericField: + RANGE_TO: ki diff --git a/lang/ms_MY.yml b/lang/ms_MY.yml index 7d3d697..6202a02 100644 --- a/lang/ms_MY.yml +++ b/lang/ms_MY.yml @@ -3,6 +3,13 @@ ms_MY: CUSTOMRULES: 'Custom Rules' REQUIRED: 'Medan ini diperlukan untuk borang ini dan tidak boleh dihapuskan' VALIDATION: Validation + CHECKEDBYDEFAULT: 'Checked by Default?' + CUSTOMERROR: 'Custom Error Message' + CUSTOMOPTIONS: Options + DEFAULTTOTODAY: 'Default to Today?' + GROUP: Group + PLURALNAME: 'Editable Form Fields' + SINGULARNAME: 'Editable Form Field' SilverStripe\UserForms\Model\EditableFormField\EditableCountryDropdownField: PLURALNAME: 'Country Dropdowns' SINGULARNAME: 'Country Dropdown' @@ -19,9 +26,12 @@ ms_MY: SilverStripe\UserForms\Model\EditableFormField\EditableMultipleOptionField: PLURALNAME: 'Editable Multiple Option Fields' SINGULARNAME: 'Editable Multiple Option Field' + OPTIONSTAB: Options + VALUE: Value SilverStripe\UserForms\Model\Recipient\EmailRecipient: PLURALNAME: 'User Defined Form Email Recipients' SINGULARNAME: 'User Defined Form Email Recipient' + CUSTOMRULESTAB: 'Custom Rules' SilverStripe\UserForms\Model\Submission\SubmittedFileField: DOWNLOADFILE: 'Download File' PLURALNAME: 'Submitted File Fields' @@ -45,3 +55,45 @@ ms_MY: SENDPLAIN: 'Send Email as Plain Text (HTML will be stripped)' SINGULARNAME: 'User Defined Form' SUBMITBUTTON: Submit + EMAILBODYHTML: Body + ONCOMPLETELABEL: 'Paparkan setelah lengkap' + PLURALNAME: 'User Defined Forms' + SAVESUBMISSIONS: 'Disable Saving Submissions to Server' + SHOWCLEARFORM: 'Show Clear Form Button' + SUBMISSIONS: Kiriman + TEXTONSUBMIT: 'Teks di atas butang hantar:' + SilverStripe\UserForms: + ONCOMPLETELABEL: 'Paparkan setelah lengkap' + SAVESUBMISSIONS: 'Disable Saving Submissions to Server' + SHOWCLEARFORM: 'Show Clear Form Button' + SUBMISSIONS: Kiriman + SUBMITBUTTON: Submit + TEXTONSUBMIT: 'Teks di atas butang hantar:' + SilverStripe\UserForms\Form\UserFormsGridFieldFilterHeader: + FROM: From + SilverStripe\UserForms\Model\EditableFormField\EditableCheckbox: + PLURALNAME: Checkboxes + SINGULARNAME: 'Checkbox Field' + SilverStripe\UserForms\Model\EditableFormField\EditableCheckboxGroupField: + PLURALNAME: 'Checkbox Groups' + SINGULARNAME: 'Checkbox Group' + SilverStripe\UserForms\Model\EditableFormField\EditableDateField: + PLURALNAME: 'Date Fields' + SINGULARNAME: 'Date Field' + SilverStripe\UserForms\Model\EditableFormField\EditableDropdown: + PLURALNAME: Dropdowns + SINGULARNAME: 'Dropdown Field' + SilverStripe\UserForms\Model\EditableFormField\EditableFileField: + PLURALNAME: 'File Upload Fields' + SINGULARNAME: 'File Upload Field' + SilverStripe\UserForms\Model\EditableFormField\EditableFormHeading: + LEVEL: 'Select Heading Level' + PLURALNAME: Headings + SINGULARNAME: Heading + SilverStripe\UserForms\Model\EditableFormField\EditableOption: + PLURALNAME: 'Editable Options' + SINGULARNAME: 'Editable Option' + SilverStripe\UserForms\Model\EditableFormField\EditableTextField: + NUMBERROWS: 'Number of rows' + PLURALNAME: 'Text Fields' + SINGULARNAME: 'Text Field' diff --git a/lang/nb_NO.yml b/lang/nb_NO.yml index a09244f..4beec39 100644 --- a/lang/nb_NO.yml +++ b/lang/nb_NO.yml @@ -2,6 +2,9 @@ nb_NO: SilverStripe\UserForms\Form\UserFormsGridFieldFilterHeader: FILTERSUBMISSIONS: 'Filtrer innsendte...' WHEREVALUEIS: 'hvor verdi er...' + FILTER: Filter + FROM: Fra + RESET: Reset SilverStripe\UserForms\Model\EditableFormField: CHECKEDBYDEFAULT: 'Valgt som standard?' CUSTOMERROR: 'Tilpasset error melding' @@ -14,6 +17,8 @@ nb_NO: RIGHTTITLE: 'Høyre tittel' SINGULARNAME: 'Redigerbar skjemafelt' VALIDATION: Validering + CUSTOMOPTIONS: Alternativer + EXTRACLASS_TITLE: 'Ekstra stil/utsende?' SilverStripe\UserForms\Model\EditableFormField\EditableCheckbox: PLURALNAME: Avkrysningsbokser SINGULARNAME: 'Avkrysningsboks felt' @@ -49,6 +54,8 @@ nb_NO: SilverStripe\UserForms\Model\EditableFormField\EditableMultipleOptionField: PLURALNAME: 'Redigerbare flervalgfelt' SINGULARNAME: 'Redigerbare flervalgfelt' + OPTIONSTAB: Alternativer + VALUE: Verdi SilverStripe\UserForms\Model\EditableFormField\EditableOption: PLURALNAME: 'Redigerbart alternativer' SINGULARNAME: 'Redigerbart alternativ' @@ -63,6 +70,7 @@ nb_NO: SilverStripe\UserForms\Model\Recipient\EmailRecipient: PLURALNAME: 'Bruker definert e-post mottakere' SINGULARNAME: 'Bruker definert e-post mottaker' + CUSTOMRULESTAB: 'Tilpasset regler' SilverStripe\UserForms\Model\Submission\SubmittedFileField: DOWNLOADFILE: 'Last ned fil' PLURALNAME: 'Sendte fil felter' @@ -89,3 +97,23 @@ nb_NO: SENDPLAIN: 'Send e-post som tekst? (HTML vil bli strippet)' SINGULARNAME: 'Bruker definert skjema' SUBMITBUTTON: Send + ADDEMAILRECIPIENT: 'Legg til e-post mottaker' + CONFIGURATION: Konfigurasjon + EMAILBODYHTML: Body + ENABLELIVEVALIDATION: 'Slå på sanntid validering' + ONCOMPLETELABEL: 'Vis ved ferdigstillelse' + PLURALNAME: 'Base sider' + SAVESUBMISSIONS: 'Slå av auto lagring' + SHOWCLEARFORM: 'Vis "visk ut skjema" knapp' + SUBMISSIONS: Innsendte + TEXTONSUBMIT: 'Tekst på "send" knapp' + SilverStripe\UserForms: + ADDEMAILRECIPIENT: 'Legg til e-post mottaker' + CONFIGURATION: Konfigurasjon + ENABLELIVEVALIDATION: 'Slå på sanntid validering' + ONCOMPLETELABEL: 'Vis ved ferdigstillelse' + SAVESUBMISSIONS: 'Slå av auto lagring' + SHOWCLEARFORM: 'Vis "visk ut skjema" knapp' + SUBMISSIONS: Innsendte + SUBMITBUTTON: Send + TEXTONSUBMIT: 'Tekst på "send" knapp' diff --git a/lang/nl.yml b/lang/nl.yml index 4893c96..3f43ac1 100644 --- a/lang/nl.yml +++ b/lang/nl.yml @@ -123,6 +123,7 @@ nl: one: 'Ingestuurd bestandsveld' other: '{count} Ingestuurde bestandsvelden' SINGULARNAME: 'Ingestuurd bestand' + INSUFFICIENTRIGHTS: 'Je hebt onvoldoende rechten om dit bestand te downloaden' SilverStripe\UserForms\Model\UserDefinedForm: EMAILADDRESS: E-mail EMAILBODY: Tekst @@ -189,7 +190,7 @@ nl: CUSTOMOPTIONS: Instellingen CUSTOMRULES: Voorwaarden DEFAULT: 'Standaard waarde' - DEFAULTTOTODAY: 'Standaard instellen op vandaag' + DEFAULTTOTODAY: 'Automatisch de huidige datum invullen' DISPLAYIF: 'Zichtbaar als' EXTRACLASS_MULTIPLE: 'Meerdere CSS-classes met een spatie scheiden' EXTRACLASS_SELECT: 'Kies een van de mogelijke stylen' @@ -217,17 +218,17 @@ nl: VALIDATION: Validatie 'YES': Ja SilverStripe\UserForms\Model\EditableFormField\EditableCheckbox: - PLURALNAME: Selectievakjes + PLURALNAME: Checkbox PLURALS: - one: Selectievakje - other: '{count} Selectievakjes' - SINGULARNAME: Selectievakje + one: Checkbox + other: '{count} checkboxes' + SINGULARNAME: Checkbox SilverStripe\UserForms\Model\EditableFormField\EditableCheckboxGroupField: - PLURALNAME: 'Groep selectievakjes' + PLURALNAME: 'Checkbox groep' PLURALS: - one: 'Een groep selectievakjes' - other: '{count} groepen selectievaktjes' - SINGULARNAME: 'Selectievakjes groep' + one: 'Een checkbox-groep' + other: '{count} checkbox-groepen' + SINGULARNAME: Checkbox-groep SilverStripe\UserForms\Model\EditableFormField\EditableCountryDropdownField: DEFAULT: 'Standaard waarde' EMPTY_STRING: 'Tekst wanneer er nog geen keuze gemaakt is' diff --git a/lang/pl.yml b/lang/pl.yml index 10b86c1..88bd9f5 100644 --- a/lang/pl.yml +++ b/lang/pl.yml @@ -1 +1,35 @@ -pl: { } +pl: + SilverStripe\CMS\Model\SiteTree: + TABMAIN: Główny + SilverStripe\UserForms: + CLEARBUTTON: Wyczyść + RECIPIENTS: Odbiorcy + SilverStripe\UserForms\Control\UserDefinedFormAdmin: + CANCEL: Anuluj + SilverStripe\UserForms\Form\UserFormsGridFieldFilterHeader: + FILTER: Filtr + FROM: Od + RESET: Resetuj + SilverStripe\UserForms\Model\EditableFormField: + FIELDISREQUIRED: 'Pole {name} jest wymagane' + GROUP: Grupa + NAME: Nazwa + 'NO': Nie + TITLE: Tytuł + TYPE: 'Rodzaj strony' + 'YES': Tak + SilverStripe\UserForms\Model\EditableFormField\EditableFormStep: + STEP_NEXT: Następny + STEP_PREV: Poprzedni + SilverStripe\UserForms\Model\EditableFormField\EditableMultipleOptionField: + TITLE: Tytuł + SilverStripe\UserForms\Model\EditableFormField\EditableNumericField: + RANGE_TO: do + SilverStripe\UserForms\Model\EditableFormField\EditableTextField: + RANGE_TO: do + SilverStripe\UserForms\Model\UserDefinedForm: + CLEARBUTTON: Wyczyść + EMAILADDRESS: Email + EMAILFROM: Od + PLURALNAME: 'Podstawowe strony' + RECIPIENTS: Odbiorcy diff --git a/lang/pt_PT.yml b/lang/pt_PT.yml index 9f2e4f1..9fa639e 100644 --- a/lang/pt_PT.yml +++ b/lang/pt_PT.yml @@ -3,6 +3,13 @@ pt_PT: CUSTOMRULES: 'Custom Rules' REQUIRED: 'Este campo é obrigatório para este formulário e não pode ser apagado.' VALIDATION: Validation + CHECKEDBYDEFAULT: 'Checked by Default?' + CUSTOMERROR: 'Custom Error Message' + CUSTOMOPTIONS: Options + DEFAULTTOTODAY: 'Default to Today?' + GROUP: Group + PLURALNAME: 'Editable Form Fields' + SINGULARNAME: 'Editable Form Field' SilverStripe\UserForms\Model\EditableFormField\EditableCountryDropdownField: PLURALNAME: 'Country Dropdowns' SINGULARNAME: 'Country Dropdown' @@ -19,9 +26,12 @@ pt_PT: SilverStripe\UserForms\Model\EditableFormField\EditableMultipleOptionField: PLURALNAME: 'Editable Multiple Option Fields' SINGULARNAME: 'Editable Multiple Option Field' + OPTIONSTAB: Options + VALUE: Value SilverStripe\UserForms\Model\Recipient\EmailRecipient: PLURALNAME: 'User Defined Form Email Recipients' SINGULARNAME: 'User Defined Form Email Recipient' + CUSTOMRULESTAB: 'Custom Rules' SilverStripe\UserForms\Model\Submission\SubmittedFileField: DOWNLOADFILE: 'Download File' PLURALNAME: 'Submitted File Fields' @@ -45,3 +55,45 @@ pt_PT: SENDPLAIN: 'Send Email as Plain Text (HTML will be stripped)' SINGULARNAME: 'User Defined Form' SUBMITBUTTON: Submit + EMAILBODYHTML: Body + ONCOMPLETELABEL: 'Show on completion' + PLURALNAME: 'User Defined Forms' + SAVESUBMISSIONS: 'Disable Saving Submissions to Server' + SHOWCLEARFORM: 'Show Clear Form Button' + SUBMISSIONS: Submissions + TEXTONSUBMIT: 'Texto no botão "Enviar"' + SilverStripe\UserForms: + ONCOMPLETELABEL: 'Show on completion' + SAVESUBMISSIONS: 'Disable Saving Submissions to Server' + SHOWCLEARFORM: 'Show Clear Form Button' + SUBMISSIONS: Submissions + SUBMITBUTTON: Submit + TEXTONSUBMIT: 'Texto no botão "Enviar"' + SilverStripe\UserForms\Form\UserFormsGridFieldFilterHeader: + FROM: From + SilverStripe\UserForms\Model\EditableFormField\EditableCheckbox: + PLURALNAME: Checkboxes + SINGULARNAME: 'Checkbox Field' + SilverStripe\UserForms\Model\EditableFormField\EditableCheckboxGroupField: + PLURALNAME: 'Checkbox Groups' + SINGULARNAME: 'Checkbox Group' + SilverStripe\UserForms\Model\EditableFormField\EditableDateField: + PLURALNAME: 'Date Fields' + SINGULARNAME: 'Date Field' + SilverStripe\UserForms\Model\EditableFormField\EditableDropdown: + PLURALNAME: Dropdowns + SINGULARNAME: 'Dropdown Field' + SilverStripe\UserForms\Model\EditableFormField\EditableFileField: + PLURALNAME: 'File Upload Fields' + SINGULARNAME: 'File Upload Field' + SilverStripe\UserForms\Model\EditableFormField\EditableFormHeading: + LEVEL: 'Select Heading Level' + PLURALNAME: Headings + SINGULARNAME: Heading + SilverStripe\UserForms\Model\EditableFormField\EditableOption: + PLURALNAME: 'Editable Options' + SINGULARNAME: 'Editable Option' + SilverStripe\UserForms\Model\EditableFormField\EditableTextField: + NUMBERROWS: 'Número de linhas' + PLURALNAME: 'Text Fields' + SINGULARNAME: 'Text Field' diff --git a/lang/ru.yml b/lang/ru.yml index 4d9a9bc..76f73f6 100644 --- a/lang/ru.yml +++ b/lang/ru.yml @@ -1 +1,41 @@ -ru: { } +ru: + SilverStripe\CMS\Model\SiteTree: + TABMAIN: Главная + SilverStripe\UserForms: + CLEARBUTTON: Сбросить + CONFIGURATION: Конфигурация + RECIPIENTS: Получатели + SilverStripe\UserForms\Control\UserDefinedFormAdmin: + CANCEL: Отмена + SilverStripe\UserForms\Form\UserFormsGridFieldFilterHeader: + FILTER: Фильтр + FROM: От + RESET: Сброс + SilverStripe\UserForms\Model\EditableFormField: + CUSTOMOPTIONS: Опции + FIELDISREQUIRED: 'Поле {name} является обязательным' + GROUP: Группа + NAME: Название + 'NO': Нет + TITLE: Заголовок + TYPE: Тип + 'YES': Да + SilverStripe\UserForms\Model\EditableFormField\EditableFormStep: + STEP_NEXT: Вперёд + STEP_PREV: Назад + STEP_TITLE: 'Страница {page}' + SilverStripe\UserForms\Model\EditableFormField\EditableMultipleOptionField: + OPTIONSTAB: Опции + TITLE: Заголовок + SilverStripe\UserForms\Model\EditableFormField\EditableNumericField: + RANGE_TO: по + SilverStripe\UserForms\Model\EditableFormField\EditableTextField: + RANGE_TO: по + SilverStripe\UserForms\Model\UserDefinedForm: + CLEARBUTTON: Сбросить + CONFIGURATION: Конфигурация + EMAILADDRESS: Email + EMAILFROM: От + EMAILSUBJECT: 'Тема письма' + PLURALNAME: 'Базовые страницы' + RECIPIENTS: Получатели diff --git a/lang/ru_RU.yml b/lang/ru_RU.yml index ac33470..57c429d 100644 --- a/lang/ru_RU.yml +++ b/lang/ru_RU.yml @@ -3,6 +3,13 @@ ru_RU: CUSTOMRULES: 'Custom Rules' REQUIRED: 'Это поле обязательно для этой формы и не может быть удалено' VALIDATION: Validation + CHECKEDBYDEFAULT: 'Checked by Default?' + CUSTOMERROR: 'Custom Error Message' + CUSTOMOPTIONS: Options + DEFAULTTOTODAY: 'Default to Today?' + GROUP: Group + PLURALNAME: 'Editable Form Fields' + SINGULARNAME: 'Editable Form Field' SilverStripe\UserForms\Model\EditableFormField\EditableCountryDropdownField: PLURALNAME: 'Country Dropdowns' SINGULARNAME: 'Country Dropdown' @@ -19,9 +26,12 @@ ru_RU: SilverStripe\UserForms\Model\EditableFormField\EditableMultipleOptionField: PLURALNAME: 'Editable Multiple Option Fields' SINGULARNAME: 'Editable Multiple Option Field' + OPTIONSTAB: Options + VALUE: Value SilverStripe\UserForms\Model\Recipient\EmailRecipient: PLURALNAME: 'User Defined Form Email Recipients' SINGULARNAME: 'User Defined Form Email Recipient' + CUSTOMRULESTAB: 'Custom Rules' SilverStripe\UserForms\Model\Submission\SubmittedFileField: DOWNLOADFILE: 'Download File' PLURALNAME: 'Submitted File Fields' @@ -45,3 +55,45 @@ ru_RU: SENDPLAIN: 'Send Email as Plain Text (HTML will be stripped)' SINGULARNAME: 'User Defined Form' SUBMITBUTTON: Submit + EMAILBODYHTML: Body + ONCOMPLETELABEL: 'Показать после отправки' + PLURALNAME: 'User Defined Forms' + SAVESUBMISSIONS: 'Disable Saving Submissions to Server' + SHOWCLEARFORM: 'Show Clear Form Button' + SUBMISSIONS: Полученное + TEXTONSUBMIT: 'Текст на кнопке отправки' + SilverStripe\UserForms: + ONCOMPLETELABEL: 'Показать после отправки' + SAVESUBMISSIONS: 'Disable Saving Submissions to Server' + SHOWCLEARFORM: 'Show Clear Form Button' + SUBMISSIONS: Полученное + SUBMITBUTTON: Submit + TEXTONSUBMIT: 'Текст на кнопке отправки' + SilverStripe\UserForms\Form\UserFormsGridFieldFilterHeader: + FROM: From + SilverStripe\UserForms\Model\EditableFormField\EditableCheckbox: + PLURALNAME: Checkboxes + SINGULARNAME: 'Checkbox Field' + SilverStripe\UserForms\Model\EditableFormField\EditableCheckboxGroupField: + PLURALNAME: 'Checkbox Groups' + SINGULARNAME: 'Checkbox Group' + SilverStripe\UserForms\Model\EditableFormField\EditableDateField: + PLURALNAME: 'Date Fields' + SINGULARNAME: 'Date Field' + SilverStripe\UserForms\Model\EditableFormField\EditableDropdown: + PLURALNAME: Dropdowns + SINGULARNAME: 'Dropdown Field' + SilverStripe\UserForms\Model\EditableFormField\EditableFileField: + PLURALNAME: 'File Upload Fields' + SINGULARNAME: 'File Upload Field' + SilverStripe\UserForms\Model\EditableFormField\EditableFormHeading: + LEVEL: 'Select Heading Level' + PLURALNAME: Headings + SINGULARNAME: Heading + SilverStripe\UserForms\Model\EditableFormField\EditableOption: + PLURALNAME: 'Editable Options' + SINGULARNAME: 'Editable Option' + SilverStripe\UserForms\Model\EditableFormField\EditableTextField: + NUMBERROWS: 'Кол-во строк' + PLURALNAME: 'Text Fields' + SINGULARNAME: 'Text Field' diff --git a/lang/sk.yml b/lang/sk.yml index 472effe..6a0bc3b 100644 --- a/lang/sk.yml +++ b/lang/sk.yml @@ -15,6 +15,8 @@ sk: FROM: Od TILL: Do WHEREVALUEIS: 'kde hodnota je ...' + FILTER: Filter + RESET: Reset SilverStripe\UserForms\Model\EditableCustomRule: PLURALNAME: 'Vlastné pravidlá' SINGULARNAME: 'Vlastne pravidlo' @@ -41,6 +43,8 @@ sk: TYPE: Typ VALIDATION: Validácia 'YES': Áno + NAME: Meno + PLACEHOLDER: 'Zástupná/Ukážková hodnota (placeholder)' SilverStripe\UserForms\Model\EditableFormField\EditableCheckbox: PLURALNAME: 'Zaškrtávacie polia (checkbox)' SINGULARNAME: 'Zaškrtávacie pole (checkbox)' @@ -50,6 +54,7 @@ sk: SilverStripe\UserForms\Model\EditableFormField\EditableCountryDropdownField: PLURALNAME: 'Rozbaľovacie polia (výber krajiny)' SINGULARNAME: 'Rozbaľovacie pole (výber krajiny)' + DEFAULT: 'Predvolená hodnota' SilverStripe\UserForms\Model\EditableFormField\EditableDateField: PLURALNAME: 'Dátumové polia' SINGULARNAME: 'Dátumové pole' @@ -80,6 +85,7 @@ sk: SINGULARNAME: 'Zlom strany' STEP_TITLE: 'Strana {page}' TITLE_FIRST: 'Prvá strana' + STEP_NEXT: Ďalší SilverStripe\UserForms\Model\EditableFormField\EditableLiteralField: CONTENT: HTML HIDEFROMREPORT: 'Skryť z reportu?' @@ -147,7 +153,7 @@ sk: HIDEFORMDATA: 'Skryť dáta z e-mailu?' ORSELECTAFIELDTOUSEASFROM: '... alebo vyberte pole, ktoré sa použije na odpoveď' ORSELECTAFIELDTOUSEASTO: '... alebo vyberte pole, ktoré sa použije ako E-mail príjemcu' - PLURALNAME: 'Jednoduché formuláre' + PLURALNAME: 'Základné stránky' PREVIEW_EMAIL: 'Náhľad e-mailu' PREVIEW_EMAIL_DESCRIPTION: 'Poznámka: Neuložené zmeny sa v náhľade nezobrazujú.' PREVIEW_EMAIL_UNAVAILABLE: 'Akonáhle uložite príjemcu, budete si môcť pozrieť ako bude vyzerať tento e-mail.' @@ -166,3 +172,38 @@ sk: TYPEREPLY: 'Napíšte adresu' TYPESUBJECT: 'Napíšte predmet' TYPETO: 'Napíšte adresu' + ADDEMAILRECIPIENT: 'Pridať príjemcu' + CONFIGURATION: Konfigurácia + DISABLEAUTHENICATEDFINISHACTION: 'Zakázať autentifikáciu po odoslaní formulára?' + DISABLECSRFSECURITYTOKEN: 'Zakázať CSRF token?' + DISPLAYERRORMESSAGESATTOP: 'Zobrazovať chybové hlásenia nad formulárom?' + ENABLELIVEVALIDATION: 'Povoliť živú validáciu?' + NORECIPIENTS: 'Varovanie: Nemáte pridaných žiadnych príjemcov. Podané formuláre nebudú doručené.' + ONCOMPLETELABEL: 'Správa po odoslaní formulára' + RECIPIENTS: Príjemcovia + SAVESUBMISSIONS: 'Zakázať ukladanie odoslaných formulárov na server?' + SHOWCLEARFORM: 'Zobraziť resetovacie tlačidlo?' + SUBMISSIONS: 'Podané formuláre' + TEXTONCLEAR: 'Text na tlačidle RESET:' + TEXTONSUBMIT: 'Text na tlačidle ODOSLAŤ:' + SilverStripe\CMS\Model\SiteTree: + TABMAIN: Hlavné + SilverStripe\UserForms: + ADDEMAILRECIPIENT: 'Pridať príjemcu' + CLEARBUTTON: Vyčistiť + CONFIGURATION: Konfigurácia + DISABLEAUTHENICATEDFINISHACTION: 'Zakázať autentifikáciu po odoslaní formulára?' + DISABLECSRFSECURITYTOKEN: 'Zakázať CSRF token?' + DISPLAYERRORMESSAGESATTOP: 'Zobrazovať chybové hlásenia nad formulárom?' + ENABLELIVEVALIDATION: 'Povoliť živú validáciu?' + NORECIPIENTS: 'Varovanie: Nemáte pridaných žiadnych príjemcov. Podané formuláre nebudú doručené.' + ONCOMPLETELABEL: 'Správa po odoslaní formulára' + RECIPIENTS: Príjemcovia + SAVESUBMISSIONS: 'Zakázať ukladanie odoslaných formulárov na server?' + SHOWCLEARFORM: 'Zobraziť resetovacie tlačidlo?' + SUBMISSIONS: 'Podané formuláre' + SUBMITBUTTON: Odoslať + TEXTONCLEAR: 'Text na tlačidle RESET:' + TEXTONSUBMIT: 'Text na tlačidle ODOSLAŤ:' + SilverStripe\UserForms\Control\UserDefinedFormAdmin: + CANCEL: Zrušiť diff --git a/lang/sr_RS.yml b/lang/sr_RS.yml index 19b624c..1caeaa6 100644 --- a/lang/sr_RS.yml +++ b/lang/sr_RS.yml @@ -2,6 +2,17 @@ sr_RS: SilverStripe\UserForms\Model\EditableFormField: CUSTOMRULES: 'Custom Rules' VALIDATION: Validation + CHECKEDBYDEFAULT: 'Checked by Default?' + CUSTOMERROR: 'Custom Error Message' + CUSTOMOPTIONS: Options + DEFAULTTOTODAY: 'Default to Today?' + FIELDISREQUIRED: '{name} је обавезно' + GROUP: Група + NAME: Име + PLURALNAME: 'Editable Form Fields' + REQUIRED: 'Захтевано?' + SINGULARNAME: 'Editable Form Field' + TITLE: Наслов SilverStripe\UserForms\Model\EditableFormField\EditableCountryDropdownField: PLURALNAME: 'Country Dropdowns' SINGULARNAME: 'Country Dropdown' @@ -18,9 +29,13 @@ sr_RS: SilverStripe\UserForms\Model\EditableFormField\EditableMultipleOptionField: PLURALNAME: 'Editable Multiple Option Fields' SINGULARNAME: 'Editable Multiple Option Field' + OPTIONSTAB: Options + TITLE: Наслов + VALUE: Value SilverStripe\UserForms\Model\Recipient\EmailRecipient: PLURALNAME: 'User Defined Form Email Recipients' SINGULARNAME: 'User Defined Form Email Recipient' + CUSTOMRULESTAB: 'Custom Rules' SilverStripe\UserForms\Model\Submission\SubmittedFileField: DOWNLOADFILE: 'Download File' PLURALNAME: 'Submitted File Fields' @@ -44,3 +59,51 @@ sr_RS: SENDPLAIN: 'Send Email as Plain Text (HTML will be stripped)' SINGULARNAME: 'User Defined Form' SUBMITBUTTON: Submit + EMAILBODYHTML: Body + ONCOMPLETELABEL: 'Show on completion' + PLURALNAME: 'User Defined Forms' + SAVESUBMISSIONS: 'Disable Saving Submissions to Server' + SHOWCLEARFORM: 'Show Clear Form Button' + SUBMISSIONS: Submissions + TEXTONSUBMIT: 'Text on submit button:' + SilverStripe\CMS\Model\SiteTree: + TABMAIN: Главно + SilverStripe\UserForms: + ONCOMPLETELABEL: 'Show on completion' + SAVESUBMISSIONS: 'Disable Saving Submissions to Server' + SHOWCLEARFORM: 'Show Clear Form Button' + SUBMISSIONS: Submissions + SUBMITBUTTON: Submit + TEXTONSUBMIT: 'Text on submit button:' + SilverStripe\UserForms\Control\UserDefinedFormAdmin: + CANCEL: Одустани + SilverStripe\UserForms\Form\UserFormsGridFieldFilterHeader: + FILTER: Филтер + FROM: From + RESET: 'Врати у пређашње стање' + SilverStripe\UserForms\Model\EditableFormField\EditableCheckbox: + PLURALNAME: Checkboxes + SINGULARNAME: 'Checkbox Field' + SilverStripe\UserForms\Model\EditableFormField\EditableCheckboxGroupField: + PLURALNAME: 'Checkbox Groups' + SINGULARNAME: 'Checkbox Group' + SilverStripe\UserForms\Model\EditableFormField\EditableDateField: + PLURALNAME: 'Date Fields' + SINGULARNAME: 'Date Field' + SilverStripe\UserForms\Model\EditableFormField\EditableDropdown: + PLURALNAME: Dropdowns + SINGULARNAME: 'Dropdown Field' + SilverStripe\UserForms\Model\EditableFormField\EditableFileField: + PLURALNAME: 'File Upload Fields' + SINGULARNAME: 'File Upload Field' + SilverStripe\UserForms\Model\EditableFormField\EditableFormHeading: + LEVEL: 'Select Heading Level' + PLURALNAME: Headings + SINGULARNAME: Heading + SilverStripe\UserForms\Model\EditableFormField\EditableOption: + PLURALNAME: 'Editable Options' + SINGULARNAME: 'Editable Option' + SilverStripe\UserForms\Model\EditableFormField\EditableTextField: + NUMBERROWS: 'Број редова' + PLURALNAME: 'Text Fields' + SINGULARNAME: 'Text Field' diff --git a/lang/sv.yml b/lang/sv.yml index 920cf57..02e2dd0 100644 --- a/lang/sv.yml +++ b/lang/sv.yml @@ -2,6 +2,9 @@ sv: SilverStripe\UserForms\Form\UserFormsGridFieldFilterHeader: FILTERSUBMISSIONS: 'Filtrera inskickade svar' WHEREVALUEIS: 'när värdet är..' + FILTER: Filter + FROM: Från + RESET: Rensa SilverStripe\UserForms\Model\EditableFormField: CHECKEDBYDEFAULT: 'Ifylld som standard?' CUSTOMERROR: 'Speciellt felmeddelande' @@ -15,6 +18,12 @@ sv: SINGULARNAME: 'Redigeringsbart formulärfält' TITLE: Titel VALIDATION: Validering + CUSTOMOPTIONS: Alternativ + EXTRACLASS_TITLE: 'Extra stilar/layout' + NAME: Namn + 'NO': Nej + TYPE: Typ + 'YES': Ja SilverStripe\UserForms\Model\EditableFormField\EditableCheckbox: PLURALNAME: Kryssrutor SINGULARNAME: Kryssrutefält @@ -43,6 +52,8 @@ sv: SINGULARNAME: Rubrik SilverStripe\UserForms\Model\EditableFormField\EditableFormStep: STEP_TITLE: 'Sida {page}' + STEP_NEXT: Nästa + STEP_PREV: Föregående SilverStripe\UserForms\Model\EditableFormField\EditableLiteralField: HIDEFROMREPORT: 'Göm från rapport?' PLURALNAME: HTML-block @@ -53,9 +64,13 @@ sv: SilverStripe\UserForms\Model\EditableFormField\EditableMultipleOptionField: PLURALNAME: 'Redigeringsbart multialternativfält' SINGULARNAME: 'Redigeringsbart multialternativfält' + OPTIONSTAB: Alternativ + TITLE: Titel + VALUE: Värde SilverStripe\UserForms\Model\EditableFormField\EditableNumericField: PLURALNAME: 'Numeriska fält' SINGULARNAME: 'Numeriskt fält' + RANGE_TO: till SilverStripe\UserForms\Model\EditableFormField\EditableOption: PLURALNAME: 'Redigeringsbara alternativ' SINGULARNAME: 'Redigeringsbart alternativ' @@ -67,9 +82,11 @@ sv: PLURALNAME: Textfält SINGULARNAME: Textfält TEXTLENGTH: Textlängd + RANGE_TO: till SilverStripe\UserForms\Model\Recipient\EmailRecipient: PLURALNAME: 'Mottagare av formulär' SINGULARNAME: 'Mottagare av formulär' + CUSTOMRULESTAB: 'Anpassade regler' SilverStripe\UserForms\Model\Submission\SubmittedFileField: DOWNLOADFILE: 'Ladda ner fil' PLURALNAME: 'Inskickade filfält' @@ -92,10 +109,38 @@ sv: HIDEFORMDATA: 'Göm formulärdata från e-post?' ORSELECTAFIELDTOUSEASFROM: '.. eller välj ett fält att använda som svarsadress' ORSELECTAFIELDTOUSEASTO: '.. eller välj ett fält att använda som mottagare' - PLURALNAME: 'Bas sidor' + PLURALNAME: Bas-sidor REPLYADDRESS: 'E-postadress att svara till' SELECTAFIELDTOSETSUBJECT: '.. eller välj ett fält att använda som ämne' SENDEMAILTO: 'E-postadress att skicka formulär till' SENDPLAIN: 'Skicka e-post som vanlig text? (All HTML kommer tas bort)' SINGULARNAME: 'Användardefinierat formulär' SUBMITBUTTON: Skicka + ADDEMAILRECIPIENT: 'Lägg till e-postmottagare' + CONFIGURATION: Konfiguration + DISABLECSRFSECURITYTOKEN: 'Inaktivera CSRF-tecken' + EMAILBODYHTML: Innehåll + ENABLELIVEVALIDATION: 'Aktivera direktvalidering' + ONCOMPLETELABEL: 'Visa vid slutförande' + SAVESUBMISSIONS: 'Spara inte inskickade formulär på servern' + SHOWCLEARFORM: 'Visa Rensa-knapp' + SUBMISSIONS: 'Inskickade svar' + TEXTONCLEAR: 'Text på Rensa-knapp:' + TEXTONSUBMIT: 'Text på Skicka-knapp:' + SilverStripe\CMS\Model\SiteTree: + TABMAIN: Allmän + SilverStripe\UserForms: + ADDEMAILRECIPIENT: 'Lägg till e-postmottagare' + CLEARBUTTON: Rensa + CONFIGURATION: Konfiguration + DISABLECSRFSECURITYTOKEN: 'Inaktivera CSRF-tecken' + ENABLELIVEVALIDATION: 'Aktivera direktvalidering' + ONCOMPLETELABEL: 'Visa vid slutförande' + SAVESUBMISSIONS: 'Spara inte inskickade formulär på servern' + SHOWCLEARFORM: 'Visa Rensa-knapp' + SUBMISSIONS: 'Inskickade svar' + SUBMITBUTTON: Skicka + TEXTONCLEAR: 'Text på Rensa-knapp:' + TEXTONSUBMIT: 'Text på Skicka-knapp:' + SilverStripe\UserForms\Control\UserDefinedFormAdmin: + CANCEL: Avbryt diff --git a/lang/tr_TR.yml b/lang/tr_TR.yml index c5342c5..e818e7d 100644 --- a/lang/tr_TR.yml +++ b/lang/tr_TR.yml @@ -3,6 +3,13 @@ tr_TR: CUSTOMRULES: 'Custom Rules' REQUIRED: 'Bu alan bu form için gereklidir, silinemez' VALIDATION: Validation + CHECKEDBYDEFAULT: 'Checked by Default?' + CUSTOMERROR: 'Custom Error Message' + CUSTOMOPTIONS: Options + DEFAULTTOTODAY: 'Default to Today?' + GROUP: Group + PLURALNAME: 'Editable Form Fields' + SINGULARNAME: 'Editable Form Field' SilverStripe\UserForms\Model\EditableFormField\EditableCountryDropdownField: PLURALNAME: 'Country Dropdowns' SINGULARNAME: 'Country Dropdown' @@ -19,9 +26,12 @@ tr_TR: SilverStripe\UserForms\Model\EditableFormField\EditableMultipleOptionField: PLURALNAME: 'Editable Multiple Option Fields' SINGULARNAME: 'Editable Multiple Option Field' + OPTIONSTAB: Options + VALUE: Value SilverStripe\UserForms\Model\Recipient\EmailRecipient: PLURALNAME: 'User Defined Form Email Recipients' SINGULARNAME: 'User Defined Form Email Recipient' + CUSTOMRULESTAB: 'Custom Rules' SilverStripe\UserForms\Model\Submission\SubmittedFileField: DOWNLOADFILE: 'Download File' PLURALNAME: 'Submitted File Fields' @@ -45,3 +55,45 @@ tr_TR: SENDPLAIN: 'Send Email as Plain Text (HTML will be stripped)' SINGULARNAME: 'User Defined Form' SUBMITBUTTON: Submit + EMAILBODYHTML: Body + ONCOMPLETELABEL: 'Tamamlanınca görüntüle' + PLURALNAME: 'User Defined Forms' + SAVESUBMISSIONS: 'Disable Saving Submissions to Server' + SHOWCLEARFORM: 'Show Clear Form Button' + SUBMISSIONS: Gönderiler + TEXTONSUBMIT: 'Gönder düğmesi üzerindeki yazı:' + SilverStripe\UserForms: + ONCOMPLETELABEL: 'Tamamlanınca görüntüle' + SAVESUBMISSIONS: 'Disable Saving Submissions to Server' + SHOWCLEARFORM: 'Show Clear Form Button' + SUBMISSIONS: Gönderiler + SUBMITBUTTON: Submit + TEXTONSUBMIT: 'Gönder düğmesi üzerindeki yazı:' + SilverStripe\UserForms\Form\UserFormsGridFieldFilterHeader: + FROM: From + SilverStripe\UserForms\Model\EditableFormField\EditableCheckbox: + PLURALNAME: Checkboxes + SINGULARNAME: 'Checkbox Field' + SilverStripe\UserForms\Model\EditableFormField\EditableCheckboxGroupField: + PLURALNAME: 'Checkbox Groups' + SINGULARNAME: 'Checkbox Group' + SilverStripe\UserForms\Model\EditableFormField\EditableDateField: + PLURALNAME: 'Date Fields' + SINGULARNAME: 'Date Field' + SilverStripe\UserForms\Model\EditableFormField\EditableDropdown: + PLURALNAME: Dropdowns + SINGULARNAME: 'Dropdown Field' + SilverStripe\UserForms\Model\EditableFormField\EditableFileField: + PLURALNAME: 'File Upload Fields' + SINGULARNAME: 'File Upload Field' + SilverStripe\UserForms\Model\EditableFormField\EditableFormHeading: + LEVEL: 'Select Heading Level' + PLURALNAME: Headings + SINGULARNAME: Heading + SilverStripe\UserForms\Model\EditableFormField\EditableOption: + PLURALNAME: 'Editable Options' + SINGULARNAME: 'Editable Option' + SilverStripe\UserForms\Model\EditableFormField\EditableTextField: + NUMBERROWS: 'Satır adedi' + PLURALNAME: 'Text Fields' + SINGULARNAME: 'Text Field' diff --git a/lang/zh.yml b/lang/zh.yml index 3ffcb45..05e2c62 100644 --- a/lang/zh.yml +++ b/lang/zh.yml @@ -2,6 +2,9 @@ zh: SilverStripe\UserForms\Form\UserFormsGridFieldFilterHeader: FILTERSUBMISSIONS: 筛选器提交…… WHEREVALUEIS: 当值为…… + FILTER: 过滤器 + FROM: 表格 + RESET: 重设 SilverStripe\UserForms\Model\EditableFormField: CHECKEDBYDEFAULT: 默认选中? CUSTOMERROR: 自定义错误消息 @@ -14,6 +17,13 @@ zh: RIGHTTITLE: 右标题 SINGULARNAME: 可编辑的表格字段 VALIDATION: 验证 + CUSTOMOPTIONS: 选项 + EXTRACLASS_TITLE: 额外的造型/布局 + NAME: 姓名 + 'NO': 不是 + TITLE: 题目 + TYPE: 类型 + 'YES': 是 SilverStripe\UserForms\Model\EditableFormField\EditableCheckbox: PLURALNAME: 复选框 SINGULARNAME: 复选框字段 @@ -49,6 +59,9 @@ zh: SilverStripe\UserForms\Model\EditableFormField\EditableMultipleOptionField: PLURALNAME: 可编辑的多个选项字段 SINGULARNAME: 可编辑的多个选项字段 + OPTIONSTAB: 选项 + TITLE: 题目 + VALUE: 值 SilverStripe\UserForms\Model\EditableFormField\EditableOption: PLURALNAME: 可编辑的选项 SINGULARNAME: 可编辑的选项 @@ -60,9 +73,11 @@ zh: PLURALNAME: 文本字段 SINGULARNAME: 文本字段 TEXTLENGTH: 文本长度 + RANGE_TO: 至 SilverStripe\UserForms\Model\Recipient\EmailRecipient: PLURALNAME: 用户定义的表格电子邮件接受者 SINGULARNAME: 用户定义的表格电子邮件接受者 + CUSTOMRULESTAB: 自定义规则 SilverStripe\UserForms\Model\Submission\SubmittedFileField: DOWNLOADFILE: 下载文件 PLURALNAME: 已提交的文件字段 @@ -89,3 +104,34 @@ zh: SENDPLAIN: '以纯文本形式发送电子邮件?(HTML 将会被去除)' SINGULARNAME: 用户定义表格 SUBMITBUTTON: 提交 + ADDEMAILRECIPIENT: 添加电子邮件收件人 + CLEARBUTTON: 清除 + CONFIGURATION: 配置 + EMAILBODYHTML: 正文 + EMAILTEMPLATE: 邮件模板 + ENABLELIVEVALIDATION: 启用现场验证 + ONCOMPLETELABEL: 完成时显示 + PLURALNAME: 基本页面 + SAVESUBMISSIONS: 禁用保存提交内容到服务器 + SHOWCLEARFORM: 显示清除表格按钮 + SUBMISSIONS: 提交 + TEXTONSUBMIT: 提交按钮上的文本 + SilverStripe\CMS\Model\SiteTree: + TABMAIN: 主要的 + SilverStripe\UserForms: + ADDEMAILRECIPIENT: 添加电子邮件收件人 + CLEARBUTTON: 清除 + CONFIGURATION: 配置 + ENABLELIVEVALIDATION: 启用现场验证 + ONCOMPLETELABEL: 完成时显示 + SAVESUBMISSIONS: 禁用保存提交内容到服务器 + SHOWCLEARFORM: 显示清除表格按钮 + SUBMISSIONS: 提交 + SUBMITBUTTON: 提交 + TEXTONSUBMIT: 提交按钮上的文本 + SilverStripe\UserForms\Control\UserDefinedFormAdmin: + CANCEL: 取消 + SilverStripe\UserForms\Model\EditableFormField\EditableFormStep: + STEP_NEXT: 下一页 + SilverStripe\UserForms\Model\EditableFormField\EditableNumericField: + RANGE_TO: 至