@bigbinary/neeto-themes-frontend 4.0.22 → 4.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/javascript/src/translations/ar.json +45 -0
- package/app/javascript/src/translations/bg.json +45 -0
- package/app/javascript/src/translations/ca.json +45 -0
- package/app/javascript/src/translations/cs.json +45 -0
- package/app/javascript/src/translations/da.json +45 -0
- package/app/javascript/src/translations/de.json +45 -0
- package/app/javascript/src/translations/es-MX.json +45 -0
- package/app/javascript/src/translations/es.json +45 -0
- package/app/javascript/src/translations/et.json +45 -0
- package/app/javascript/src/translations/fi.json +45 -0
- package/app/javascript/src/translations/fil.json +45 -0
- package/app/javascript/src/translations/fr.json +45 -0
- package/app/javascript/src/translations/he.json +45 -0
- package/app/javascript/src/translations/hi.json +45 -0
- package/app/javascript/src/translations/hr.json +45 -0
- package/app/javascript/src/translations/hu.json +45 -0
- package/app/javascript/src/translations/id.json +45 -0
- package/app/javascript/src/translations/it.json +45 -0
- package/app/javascript/src/translations/ja.json +45 -0
- package/app/javascript/src/translations/ko.json +45 -0
- package/app/javascript/src/translations/nl.json +45 -0
- package/app/javascript/src/translations/pl.json +45 -0
- package/app/javascript/src/translations/pt-BR.json +45 -0
- package/app/javascript/src/translations/pt.json +45 -0
- package/app/javascript/src/translations/ro.json +45 -0
- package/app/javascript/src/translations/ru.json +45 -0
- package/app/javascript/src/translations/sk.json +45 -0
- package/app/javascript/src/translations/sl.json +45 -0
- package/app/javascript/src/translations/sv.json +45 -0
- package/app/javascript/src/translations/th.json +45 -0
- package/app/javascript/src/translations/tr.json +45 -0
- package/app/javascript/src/translations/uk.json +45 -0
- package/app/javascript/src/translations/vi.json +45 -0
- package/app/javascript/src/translations/zh-CN.json +45 -0
- package/app/javascript/src/translations/zh-TW.json +45 -0
- package/dist/.ready +1 -1
- package/dist/NeetoThemesBuilder.js +1 -1
- package/dist/cjs/NeetoThemesBuilder.js +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/{index-CP_iY2P0.js → index-B-2UmfUl.js} +1593 -18
- package/dist/{index-CP_iY2P0.js.map → index-B-2UmfUl.js.map} +1 -1
- package/dist/{index-DD4b9ESl.js → index-CCp4j3GE.js} +1593 -18
- package/dist/{index-DD4b9ESl.js.map → index-CCp4j3GE.js.map} +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
|
@@ -232,6 +232,51 @@ var neetoThemes$z = {
|
|
|
232
232
|
validations: {
|
|
233
233
|
invalidUrl: "يرجى إدخال عنوان URL صالح",
|
|
234
234
|
nameRequired: "الاسم مطلوب"
|
|
235
|
+
},
|
|
236
|
+
properties: {
|
|
237
|
+
color: {
|
|
238
|
+
questionColor: "لون الأسئلة",
|
|
239
|
+
answerColor: "لون الإجابة",
|
|
240
|
+
buttonBackgroundColor: "لون خلفية الزر",
|
|
241
|
+
buttonTextColor: "لون نص الزر",
|
|
242
|
+
backgroundColor: "لون الخلفية",
|
|
243
|
+
contentBackgroundColor: "لون خلفية المحتوى",
|
|
244
|
+
primaryColor: "اللون الأساسي",
|
|
245
|
+
secondaryColor: "اللون الثانوي",
|
|
246
|
+
primaryTextColor: "لون النص الأساسي",
|
|
247
|
+
secondaryTextColor: "لون النص الثانوي",
|
|
248
|
+
cardBackgroundColor: "لون خلفية البطاقة",
|
|
249
|
+
cardTextColor: "لون نص البطاقة",
|
|
250
|
+
linkColor: "لون الرابط"
|
|
251
|
+
},
|
|
252
|
+
boolean: {
|
|
253
|
+
isContentBackgroundEnabled: "تمكين خلفية المحتوى",
|
|
254
|
+
isDominantBackgroundColorEnabled: "تمكين اللون الخلفي المهيمن",
|
|
255
|
+
isDominantBackgroundColorEnabledHelpText: "تمكين هذا الخيار سيحدث لون الخلفية إلى اللون المهيمن من صورة الخلفية."
|
|
256
|
+
},
|
|
257
|
+
radius: {
|
|
258
|
+
buttonBorderRadius: "نصف قطر حدود الزر"
|
|
259
|
+
},
|
|
260
|
+
image: {
|
|
261
|
+
backgroundImage: "صورة الخلفية",
|
|
262
|
+
logo: "الشعار",
|
|
263
|
+
logoPosition: "موضع الشعار",
|
|
264
|
+
coverImage: "صورة الغلاف"
|
|
265
|
+
},
|
|
266
|
+
overlayOpacity: {
|
|
267
|
+
background: "تراكب الخلفية"
|
|
268
|
+
},
|
|
269
|
+
fontFamily: {
|
|
270
|
+
euiFontFamily: "الخط"
|
|
271
|
+
},
|
|
272
|
+
positionSelector: {
|
|
273
|
+
backgroundImagePosition: "موضع صورة الخلفية"
|
|
274
|
+
},
|
|
275
|
+
alignmentBlock: {
|
|
276
|
+
thankYouTextAlignment: "محاذاة نص الشكر",
|
|
277
|
+
welcomeTextAlignment: "محاذاة نص الترحيب",
|
|
278
|
+
questionsTextAlignment: "محاذاة نص الأسئلة"
|
|
279
|
+
}
|
|
235
280
|
}
|
|
236
281
|
};
|
|
237
282
|
var ar = {
|
|
@@ -398,6 +443,51 @@ var neetoThemes$y = {
|
|
|
398
443
|
validations: {
|
|
399
444
|
invalidUrl: "Моля, въведете валиден URL",
|
|
400
445
|
nameRequired: "Името е задължително"
|
|
446
|
+
},
|
|
447
|
+
properties: {
|
|
448
|
+
color: {
|
|
449
|
+
questionColor: "Цвят на въпросите",
|
|
450
|
+
answerColor: "Цвят на отговорите",
|
|
451
|
+
buttonBackgroundColor: "Цвят на фона на бутона",
|
|
452
|
+
buttonTextColor: "Цвят на текста на бутона",
|
|
453
|
+
backgroundColor: "Цвят на фона",
|
|
454
|
+
contentBackgroundColor: "Цвят на фона на съдържанието",
|
|
455
|
+
primaryColor: "Основен цвят",
|
|
456
|
+
secondaryColor: "Вторичен цвят",
|
|
457
|
+
primaryTextColor: "Цвят на основния текст",
|
|
458
|
+
secondaryTextColor: "Цвят на вторичния текст",
|
|
459
|
+
cardBackgroundColor: "Цвят на фона на картата",
|
|
460
|
+
cardTextColor: "Цвят на текста на картата",
|
|
461
|
+
linkColor: "Цвят на връзките"
|
|
462
|
+
},
|
|
463
|
+
boolean: {
|
|
464
|
+
isContentBackgroundEnabled: "Активиране на фона на съдържанието",
|
|
465
|
+
isDominantBackgroundColorEnabled: "Доминиращ цвят на фона",
|
|
466
|
+
isDominantBackgroundColorEnabledHelpText: "Активирането на тази опция ще актуализира цвета на фона на доминиращия цвят от фоновото изображение."
|
|
467
|
+
},
|
|
468
|
+
radius: {
|
|
469
|
+
buttonBorderRadius: "Радиус на границата на бутона"
|
|
470
|
+
},
|
|
471
|
+
image: {
|
|
472
|
+
backgroundImage: "Фоново изображение",
|
|
473
|
+
logo: "Лого",
|
|
474
|
+
logoPosition: "Позиция на логото",
|
|
475
|
+
coverImage: "Обложка на изображението"
|
|
476
|
+
},
|
|
477
|
+
overlayOpacity: {
|
|
478
|
+
background: "Прозрачност на фона на наложението"
|
|
479
|
+
},
|
|
480
|
+
fontFamily: {
|
|
481
|
+
euiFontFamily: "Шрифт"
|
|
482
|
+
},
|
|
483
|
+
positionSelector: {
|
|
484
|
+
backgroundImagePosition: "Позиция на фоновото изображение"
|
|
485
|
+
},
|
|
486
|
+
alignmentBlock: {
|
|
487
|
+
thankYouTextAlignment: "Подравняване на текста за благодарност",
|
|
488
|
+
welcomeTextAlignment: "Подравняване на приветствения текст",
|
|
489
|
+
questionsTextAlignment: "Подравняване на текста на въпросите"
|
|
490
|
+
}
|
|
401
491
|
}
|
|
402
492
|
};
|
|
403
493
|
var bg = {
|
|
@@ -564,6 +654,51 @@ var neetoThemes$x = {
|
|
|
564
654
|
validations: {
|
|
565
655
|
invalidUrl: "Si us plau, introduïu una URL vàlida",
|
|
566
656
|
nameRequired: "El nom és obligatori"
|
|
657
|
+
},
|
|
658
|
+
properties: {
|
|
659
|
+
color: {
|
|
660
|
+
questionColor: "Color de les preguntes",
|
|
661
|
+
answerColor: "Color de les respostes",
|
|
662
|
+
buttonBackgroundColor: "Color de fons del botó",
|
|
663
|
+
buttonTextColor: "Color del text del botó",
|
|
664
|
+
backgroundColor: "Color de fons",
|
|
665
|
+
contentBackgroundColor: "Color de fons del contingut",
|
|
666
|
+
primaryColor: "Color primari",
|
|
667
|
+
secondaryColor: "Color secundari",
|
|
668
|
+
primaryTextColor: "Color del text primari",
|
|
669
|
+
secondaryTextColor: "Color del text secundari",
|
|
670
|
+
cardBackgroundColor: "Color de fons de la targeta",
|
|
671
|
+
cardTextColor: "Color del text de la targeta",
|
|
672
|
+
linkColor: "Color del enllaç"
|
|
673
|
+
},
|
|
674
|
+
boolean: {
|
|
675
|
+
isContentBackgroundEnabled: "Habilitar fons de contingut",
|
|
676
|
+
isDominantBackgroundColorEnabled: "Color de fons dominant",
|
|
677
|
+
isDominantBackgroundColorEnabledHelpText: "Habilitar aquesta opció actualitzarà el color de fons al color dominant de la imatge de fons."
|
|
678
|
+
},
|
|
679
|
+
radius: {
|
|
680
|
+
buttonBorderRadius: "Radi de frontera del botó"
|
|
681
|
+
},
|
|
682
|
+
image: {
|
|
683
|
+
backgroundImage: "Imatge de fons",
|
|
684
|
+
logo: "Logotip",
|
|
685
|
+
logoPosition: "Posició del logotip",
|
|
686
|
+
coverImage: "Imatge de portada"
|
|
687
|
+
},
|
|
688
|
+
overlayOpacity: {
|
|
689
|
+
background: "Superposició de fons"
|
|
690
|
+
},
|
|
691
|
+
fontFamily: {
|
|
692
|
+
euiFontFamily: "Font"
|
|
693
|
+
},
|
|
694
|
+
positionSelector: {
|
|
695
|
+
backgroundImagePosition: "Posició de la imatge de fons"
|
|
696
|
+
},
|
|
697
|
+
alignmentBlock: {
|
|
698
|
+
thankYouTextAlignment: "Alineació del text de gràcies",
|
|
699
|
+
welcomeTextAlignment: "Alineació del text de benvinguda",
|
|
700
|
+
questionsTextAlignment: "Alineació del text de preguntes"
|
|
701
|
+
}
|
|
567
702
|
}
|
|
568
703
|
};
|
|
569
704
|
var ca = {
|
|
@@ -730,6 +865,51 @@ var neetoThemes$w = {
|
|
|
730
865
|
validations: {
|
|
731
866
|
invalidUrl: "Zadejte platnou adresu URL",
|
|
732
867
|
nameRequired: "Jméno je povinné"
|
|
868
|
+
},
|
|
869
|
+
properties: {
|
|
870
|
+
color: {
|
|
871
|
+
questionColor: "Barva otázek",
|
|
872
|
+
answerColor: "Barva odpovědí",
|
|
873
|
+
buttonBackgroundColor: "Barva pozadí tlačítka",
|
|
874
|
+
buttonTextColor: "Barva textu tlačítka",
|
|
875
|
+
backgroundColor: "Barva pozadí",
|
|
876
|
+
contentBackgroundColor: "Barva pozadí obsahu",
|
|
877
|
+
primaryColor: "Primární barva",
|
|
878
|
+
secondaryColor: "Sekundární barva",
|
|
879
|
+
primaryTextColor: "Primární barva textu",
|
|
880
|
+
secondaryTextColor: "Sekundární barva textu",
|
|
881
|
+
cardBackgroundColor: "Barva pozadí karty",
|
|
882
|
+
cardTextColor: "Barva textu karty",
|
|
883
|
+
linkColor: "Barva odkazu"
|
|
884
|
+
},
|
|
885
|
+
boolean: {
|
|
886
|
+
isContentBackgroundEnabled: "Povolit pozadí obsahu",
|
|
887
|
+
isDominantBackgroundColorEnabled: "Dominantní barva pozadí",
|
|
888
|
+
isDominantBackgroundColorEnabledHelpText: "Povolením této možnosti se barva pozadí změní na dominantní barvu z pozadí obrázku."
|
|
889
|
+
},
|
|
890
|
+
radius: {
|
|
891
|
+
buttonBorderRadius: "Poloměr okrajů tlačítka"
|
|
892
|
+
},
|
|
893
|
+
image: {
|
|
894
|
+
backgroundImage: "Obrázek pozadí",
|
|
895
|
+
logo: "Logo",
|
|
896
|
+
logoPosition: "Poloha loga",
|
|
897
|
+
coverImage: "Obrázek titulní stránky"
|
|
898
|
+
},
|
|
899
|
+
overlayOpacity: {
|
|
900
|
+
background: "Průhlednost pozadí překryvu"
|
|
901
|
+
},
|
|
902
|
+
fontFamily: {
|
|
903
|
+
euiFontFamily: "Písmo"
|
|
904
|
+
},
|
|
905
|
+
positionSelector: {
|
|
906
|
+
backgroundImagePosition: "Poloha obrázku pozadí"
|
|
907
|
+
},
|
|
908
|
+
alignmentBlock: {
|
|
909
|
+
thankYouTextAlignment: "Zarovnání textu poděkování",
|
|
910
|
+
welcomeTextAlignment: "Zarovnání uvítacího textu",
|
|
911
|
+
questionsTextAlignment: "Zarovnání textu otázek"
|
|
912
|
+
}
|
|
733
913
|
}
|
|
734
914
|
};
|
|
735
915
|
var cs = {
|
|
@@ -896,6 +1076,51 @@ var neetoThemes$v = {
|
|
|
896
1076
|
validations: {
|
|
897
1077
|
invalidUrl: "Indtast venligst en gyldig URL",
|
|
898
1078
|
nameRequired: "Navn er påkrævet"
|
|
1079
|
+
},
|
|
1080
|
+
properties: {
|
|
1081
|
+
color: {
|
|
1082
|
+
questionColor: "Spørgsmål farve",
|
|
1083
|
+
answerColor: "Svar farve",
|
|
1084
|
+
buttonBackgroundColor: "Knap baggrundsfarve",
|
|
1085
|
+
buttonTextColor: "Knap tekstfarve",
|
|
1086
|
+
backgroundColor: "Baggrundsfarve",
|
|
1087
|
+
contentBackgroundColor: "Indholds baggrundsfarve",
|
|
1088
|
+
primaryColor: "Primær farve",
|
|
1089
|
+
secondaryColor: "Sekundær farve",
|
|
1090
|
+
primaryTextColor: "Primær tekstfarve",
|
|
1091
|
+
secondaryTextColor: "Sekundær tekstfarve",
|
|
1092
|
+
cardBackgroundColor: "Korth baggrundsfarve",
|
|
1093
|
+
cardTextColor: "Korth tekstfarve",
|
|
1094
|
+
linkColor: "Link farve"
|
|
1095
|
+
},
|
|
1096
|
+
boolean: {
|
|
1097
|
+
isContentBackgroundEnabled: "Aktiver indholds baggrund",
|
|
1098
|
+
isDominantBackgroundColorEnabled: "Dominant baggrundsfarve",
|
|
1099
|
+
isDominantBackgroundColorEnabledHelpText: "Aktivering af denne mulighed opdaterer baggrundsfarven til den dominerende farve fra baggrunds billedet."
|
|
1100
|
+
},
|
|
1101
|
+
radius: {
|
|
1102
|
+
buttonBorderRadius: "Knap border radius"
|
|
1103
|
+
},
|
|
1104
|
+
image: {
|
|
1105
|
+
backgroundImage: "Baggrundsbillede",
|
|
1106
|
+
logo: "Logo",
|
|
1107
|
+
logoPosition: "Logo position",
|
|
1108
|
+
coverImage: "Cover billede"
|
|
1109
|
+
},
|
|
1110
|
+
overlayOpacity: {
|
|
1111
|
+
background: "Baggrunds overlay"
|
|
1112
|
+
},
|
|
1113
|
+
fontFamily: {
|
|
1114
|
+
euiFontFamily: "Skrift"
|
|
1115
|
+
},
|
|
1116
|
+
positionSelector: {
|
|
1117
|
+
backgroundImagePosition: "Baggrundsbillede position"
|
|
1118
|
+
},
|
|
1119
|
+
alignmentBlock: {
|
|
1120
|
+
thankYouTextAlignment: "Tak tekstjustering",
|
|
1121
|
+
welcomeTextAlignment: "Velkommen tekstjustering",
|
|
1122
|
+
questionsTextAlignment: "Spørgsmål tekstjustering"
|
|
1123
|
+
}
|
|
899
1124
|
}
|
|
900
1125
|
};
|
|
901
1126
|
var da = {
|
|
@@ -1062,6 +1287,51 @@ var neetoThemes$u = {
|
|
|
1062
1287
|
validations: {
|
|
1063
1288
|
invalidUrl: "Bitte geben Sie eine gültige URL ein",
|
|
1064
1289
|
nameRequired: "Name ist erforderlich"
|
|
1290
|
+
},
|
|
1291
|
+
properties: {
|
|
1292
|
+
color: {
|
|
1293
|
+
questionColor: "Fragenfarbe",
|
|
1294
|
+
answerColor: "Antwortfarbe",
|
|
1295
|
+
buttonBackgroundColor: "Hintergrundfarbe des Buttons",
|
|
1296
|
+
buttonTextColor: "Textfarbe des Buttons",
|
|
1297
|
+
backgroundColor: "Hintergrundfarbe",
|
|
1298
|
+
contentBackgroundColor: "Inhaltshintergrundfarbe",
|
|
1299
|
+
primaryColor: "Primärfarbe",
|
|
1300
|
+
secondaryColor: "Sekundärfarbe",
|
|
1301
|
+
primaryTextColor: "Primäre Textfarbe",
|
|
1302
|
+
secondaryTextColor: "Sekundäre Textfarbe",
|
|
1303
|
+
cardBackgroundColor: "Kartenhintergrundfarbe",
|
|
1304
|
+
cardTextColor: "Kartentextfarbe",
|
|
1305
|
+
linkColor: "Linkfarbe"
|
|
1306
|
+
},
|
|
1307
|
+
boolean: {
|
|
1308
|
+
isContentBackgroundEnabled: "Inhaltshintergrund aktivieren",
|
|
1309
|
+
isDominantBackgroundColorEnabled: "Dominante Hintergrundfarbe",
|
|
1310
|
+
isDominantBackgroundColorEnabledHelpText: "Aktivieren Sie diese Option, um die Hintergrundfarbe auf die dominante Farbe des Hintergrundbildes zu aktualisieren."
|
|
1311
|
+
},
|
|
1312
|
+
radius: {
|
|
1313
|
+
buttonBorderRadius: "Button-Eckenradius"
|
|
1314
|
+
},
|
|
1315
|
+
image: {
|
|
1316
|
+
backgroundImage: "Hintergrundbild",
|
|
1317
|
+
logo: "Logo",
|
|
1318
|
+
logoPosition: "Logo-Position",
|
|
1319
|
+
coverImage: "Titelfoto"
|
|
1320
|
+
},
|
|
1321
|
+
overlayOpacity: {
|
|
1322
|
+
background: "Hintergrundüberlagerung"
|
|
1323
|
+
},
|
|
1324
|
+
fontFamily: {
|
|
1325
|
+
euiFontFamily: "Schriftart"
|
|
1326
|
+
},
|
|
1327
|
+
positionSelector: {
|
|
1328
|
+
backgroundImagePosition: "Hintergrundbildposition"
|
|
1329
|
+
},
|
|
1330
|
+
alignmentBlock: {
|
|
1331
|
+
thankYouTextAlignment: "Ausrichtung des Dankestextes",
|
|
1332
|
+
welcomeTextAlignment: "Ausrichtung des Willkommens Textes",
|
|
1333
|
+
questionsTextAlignment: "Ausrichtung des Fragen Textes"
|
|
1334
|
+
}
|
|
1065
1335
|
}
|
|
1066
1336
|
};
|
|
1067
1337
|
var de = {
|
|
@@ -1439,6 +1709,51 @@ var neetoThemes$s = {
|
|
|
1439
1709
|
validations: {
|
|
1440
1710
|
invalidUrl: "Por favor ingrese una URL válida",
|
|
1441
1711
|
nameRequired: "Se requiere un nombre"
|
|
1712
|
+
},
|
|
1713
|
+
properties: {
|
|
1714
|
+
color: {
|
|
1715
|
+
questionColor: "Color de preguntas",
|
|
1716
|
+
answerColor: "Color de respuesta",
|
|
1717
|
+
buttonBackgroundColor: "Color de fondo del botón",
|
|
1718
|
+
buttonTextColor: "Color de texto del botón",
|
|
1719
|
+
backgroundColor: "Color de fondo",
|
|
1720
|
+
contentBackgroundColor: "Color de fondo del contenido",
|
|
1721
|
+
primaryColor: "Color primario",
|
|
1722
|
+
secondaryColor: "Color secundario",
|
|
1723
|
+
primaryTextColor: "Color de texto primario",
|
|
1724
|
+
secondaryTextColor: "Color de texto secundario",
|
|
1725
|
+
cardBackgroundColor: "Color de fondo de la tarjeta",
|
|
1726
|
+
cardTextColor: "Color de texto de la tarjeta",
|
|
1727
|
+
linkColor: "Color del enlace"
|
|
1728
|
+
},
|
|
1729
|
+
boolean: {
|
|
1730
|
+
isContentBackgroundEnabled: "Habilitar fondo del contenido",
|
|
1731
|
+
isDominantBackgroundColorEnabled: "Color de fondo dominante",
|
|
1732
|
+
isDominantBackgroundColorEnabledHelpText: "Activar esta opción actualizará el color de fondo al color dominante de la imagen de fondo."
|
|
1733
|
+
},
|
|
1734
|
+
radius: {
|
|
1735
|
+
buttonBorderRadius: "Radio de borde del botón"
|
|
1736
|
+
},
|
|
1737
|
+
image: {
|
|
1738
|
+
backgroundImage: "Imagen de fondo",
|
|
1739
|
+
logo: "Logo",
|
|
1740
|
+
logoPosition: "Posición del logo",
|
|
1741
|
+
coverImage: "Imagen de portada"
|
|
1742
|
+
},
|
|
1743
|
+
overlayOpacity: {
|
|
1744
|
+
background: "Superposición de fondo"
|
|
1745
|
+
},
|
|
1746
|
+
fontFamily: {
|
|
1747
|
+
euiFontFamily: "Fuente"
|
|
1748
|
+
},
|
|
1749
|
+
positionSelector: {
|
|
1750
|
+
backgroundImagePosition: "Posición de la imagen de fondo"
|
|
1751
|
+
},
|
|
1752
|
+
alignmentBlock: {
|
|
1753
|
+
thankYouTextAlignment: "Alineación del texto de agradecimiento",
|
|
1754
|
+
welcomeTextAlignment: "Alineación del texto de bienvenida",
|
|
1755
|
+
questionsTextAlignment: "Alineación del texto de preguntas"
|
|
1756
|
+
}
|
|
1442
1757
|
}
|
|
1443
1758
|
};
|
|
1444
1759
|
var esMx = {
|
|
@@ -1605,6 +1920,51 @@ var neetoThemes$r = {
|
|
|
1605
1920
|
validations: {
|
|
1606
1921
|
invalidUrl: "Por favor ingrese una URL válida",
|
|
1607
1922
|
nameRequired: "Se requiere nombre"
|
|
1923
|
+
},
|
|
1924
|
+
properties: {
|
|
1925
|
+
color: {
|
|
1926
|
+
questionColor: "Color de las preguntas",
|
|
1927
|
+
answerColor: "Color de la respuesta",
|
|
1928
|
+
buttonBackgroundColor: "Color de fondo del botón",
|
|
1929
|
+
buttonTextColor: "Color del texto del botón",
|
|
1930
|
+
backgroundColor: "Color de fondo",
|
|
1931
|
+
contentBackgroundColor: "Color de fondo del contenido",
|
|
1932
|
+
primaryColor: "Color primario",
|
|
1933
|
+
secondaryColor: "Color secundario",
|
|
1934
|
+
primaryTextColor: "Color del texto primario",
|
|
1935
|
+
secondaryTextColor: "Color del texto secundario",
|
|
1936
|
+
cardBackgroundColor: "Color de fondo de la tarjeta",
|
|
1937
|
+
cardTextColor: "Color del texto de la tarjeta",
|
|
1938
|
+
linkColor: "Color del enlace"
|
|
1939
|
+
},
|
|
1940
|
+
boolean: {
|
|
1941
|
+
isContentBackgroundEnabled: "Habilitar fondo de contenido",
|
|
1942
|
+
isDominantBackgroundColorEnabled: "Color de fondo dominante",
|
|
1943
|
+
isDominantBackgroundColorEnabledHelpText: "Habilitar esta opción actualizará el color de fondo al color dominante de la imagen de fondo."
|
|
1944
|
+
},
|
|
1945
|
+
radius: {
|
|
1946
|
+
buttonBorderRadius: "Radio del borde del botón"
|
|
1947
|
+
},
|
|
1948
|
+
image: {
|
|
1949
|
+
backgroundImage: "Imagen de fondo",
|
|
1950
|
+
logo: "Logotipo",
|
|
1951
|
+
logoPosition: "Posición del logotipo",
|
|
1952
|
+
coverImage: "Imagen de portada"
|
|
1953
|
+
},
|
|
1954
|
+
overlayOpacity: {
|
|
1955
|
+
background: "Superposición de fondo"
|
|
1956
|
+
},
|
|
1957
|
+
fontFamily: {
|
|
1958
|
+
euiFontFamily: "Fuente"
|
|
1959
|
+
},
|
|
1960
|
+
positionSelector: {
|
|
1961
|
+
backgroundImagePosition: "Posición de la imagen de fondo"
|
|
1962
|
+
},
|
|
1963
|
+
alignmentBlock: {
|
|
1964
|
+
thankYouTextAlignment: "Alineación del texto de agradecimiento",
|
|
1965
|
+
welcomeTextAlignment: "Alineación del texto de bienvenida",
|
|
1966
|
+
questionsTextAlignment: "Alineación del texto de preguntas"
|
|
1967
|
+
}
|
|
1608
1968
|
}
|
|
1609
1969
|
};
|
|
1610
1970
|
var es = {
|
|
@@ -1771,6 +2131,51 @@ var neetoThemes$q = {
|
|
|
1771
2131
|
validations: {
|
|
1772
2132
|
invalidUrl: "Palun sisestage kehtiv URL",
|
|
1773
2133
|
nameRequired: "Nimi on kohustuslik"
|
|
2134
|
+
},
|
|
2135
|
+
properties: {
|
|
2136
|
+
color: {
|
|
2137
|
+
questionColor: "Küsimuste värv",
|
|
2138
|
+
answerColor: "Vastus värv",
|
|
2139
|
+
buttonBackgroundColor: "Nupu taustavärv",
|
|
2140
|
+
buttonTextColor: "Nupu tekstivärv",
|
|
2141
|
+
backgroundColor: "Taustavärv",
|
|
2142
|
+
contentBackgroundColor: "Sisu taustavärv",
|
|
2143
|
+
primaryColor: "Peamine värv",
|
|
2144
|
+
secondaryColor: "Teine värv",
|
|
2145
|
+
primaryTextColor: "Peamine tekstivärv",
|
|
2146
|
+
secondaryTextColor: "Teise tekstivärv",
|
|
2147
|
+
cardBackgroundColor: "Kaardi taustavärv",
|
|
2148
|
+
cardTextColor: "Kaardi tekstivärv",
|
|
2149
|
+
linkColor: "Lingiv värv"
|
|
2150
|
+
},
|
|
2151
|
+
boolean: {
|
|
2152
|
+
isContentBackgroundEnabled: "Aktiveeri sisu taust",
|
|
2153
|
+
isDominantBackgroundColorEnabled: "Dominantne taustavärv",
|
|
2154
|
+
isDominantBackgroundColorEnabledHelpText: "Selle valiku aktiveerimine uuendab taustavärvi taustpildi domineerivale värvile."
|
|
2155
|
+
},
|
|
2156
|
+
radius: {
|
|
2157
|
+
buttonBorderRadius: "Nupu servade raadius"
|
|
2158
|
+
},
|
|
2159
|
+
image: {
|
|
2160
|
+
backgroundImage: "Taustpilt",
|
|
2161
|
+
logo: "Logo",
|
|
2162
|
+
logoPosition: "Logo asukoht",
|
|
2163
|
+
coverImage: "Kaane pilt"
|
|
2164
|
+
},
|
|
2165
|
+
overlayOpacity: {
|
|
2166
|
+
background: "Tausta üleviimistlus"
|
|
2167
|
+
},
|
|
2168
|
+
fontFamily: {
|
|
2169
|
+
euiFontFamily: "Font"
|
|
2170
|
+
},
|
|
2171
|
+
positionSelector: {
|
|
2172
|
+
backgroundImagePosition: "Taustpildi asend"
|
|
2173
|
+
},
|
|
2174
|
+
alignmentBlock: {
|
|
2175
|
+
thankYouTextAlignment: "Aitäh-teksti joondus",
|
|
2176
|
+
welcomeTextAlignment: "Tere-teksti joondus",
|
|
2177
|
+
questionsTextAlignment: "Küsimuste teksti joondus"
|
|
2178
|
+
}
|
|
1774
2179
|
}
|
|
1775
2180
|
};
|
|
1776
2181
|
var et = {
|
|
@@ -1937,6 +2342,51 @@ var neetoThemes$p = {
|
|
|
1937
2342
|
validations: {
|
|
1938
2343
|
invalidUrl: "Anna voimassa oleva URL-osoite",
|
|
1939
2344
|
nameRequired: "Nimi on pakollinen"
|
|
2345
|
+
},
|
|
2346
|
+
properties: {
|
|
2347
|
+
color: {
|
|
2348
|
+
questionColor: "Kysymysten väri",
|
|
2349
|
+
answerColor: "Vastauksen väri",
|
|
2350
|
+
buttonBackgroundColor: "Painikkeen taustaväri",
|
|
2351
|
+
buttonTextColor: "Painikkeen tekstiväri",
|
|
2352
|
+
backgroundColor: "Taustaväri",
|
|
2353
|
+
contentBackgroundColor: "Sisällön taustaväri",
|
|
2354
|
+
primaryColor: "Pääväri",
|
|
2355
|
+
secondaryColor: "Toissijainen väri",
|
|
2356
|
+
primaryTextColor: "Päätekstin väri",
|
|
2357
|
+
secondaryTextColor: "Toissijaisen tekstin väri",
|
|
2358
|
+
cardBackgroundColor: "Kortin taustaväri",
|
|
2359
|
+
cardTextColor: "Kortin tekstiväri",
|
|
2360
|
+
linkColor: "Linkin väri"
|
|
2361
|
+
},
|
|
2362
|
+
boolean: {
|
|
2363
|
+
isContentBackgroundEnabled: "Ota sisältötausta käyttöön",
|
|
2364
|
+
isDominantBackgroundColorEnabled: "Vahva taustaväri",
|
|
2365
|
+
isDominantBackgroundColorEnabledHelpText: "Jos tämä vaihtoehto otetaan käyttöön, taustaväri päivitetään taustakuvan hallitsevaksi väriksi."
|
|
2366
|
+
},
|
|
2367
|
+
radius: {
|
|
2368
|
+
buttonBorderRadius: "Painikkeen reunakulma"
|
|
2369
|
+
},
|
|
2370
|
+
image: {
|
|
2371
|
+
backgroundImage: "Taustakuva",
|
|
2372
|
+
logo: "Logo",
|
|
2373
|
+
logoPosition: "Logon sijainti",
|
|
2374
|
+
coverImage: "Kannen kuva"
|
|
2375
|
+
},
|
|
2376
|
+
overlayOpacity: {
|
|
2377
|
+
background: "Taustasulku"
|
|
2378
|
+
},
|
|
2379
|
+
fontFamily: {
|
|
2380
|
+
euiFontFamily: "Fontti"
|
|
2381
|
+
},
|
|
2382
|
+
positionSelector: {
|
|
2383
|
+
backgroundImagePosition: "Taustakuvan sijainti"
|
|
2384
|
+
},
|
|
2385
|
+
alignmentBlock: {
|
|
2386
|
+
thankYouTextAlignment: "Kiitosviestin tasaus",
|
|
2387
|
+
welcomeTextAlignment: "Tervetuloa-tekstin tasaus",
|
|
2388
|
+
questionsTextAlignment: "Kysymyksien tekstin tasaus"
|
|
2389
|
+
}
|
|
1940
2390
|
}
|
|
1941
2391
|
};
|
|
1942
2392
|
var fi = {
|
|
@@ -2103,24 +2553,69 @@ var neetoThemes$o = {
|
|
|
2103
2553
|
validations: {
|
|
2104
2554
|
invalidUrl: "Mangyaring mag-enter ng wastong URL",
|
|
2105
2555
|
nameRequired: "Kailangan ang pangalan"
|
|
2106
|
-
}
|
|
2107
|
-
};
|
|
2108
|
-
var fil = {
|
|
2109
|
-
neetoThemes: neetoThemes$o
|
|
2110
|
-
};
|
|
2111
|
-
|
|
2112
|
-
var neetoThemes$n = {
|
|
2113
|
-
entityType: {
|
|
2114
|
-
quiz: "Quiz",
|
|
2115
|
-
quiz_other: "Quizzes",
|
|
2116
|
-
form: "Formulaire",
|
|
2117
|
-
form_other: "Formulaires",
|
|
2118
|
-
meeting: "Réunion",
|
|
2119
|
-
meeting_other: "Réunions",
|
|
2120
|
-
recording: "Enregistrement",
|
|
2121
|
-
recording_other: "Enregistrements"
|
|
2122
2556
|
},
|
|
2123
|
-
|
|
2557
|
+
properties: {
|
|
2558
|
+
color: {
|
|
2559
|
+
questionColor: "Kulay ng mga Tanong",
|
|
2560
|
+
answerColor: "Kulay ng Sagot",
|
|
2561
|
+
buttonBackgroundColor: "Kulay ng Background ng Button",
|
|
2562
|
+
buttonTextColor: "Kulay ng Teksto ng Button",
|
|
2563
|
+
backgroundColor: "Kulay ng Background",
|
|
2564
|
+
contentBackgroundColor: "Kulay ng Background ng Nilalaman",
|
|
2565
|
+
primaryColor: "Pangunahing Kulay",
|
|
2566
|
+
secondaryColor: "Pangalawang Kulay",
|
|
2567
|
+
primaryTextColor: "Pangunahing Kulay ng Teksto",
|
|
2568
|
+
secondaryTextColor: "Pangalawang Kulay ng Teksto",
|
|
2569
|
+
cardBackgroundColor: "Kulay ng Background ng Kard",
|
|
2570
|
+
cardTextColor: "Kulay ng Teksto ng Kard",
|
|
2571
|
+
linkColor: "Kulay ng Link"
|
|
2572
|
+
},
|
|
2573
|
+
boolean: {
|
|
2574
|
+
isContentBackgroundEnabled: "Paganahin ang Background ng Nilalaman",
|
|
2575
|
+
isDominantBackgroundColorEnabled: "Paganahin ang Dominanteng Kulay ng Background",
|
|
2576
|
+
isDominantBackgroundColorEnabledHelpText: "Ang pag-enable sa opsyong ito ay mag-a-update sa kulay ng background sa dominanteng kulay mula sa background na larawan."
|
|
2577
|
+
},
|
|
2578
|
+
radius: {
|
|
2579
|
+
buttonBorderRadius: "Radius ng Hangganan ng Button"
|
|
2580
|
+
},
|
|
2581
|
+
image: {
|
|
2582
|
+
backgroundImage: "Background na Larawan",
|
|
2583
|
+
logo: "Logo",
|
|
2584
|
+
logoPosition: "Posisyon ng Logo",
|
|
2585
|
+
coverImage: "Larawan ng Pabalat"
|
|
2586
|
+
},
|
|
2587
|
+
overlayOpacity: {
|
|
2588
|
+
background: "Overlay ng Background"
|
|
2589
|
+
},
|
|
2590
|
+
fontFamily: {
|
|
2591
|
+
euiFontFamily: "Font"
|
|
2592
|
+
},
|
|
2593
|
+
positionSelector: {
|
|
2594
|
+
backgroundImagePosition: "Posisyon ng Background na Larawan"
|
|
2595
|
+
},
|
|
2596
|
+
alignmentBlock: {
|
|
2597
|
+
thankYouTextAlignment: "Pagkaka-align ng Teksto ng Pasasalamat",
|
|
2598
|
+
welcomeTextAlignment: "Pagkaka-align ng Teksto ng Pagtanggap",
|
|
2599
|
+
questionsTextAlignment: "Pagkaka-align ng Teksto ng Mga Tanong"
|
|
2600
|
+
}
|
|
2601
|
+
}
|
|
2602
|
+
};
|
|
2603
|
+
var fil = {
|
|
2604
|
+
neetoThemes: neetoThemes$o
|
|
2605
|
+
};
|
|
2606
|
+
|
|
2607
|
+
var neetoThemes$n = {
|
|
2608
|
+
entityType: {
|
|
2609
|
+
quiz: "Quiz",
|
|
2610
|
+
quiz_other: "Quizzes",
|
|
2611
|
+
form: "Formulaire",
|
|
2612
|
+
form_other: "Formulaires",
|
|
2613
|
+
meeting: "Réunion",
|
|
2614
|
+
meeting_other: "Réunions",
|
|
2615
|
+
recording: "Enregistrement",
|
|
2616
|
+
recording_other: "Enregistrements"
|
|
2617
|
+
},
|
|
2618
|
+
common: {
|
|
2124
2619
|
theme: "Thème",
|
|
2125
2620
|
preview: "Aperçu",
|
|
2126
2621
|
save: "Enregistrer",
|
|
@@ -2269,6 +2764,51 @@ var neetoThemes$n = {
|
|
|
2269
2764
|
validations: {
|
|
2270
2765
|
invalidUrl: "Veuillez entrer une URL valide",
|
|
2271
2766
|
nameRequired: "Le nom est requis"
|
|
2767
|
+
},
|
|
2768
|
+
properties: {
|
|
2769
|
+
color: {
|
|
2770
|
+
questionColor: "Couleur des questions",
|
|
2771
|
+
answerColor: "Couleur des réponses",
|
|
2772
|
+
buttonBackgroundColor: "Couleur de fond du bouton",
|
|
2773
|
+
buttonTextColor: "Couleur du texte du bouton",
|
|
2774
|
+
backgroundColor: "Couleur de fond",
|
|
2775
|
+
contentBackgroundColor: "Couleur de fond du contenu",
|
|
2776
|
+
primaryColor: "Couleur primaire",
|
|
2777
|
+
secondaryColor: "Couleur secondaire",
|
|
2778
|
+
primaryTextColor: "Couleur du texte primaire",
|
|
2779
|
+
secondaryTextColor: "Couleur du texte secondaire",
|
|
2780
|
+
cardBackgroundColor: "Couleur de fond de la carte",
|
|
2781
|
+
cardTextColor: "Couleur du texte de la carte",
|
|
2782
|
+
linkColor: "Couleur du lien"
|
|
2783
|
+
},
|
|
2784
|
+
boolean: {
|
|
2785
|
+
isContentBackgroundEnabled: "Activer le fond de contenu",
|
|
2786
|
+
isDominantBackgroundColorEnabled: "Couleur de fond dominante",
|
|
2787
|
+
isDominantBackgroundColorEnabledHelpText: "Activer cette option mettra à jour la couleur de fond en fonction de la couleur dominante de l'image d'arrière-plan."
|
|
2788
|
+
},
|
|
2789
|
+
radius: {
|
|
2790
|
+
buttonBorderRadius: "Rayon de bord du bouton"
|
|
2791
|
+
},
|
|
2792
|
+
image: {
|
|
2793
|
+
backgroundImage: "Image d'arrière-plan",
|
|
2794
|
+
logo: "Logo",
|
|
2795
|
+
logoPosition: "Position du logo",
|
|
2796
|
+
coverImage: "Image de couverture"
|
|
2797
|
+
},
|
|
2798
|
+
overlayOpacity: {
|
|
2799
|
+
background: "Superposition de fond"
|
|
2800
|
+
},
|
|
2801
|
+
fontFamily: {
|
|
2802
|
+
euiFontFamily: "Police"
|
|
2803
|
+
},
|
|
2804
|
+
positionSelector: {
|
|
2805
|
+
backgroundImagePosition: "Position de l'image d'arrière-plan"
|
|
2806
|
+
},
|
|
2807
|
+
alignmentBlock: {
|
|
2808
|
+
thankYouTextAlignment: "Alignement du texte de remerciement",
|
|
2809
|
+
welcomeTextAlignment: "Alignement du texte de bienvenue",
|
|
2810
|
+
questionsTextAlignment: "Alignement du texte des questions"
|
|
2811
|
+
}
|
|
2272
2812
|
}
|
|
2273
2813
|
};
|
|
2274
2814
|
var fr = {
|
|
@@ -2435,6 +2975,51 @@ var neetoThemes$m = {
|
|
|
2435
2975
|
validations: {
|
|
2436
2976
|
invalidUrl: "אנא הזן כתובת URL תקינה",
|
|
2437
2977
|
nameRequired: "שם נדרש"
|
|
2978
|
+
},
|
|
2979
|
+
properties: {
|
|
2980
|
+
color: {
|
|
2981
|
+
questionColor: "צבע השאלות",
|
|
2982
|
+
answerColor: "צבע התשובה",
|
|
2983
|
+
buttonBackgroundColor: "צבע הרקע של הכפתור",
|
|
2984
|
+
buttonTextColor: "צבע הטקסט של הכפתור",
|
|
2985
|
+
backgroundColor: "צבע הרקע",
|
|
2986
|
+
contentBackgroundColor: "צבע הרקע של התוכן",
|
|
2987
|
+
primaryColor: "צבע ראשי",
|
|
2988
|
+
secondaryColor: "צבע משני",
|
|
2989
|
+
primaryTextColor: "צבע הטקסט הראשי",
|
|
2990
|
+
secondaryTextColor: "צבע הטקסט המשני",
|
|
2991
|
+
cardBackgroundColor: "צבע הרקע של הכרטיס",
|
|
2992
|
+
cardTextColor: "צבע הטקסט של הכרטיס",
|
|
2993
|
+
linkColor: "צבע הקישור"
|
|
2994
|
+
},
|
|
2995
|
+
boolean: {
|
|
2996
|
+
isContentBackgroundEnabled: "אפשר את הרקע של התוכן",
|
|
2997
|
+
isDominantBackgroundColorEnabled: "צבע רקע דומיננטי",
|
|
2998
|
+
isDominantBackgroundColorEnabledHelpText: "איפוס אפשרות זו יעדכן את צבע הרקע לצבע הדומיננטי מתוך התמונה الخلفية."
|
|
2999
|
+
},
|
|
3000
|
+
radius: {
|
|
3001
|
+
buttonBorderRadius: "רדיוס גבול הכפתור"
|
|
3002
|
+
},
|
|
3003
|
+
image: {
|
|
3004
|
+
backgroundImage: "תמונת רקע",
|
|
3005
|
+
logo: "לוגו",
|
|
3006
|
+
logoPosition: "מיקום הלוגו",
|
|
3007
|
+
coverImage: "תמונת כיסוי"
|
|
3008
|
+
},
|
|
3009
|
+
overlayOpacity: {
|
|
3010
|
+
background: "שכבת רקע"
|
|
3011
|
+
},
|
|
3012
|
+
fontFamily: {
|
|
3013
|
+
euiFontFamily: "גופן"
|
|
3014
|
+
},
|
|
3015
|
+
positionSelector: {
|
|
3016
|
+
backgroundImagePosition: "מיקום תמונת הרקע"
|
|
3017
|
+
},
|
|
3018
|
+
alignmentBlock: {
|
|
3019
|
+
thankYouTextAlignment: "יישור טקסט התודה",
|
|
3020
|
+
welcomeTextAlignment: "יישור טקסט הברוכה",
|
|
3021
|
+
questionsTextAlignment: "יישור טקסט השאלות"
|
|
3022
|
+
}
|
|
2438
3023
|
}
|
|
2439
3024
|
};
|
|
2440
3025
|
var he = {
|
|
@@ -2601,6 +3186,51 @@ var neetoThemes$l = {
|
|
|
2601
3186
|
validations: {
|
|
2602
3187
|
invalidUrl: "कृपया एक मान्य URL दर्ज करें",
|
|
2603
3188
|
nameRequired: "नाम आवश्यक है"
|
|
3189
|
+
},
|
|
3190
|
+
properties: {
|
|
3191
|
+
color: {
|
|
3192
|
+
questionColor: "प्रश्नों का रंग",
|
|
3193
|
+
answerColor: "उत्तर का रंग",
|
|
3194
|
+
buttonBackgroundColor: "बटन की पृष्ठभूमि का रंग",
|
|
3195
|
+
buttonTextColor: "बटन के पाठ का रंग",
|
|
3196
|
+
backgroundColor: "पृष्ठभूमि का रंग",
|
|
3197
|
+
contentBackgroundColor: "सामग्री की पृष्ठभूमि का रंग",
|
|
3198
|
+
primaryColor: "प्राथमिक रंग",
|
|
3199
|
+
secondaryColor: "द्वितीयक रंग",
|
|
3200
|
+
primaryTextColor: "प्राथमिक पाठ का रंग",
|
|
3201
|
+
secondaryTextColor: "द्वितीयक पाठ का रंग",
|
|
3202
|
+
cardBackgroundColor: "कार्ड की पृष्ठभूमि का रंग",
|
|
3203
|
+
cardTextColor: "कार्ड के पाठ का रंग",
|
|
3204
|
+
linkColor: "लिंक का रंग"
|
|
3205
|
+
},
|
|
3206
|
+
boolean: {
|
|
3207
|
+
isContentBackgroundEnabled: "सामग्री की पृष्ठभूमि सक्षम करें",
|
|
3208
|
+
isDominantBackgroundColorEnabled: "प्रमुख पृष्ठभूमि का रंग",
|
|
3209
|
+
isDominantBackgroundColorEnabledHelpText: "इस विकल्प को सक्षम करने से पृष्ठभूमि का रंग पृष्ठभूमि छवि से प्रमुख रंग में अपडेट हो जाएगा।"
|
|
3210
|
+
},
|
|
3211
|
+
radius: {
|
|
3212
|
+
buttonBorderRadius: "बटन की सीमा का गोलाई"
|
|
3213
|
+
},
|
|
3214
|
+
image: {
|
|
3215
|
+
backgroundImage: "पृष्ठभूमि छवि",
|
|
3216
|
+
logo: "लोगो",
|
|
3217
|
+
logoPosition: "लोगो की स्थिति",
|
|
3218
|
+
coverImage: "कवर छवि"
|
|
3219
|
+
},
|
|
3220
|
+
overlayOpacity: {
|
|
3221
|
+
background: "पृष्ठभूमि ओवरले"
|
|
3222
|
+
},
|
|
3223
|
+
fontFamily: {
|
|
3224
|
+
euiFontFamily: "फॉन्ट"
|
|
3225
|
+
},
|
|
3226
|
+
positionSelector: {
|
|
3227
|
+
backgroundImagePosition: "पृष्ठभूमि छवि की स्थिति"
|
|
3228
|
+
},
|
|
3229
|
+
alignmentBlock: {
|
|
3230
|
+
thankYouTextAlignment: "धन्यवाद पाठ का संरेखण",
|
|
3231
|
+
welcomeTextAlignment: "स्वागत पाठ का संरेखण",
|
|
3232
|
+
questionsTextAlignment: "प्रश्नों का पाठ संरेखण"
|
|
3233
|
+
}
|
|
2604
3234
|
}
|
|
2605
3235
|
};
|
|
2606
3236
|
var hi = {
|
|
@@ -2767,6 +3397,51 @@ var neetoThemes$k = {
|
|
|
2767
3397
|
validations: {
|
|
2768
3398
|
invalidUrl: "Molimo unesite važeću URL adresu",
|
|
2769
3399
|
nameRequired: "Ime je obavezno"
|
|
3400
|
+
},
|
|
3401
|
+
properties: {
|
|
3402
|
+
color: {
|
|
3403
|
+
questionColor: "Boja pitanja",
|
|
3404
|
+
answerColor: "Boja odgovora",
|
|
3405
|
+
buttonBackgroundColor: "Boja pozadine gumba",
|
|
3406
|
+
buttonTextColor: "Boja teksta gumba",
|
|
3407
|
+
backgroundColor: "Boja pozadine",
|
|
3408
|
+
contentBackgroundColor: "Boja pozadine sadržaja",
|
|
3409
|
+
primaryColor: "Primarna boja",
|
|
3410
|
+
secondaryColor: "Sekundarna boja",
|
|
3411
|
+
primaryTextColor: "Boja primarnog teksta",
|
|
3412
|
+
secondaryTextColor: "Boja sekundarnog teksta",
|
|
3413
|
+
cardBackgroundColor: "Boja pozadine kartice",
|
|
3414
|
+
cardTextColor: "Boja teksta kartice",
|
|
3415
|
+
linkColor: "Boja veze"
|
|
3416
|
+
},
|
|
3417
|
+
boolean: {
|
|
3418
|
+
isContentBackgroundEnabled: "Omogući pozadinu sadržaja",
|
|
3419
|
+
isDominantBackgroundColorEnabled: "Omogući dominantnu boju pozadine",
|
|
3420
|
+
isDominantBackgroundColorEnabledHelpText: "Omogućavanje ove opcije ažurirat će boju pozadine na dominantnu boju iz slike pozadine."
|
|
3421
|
+
},
|
|
3422
|
+
radius: {
|
|
3423
|
+
buttonBorderRadius: "Radijus granice gumba"
|
|
3424
|
+
},
|
|
3425
|
+
image: {
|
|
3426
|
+
backgroundImage: "Pozadinska slika",
|
|
3427
|
+
logo: "Logo",
|
|
3428
|
+
logoPosition: "Pozicija loga",
|
|
3429
|
+
coverImage: "Slika naslovnice"
|
|
3430
|
+
},
|
|
3431
|
+
overlayOpacity: {
|
|
3432
|
+
background: "Prekrivanje pozadine"
|
|
3433
|
+
},
|
|
3434
|
+
fontFamily: {
|
|
3435
|
+
euiFontFamily: "Font"
|
|
3436
|
+
},
|
|
3437
|
+
positionSelector: {
|
|
3438
|
+
backgroundImagePosition: "Pozicija pozadinske slike"
|
|
3439
|
+
},
|
|
3440
|
+
alignmentBlock: {
|
|
3441
|
+
thankYouTextAlignment: "Poravnanje teksta zahvalnosti",
|
|
3442
|
+
welcomeTextAlignment: "Poravnanje teksta dobrodošlice",
|
|
3443
|
+
questionsTextAlignment: "Poravnanje teksta pitanja"
|
|
3444
|
+
}
|
|
2770
3445
|
}
|
|
2771
3446
|
};
|
|
2772
3447
|
var hr = {
|
|
@@ -2933,6 +3608,51 @@ var neetoThemes$j = {
|
|
|
2933
3608
|
validations: {
|
|
2934
3609
|
invalidUrl: "Kérjük, adjon meg egy érvényes URL-t",
|
|
2935
3610
|
nameRequired: "A név megadása kötelező"
|
|
3611
|
+
},
|
|
3612
|
+
properties: {
|
|
3613
|
+
color: {
|
|
3614
|
+
questionColor: "Kérdések színe",
|
|
3615
|
+
answerColor: "Válasz színe",
|
|
3616
|
+
buttonBackgroundColor: "Gomb háttérszíne",
|
|
3617
|
+
buttonTextColor: "Gomb szöveg színe",
|
|
3618
|
+
backgroundColor: "Háttérszín",
|
|
3619
|
+
contentBackgroundColor: "Tartalom háttérszíne",
|
|
3620
|
+
primaryColor: "Elsődleges szín",
|
|
3621
|
+
secondaryColor: "Másodlagos szín",
|
|
3622
|
+
primaryTextColor: "Elsődleges szöveg színe",
|
|
3623
|
+
secondaryTextColor: "Másodlagos szöveg színe",
|
|
3624
|
+
cardBackgroundColor: "Kártya háttérszíne",
|
|
3625
|
+
cardTextColor: "Kártya szöveg színe",
|
|
3626
|
+
linkColor: "Hivatkozás színe"
|
|
3627
|
+
},
|
|
3628
|
+
boolean: {
|
|
3629
|
+
isContentBackgroundEnabled: "Tartalom háttér engedélyezése",
|
|
3630
|
+
isDominantBackgroundColorEnabled: "Domináns háttérszín engedélyezése",
|
|
3631
|
+
isDominantBackgroundColorEnabledHelpText: "Ennek az opcióknak az engedélyezése frissíti a háttérszínt a háttérkép domináló színére."
|
|
3632
|
+
},
|
|
3633
|
+
radius: {
|
|
3634
|
+
buttonBorderRadius: "Gomb kerületi sugara"
|
|
3635
|
+
},
|
|
3636
|
+
image: {
|
|
3637
|
+
backgroundImage: "Háttérkép",
|
|
3638
|
+
logo: "Logó",
|
|
3639
|
+
logoPosition: "Logó pozíciója",
|
|
3640
|
+
coverImage: "Borítókép"
|
|
3641
|
+
},
|
|
3642
|
+
overlayOpacity: {
|
|
3643
|
+
background: "Háttér átlátszóság"
|
|
3644
|
+
},
|
|
3645
|
+
fontFamily: {
|
|
3646
|
+
euiFontFamily: "Betűtípus"
|
|
3647
|
+
},
|
|
3648
|
+
positionSelector: {
|
|
3649
|
+
backgroundImagePosition: "Háttérkép pozíciója"
|
|
3650
|
+
},
|
|
3651
|
+
alignmentBlock: {
|
|
3652
|
+
thankYouTextAlignment: "Köszönöm szöveg igazítása",
|
|
3653
|
+
welcomeTextAlignment: "Üdvözlő szöveg igazítása",
|
|
3654
|
+
questionsTextAlignment: "Kérdések szöveg igazítása"
|
|
3655
|
+
}
|
|
2936
3656
|
}
|
|
2937
3657
|
};
|
|
2938
3658
|
var hu = {
|
|
@@ -3099,6 +3819,51 @@ var neetoThemes$i = {
|
|
|
3099
3819
|
validations: {
|
|
3100
3820
|
invalidUrl: "Silakan masukkan URL yang valid",
|
|
3101
3821
|
nameRequired: "Nama diperlukan"
|
|
3822
|
+
},
|
|
3823
|
+
properties: {
|
|
3824
|
+
color: {
|
|
3825
|
+
questionColor: "Warna pertanyaan",
|
|
3826
|
+
answerColor: "Warna jawaban",
|
|
3827
|
+
buttonBackgroundColor: "Warna latar belakang tombol",
|
|
3828
|
+
buttonTextColor: "Warna teks tombol",
|
|
3829
|
+
backgroundColor: "Warna latar belakang",
|
|
3830
|
+
contentBackgroundColor: "Warna latar belakang konten",
|
|
3831
|
+
primaryColor: "Warna utama",
|
|
3832
|
+
secondaryColor: "Warna sekunder",
|
|
3833
|
+
primaryTextColor: "Warna teks utama",
|
|
3834
|
+
secondaryTextColor: "Warna teks sekunder",
|
|
3835
|
+
cardBackgroundColor: "Warna latar belakang kartu",
|
|
3836
|
+
cardTextColor: "Warna teks kartu",
|
|
3837
|
+
linkColor: "Warna tautan"
|
|
3838
|
+
},
|
|
3839
|
+
boolean: {
|
|
3840
|
+
isContentBackgroundEnabled: "Aktifkan latar belakang konten",
|
|
3841
|
+
isDominantBackgroundColorEnabled: "Warna latar belakang dominan",
|
|
3842
|
+
isDominantBackgroundColorEnabledHelpText: "Mengaktifkan opsi ini akan memperbarui warna latar belakang menjadi warna dominan dari gambar latar belakang."
|
|
3843
|
+
},
|
|
3844
|
+
radius: {
|
|
3845
|
+
buttonBorderRadius: "Radius batas tombol"
|
|
3846
|
+
},
|
|
3847
|
+
image: {
|
|
3848
|
+
backgroundImage: "Gambar latar belakang",
|
|
3849
|
+
logo: "Logo",
|
|
3850
|
+
logoPosition: "Posisi logo",
|
|
3851
|
+
coverImage: "Gambar penutup"
|
|
3852
|
+
},
|
|
3853
|
+
overlayOpacity: {
|
|
3854
|
+
background: "Overlay latar belakang"
|
|
3855
|
+
},
|
|
3856
|
+
fontFamily: {
|
|
3857
|
+
euiFontFamily: "Font"
|
|
3858
|
+
},
|
|
3859
|
+
positionSelector: {
|
|
3860
|
+
backgroundImagePosition: "Posisi gambar latar belakang"
|
|
3861
|
+
},
|
|
3862
|
+
alignmentBlock: {
|
|
3863
|
+
thankYouTextAlignment: "Penyelarasan teks terima kasih",
|
|
3864
|
+
welcomeTextAlignment: "Penyelarasan teks selamat datang",
|
|
3865
|
+
questionsTextAlignment: "Penyelarasan teks pertanyaan"
|
|
3866
|
+
}
|
|
3102
3867
|
}
|
|
3103
3868
|
};
|
|
3104
3869
|
var id = {
|
|
@@ -3265,6 +4030,51 @@ var neetoThemes$h = {
|
|
|
3265
4030
|
validations: {
|
|
3266
4031
|
invalidUrl: "Per favore inserisci un URL valido",
|
|
3267
4032
|
nameRequired: "Il nome è obbligatorio"
|
|
4033
|
+
},
|
|
4034
|
+
properties: {
|
|
4035
|
+
color: {
|
|
4036
|
+
questionColor: "Colore delle domande",
|
|
4037
|
+
answerColor: "Colore della risposta",
|
|
4038
|
+
buttonBackgroundColor: "Colore di sfondo del pulsante",
|
|
4039
|
+
buttonTextColor: "Colore del testo del pulsante",
|
|
4040
|
+
backgroundColor: "Colore di sfondo",
|
|
4041
|
+
contentBackgroundColor: "Colore di sfondo del contenuto",
|
|
4042
|
+
primaryColor: "Colore primario",
|
|
4043
|
+
secondaryColor: "Colore secondario",
|
|
4044
|
+
primaryTextColor: "Colore del testo primario",
|
|
4045
|
+
secondaryTextColor: "Colore del testo secondario",
|
|
4046
|
+
cardBackgroundColor: "Colore di sfondo della scheda",
|
|
4047
|
+
cardTextColor: "Colore del testo della scheda",
|
|
4048
|
+
linkColor: "Colore del link"
|
|
4049
|
+
},
|
|
4050
|
+
boolean: {
|
|
4051
|
+
isContentBackgroundEnabled: "Abilita sfondo del contenuto",
|
|
4052
|
+
isDominantBackgroundColorEnabled: "Colore di sfondo dominante",
|
|
4053
|
+
isDominantBackgroundColorEnabledHelpText: "Abilitando questa opzione, il colore di sfondo verrà aggiornato al colore dominante dell'immagine di sfondo."
|
|
4054
|
+
},
|
|
4055
|
+
radius: {
|
|
4056
|
+
buttonBorderRadius: "Raggio del bordo del pulsante"
|
|
4057
|
+
},
|
|
4058
|
+
image: {
|
|
4059
|
+
backgroundImage: "Immagine di sfondo",
|
|
4060
|
+
logo: "Logo",
|
|
4061
|
+
logoPosition: "Posizione del logo",
|
|
4062
|
+
coverImage: "Immagine di copertura"
|
|
4063
|
+
},
|
|
4064
|
+
overlayOpacity: {
|
|
4065
|
+
background: "Sovrapposizione di sfondo"
|
|
4066
|
+
},
|
|
4067
|
+
fontFamily: {
|
|
4068
|
+
euiFontFamily: "Font"
|
|
4069
|
+
},
|
|
4070
|
+
positionSelector: {
|
|
4071
|
+
backgroundImagePosition: "Posizione dell'immagine di sfondo"
|
|
4072
|
+
},
|
|
4073
|
+
alignmentBlock: {
|
|
4074
|
+
thankYouTextAlignment: "Allineamento del testo di ringraziamento",
|
|
4075
|
+
welcomeTextAlignment: "Allineamento del testo di benvenuto",
|
|
4076
|
+
questionsTextAlignment: "Allineamento del testo delle domande"
|
|
4077
|
+
}
|
|
3268
4078
|
}
|
|
3269
4079
|
};
|
|
3270
4080
|
var it = {
|
|
@@ -3431,6 +4241,51 @@ var neetoThemes$g = {
|
|
|
3431
4241
|
validations: {
|
|
3432
4242
|
invalidUrl: "有効なURLを入力してください",
|
|
3433
4243
|
nameRequired: "名前は必須です"
|
|
4244
|
+
},
|
|
4245
|
+
properties: {
|
|
4246
|
+
color: {
|
|
4247
|
+
questionColor: "質問の色",
|
|
4248
|
+
answerColor: "回答の色",
|
|
4249
|
+
buttonBackgroundColor: "ボタンの背景色",
|
|
4250
|
+
buttonTextColor: "ボタンのテキスト色",
|
|
4251
|
+
backgroundColor: "背景色",
|
|
4252
|
+
contentBackgroundColor: "コンテンツの背景色",
|
|
4253
|
+
primaryColor: "プライマリカラー",
|
|
4254
|
+
secondaryColor: "セカンダリカラー",
|
|
4255
|
+
primaryTextColor: "プライマリテキストカラー",
|
|
4256
|
+
secondaryTextColor: "セカンダリテキストカラー",
|
|
4257
|
+
cardBackgroundColor: "カードの背景色",
|
|
4258
|
+
cardTextColor: "カードのテキスト色",
|
|
4259
|
+
linkColor: "リンクの色"
|
|
4260
|
+
},
|
|
4261
|
+
boolean: {
|
|
4262
|
+
isContentBackgroundEnabled: "コンテンツの背景を有効にする",
|
|
4263
|
+
isDominantBackgroundColorEnabled: "ドミナント背景色",
|
|
4264
|
+
isDominantBackgroundColorEnabledHelpText: "このオプションを有効にすると、背景画像からドミナントカラーに背景色が更新されます。"
|
|
4265
|
+
},
|
|
4266
|
+
radius: {
|
|
4267
|
+
buttonBorderRadius: "ボタンのボーダー半径"
|
|
4268
|
+
},
|
|
4269
|
+
image: {
|
|
4270
|
+
backgroundImage: "背景画像",
|
|
4271
|
+
logo: "ロゴ",
|
|
4272
|
+
logoPosition: "ロゴの位置",
|
|
4273
|
+
coverImage: "カバー画像"
|
|
4274
|
+
},
|
|
4275
|
+
overlayOpacity: {
|
|
4276
|
+
background: "背景オーバーレイ"
|
|
4277
|
+
},
|
|
4278
|
+
fontFamily: {
|
|
4279
|
+
euiFontFamily: "フォント"
|
|
4280
|
+
},
|
|
4281
|
+
positionSelector: {
|
|
4282
|
+
backgroundImagePosition: "背景画像の位置"
|
|
4283
|
+
},
|
|
4284
|
+
alignmentBlock: {
|
|
4285
|
+
thankYouTextAlignment: "感謝のテキストの配置",
|
|
4286
|
+
welcomeTextAlignment: "ウェルカムテキストの配置",
|
|
4287
|
+
questionsTextAlignment: "質問のテキストの配置"
|
|
4288
|
+
}
|
|
3434
4289
|
}
|
|
3435
4290
|
};
|
|
3436
4291
|
var ja = {
|
|
@@ -3597,6 +4452,51 @@ var neetoThemes$f = {
|
|
|
3597
4452
|
validations: {
|
|
3598
4453
|
invalidUrl: "유효한 URL을 입력하십시오",
|
|
3599
4454
|
nameRequired: "이름이 필요합니다"
|
|
4455
|
+
},
|
|
4456
|
+
properties: {
|
|
4457
|
+
color: {
|
|
4458
|
+
questionColor: "질문 색상",
|
|
4459
|
+
answerColor: "답변 색상",
|
|
4460
|
+
buttonBackgroundColor: "버튼 배경 색상",
|
|
4461
|
+
buttonTextColor: "버튼 텍스트 색상",
|
|
4462
|
+
backgroundColor: "배경 색상",
|
|
4463
|
+
contentBackgroundColor: "컨텐츠 배경 색상",
|
|
4464
|
+
primaryColor: "기본 색상",
|
|
4465
|
+
secondaryColor: "보조 색상",
|
|
4466
|
+
primaryTextColor: "기본 텍스트 색상",
|
|
4467
|
+
secondaryTextColor: "보조 텍스트 색상",
|
|
4468
|
+
cardBackgroundColor: "카드 배경 색상",
|
|
4469
|
+
cardTextColor: "카드 텍스트 색상",
|
|
4470
|
+
linkColor: "링크 색상"
|
|
4471
|
+
},
|
|
4472
|
+
boolean: {
|
|
4473
|
+
isContentBackgroundEnabled: "컨텐츠 배경 활성화",
|
|
4474
|
+
isDominantBackgroundColorEnabled: "지배적 배경 색상 활성화",
|
|
4475
|
+
isDominantBackgroundColorEnabledHelpText: "이 옵션을 활성화하면 배경 이미지의 지배적 색상으로 배경 색상이 업데이트됩니다."
|
|
4476
|
+
},
|
|
4477
|
+
radius: {
|
|
4478
|
+
buttonBorderRadius: "버튼 테두리 반경"
|
|
4479
|
+
},
|
|
4480
|
+
image: {
|
|
4481
|
+
backgroundImage: "배경 이미지",
|
|
4482
|
+
logo: "로고",
|
|
4483
|
+
logoPosition: "로고 위치",
|
|
4484
|
+
coverImage: "표지 이미지"
|
|
4485
|
+
},
|
|
4486
|
+
overlayOpacity: {
|
|
4487
|
+
background: "배경 오버레이"
|
|
4488
|
+
},
|
|
4489
|
+
fontFamily: {
|
|
4490
|
+
euiFontFamily: "글꼴"
|
|
4491
|
+
},
|
|
4492
|
+
positionSelector: {
|
|
4493
|
+
backgroundImagePosition: "배경 이미지 위치"
|
|
4494
|
+
},
|
|
4495
|
+
alignmentBlock: {
|
|
4496
|
+
thankYouTextAlignment: "감사합니다 텍스트 정렬",
|
|
4497
|
+
welcomeTextAlignment: "환영 텍스트 정렬",
|
|
4498
|
+
questionsTextAlignment: "질문 텍스트 정렬"
|
|
4499
|
+
}
|
|
3600
4500
|
}
|
|
3601
4501
|
};
|
|
3602
4502
|
var ko = {
|
|
@@ -3763,6 +4663,51 @@ var neetoThemes$e = {
|
|
|
3763
4663
|
validations: {
|
|
3764
4664
|
invalidUrl: "Voer een geldige URL in",
|
|
3765
4665
|
nameRequired: "Naam is vereist"
|
|
4666
|
+
},
|
|
4667
|
+
properties: {
|
|
4668
|
+
color: {
|
|
4669
|
+
questionColor: "Vragen kleur",
|
|
4670
|
+
answerColor: "Antwoord kleur",
|
|
4671
|
+
buttonBackgroundColor: "Achtergrondkleur van de knop",
|
|
4672
|
+
buttonTextColor: "Knoptekst kleur",
|
|
4673
|
+
backgroundColor: "Achtergrondkleur",
|
|
4674
|
+
contentBackgroundColor: "Achtergrondkleur van de inhoud",
|
|
4675
|
+
primaryColor: "Primaire kleur",
|
|
4676
|
+
secondaryColor: "Secundaire kleur",
|
|
4677
|
+
primaryTextColor: "Primaire tekstkleur",
|
|
4678
|
+
secondaryTextColor: "Secundaire tekstkleur",
|
|
4679
|
+
cardBackgroundColor: "Achtergrondkleur van de kaart",
|
|
4680
|
+
cardTextColor: "Kaarttekst kleur",
|
|
4681
|
+
linkColor: "Link kleur"
|
|
4682
|
+
},
|
|
4683
|
+
boolean: {
|
|
4684
|
+
isContentBackgroundEnabled: "Inhoud achtergrond inschakelen",
|
|
4685
|
+
isDominantBackgroundColorEnabled: "Dominante achtergrondkleur",
|
|
4686
|
+
isDominantBackgroundColorEnabledHelpText: "Het inschakelen van deze optie zal de achtergrondkleur bijwerken naar de dominante kleur van de achtergrondafbeelding."
|
|
4687
|
+
},
|
|
4688
|
+
radius: {
|
|
4689
|
+
buttonBorderRadius: "Knoprandstraal"
|
|
4690
|
+
},
|
|
4691
|
+
image: {
|
|
4692
|
+
backgroundImage: "Achtergrondafbeelding",
|
|
4693
|
+
logo: "Logo",
|
|
4694
|
+
logoPosition: "Logo positie",
|
|
4695
|
+
coverImage: "Omslag afbeelding"
|
|
4696
|
+
},
|
|
4697
|
+
overlayOpacity: {
|
|
4698
|
+
background: "Achtergrond overlay"
|
|
4699
|
+
},
|
|
4700
|
+
fontFamily: {
|
|
4701
|
+
euiFontFamily: "Lettertype"
|
|
4702
|
+
},
|
|
4703
|
+
positionSelector: {
|
|
4704
|
+
backgroundImagePosition: "Achtergrondafbeelding positie"
|
|
4705
|
+
},
|
|
4706
|
+
alignmentBlock: {
|
|
4707
|
+
thankYouTextAlignment: "Uitlijning van dankjewel tekst",
|
|
4708
|
+
welcomeTextAlignment: "Uitlijning van welkomsttekst",
|
|
4709
|
+
questionsTextAlignment: "Uitlijning van vragen tekst"
|
|
4710
|
+
}
|
|
3766
4711
|
}
|
|
3767
4712
|
};
|
|
3768
4713
|
var nl = {
|
|
@@ -3929,6 +4874,51 @@ var neetoThemes$d = {
|
|
|
3929
4874
|
validations: {
|
|
3930
4875
|
invalidUrl: "Proszę wprowadzić prawidłowy adres URL",
|
|
3931
4876
|
nameRequired: "Nazwa jest wymagana"
|
|
4877
|
+
},
|
|
4878
|
+
properties: {
|
|
4879
|
+
color: {
|
|
4880
|
+
questionColor: "Kolor pytań",
|
|
4881
|
+
answerColor: "Kolor odpowiedzi",
|
|
4882
|
+
buttonBackgroundColor: "Kolor tła przycisku",
|
|
4883
|
+
buttonTextColor: "Kolor tekstu przycisku",
|
|
4884
|
+
backgroundColor: "Kolor tła",
|
|
4885
|
+
contentBackgroundColor: "Kolor tła zawartości",
|
|
4886
|
+
primaryColor: "Kolor podstawowy",
|
|
4887
|
+
secondaryColor: "Kolor dodatkowy",
|
|
4888
|
+
primaryTextColor: "Kolor tekstu podstawowego",
|
|
4889
|
+
secondaryTextColor: "Kolor tekstu dodatkowego",
|
|
4890
|
+
cardBackgroundColor: "Kolor tła karty",
|
|
4891
|
+
cardTextColor: "Kolor tekstu karty",
|
|
4892
|
+
linkColor: "Kolor linku"
|
|
4893
|
+
},
|
|
4894
|
+
boolean: {
|
|
4895
|
+
isContentBackgroundEnabled: "Włącz tło zawartości",
|
|
4896
|
+
isDominantBackgroundColorEnabled: "Dominujący kolor tła",
|
|
4897
|
+
isDominantBackgroundColorEnabledHelpText: "Włączenie tej opcji zaktualizuje kolor tła do dominującego koloru z obrazu tła."
|
|
4898
|
+
},
|
|
4899
|
+
radius: {
|
|
4900
|
+
buttonBorderRadius: "Promień obramowania przycisku"
|
|
4901
|
+
},
|
|
4902
|
+
image: {
|
|
4903
|
+
backgroundImage: "Obraz tła",
|
|
4904
|
+
logo: "Logo",
|
|
4905
|
+
logoPosition: "Pozycja logo",
|
|
4906
|
+
coverImage: "Obraz okładki"
|
|
4907
|
+
},
|
|
4908
|
+
overlayOpacity: {
|
|
4909
|
+
background: "Nakładka tła"
|
|
4910
|
+
},
|
|
4911
|
+
fontFamily: {
|
|
4912
|
+
euiFontFamily: "Czcionka"
|
|
4913
|
+
},
|
|
4914
|
+
positionSelector: {
|
|
4915
|
+
backgroundImagePosition: "Pozycja obrazu tła"
|
|
4916
|
+
},
|
|
4917
|
+
alignmentBlock: {
|
|
4918
|
+
thankYouTextAlignment: "Wyrównanie tekstu podziękowania",
|
|
4919
|
+
welcomeTextAlignment: "Wyrównanie tekstu powitania",
|
|
4920
|
+
questionsTextAlignment: "Wyrównanie tekstu pytań"
|
|
4921
|
+
}
|
|
3932
4922
|
}
|
|
3933
4923
|
};
|
|
3934
4924
|
var pl = {
|
|
@@ -4095,6 +5085,51 @@ var neetoThemes$c = {
|
|
|
4095
5085
|
validations: {
|
|
4096
5086
|
invalidUrl: "Por favor, insira uma URL válida",
|
|
4097
5087
|
nameRequired: "O nome é obrigatório"
|
|
5088
|
+
},
|
|
5089
|
+
properties: {
|
|
5090
|
+
color: {
|
|
5091
|
+
questionColor: "Cor das perguntas",
|
|
5092
|
+
answerColor: "Cor das respostas",
|
|
5093
|
+
buttonBackgroundColor: "Cor de fundo do botão",
|
|
5094
|
+
buttonTextColor: "Cor do texto do botão",
|
|
5095
|
+
backgroundColor: "Cor de fundo",
|
|
5096
|
+
contentBackgroundColor: "Cor de fundo do conteúdo",
|
|
5097
|
+
primaryColor: "Cor primária",
|
|
5098
|
+
secondaryColor: "Cor secundária",
|
|
5099
|
+
primaryTextColor: "Cor do texto primário",
|
|
5100
|
+
secondaryTextColor: "Cor do texto secundário",
|
|
5101
|
+
cardBackgroundColor: "Cor de fundo do cartão",
|
|
5102
|
+
cardTextColor: "Cor do texto do cartão",
|
|
5103
|
+
linkColor: "Cor do link"
|
|
5104
|
+
},
|
|
5105
|
+
boolean: {
|
|
5106
|
+
isContentBackgroundEnabled: "Ativar fundo do conteúdo",
|
|
5107
|
+
isDominantBackgroundColorEnabled: "Cor de fundo dominante",
|
|
5108
|
+
isDominantBackgroundColorEnabledHelpText: "Ativar esta opção atualizará a cor de fundo para a cor dominante da imagem de fundo."
|
|
5109
|
+
},
|
|
5110
|
+
radius: {
|
|
5111
|
+
buttonBorderRadius: "Raio de borda do botão"
|
|
5112
|
+
},
|
|
5113
|
+
image: {
|
|
5114
|
+
backgroundImage: "Imagem de fundo",
|
|
5115
|
+
logo: "Logo",
|
|
5116
|
+
logoPosition: "Posição do logo",
|
|
5117
|
+
coverImage: "Imagem de capa"
|
|
5118
|
+
},
|
|
5119
|
+
overlayOpacity: {
|
|
5120
|
+
background: "Sobreposição de fundo"
|
|
5121
|
+
},
|
|
5122
|
+
fontFamily: {
|
|
5123
|
+
euiFontFamily: "Fonte"
|
|
5124
|
+
},
|
|
5125
|
+
positionSelector: {
|
|
5126
|
+
backgroundImagePosition: "Posição da imagem de fundo"
|
|
5127
|
+
},
|
|
5128
|
+
alignmentBlock: {
|
|
5129
|
+
thankYouTextAlignment: "Alinhamento do texto de agradecimento",
|
|
5130
|
+
welcomeTextAlignment: "Alinhamento do texto de boas-vindas",
|
|
5131
|
+
questionsTextAlignment: "Alinhamento do texto das perguntas"
|
|
5132
|
+
}
|
|
4098
5133
|
}
|
|
4099
5134
|
};
|
|
4100
5135
|
var ptBr = {
|
|
@@ -4261,6 +5296,51 @@ var neetoThemes$b = {
|
|
|
4261
5296
|
validations: {
|
|
4262
5297
|
invalidUrl: "Por favor, insira uma URL válida",
|
|
4263
5298
|
nameRequired: "O nome é obrigatório"
|
|
5299
|
+
},
|
|
5300
|
+
properties: {
|
|
5301
|
+
color: {
|
|
5302
|
+
questionColor: "Cor das perguntas",
|
|
5303
|
+
answerColor: "Cor da resposta",
|
|
5304
|
+
buttonBackgroundColor: "Cor de fundo do botão",
|
|
5305
|
+
buttonTextColor: "Cor do texto do botão",
|
|
5306
|
+
backgroundColor: "Cor de fundo",
|
|
5307
|
+
contentBackgroundColor: "Cor de fundo do conteúdo",
|
|
5308
|
+
primaryColor: "Cor primária",
|
|
5309
|
+
secondaryColor: "Cor secundária",
|
|
5310
|
+
primaryTextColor: "Cor do texto primário",
|
|
5311
|
+
secondaryTextColor: "Cor do texto secundário",
|
|
5312
|
+
cardBackgroundColor: "Cor de fundo do cartão",
|
|
5313
|
+
cardTextColor: "Cor do texto do cartão",
|
|
5314
|
+
linkColor: "Cor do link"
|
|
5315
|
+
},
|
|
5316
|
+
boolean: {
|
|
5317
|
+
isContentBackgroundEnabled: "Ativar fundo do conteúdo",
|
|
5318
|
+
isDominantBackgroundColorEnabled: "Cor de fundo dominante",
|
|
5319
|
+
isDominantBackgroundColorEnabledHelpText: "Ativar esta opção atualizará a cor de fundo para a cor dominante da imagem de fundo."
|
|
5320
|
+
},
|
|
5321
|
+
radius: {
|
|
5322
|
+
buttonBorderRadius: "Raio da borda do botão"
|
|
5323
|
+
},
|
|
5324
|
+
image: {
|
|
5325
|
+
backgroundImage: "Imagem de fundo",
|
|
5326
|
+
logo: "Logotipo",
|
|
5327
|
+
logoPosition: "Posição do logotipo",
|
|
5328
|
+
coverImage: "Imagem de capa"
|
|
5329
|
+
},
|
|
5330
|
+
overlayOpacity: {
|
|
5331
|
+
background: "Sobreposição de fundo"
|
|
5332
|
+
},
|
|
5333
|
+
fontFamily: {
|
|
5334
|
+
euiFontFamily: "Fonte"
|
|
5335
|
+
},
|
|
5336
|
+
positionSelector: {
|
|
5337
|
+
backgroundImagePosition: "Posição da imagem de fundo"
|
|
5338
|
+
},
|
|
5339
|
+
alignmentBlock: {
|
|
5340
|
+
thankYouTextAlignment: "Alinhamento do texto de agradecimento",
|
|
5341
|
+
welcomeTextAlignment: "Alinhamento do texto de boas-vindas",
|
|
5342
|
+
questionsTextAlignment: "Alinhamento do texto das perguntas"
|
|
5343
|
+
}
|
|
4264
5344
|
}
|
|
4265
5345
|
};
|
|
4266
5346
|
var pt = {
|
|
@@ -4427,6 +5507,51 @@ var neetoThemes$a = {
|
|
|
4427
5507
|
validations: {
|
|
4428
5508
|
invalidUrl: "Vă rugăm să introduceți o adresă URL validă",
|
|
4429
5509
|
nameRequired: "Numele este necesar"
|
|
5510
|
+
},
|
|
5511
|
+
properties: {
|
|
5512
|
+
color: {
|
|
5513
|
+
questionColor: "Culoarea întrebărilor",
|
|
5514
|
+
answerColor: "Culoarea răspunsului",
|
|
5515
|
+
buttonBackgroundColor: "Culoarea de fundal a butonului",
|
|
5516
|
+
buttonTextColor: "Culoarea textului butonului",
|
|
5517
|
+
backgroundColor: "Culoarea de fundal",
|
|
5518
|
+
contentBackgroundColor: "Culoarea de fundal a conținutului",
|
|
5519
|
+
primaryColor: "Culoarea primară",
|
|
5520
|
+
secondaryColor: "Culoarea secundară",
|
|
5521
|
+
primaryTextColor: "Culoarea textului primar",
|
|
5522
|
+
secondaryTextColor: "Culoarea textului secundar",
|
|
5523
|
+
cardBackgroundColor: "Culoarea de fundal a cardului",
|
|
5524
|
+
cardTextColor: "Culoarea textului cardului",
|
|
5525
|
+
linkColor: "Culoarea linkului"
|
|
5526
|
+
},
|
|
5527
|
+
boolean: {
|
|
5528
|
+
isContentBackgroundEnabled: "Activare fundal conținut",
|
|
5529
|
+
isDominantBackgroundColorEnabled: "Culoare de fundal dominantă",
|
|
5530
|
+
isDominantBackgroundColorEnabledHelpText: "Activarea acestei opțiuni va actualiza culoarea de fundal la culoarea dominantă din imaginea de fundal."
|
|
5531
|
+
},
|
|
5532
|
+
radius: {
|
|
5533
|
+
buttonBorderRadius: "Raza de colț a butonului"
|
|
5534
|
+
},
|
|
5535
|
+
image: {
|
|
5536
|
+
backgroundImage: "Imagine de fundal",
|
|
5537
|
+
logo: "Logo",
|
|
5538
|
+
logoPosition: "Poziția logo-ului",
|
|
5539
|
+
coverImage: "Imagine de copertă"
|
|
5540
|
+
},
|
|
5541
|
+
overlayOpacity: {
|
|
5542
|
+
background: "Overlay de fundal"
|
|
5543
|
+
},
|
|
5544
|
+
fontFamily: {
|
|
5545
|
+
euiFontFamily: "Font"
|
|
5546
|
+
},
|
|
5547
|
+
positionSelector: {
|
|
5548
|
+
backgroundImagePosition: "Poziția imaginii de fundal"
|
|
5549
|
+
},
|
|
5550
|
+
alignmentBlock: {
|
|
5551
|
+
thankYouTextAlignment: "Alinierea textului de mulțumire",
|
|
5552
|
+
welcomeTextAlignment: "Alinierea textului de bun venit",
|
|
5553
|
+
questionsTextAlignment: "Alinierea textului întrebărilor"
|
|
5554
|
+
}
|
|
4430
5555
|
}
|
|
4431
5556
|
};
|
|
4432
5557
|
var ro = {
|
|
@@ -4593,6 +5718,51 @@ var neetoThemes$9 = {
|
|
|
4593
5718
|
validations: {
|
|
4594
5719
|
invalidUrl: "Пожалуйста, введите действующий URL",
|
|
4595
5720
|
nameRequired: "Имя обязательно"
|
|
5721
|
+
},
|
|
5722
|
+
properties: {
|
|
5723
|
+
color: {
|
|
5724
|
+
questionColor: "Цвет вопросов",
|
|
5725
|
+
answerColor: "Цвет ответа",
|
|
5726
|
+
buttonBackgroundColor: "Цвет фона кнопки",
|
|
5727
|
+
buttonTextColor: "Цвет текста кнопки",
|
|
5728
|
+
backgroundColor: "Цвет фона",
|
|
5729
|
+
contentBackgroundColor: "Цвет фона контента",
|
|
5730
|
+
primaryColor: "Основной цвет",
|
|
5731
|
+
secondaryColor: "Вторичный цвет",
|
|
5732
|
+
primaryTextColor: "Основной цвет текста",
|
|
5733
|
+
secondaryTextColor: "Вторичный цвет текста",
|
|
5734
|
+
cardBackgroundColor: "Цвет фона карточки",
|
|
5735
|
+
cardTextColor: "Цвет текста карточки",
|
|
5736
|
+
linkColor: "Цвет ссылки"
|
|
5737
|
+
},
|
|
5738
|
+
boolean: {
|
|
5739
|
+
isContentBackgroundEnabled: "Включить фон контента",
|
|
5740
|
+
isDominantBackgroundColorEnabled: "Доминирующий цвет фона",
|
|
5741
|
+
isDominantBackgroundColorEnabledHelpText: "Включение этой опции изменит цвет фона на доминирующий цвет с фона изображения."
|
|
5742
|
+
},
|
|
5743
|
+
radius: {
|
|
5744
|
+
buttonBorderRadius: "Радиус границы кнопки"
|
|
5745
|
+
},
|
|
5746
|
+
image: {
|
|
5747
|
+
backgroundImage: "Фоновое изображение",
|
|
5748
|
+
logo: "Логотип",
|
|
5749
|
+
logoPosition: "Положение логотипа",
|
|
5750
|
+
coverImage: "Изображение обложки"
|
|
5751
|
+
},
|
|
5752
|
+
overlayOpacity: {
|
|
5753
|
+
background: "Непрозрачность фона наложения"
|
|
5754
|
+
},
|
|
5755
|
+
fontFamily: {
|
|
5756
|
+
euiFontFamily: "Шрифт"
|
|
5757
|
+
},
|
|
5758
|
+
positionSelector: {
|
|
5759
|
+
backgroundImagePosition: "Положение фонового изображения"
|
|
5760
|
+
},
|
|
5761
|
+
alignmentBlock: {
|
|
5762
|
+
thankYouTextAlignment: "Выравнивание текста благодарности",
|
|
5763
|
+
welcomeTextAlignment: "Выравнивание приветственного текста",
|
|
5764
|
+
questionsTextAlignment: "Выравнивание текста вопросов"
|
|
5765
|
+
}
|
|
4596
5766
|
}
|
|
4597
5767
|
};
|
|
4598
5768
|
var ru = {
|
|
@@ -4759,6 +5929,51 @@ var neetoThemes$8 = {
|
|
|
4759
5929
|
validations: {
|
|
4760
5930
|
invalidUrl: "Zadajte prosím platnú URL",
|
|
4761
5931
|
nameRequired: "Meno je povinné"
|
|
5932
|
+
},
|
|
5933
|
+
properties: {
|
|
5934
|
+
color: {
|
|
5935
|
+
questionColor: "Farba otázok",
|
|
5936
|
+
answerColor: "Farba odpovedí",
|
|
5937
|
+
buttonBackgroundColor: "Farba pozadia tlačidla",
|
|
5938
|
+
buttonTextColor: "Farba textu tlačidla",
|
|
5939
|
+
backgroundColor: "Farba pozadia",
|
|
5940
|
+
contentBackgroundColor: "Farba pozadia obsahu",
|
|
5941
|
+
primaryColor: "Primárna farba",
|
|
5942
|
+
secondaryColor: "Sekundárna farba",
|
|
5943
|
+
primaryTextColor: "Primárna farba textu",
|
|
5944
|
+
secondaryTextColor: "Sekundárna farba textu",
|
|
5945
|
+
cardBackgroundColor: "Farba pozadia karty",
|
|
5946
|
+
cardTextColor: "Farba textu na karte",
|
|
5947
|
+
linkColor: "Farba odkazu"
|
|
5948
|
+
},
|
|
5949
|
+
boolean: {
|
|
5950
|
+
isContentBackgroundEnabled: "Povoliť pozadie obsahu",
|
|
5951
|
+
isDominantBackgroundColorEnabled: "Povoliť dominantnú farbu pozadia",
|
|
5952
|
+
isDominantBackgroundColorEnabledHelpText: "Povolením tejto možnosti sa farba pozadia aktualizuje na dominantnú farbu z pozadia obrázka."
|
|
5953
|
+
},
|
|
5954
|
+
radius: {
|
|
5955
|
+
buttonBorderRadius: "Polomer okrajov tlačidla"
|
|
5956
|
+
},
|
|
5957
|
+
image: {
|
|
5958
|
+
backgroundImage: "Obrázok pozadia",
|
|
5959
|
+
logo: "Logo",
|
|
5960
|
+
logoPosition: "Pozícia loga",
|
|
5961
|
+
coverImage: "Obrázok obálky"
|
|
5962
|
+
},
|
|
5963
|
+
overlayOpacity: {
|
|
5964
|
+
background: "Priehľadnosť pozadia prekrytia"
|
|
5965
|
+
},
|
|
5966
|
+
fontFamily: {
|
|
5967
|
+
euiFontFamily: "Písmo"
|
|
5968
|
+
},
|
|
5969
|
+
positionSelector: {
|
|
5970
|
+
backgroundImagePosition: "Pozícia obrázka pozadia"
|
|
5971
|
+
},
|
|
5972
|
+
alignmentBlock: {
|
|
5973
|
+
thankYouTextAlignment: "Zarovnanie textu poďakovania",
|
|
5974
|
+
welcomeTextAlignment: "Zarovnanie uvítacieho textu",
|
|
5975
|
+
questionsTextAlignment: "Zarovnanie textu otázok"
|
|
5976
|
+
}
|
|
4762
5977
|
}
|
|
4763
5978
|
};
|
|
4764
5979
|
var sk = {
|
|
@@ -4925,6 +6140,51 @@ var neetoThemes$7 = {
|
|
|
4925
6140
|
validations: {
|
|
4926
6141
|
invalidUrl: "Prosim, vnesite veljaven URL",
|
|
4927
6142
|
nameRequired: "Ime je obvezno"
|
|
6143
|
+
},
|
|
6144
|
+
properties: {
|
|
6145
|
+
color: {
|
|
6146
|
+
questionColor: "Barva vprašanj",
|
|
6147
|
+
answerColor: "Barva odgovorov",
|
|
6148
|
+
buttonBackgroundColor: "Barva ozadja gumba",
|
|
6149
|
+
buttonTextColor: "Barva besedila gumba",
|
|
6150
|
+
backgroundColor: "Barva ozadja",
|
|
6151
|
+
contentBackgroundColor: "Barva ozadja vsebine",
|
|
6152
|
+
primaryColor: "Primarna barva",
|
|
6153
|
+
secondaryColor: "Sekundarna barva",
|
|
6154
|
+
primaryTextColor: "Primarna barva besedila",
|
|
6155
|
+
secondaryTextColor: "Sekundarna barva besedila",
|
|
6156
|
+
cardBackgroundColor: "Barva ozadja kartice",
|
|
6157
|
+
cardTextColor: "Barva besedila kartice",
|
|
6158
|
+
linkColor: "Barva povezave"
|
|
6159
|
+
},
|
|
6160
|
+
boolean: {
|
|
6161
|
+
isContentBackgroundEnabled: "Omogoči ozadje vsebine",
|
|
6162
|
+
isDominantBackgroundColorEnabled: "Prevladujoča barva ozadja",
|
|
6163
|
+
isDominantBackgroundColorEnabledHelpText: "Omogočanje te možnosti bo posodobili barvo ozadja na prevladujočo barvo iz slike ozadja."
|
|
6164
|
+
},
|
|
6165
|
+
radius: {
|
|
6166
|
+
buttonBorderRadius: "Polmer roba gumba"
|
|
6167
|
+
},
|
|
6168
|
+
image: {
|
|
6169
|
+
backgroundImage: "Slika ozadja",
|
|
6170
|
+
logo: "Logotip",
|
|
6171
|
+
logoPosition: "Položaj logotipa",
|
|
6172
|
+
coverImage: "Sliko za naslovnico"
|
|
6173
|
+
},
|
|
6174
|
+
overlayOpacity: {
|
|
6175
|
+
background: "Ozadje prekrivanja"
|
|
6176
|
+
},
|
|
6177
|
+
fontFamily: {
|
|
6178
|
+
euiFontFamily: "Pisava"
|
|
6179
|
+
},
|
|
6180
|
+
positionSelector: {
|
|
6181
|
+
backgroundImagePosition: "Položaj slike ozadja"
|
|
6182
|
+
},
|
|
6183
|
+
alignmentBlock: {
|
|
6184
|
+
thankYouTextAlignment: "Poravnava besedila hvala",
|
|
6185
|
+
welcomeTextAlignment: "Poravnava besedila dobrodošlice",
|
|
6186
|
+
questionsTextAlignment: "Poravnava besedila vprašanj"
|
|
6187
|
+
}
|
|
4928
6188
|
}
|
|
4929
6189
|
};
|
|
4930
6190
|
var sl = {
|
|
@@ -5091,6 +6351,51 @@ var neetoThemes$6 = {
|
|
|
5091
6351
|
validations: {
|
|
5092
6352
|
invalidUrl: "Var god och ange en giltig URL",
|
|
5093
6353
|
nameRequired: "Namn krävs"
|
|
6354
|
+
},
|
|
6355
|
+
properties: {
|
|
6356
|
+
color: {
|
|
6357
|
+
questionColor: "Frågor färg",
|
|
6358
|
+
answerColor: "Svar färg",
|
|
6359
|
+
buttonBackgroundColor: "Knapp bakgrundsfärg",
|
|
6360
|
+
buttonTextColor: "Knapp textfärg",
|
|
6361
|
+
backgroundColor: "Bakgrundsfärg",
|
|
6362
|
+
contentBackgroundColor: "Innehålls bakgrundsfärg",
|
|
6363
|
+
primaryColor: "Primär färg",
|
|
6364
|
+
secondaryColor: "Sekundär färg",
|
|
6365
|
+
primaryTextColor: "Primär textfärg",
|
|
6366
|
+
secondaryTextColor: "Sekundär textfärg",
|
|
6367
|
+
cardBackgroundColor: "Kort bakgrundsfärg",
|
|
6368
|
+
cardTextColor: "Kort textfärg",
|
|
6369
|
+
linkColor: "Länk färg"
|
|
6370
|
+
},
|
|
6371
|
+
boolean: {
|
|
6372
|
+
isContentBackgroundEnabled: "Aktivera innehålls bakgrund",
|
|
6373
|
+
isDominantBackgroundColorEnabled: "Dominant bakgrundsfärg",
|
|
6374
|
+
isDominantBackgroundColorEnabledHelpText: "Genom att aktivera det här alternativet kommer bakgrundsfärgen att uppdateras till den dominerande färgen från bakgrundsbilden."
|
|
6375
|
+
},
|
|
6376
|
+
radius: {
|
|
6377
|
+
buttonBorderRadius: "Knapp kantradie"
|
|
6378
|
+
},
|
|
6379
|
+
image: {
|
|
6380
|
+
backgroundImage: "Bakgrundsbild",
|
|
6381
|
+
logo: "Logotyp",
|
|
6382
|
+
logoPosition: "Logotypens position",
|
|
6383
|
+
coverImage: "Omslagsbild"
|
|
6384
|
+
},
|
|
6385
|
+
overlayOpacity: {
|
|
6386
|
+
background: "Bakgrundsöverlägg"
|
|
6387
|
+
},
|
|
6388
|
+
fontFamily: {
|
|
6389
|
+
euiFontFamily: "Typsnitt"
|
|
6390
|
+
},
|
|
6391
|
+
positionSelector: {
|
|
6392
|
+
backgroundImagePosition: "Bakgrundsbilds position"
|
|
6393
|
+
},
|
|
6394
|
+
alignmentBlock: {
|
|
6395
|
+
thankYouTextAlignment: "Tacktextens justering",
|
|
6396
|
+
welcomeTextAlignment: "Välkommen textens justering",
|
|
6397
|
+
questionsTextAlignment: "Frågetextens justering"
|
|
6398
|
+
}
|
|
5094
6399
|
}
|
|
5095
6400
|
};
|
|
5096
6401
|
var sv = {
|
|
@@ -5257,6 +6562,51 @@ var neetoThemes$5 = {
|
|
|
5257
6562
|
validations: {
|
|
5258
6563
|
invalidUrl: "กรุณากรอก URL ที่ถูกต้อง",
|
|
5259
6564
|
nameRequired: "จำเป็นต้องระบุชื่อ"
|
|
6565
|
+
},
|
|
6566
|
+
properties: {
|
|
6567
|
+
color: {
|
|
6568
|
+
questionColor: "สีคำถาม",
|
|
6569
|
+
answerColor: "สีคำตอบ",
|
|
6570
|
+
buttonBackgroundColor: "สีพื้นหลังปุ่ม",
|
|
6571
|
+
buttonTextColor: "สีข้อความปุ่ม",
|
|
6572
|
+
backgroundColor: "สีพื้นหลัง",
|
|
6573
|
+
contentBackgroundColor: "สีพื้นหลังของเนื้อหา",
|
|
6574
|
+
primaryColor: "สีหลัก",
|
|
6575
|
+
secondaryColor: "สีรอง",
|
|
6576
|
+
primaryTextColor: "สีข้อความหลัก",
|
|
6577
|
+
secondaryTextColor: "สีข้อความรอง",
|
|
6578
|
+
cardBackgroundColor: "สีพื้นหลังของการ์ด",
|
|
6579
|
+
cardTextColor: "สีข้อความในการ์ด",
|
|
6580
|
+
linkColor: "สีลิงค์"
|
|
6581
|
+
},
|
|
6582
|
+
boolean: {
|
|
6583
|
+
isContentBackgroundEnabled: "เปิดใช้งานพื้นหลังเนื้อหา",
|
|
6584
|
+
isDominantBackgroundColorEnabled: "เปิดใช้งานสีพื้นหลังที่เด่น",
|
|
6585
|
+
isDominantBackgroundColorEnabledHelpText: "การเปิดใช้งานตัวเลือกนี้จะอัปเดตสีพื้นหลังให้เป็นสีที่เด่นจากภาพพื้นหลัง."
|
|
6586
|
+
},
|
|
6587
|
+
radius: {
|
|
6588
|
+
buttonBorderRadius: "รัศมีขอบปุ่ม"
|
|
6589
|
+
},
|
|
6590
|
+
image: {
|
|
6591
|
+
backgroundImage: "ภาพพื้นหลัง",
|
|
6592
|
+
logo: "โลโก้",
|
|
6593
|
+
logoPosition: "ตำแหน่งโลโก้",
|
|
6594
|
+
coverImage: "ภาพปก"
|
|
6595
|
+
},
|
|
6596
|
+
overlayOpacity: {
|
|
6597
|
+
background: "การทับซ้อนพื้นหลัง"
|
|
6598
|
+
},
|
|
6599
|
+
fontFamily: {
|
|
6600
|
+
euiFontFamily: "ฟอนต์"
|
|
6601
|
+
},
|
|
6602
|
+
positionSelector: {
|
|
6603
|
+
backgroundImagePosition: "ตำแหน่งภาพพื้นหลัง"
|
|
6604
|
+
},
|
|
6605
|
+
alignmentBlock: {
|
|
6606
|
+
thankYouTextAlignment: "การจัดตำแหน่งข้อความขอบคุณ",
|
|
6607
|
+
welcomeTextAlignment: "การจัดตำแหน่งข้อความต้อนรับ",
|
|
6608
|
+
questionsTextAlignment: "การจัดตำแหน่งข้อความคำถาม"
|
|
6609
|
+
}
|
|
5260
6610
|
}
|
|
5261
6611
|
};
|
|
5262
6612
|
var th = {
|
|
@@ -5423,6 +6773,51 @@ var neetoThemes$4 = {
|
|
|
5423
6773
|
validations: {
|
|
5424
6774
|
invalidUrl: "Lütfen geçerli bir URL girin",
|
|
5425
6775
|
nameRequired: "İsim gereklidir"
|
|
6776
|
+
},
|
|
6777
|
+
properties: {
|
|
6778
|
+
color: {
|
|
6779
|
+
questionColor: "Soru rengi",
|
|
6780
|
+
answerColor: "Cevap rengi",
|
|
6781
|
+
buttonBackgroundColor: "Buton arka plan rengi",
|
|
6782
|
+
buttonTextColor: "Buton metin rengi",
|
|
6783
|
+
backgroundColor: "Arka plan rengi",
|
|
6784
|
+
contentBackgroundColor: "İçerik arka plan rengi",
|
|
6785
|
+
primaryColor: "Birincil renk",
|
|
6786
|
+
secondaryColor: "İkincil renk",
|
|
6787
|
+
primaryTextColor: "Birincil metin rengi",
|
|
6788
|
+
secondaryTextColor: "İkincil metin rengi",
|
|
6789
|
+
cardBackgroundColor: "Kart arka plan rengi",
|
|
6790
|
+
cardTextColor: "Kart metin rengi",
|
|
6791
|
+
linkColor: "Bağlantı rengi"
|
|
6792
|
+
},
|
|
6793
|
+
boolean: {
|
|
6794
|
+
isContentBackgroundEnabled: "İçerik arka planını etkinleştir",
|
|
6795
|
+
isDominantBackgroundColorEnabled: "Baskın arka plan rengi",
|
|
6796
|
+
isDominantBackgroundColorEnabledHelpText: "Bu seçeneği etkinleştirmek, arka plan rengini arka plan resminden baskın renk ile güncelleyecektir."
|
|
6797
|
+
},
|
|
6798
|
+
radius: {
|
|
6799
|
+
buttonBorderRadius: "Buton kenar yarıçapı"
|
|
6800
|
+
},
|
|
6801
|
+
image: {
|
|
6802
|
+
backgroundImage: "Arka plan resmi",
|
|
6803
|
+
logo: "Logo",
|
|
6804
|
+
logoPosition: "Logo konumu",
|
|
6805
|
+
coverImage: "Kapak resmi"
|
|
6806
|
+
},
|
|
6807
|
+
overlayOpacity: {
|
|
6808
|
+
background: "Arka plan örtüsü"
|
|
6809
|
+
},
|
|
6810
|
+
fontFamily: {
|
|
6811
|
+
euiFontFamily: "Yazı tipi"
|
|
6812
|
+
},
|
|
6813
|
+
positionSelector: {
|
|
6814
|
+
backgroundImagePosition: "Arka plan resmi konumu"
|
|
6815
|
+
},
|
|
6816
|
+
alignmentBlock: {
|
|
6817
|
+
thankYouTextAlignment: "Teşekkür metni hizalaması",
|
|
6818
|
+
welcomeTextAlignment: "Hoş geldin metni hizalaması",
|
|
6819
|
+
questionsTextAlignment: "Soru metni hizalaması"
|
|
6820
|
+
}
|
|
5426
6821
|
}
|
|
5427
6822
|
};
|
|
5428
6823
|
var tr = {
|
|
@@ -5589,6 +6984,51 @@ var neetoThemes$3 = {
|
|
|
5589
6984
|
validations: {
|
|
5590
6985
|
invalidUrl: "Будь ласка, введіть дійсну URL-адресу",
|
|
5591
6986
|
nameRequired: "Ім'я є обов'язковим"
|
|
6987
|
+
},
|
|
6988
|
+
properties: {
|
|
6989
|
+
color: {
|
|
6990
|
+
questionColor: "Колір питань",
|
|
6991
|
+
answerColor: "Колір відповіді",
|
|
6992
|
+
buttonBackgroundColor: "Колір фону кнопки",
|
|
6993
|
+
buttonTextColor: "Колір тексту кнопки",
|
|
6994
|
+
backgroundColor: "Колір фону",
|
|
6995
|
+
contentBackgroundColor: "Колір фону контенту",
|
|
6996
|
+
primaryColor: "Основний колір",
|
|
6997
|
+
secondaryColor: "Другорядний колір",
|
|
6998
|
+
primaryTextColor: "Основний колір тексту",
|
|
6999
|
+
secondaryTextColor: "Другорядний колір тексту",
|
|
7000
|
+
cardBackgroundColor: "Колір фону картки",
|
|
7001
|
+
cardTextColor: "Колір тексту картки",
|
|
7002
|
+
linkColor: "Колір посилання"
|
|
7003
|
+
},
|
|
7004
|
+
boolean: {
|
|
7005
|
+
isContentBackgroundEnabled: "Увімкнути фон контенту",
|
|
7006
|
+
isDominantBackgroundColorEnabled: "Домінуючий колір фону",
|
|
7007
|
+
isDominantBackgroundColorEnabledHelpText: "Увімкнення цієї опції оновить колір фону до домінуючого кольору з фону зображення."
|
|
7008
|
+
},
|
|
7009
|
+
radius: {
|
|
7010
|
+
buttonBorderRadius: "Радіус обведення кнопки"
|
|
7011
|
+
},
|
|
7012
|
+
image: {
|
|
7013
|
+
backgroundImage: "Фонове зображення",
|
|
7014
|
+
logo: "Логотип",
|
|
7015
|
+
logoPosition: "Позиція логотипу",
|
|
7016
|
+
coverImage: "Обкладинка"
|
|
7017
|
+
},
|
|
7018
|
+
overlayOpacity: {
|
|
7019
|
+
background: "Накладення фону"
|
|
7020
|
+
},
|
|
7021
|
+
fontFamily: {
|
|
7022
|
+
euiFontFamily: "Шрифт"
|
|
7023
|
+
},
|
|
7024
|
+
positionSelector: {
|
|
7025
|
+
backgroundImagePosition: "Позиція фонового зображення"
|
|
7026
|
+
},
|
|
7027
|
+
alignmentBlock: {
|
|
7028
|
+
thankYouTextAlignment: "Вирівнювання тексту подяки",
|
|
7029
|
+
welcomeTextAlignment: "Вирівнювання вітального тексту",
|
|
7030
|
+
questionsTextAlignment: "Вирівнювання тексту питань"
|
|
7031
|
+
}
|
|
5592
7032
|
}
|
|
5593
7033
|
};
|
|
5594
7034
|
var uk = {
|
|
@@ -5755,6 +7195,51 @@ var neetoThemes$2 = {
|
|
|
5755
7195
|
validations: {
|
|
5756
7196
|
invalidUrl: "Vui lòng nhập một URL hợp lệ",
|
|
5757
7197
|
nameRequired: "Tên là bắt buộc"
|
|
7198
|
+
},
|
|
7199
|
+
properties: {
|
|
7200
|
+
color: {
|
|
7201
|
+
questionColor: "Màu câu hỏi",
|
|
7202
|
+
answerColor: "Màu câu trả lời",
|
|
7203
|
+
buttonBackgroundColor: "Màu nền nút",
|
|
7204
|
+
buttonTextColor: "Màu chữ nút",
|
|
7205
|
+
backgroundColor: "Màu nền",
|
|
7206
|
+
contentBackgroundColor: "Màu nền nội dung",
|
|
7207
|
+
primaryColor: "Màu chính",
|
|
7208
|
+
secondaryColor: "Màu phụ",
|
|
7209
|
+
primaryTextColor: "Màu chữ chính",
|
|
7210
|
+
secondaryTextColor: "Màu chữ phụ",
|
|
7211
|
+
cardBackgroundColor: "Màu nền thẻ",
|
|
7212
|
+
cardTextColor: "Màu chữ thẻ",
|
|
7213
|
+
linkColor: "Màu liên kết"
|
|
7214
|
+
},
|
|
7215
|
+
boolean: {
|
|
7216
|
+
isContentBackgroundEnabled: "Bật nền nội dung",
|
|
7217
|
+
isDominantBackgroundColorEnabled: "Bật màu nền nổi bật",
|
|
7218
|
+
isDominantBackgroundColorEnabledHelpText: "Bật tùy chọn này sẽ cập nhật màu nền thành màu nổi bật từ hình nền."
|
|
7219
|
+
},
|
|
7220
|
+
radius: {
|
|
7221
|
+
buttonBorderRadius: "Bán kính viền nút"
|
|
7222
|
+
},
|
|
7223
|
+
image: {
|
|
7224
|
+
backgroundImage: "Hình nền",
|
|
7225
|
+
logo: "Logo",
|
|
7226
|
+
logoPosition: "Vị trí logo",
|
|
7227
|
+
coverImage: "Hình ảnh bìa"
|
|
7228
|
+
},
|
|
7229
|
+
overlayOpacity: {
|
|
7230
|
+
background: "Lớp phủ nền"
|
|
7231
|
+
},
|
|
7232
|
+
fontFamily: {
|
|
7233
|
+
euiFontFamily: "Phông chữ"
|
|
7234
|
+
},
|
|
7235
|
+
positionSelector: {
|
|
7236
|
+
backgroundImagePosition: "Vị trí hình nền"
|
|
7237
|
+
},
|
|
7238
|
+
alignmentBlock: {
|
|
7239
|
+
thankYouTextAlignment: "Căn chỉnh văn bản cảm ơn",
|
|
7240
|
+
welcomeTextAlignment: "Căn chỉnh văn bản chào mừng",
|
|
7241
|
+
questionsTextAlignment: "Căn chỉnh văn bản câu hỏi"
|
|
7242
|
+
}
|
|
5758
7243
|
}
|
|
5759
7244
|
};
|
|
5760
7245
|
var vi = {
|
|
@@ -5921,6 +7406,51 @@ var neetoThemes$1 = {
|
|
|
5921
7406
|
validations: {
|
|
5922
7407
|
invalidUrl: "请输入有效的URL",
|
|
5923
7408
|
nameRequired: "名称是必需的"
|
|
7409
|
+
},
|
|
7410
|
+
properties: {
|
|
7411
|
+
color: {
|
|
7412
|
+
questionColor: "问题颜色",
|
|
7413
|
+
answerColor: "回答颜色",
|
|
7414
|
+
buttonBackgroundColor: "按钮背景颜色",
|
|
7415
|
+
buttonTextColor: "按钮文字颜色",
|
|
7416
|
+
backgroundColor: "背景颜色",
|
|
7417
|
+
contentBackgroundColor: "内容背景颜色",
|
|
7418
|
+
primaryColor: "主色",
|
|
7419
|
+
secondaryColor: "次色",
|
|
7420
|
+
primaryTextColor: "主文字颜色",
|
|
7421
|
+
secondaryTextColor: "次文字颜色",
|
|
7422
|
+
cardBackgroundColor: "卡片背景颜色",
|
|
7423
|
+
cardTextColor: "卡片文字颜色",
|
|
7424
|
+
linkColor: "链接颜色"
|
|
7425
|
+
},
|
|
7426
|
+
boolean: {
|
|
7427
|
+
isContentBackgroundEnabled: "启用内容背景",
|
|
7428
|
+
isDominantBackgroundColorEnabled: "启用主背景颜色",
|
|
7429
|
+
isDominantBackgroundColorEnabledHelpText: "启用此选项将更新背景颜色为背景图像中的主色。"
|
|
7430
|
+
},
|
|
7431
|
+
radius: {
|
|
7432
|
+
buttonBorderRadius: "按钮边框半径"
|
|
7433
|
+
},
|
|
7434
|
+
image: {
|
|
7435
|
+
backgroundImage: "背景图像",
|
|
7436
|
+
logo: "Logo",
|
|
7437
|
+
logoPosition: "Logo 位置",
|
|
7438
|
+
coverImage: "封面图像"
|
|
7439
|
+
},
|
|
7440
|
+
overlayOpacity: {
|
|
7441
|
+
background: "背景叠加"
|
|
7442
|
+
},
|
|
7443
|
+
fontFamily: {
|
|
7444
|
+
euiFontFamily: "字体"
|
|
7445
|
+
},
|
|
7446
|
+
positionSelector: {
|
|
7447
|
+
backgroundImagePosition: "背景图像位置"
|
|
7448
|
+
},
|
|
7449
|
+
alignmentBlock: {
|
|
7450
|
+
thankYouTextAlignment: "感谢文本对齐",
|
|
7451
|
+
welcomeTextAlignment: "欢迎文本对齐",
|
|
7452
|
+
questionsTextAlignment: "问题文本对齐"
|
|
7453
|
+
}
|
|
5924
7454
|
}
|
|
5925
7455
|
};
|
|
5926
7456
|
var zhCn = {
|
|
@@ -6087,6 +7617,51 @@ var neetoThemes = {
|
|
|
6087
7617
|
validations: {
|
|
6088
7618
|
invalidUrl: "請輸入有效的網址",
|
|
6089
7619
|
nameRequired: "名稱是必填的"
|
|
7620
|
+
},
|
|
7621
|
+
properties: {
|
|
7622
|
+
color: {
|
|
7623
|
+
questionColor: "問題顏色",
|
|
7624
|
+
answerColor: "答案顏色",
|
|
7625
|
+
buttonBackgroundColor: "按鈕背景顏色",
|
|
7626
|
+
buttonTextColor: "按鈕文字顏色",
|
|
7627
|
+
backgroundColor: "背景顏色",
|
|
7628
|
+
contentBackgroundColor: "內容背景顏色",
|
|
7629
|
+
primaryColor: "主要顏色",
|
|
7630
|
+
secondaryColor: "次要顏色",
|
|
7631
|
+
primaryTextColor: "主要文字顏色",
|
|
7632
|
+
secondaryTextColor: "次要文字顏色",
|
|
7633
|
+
cardBackgroundColor: "卡片背景顏色",
|
|
7634
|
+
cardTextColor: "卡片文字顏色",
|
|
7635
|
+
linkColor: "連結顏色"
|
|
7636
|
+
},
|
|
7637
|
+
boolean: {
|
|
7638
|
+
isContentBackgroundEnabled: "啟用內容背景",
|
|
7639
|
+
isDominantBackgroundColorEnabled: "啟用主導背景顏色",
|
|
7640
|
+
isDominantBackgroundColorEnabledHelpText: "啟用此選項將更新背景顏色為背景圖片中的主導顏色。"
|
|
7641
|
+
},
|
|
7642
|
+
radius: {
|
|
7643
|
+
buttonBorderRadius: "按鈕邊框圓角"
|
|
7644
|
+
},
|
|
7645
|
+
image: {
|
|
7646
|
+
backgroundImage: "背景圖片",
|
|
7647
|
+
logo: "標誌",
|
|
7648
|
+
logoPosition: "標誌位置",
|
|
7649
|
+
coverImage: "封面圖片"
|
|
7650
|
+
},
|
|
7651
|
+
overlayOpacity: {
|
|
7652
|
+
background: "背景遮罩"
|
|
7653
|
+
},
|
|
7654
|
+
fontFamily: {
|
|
7655
|
+
euiFontFamily: "字體"
|
|
7656
|
+
},
|
|
7657
|
+
positionSelector: {
|
|
7658
|
+
backgroundImagePosition: "背景圖片位置"
|
|
7659
|
+
},
|
|
7660
|
+
alignmentBlock: {
|
|
7661
|
+
thankYouTextAlignment: "感謝文字對齊",
|
|
7662
|
+
welcomeTextAlignment: "歡迎文字對齊",
|
|
7663
|
+
questionsTextAlignment: "問題文字對齊"
|
|
7664
|
+
}
|
|
6090
7665
|
}
|
|
6091
7666
|
};
|
|
6092
7667
|
var zhTw = {
|
|
@@ -8722,4 +10297,4 @@ var NeetoThemesBuilder = function NeetoThemesBuilder(_ref) {
|
|
|
8722
10297
|
};
|
|
8723
10298
|
|
|
8724
10299
|
export { NeetoThemesBuilder as N, registerNeetoThemesTranslations as r };
|
|
8725
|
-
//# sourceMappingURL=index-
|
|
10300
|
+
//# sourceMappingURL=index-B-2UmfUl.js.map
|