@bigbinary/neeto-themes-frontend 3.1.21 → 3.1.22

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 (30) hide show
  1. package/app/javascript/src/translations/ar.json +135 -0
  2. package/app/javascript/src/translations/bg.json +135 -0
  3. package/app/javascript/src/translations/ca.json +135 -0
  4. package/app/javascript/src/translations/cs.json +135 -0
  5. package/app/javascript/src/translations/da.json +135 -0
  6. package/app/javascript/src/translations/es-MX.json +135 -0
  7. package/app/javascript/src/translations/et.json +135 -0
  8. package/app/javascript/src/translations/fi.json +135 -0
  9. package/app/javascript/src/translations/fil.json +135 -0
  10. package/app/javascript/src/translations/hr.json +135 -0
  11. package/app/javascript/src/translations/id.json +135 -0
  12. package/app/javascript/src/translations/it.json +135 -0
  13. package/app/javascript/src/translations/ja.json +135 -0
  14. package/app/javascript/src/translations/ko.json +135 -0
  15. package/app/javascript/src/translations/nl.json +135 -0
  16. package/app/javascript/src/translations/pl.json +135 -0
  17. package/app/javascript/src/translations/pt-BR.json +135 -0
  18. package/app/javascript/src/translations/pt.json +135 -0
  19. package/app/javascript/src/translations/ro.json +135 -0
  20. package/app/javascript/src/translations/ru.json +135 -0
  21. package/app/javascript/src/translations/sk.json +135 -0
  22. package/app/javascript/src/translations/sl.json +135 -0
  23. package/app/javascript/src/translations/sv.json +135 -0
  24. package/app/javascript/src/translations/th.json +135 -0
  25. package/app/javascript/src/translations/tr.json +135 -0
  26. package/app/javascript/src/translations/uk.json +135 -0
  27. package/app/javascript/src/translations/vi.json +135 -0
  28. package/app/javascript/src/translations/zh-CN.json +135 -0
  29. package/app/javascript/src/translations/zh-TW.json +135 -0
  30. package/package.json +15 -15
@@ -0,0 +1,135 @@
1
+ {
2
+ "neetoThemes": {
3
+ "entityType": {
4
+ "quiz": "Kvíz",
5
+ "quiz_other": "Kvízy",
6
+ "form": "Formulár",
7
+ "form_other": "Formuláre",
8
+ "meeting": "Schôdzka",
9
+ "meeting_other": "Schôdzky",
10
+ "recording": "Záznam",
11
+ "recording_other": "Záznamy"
12
+ },
13
+ "common": {
14
+ "theme": "Téma",
15
+ "preview": "Náhľad",
16
+ "save": "Uložiť",
17
+ "done": "Hotovo",
18
+ "cancel": "Zrušiť",
19
+ "continue": "Pokračovať",
20
+ "retry": "Skúsiť znova",
21
+ "active": "Aktívne",
22
+ "useTheme": "Použiť tému",
23
+ "previewTheme": "Náhľad témy",
24
+ "activeTheme": "Aktívna téma",
25
+ "edit": "Upraviť",
26
+ "noResultsFound": "Nenašli sa žiadne výsledky!",
27
+ "searchThemes": "Hľadať témy",
28
+ "style": "Štýl",
29
+ "images": "Obrázky",
30
+ "name": "Názov",
31
+ "left": "Vľavo",
32
+ "logo": "Logo"
33
+ },
34
+ "buttons": {
35
+ "saveChanges": "Uložiť zmeny",
36
+ "addNewTheme": "Pridať novú tému",
37
+ "backToThemes": "Späť na témy",
38
+ "backToEdit": "Späť na úpravy",
39
+ "save": "Uložiť",
40
+ "reset": "Obnoviť",
41
+ "applyThisTheme": "Použiť túto tému",
42
+ "expandEditor": "Rozbaliť editor",
43
+ "minimizeEditor": "Minimalizovať editor"
44
+ },
45
+ "alerts": {
46
+ "title": {
47
+ "deleteTheme": "Potvrdenie vymazania témy"
48
+ },
49
+ "message": {
50
+ "deleteTheme_zero": "Trvalo vymazávate tému \"{{name, anyCase}}\". Ste si istí, že chcete pokračovať?",
51
+ "deleteTheme_one": "Trvalo vymazávate tému \"{{name, anyCase}}\". Táto téma sa používa v jednom {{entityType}}. {{entityType, anyCase}} používajúce túto tému sa vrátia k predvolenej téme \"{{defaultThemeName, anyCase}}\". Ste si istí, že chcete pokračovať?",
52
+ "deleteTheme_other": "Trvalo vymazávate tému \"{{name, anyCase}}\". Táto téma sa používa v {{count}} {{entityType}}. {{entityType, anyCase}} používajúce túto tému sa vrátia k predvolenej téme \"{{defaultThemeName, anyCase}}\". Ste si istí, že chcete pokračovať?"
53
+ }
54
+ },
55
+ "build": {
56
+ "leftSideBar": {
57
+ "headerTabs": {
58
+ "themes": "Témy"
59
+ },
60
+ "helpPopover": {
61
+ "title": "Témy",
62
+ "description": "Personalizujte svoj {{entityType}} podľa vašej značky."
63
+ },
64
+ "themes": {
65
+ "systemThemes": "Systémové témy",
66
+ "customThemes": "Vlastné témy",
67
+ "themeOptions": {
68
+ "clone": "Kopírovať",
69
+ "delete": "Vymazať",
70
+ "setAsGlobalTheme": {
71
+ "label": "Nastaviť ako globálnu tému",
72
+ "helpText": "Povolením tejto možnosti sa táto téma nastaví ako predvolená téma, automaticky sa použije na všetky vaše budúce {{entityType}}. Táto téma sa tiež aplikuje na {{entityType}} používajúce predchádzajúcu globálnu tému.",
73
+ "tooltipContent": "Táto téma je momentálne nastavená ako globálna téma. Vyberte inú tému, aby ste ju zmenili."
74
+ }
75
+ },
76
+ "themeCard": {
77
+ "primary": "Primárna",
78
+ "secondary": "Sekundárna"
79
+ },
80
+ "notAppliedYet": "Táto téma je <bold>neaplikovaná</bold> na tento {{entityType}}.",
81
+ "editTheme": {
82
+ "title": "Upraviť tému",
83
+ "imageUpload": "Pretiahnite a pustite alebo <span>Prehľadávať</span> súbor"
84
+ },
85
+ "createTheme": {
86
+ "title": "Nová téma",
87
+ "newThemeName": "Moja téma"
88
+ },
89
+ "customCSS": "Vlastné CSS",
90
+ "themeCloned": "Téma bola úspešne skopírovaná.",
91
+ "themeCloneFailed": "Nepodarilo sa skopírovať tému, skúste to znova o niekoľko minút."
92
+ }
93
+ }
94
+ },
95
+ "form": {
96
+ "build": {
97
+ "logoPosition": "Pozícia loga",
98
+ "font": "Písmo",
99
+ "left": "Vľavo",
100
+ "connect": "Pripojiť",
101
+ "update": "Aktualizovať",
102
+ "confirmationText": "Text potvrdenia",
103
+ "enterConfirmationText": "Zadajte text potvrdenia",
104
+ "questions": "Otázky",
105
+ "right": "Vpravo",
106
+ "uploadCSV": "Nahrať CSV",
107
+ "answerColor": "Farba odpovede",
108
+ "buttons": "Tlačidlá",
109
+ "allAnswers": "Všetky odpovede",
110
+ "searchSubmissions": "Hľadať predloženia",
111
+ "buttonBorderRadius": "Polomer okrajov tlačidla",
112
+ "backgroundColor": "Farba pozadia",
113
+ "enableContentBackground": "Povoliť pozadie obsahu",
114
+ "contentBackgroundColor": "Farba pozadia obsahu",
115
+ "backgroundImage": "Obrázok pozadia",
116
+ "backgroundOverlay": "Prekrytie pozadia",
117
+ "enableDominantBackgroundColor": "Povoliť dominantnú<br/> farbu pozadia",
118
+ "enableDominantBackgroundColorInfo": "Povolením tejto možnosti sa farba pozadia aktualizuje na dominantnú farbu z obrázka pozadia.",
119
+ "thankYouTextAlignment": "Zarovnanie textu poďakovania",
120
+ "welcomeTextAlignment": "Zarovnanie úvodného textu",
121
+ "questionsTextAlignment": "Zarovnanie textu otázok",
122
+ "addNewElement": "Pridať nový prvok",
123
+ "addOption": "Pridať možnosť",
124
+ "addBulk": "Pridať hromadne",
125
+ "buttonText": "Text tlačidla",
126
+ "buttonUrl": "URL tlačidla",
127
+ "bulkOption": {
128
+ "title": "Hromadné pridanie možností",
129
+ "label": "Zadajte možnosti",
130
+ "helpText": "Oddelte možnosti pomocou čiark alebo nových riadkov. <Link>Zobraziť pomocný článok</Link> pre viac informácií."
131
+ }
132
+ }
133
+ }
134
+ }
135
+ }
@@ -0,0 +1,135 @@
1
+ {
2
+ "neetoThemes": {
3
+ "entityType": {
4
+ "quiz": "Kvizi",
5
+ "quiz_other": "Kvizi",
6
+ "form": "Obrazec",
7
+ "form_other": "Obrazci",
8
+ "meeting": "Sestanek",
9
+ "meeting_other": "Sestanki",
10
+ "recording": "Posnetek",
11
+ "recording_other": "Posnetki"
12
+ },
13
+ "common": {
14
+ "theme": "Tema",
15
+ "preview": "Predogled",
16
+ "save": "Shrani",
17
+ "done": "Končano",
18
+ "cancel": "Prekliči",
19
+ "continue": "Nadaljuj",
20
+ "retry": "Poskusi znova",
21
+ "active": "Aktivno",
22
+ "useTheme": "Uporabi temo",
23
+ "previewTheme": "Predogled teme",
24
+ "activeTheme": "Aktivna tema",
25
+ "edit": "Uredi",
26
+ "noResultsFound": "Ni najdenih rezultatov!",
27
+ "searchThemes": "Išči teme",
28
+ "style": "Sl estil",
29
+ "images": "Slike",
30
+ "name": "Ime",
31
+ "left": "Levo",
32
+ "logo": "Logotip"
33
+ },
34
+ "buttons": {
35
+ "saveChanges": "Shrani spremembe",
36
+ "addNewTheme": "Dodaj novo temo",
37
+ "backToThemes": "Nazaj na teme",
38
+ "backToEdit": "Nazaj na urejanje",
39
+ "save": "Shrani",
40
+ "reset": "Ponastavi",
41
+ "applyThisTheme": "Uporabi to temo",
42
+ "expandEditor": "Razširi urejevalnik",
43
+ "minimizeEditor": "Minimiziraj urejevalnik"
44
+ },
45
+ "alerts": {
46
+ "title": {
47
+ "deleteTheme": "Potrdite brisanje teme"
48
+ },
49
+ "message": {
50
+ "deleteTheme_zero": "Trajno brišete temo \"{{name, anyCase}}\". Ali ste prepričani, da želite nadaljevati?",
51
+ "deleteTheme_one": "Trajno brišete temo \"{{name, anyCase}}\". Ta tema se uporablja v enem {{entityType}}. {{entityType, anyCase}} ki uporablja to temo bo prešlo na privzeto temo \"{{defaultThemeName, anyCase}}\". Ali ste prepričani, da želite nadaljevati?",
52
+ "deleteTheme_other": "Trajno brišete temo \"{{name, anyCase}}\". Ta tema se uporablja v {{count}} {{entityType}}. {{entityType, anyCase}} ki uporablja to temo bo prešlo na privzeto temo \"{{defaultThemeName, anyCase}}\". Ali ste prepričani, da želite nadaljevati?"
53
+ }
54
+ },
55
+ "build": {
56
+ "leftSideBar": {
57
+ "headerTabs": {
58
+ "themes": "Teme"
59
+ },
60
+ "helpPopover": {
61
+ "title": "Teme",
62
+ "description": "Prilagodite svoj {{entityType}} tako, da ustreza vaši blagovni znamki."
63
+ },
64
+ "themes": {
65
+ "systemThemes": "Sistemske teme",
66
+ "customThemes": "Prilagojene teme",
67
+ "themeOptions": {
68
+ "clone": "Kloniraj",
69
+ "delete": "Izbriši",
70
+ "setAsGlobalTheme": {
71
+ "label": "Nastavi kot globalno temo",
72
+ "helpText": "Omogočanje tega bo to temo nastavilo kot privzeto temo, ki se samodejno uporablja za vse vaše prihodnje {{entityType}}. Ta tema bo prav tako uporabljena za {{entityType}} ki so uporabljali prejšnjo globalno temo.",
73
+ "tooltipContent": "Ta tema je trenutno nastavljena kot globalna tema. Izberite drugačno temo, da jo spremenite."
74
+ }
75
+ },
76
+ "themeCard": {
77
+ "primary": "Primarna",
78
+ "secondary": "Sekundarna"
79
+ },
80
+ "notAppliedYet": "Ta tema še <bold> ni bila uporabljena </bold> za ta {{entityType}}.",
81
+ "editTheme": {
82
+ "title": "Uredi temo",
83
+ "imageUpload": "Povleci in spusti ali <span>Brskaj</span> datoteko"
84
+ },
85
+ "createTheme": {
86
+ "title": "Nova tema",
87
+ "newThemeName": "Moja tema"
88
+ },
89
+ "customCSS": "Prilagojeni CSS",
90
+ "themeCloned": "Tema je bila uspešno klonirana.",
91
+ "themeCloneFailed": "Kloniranje teme ni uspelo, poskusite znova kasneje."
92
+ }
93
+ }
94
+ },
95
+ "form": {
96
+ "build": {
97
+ "logoPosition": "Pozicija logotipa",
98
+ "font": "Pisava",
99
+ "left": "Levo",
100
+ "connect": "Poveži",
101
+ "update": "Posodobi",
102
+ "confirmationText": "Besedilo za potrditev",
103
+ "enterConfirmationText": "Vnesite besedilo za potrditev",
104
+ "questions": "Vprašanja",
105
+ "right": "Desno",
106
+ "uploadCSV": "Naloži CSV",
107
+ "answerColor": "Barva odgovora",
108
+ "buttons": "Gumbi",
109
+ "allAnswers": "Vsi odgovori",
110
+ "searchSubmissions": "Išči oddaje",
111
+ "buttonBorderRadius": "Polmer robov gumba",
112
+ "backgroundColor": "Barva ozadja",
113
+ "enableContentBackground": "Omogoči ozadje vsebine",
114
+ "contentBackgroundColor": "Barva ozadja vsebine",
115
+ "backgroundImage": "Slika ozadja",
116
+ "backgroundOverlay": "Prekrivna plast ozadja",
117
+ "enableDominantBackgroundColor": "Omogoči prevladujočo<br/> barvo ozadja",
118
+ "enableDominantBackgroundColorInfo": "Omogočanje te možnosti bo posodobilo barvo ozadja na prevladujočo barvo iz slike ozadja.",
119
+ "thankYouTextAlignment": "Poravnava besedila hvala",
120
+ "welcomeTextAlignment": "Poravnava besedila dobrodošlice",
121
+ "questionsTextAlignment": "Poravnava besedila vprašanj",
122
+ "addNewElement": "Dodaj nov element",
123
+ "addOption": "Dodaj možnost",
124
+ "addBulk": "Dodaj množično",
125
+ "buttonText": "Besedilo gumba",
126
+ "buttonUrl": "URL gumba",
127
+ "bulkOption": {
128
+ "title": "Množično dodajanje možnosti",
129
+ "label": "Vnesite možnosti",
130
+ "helpText": "Ločite možnosti z vejicami ali prelomi vrstic. <Link>Ogled članka s pomočjo</Link> za več informacij."
131
+ }
132
+ }
133
+ }
134
+ }
135
+ }
@@ -0,0 +1,135 @@
1
+ {
2
+ "neetoThemes": {
3
+ "entityType": {
4
+ "quiz": "Quiz",
5
+ "quiz_other": "Quiz",
6
+ "form": "Formulär",
7
+ "form_other": "Formulär",
8
+ "meeting": "Möte",
9
+ "meeting_other": "Möten",
10
+ "recording": "Inspelning",
11
+ "recording_other": "Inspelningar"
12
+ },
13
+ "common": {
14
+ "theme": "Tema",
15
+ "preview": "Förhandsgranska",
16
+ "save": "Spara",
17
+ "done": "Klart",
18
+ "cancel": "Avbryt",
19
+ "continue": "Fortsätt",
20
+ "retry": "Försök igen",
21
+ "active": "Aktiv",
22
+ "useTheme": "Använd tema",
23
+ "previewTheme": "Förhandsgranska tema",
24
+ "activeTheme": "Aktivt tema",
25
+ "edit": "Redigera",
26
+ "noResultsFound": "Inga resultat hittades!",
27
+ "searchThemes": "Sök teman",
28
+ "style": "Stil",
29
+ "images": "Bilder",
30
+ "name": "Namn",
31
+ "left": "Vänster",
32
+ "logo": "Logotyp"
33
+ },
34
+ "buttons": {
35
+ "saveChanges": "Spara ändringar",
36
+ "addNewTheme": "Lägg till nytt tema",
37
+ "backToThemes": "Tillbaka till teman",
38
+ "backToEdit": "Tillbaka till redigera",
39
+ "save": "Spara",
40
+ "reset": "Återställ",
41
+ "applyThisTheme": "Tillämpa detta tema",
42
+ "expandEditor": "Expandera redigerare",
43
+ "minimizeEditor": "Minimera redigerare"
44
+ },
45
+ "alerts": {
46
+ "title": {
47
+ "deleteTheme": "Bekräfta borttagning av tema"
48
+ },
49
+ "message": {
50
+ "deleteTheme_zero": "Du tar permanent bort temat \"{{name, anyCase}}\". Är du säker på att du vill gå vidare?",
51
+ "deleteTheme_one": "Du tar permanent bort temat \"{{name, anyCase}}\". Detta tema används i ett {{entityType}}. {{entityType, anyCase}} som använder detta tema kommer att återgå till att använda det förvalda temat \"{{defaultThemeName, anyCase}}\". Är du säker på att du vill gå vidare?",
52
+ "deleteTheme_other": "Du tar permanent bort temat \"{{name, anyCase}}\". Detta tema används i {{count}} {{entityType}}. {{entityType, anyCase}} som använder detta tema kommer att återgå till att använda det förvalda temat \"{{defaultThemeName, anyCase}}\". Är du säker på att du vill gå vidare?"
53
+ }
54
+ },
55
+ "build": {
56
+ "leftSideBar": {
57
+ "headerTabs": {
58
+ "themes": "Teman"
59
+ },
60
+ "helpPopover": {
61
+ "title": "Teman",
62
+ "description": "Anpassa din {{entityType}} för att matcha ditt varumärke."
63
+ },
64
+ "themes": {
65
+ "systemThemes": "Systemteman",
66
+ "customThemes": "Anpassade teman",
67
+ "themeOptions": {
68
+ "clone": "Klona",
69
+ "delete": "Radera",
70
+ "setAsGlobalTheme": {
71
+ "label": "Ställ in som globalt tema",
72
+ "helpText": "Genom att aktivera detta kommer detta tema att ställas in som det förvalda temat, vilket automatiskt tillämpar det på alla dina framtida {{entityType}}s. Detta tema kommer också att tillämpas på de {{entityType}}s som använder det föregående globala temat.",
73
+ "tooltipContent": "Detta tema är för närvarande inställt som det globala temat. Välj ett annat tema för att ändra det."
74
+ }
75
+ },
76
+ "themeCard": {
77
+ "primary": "Primär",
78
+ "secondary": "Sekundär"
79
+ },
80
+ "notAppliedYet": "Detta tema är <bold>nut inte tillämpat</bold> på denna {{entityType}}.",
81
+ "editTheme": {
82
+ "title": "Redigera tema",
83
+ "imageUpload": "Dra och släpp eller <span>Bläddra</span> efter en fil"
84
+ },
85
+ "createTheme": {
86
+ "title": "Nytt tema",
87
+ "newThemeName": "Mitt tema"
88
+ },
89
+ "customCSS": "Anpassad CSS",
90
+ "themeCloned": "Temat har klonats framgångsrikt.",
91
+ "themeCloneFailed": "Kloning av tema misslyckades, vänligen försök igen senare."
92
+ }
93
+ }
94
+ },
95
+ "form": {
96
+ "build": {
97
+ "logoPosition": "Logotypens position",
98
+ "font": "Teckensnitt",
99
+ "left": "Vänster",
100
+ "connect": "Anslut",
101
+ "update": "Uppdatera",
102
+ "confirmationText": "Bekräftelsetext",
103
+ "enterConfirmationText": "Skriv in bekräftelsetext",
104
+ "questions": "Frågor",
105
+ "right": "Höger",
106
+ "uploadCSV": "Ladda upp CSV",
107
+ "answerColor": "Svarsfärg",
108
+ "buttons": "Knappar",
109
+ "allAnswers": "Alla svar",
110
+ "searchSubmissions": "Sök inskickningar",
111
+ "buttonBorderRadius": "Knapprundning",
112
+ "backgroundColor": "Bakgrundsfärg",
113
+ "enableContentBackground": "Aktivera innehållsbakgrund",
114
+ "contentBackgroundColor": "Innehållsbakgrundsfärg",
115
+ "backgroundImage": "Bakgrundsbild",
116
+ "backgroundOverlay": "Bakgrundstäckning",
117
+ "enableDominantBackgroundColor": "Aktivera dominant<br/> bakgrundsfärg",
118
+ "enableDominantBackgroundColorInfo": "Genom att aktivera detta alternativ kommer bakgrundsfärgen att uppdateras till den dominerande färgen från bakgrundsbilden.",
119
+ "thankYouTextAlignment": "Justering av tacktext",
120
+ "welcomeTextAlignment": "Justering av välkomsttext",
121
+ "questionsTextAlignment": "Justering av frågetext",
122
+ "addNewElement": "Lägg till nytt element",
123
+ "addOption": "Lägg till alternativ",
124
+ "addBulk": "Lägg till flera",
125
+ "buttonText": "Knappt text",
126
+ "buttonUrl": "Knapplänk",
127
+ "bulkOption": {
128
+ "title": "Lägg till alternativ i bulk",
129
+ "label": "Skriv in alternativ",
130
+ "helpText": "Separera alternativ med kommatecken eller radbrytningar. <Link>Visa hjälpartikel</Link> för mer information."
131
+ }
132
+ }
133
+ }
134
+ }
135
+ }
@@ -0,0 +1,135 @@
1
+ {
2
+ "neetoThemes": {
3
+ "entityType": {
4
+ "quiz": "แบบทดสอบ",
5
+ "quiz_other": "แบบทดสอบ",
6
+ "form": "แบบฟอร์ม",
7
+ "form_other": "แบบฟอร์ม",
8
+ "meeting": "การประชุม",
9
+ "meeting_other": "การประชุม",
10
+ "recording": "การบันทึก",
11
+ "recording_other": "การบันทึก"
12
+ },
13
+ "common": {
14
+ "theme": "ธีม",
15
+ "preview": "ดูตัวอย่าง",
16
+ "save": "บันทึก",
17
+ "done": "เสร็จสิ้น",
18
+ "cancel": "ยกเลิก",
19
+ "continue": "ดำเนินการต่อ",
20
+ "retry": "ลองอีกครั้ง",
21
+ "active": "ใช้งาน",
22
+ "useTheme": "ใช้ธีม",
23
+ "previewTheme": "ดูตัวอย่างธีม",
24
+ "activeTheme": "ธีมที่ใช้งาน",
25
+ "edit": "แก้ไข",
26
+ "noResultsFound": "ไม่พบผลลัพธ์!",
27
+ "searchThemes": "ค้นหาธีม",
28
+ "style": "สไตล์",
29
+ "images": "รูปภาพ",
30
+ "name": "ชื่อ",
31
+ "left": "ซ้าย",
32
+ "logo": "โลโก้"
33
+ },
34
+ "buttons": {
35
+ "saveChanges": "บันทึกการเปลี่ยนแปลง",
36
+ "addNewTheme": "เพิ่มธีมใหม่",
37
+ "backToThemes": "กลับไปที่ธีม",
38
+ "backToEdit": "กลับไปที่การแก้ไข",
39
+ "save": "บันทึก",
40
+ "reset": "รีเซ็ต",
41
+ "applyThisTheme": "ใช้ธีมนี้",
42
+ "expandEditor": "ขยายตัวแก้ไข",
43
+ "minimizeEditor": "ย่อหน้าต่างแก้ไข"
44
+ },
45
+ "alerts": {
46
+ "title": {
47
+ "deleteTheme": "ยืนยันการลบธีม"
48
+ },
49
+ "message": {
50
+ "deleteTheme_zero": "คุณกำลังลบธีม \"{{name, anyCase}}\" อย่างถาวร คุณแน่ใจหรือว่าต้องการดำเนินการต่อ?",
51
+ "deleteTheme_one": "คุณกำลังลบธีม \"{{name, anyCase}}\" อย่างถาวร ธีมนี้ถูกใช้ในหนึ่ง {{entityType}} {{entityType, anyCase}} ที่ใช้ธีมนี้จะกลับไปใช้ธีมเริ่มต้น \"{{defaultThemeName, anyCase}}\" คุณแน่ใจหรือว่าต้องการดำเนินการต่อ?",
52
+ "deleteTheme_other": "คุณกำลังลบธีม \"{{name, anyCase}}\" อย่างถาวร ธีมนี้ถูกใช้ใน {{count}} {{entityType}} {{entityType, anyCase}} ที่ใช้ธีมนี้จะกลับไปใช้ธีมเริ่มต้น \"{{defaultThemeName, anyCase}}\" คุณแน่ใจหรือว่าต้องการดำเนินการต่อ?"
53
+ }
54
+ },
55
+ "build": {
56
+ "leftSideBar": {
57
+ "headerTabs": {
58
+ "themes": "ธีม"
59
+ },
60
+ "helpPopover": {
61
+ "title": "ธีม",
62
+ "description": "ปรับแต่ง {{entityType}} ของคุณให้ตรงตามแบรนด์ของคุณ"
63
+ },
64
+ "themes": {
65
+ "systemThemes": "ธีมของระบบ",
66
+ "customThemes": "ธีมที่กำหนดเอง",
67
+ "themeOptions": {
68
+ "clone": "โคลน",
69
+ "delete": "ลบ",
70
+ "setAsGlobalTheme": {
71
+ "label": "ตั้งเป็นธีมทั่วโลก",
72
+ "helpText": "การเปิดใช้งานนี้จะตั้งธีมนี้เป็นธีมเริ่มต้นโดยอัตโนมัติ ซึ่งจะใช้กับ {{entityType}} ที่คุณสร้างในอนาคต ธีมนี้จะถูกนำไปใช้กับ {{entityType}} ที่ใช้ธีมทั่วโลกก่อนหน้านี้",
73
+ "tooltipContent": "ธีมนี้ตั้งเป็นธีมทั่วโลกแล้ว เลือกธีมอื่นเพื่อเปลี่ยน"
74
+ }
75
+ },
76
+ "themeCard": {
77
+ "primary": "หลัก",
78
+ "secondary": "รอง"
79
+ },
80
+ "notAppliedYet": "ธีมนี้ยังไม่ถูกนำไปใช้กับ {{entityType}} นี้",
81
+ "editTheme": {
82
+ "title": "แก้ไขธีม",
83
+ "imageUpload": "ลากและวางหรือ <span>ค้นหา</span> ไฟล์"
84
+ },
85
+ "createTheme": {
86
+ "title": "ธีมใหม่",
87
+ "newThemeName": "ธีมของฉัน"
88
+ },
89
+ "customCSS": "CSS ที่กำหนดเอง",
90
+ "themeCloned": "ธีมถูกโคลนเรียบร้อยแล้ว",
91
+ "themeCloneFailed": "ไม่สามารถโคลนธีมได้ กรุณาลองอีกครั้งภายหลัง"
92
+ }
93
+ }
94
+ },
95
+ "form": {
96
+ "build": {
97
+ "logoPosition": "ตำแหน่งโลโก้",
98
+ "font": "ฟอนต์",
99
+ "left": "ซ้าย",
100
+ "connect": "เชื่อมต่อ",
101
+ "update": "อัปเดต",
102
+ "confirmationText": "ข้อความยืนยัน",
103
+ "enterConfirmationText": "กรอกข้อความยืนยัน",
104
+ "questions": "คำถาม",
105
+ "right": "ขวา",
106
+ "uploadCSV": "อัปโหลด CSV",
107
+ "answerColor": "สีคำตอบ",
108
+ "buttons": "ปุ่ม",
109
+ "allAnswers": "คำตอบทั้งหมด",
110
+ "searchSubmissions": "ค้นหาการส่ง",
111
+ "buttonBorderRadius": "รัศมีขอบปุ่ม",
112
+ "backgroundColor": "สีพื้นหลัง",
113
+ "enableContentBackground": "เปิดใช้งานพื้นหลังเนื้อหา",
114
+ "contentBackgroundColor": "สีพื้นหลังเนื้อหา",
115
+ "backgroundImage": "ภาพพื้นหลัง",
116
+ "backgroundOverlay": "Overlay พื้นหลัง",
117
+ "enableDominantBackgroundColor": "เปิดใช้งานสีพื้นหลังเด่น<br/>",
118
+ "enableDominantBackgroundColorInfo": "การเปิดใช้งานตัวเลือกนี้จะปรับสีพื้นหลังเป็นสีเด่นจากภาพพื้นหลัง",
119
+ "thankYouTextAlignment": "การจัดเรียงข้อความขอบคุณ",
120
+ "welcomeTextAlignment": "การจัดเรียงข้อความต้อนรับ",
121
+ "questionsTextAlignment": "การจัดเรียงข้อความคำถาม",
122
+ "addNewElement": "เพิ่มองค์ประกอบใหม่",
123
+ "addOption": "เพิ่มตัวเลือก",
124
+ "addBulk": "เพิ่มหลายรายการ",
125
+ "buttonText": "ข้อความปุ่ม",
126
+ "buttonUrl": "URL ปุ่ม",
127
+ "bulkOption": {
128
+ "title": "เพิ่มตัวเลือกจำนวนมาก",
129
+ "label": "กรอกตัวเลือก",
130
+ "helpText": "แยกตัวเลือกด้วยเครื่องหมายจุลภาคหรือตอนใหม่ <Link>ดูบทความช่วยเหลือ</Link> สำหรับข้อมูลเพิ่มเติม"
131
+ }
132
+ }
133
+ }
134
+ }
135
+ }