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