@bigbinary/neeto-themes-frontend 3.1.21 → 3.1.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 (31) 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/hi.json +135 -0
  11. package/app/javascript/src/translations/hr.json +135 -0
  12. package/app/javascript/src/translations/id.json +135 -0
  13. package/app/javascript/src/translations/it.json +135 -0
  14. package/app/javascript/src/translations/ja.json +135 -0
  15. package/app/javascript/src/translations/ko.json +135 -0
  16. package/app/javascript/src/translations/nl.json +135 -0
  17. package/app/javascript/src/translations/pl.json +135 -0
  18. package/app/javascript/src/translations/pt-BR.json +135 -0
  19. package/app/javascript/src/translations/pt.json +135 -0
  20. package/app/javascript/src/translations/ro.json +135 -0
  21. package/app/javascript/src/translations/ru.json +135 -0
  22. package/app/javascript/src/translations/sk.json +135 -0
  23. package/app/javascript/src/translations/sl.json +135 -0
  24. package/app/javascript/src/translations/sv.json +135 -0
  25. package/app/javascript/src/translations/th.json +135 -0
  26. package/app/javascript/src/translations/tr.json +135 -0
  27. package/app/javascript/src/translations/uk.json +135 -0
  28. package/app/javascript/src/translations/vi.json +135 -0
  29. package/app/javascript/src/translations/zh-CN.json +135 -0
  30. package/app/javascript/src/translations/zh-TW.json +135 -0
  31. package/package.json +15 -15
@@ -0,0 +1,135 @@
1
+ {
2
+ "neetoThemes": {
3
+ "entityType": {
4
+ "quiz": "Quiz",
5
+ "quiz_other": "Quiz",
6
+ "form": "Modulo",
7
+ "form_other": "Moduli",
8
+ "meeting": "Incontro",
9
+ "meeting_other": "Incontri",
10
+ "recording": "Registrazione",
11
+ "recording_other": "Registrazioni"
12
+ },
13
+ "common": {
14
+ "theme": "Tema",
15
+ "preview": "Anteprima",
16
+ "save": "Salva",
17
+ "done": "Fatto",
18
+ "cancel": "Annulla",
19
+ "continue": "Continua",
20
+ "retry": "Riprova",
21
+ "active": "Attivo",
22
+ "useTheme": "Usa tema",
23
+ "previewTheme": "Anteprima tema",
24
+ "activeTheme": "Tema attivo",
25
+ "edit": "Modifica",
26
+ "noResultsFound": "Nessun risultato trovato!",
27
+ "searchThemes": "Cerca temi",
28
+ "style": "Stile",
29
+ "images": "Immagini",
30
+ "name": "Nome",
31
+ "left": "Sinistra",
32
+ "logo": "Logo"
33
+ },
34
+ "buttons": {
35
+ "saveChanges": "Salva modifiche",
36
+ "addNewTheme": "Aggiungi nuovo tema",
37
+ "backToThemes": "Torna ai temi",
38
+ "backToEdit": "Torna a modificare",
39
+ "save": "Salva",
40
+ "reset": "Reimposta",
41
+ "applyThisTheme": "Applica questo tema",
42
+ "expandEditor": "Espandi editor",
43
+ "minimizeEditor": "Minimizza editor"
44
+ },
45
+ "alerts": {
46
+ "title": {
47
+ "deleteTheme": "Conferma cancellazione tema"
48
+ },
49
+ "message": {
50
+ "deleteTheme_zero": "Stai eliminando permanentemente il tema \"{{name, anyCase}}\". Sei sicuro di voler procedere?",
51
+ "deleteTheme_one": "Stai eliminando permanentemente il tema \"{{name, anyCase}}\". Questo tema è utilizzato in un {{entityType}}. {{entityType, anyCase}} che utilizza questo tema verrà ripristinato al tema predefinito \"{{defaultThemeName, anyCase}}\". Sei sicuro di voler procedere?",
52
+ "deleteTheme_other": "Stai eliminando permanentemente il tema \"{{name, anyCase}}\". Questo tema è utilizzato in {{count}} {{entityType}}. {{entityType, anyCase}} che utilizza questo tema verrà ripristinato al tema predefinito \"{{defaultThemeName, anyCase}}\". Sei sicuro di voler procedere?"
53
+ }
54
+ },
55
+ "build": {
56
+ "leftSideBar": {
57
+ "headerTabs": {
58
+ "themes": "Temi"
59
+ },
60
+ "helpPopover": {
61
+ "title": "Temi",
62
+ "description": "Personalizza il tuo {{entityType}} per adattarlo al tuo marchio."
63
+ },
64
+ "themes": {
65
+ "systemThemes": "Temi di sistema",
66
+ "customThemes": "Temi personalizzati",
67
+ "themeOptions": {
68
+ "clone": "Clona",
69
+ "delete": "Elimina",
70
+ "setAsGlobalTheme": {
71
+ "label": "Imposta come tema globale",
72
+ "helpText": "Abilitando questa opzione, questo tema sarà impostato come tema predefinito, applicandolo automaticamente a tutti i tuoi futuri {{entityType}}. Questo tema sarà inoltre applicato ai {{entityType}} che utilizzano il precedente tema globale.",
73
+ "tooltipContent": "Questo tema è attualmente impostato come tema globale. Seleziona un altro tema per cambiarlo."
74
+ }
75
+ },
76
+ "themeCard": {
77
+ "primary": "Primario",
78
+ "secondary": "Secondario"
79
+ },
80
+ "notAppliedYet": "Questo tema non è ancora applicato a questo {{entityType}}.",
81
+ "editTheme": {
82
+ "title": "Modifica tema",
83
+ "imageUpload": "Trascina e rilascia o <span>Sfoglia</span> un file"
84
+ },
85
+ "createTheme": {
86
+ "title": "Nuovo tema",
87
+ "newThemeName": "Il mio tema"
88
+ },
89
+ "customCSS": "CSS personalizzato",
90
+ "themeCloned": "Tema clonato con successo.",
91
+ "themeCloneFailed": "Impossibile clonare il tema, riprova più tardi."
92
+ }
93
+ }
94
+ },
95
+ "form": {
96
+ "build": {
97
+ "logoPosition": "Posizione logo",
98
+ "font": "Carattere",
99
+ "left": "Sinistra",
100
+ "connect": "Collegare",
101
+ "update": "Aggiorna",
102
+ "confirmationText": "Testo di conferma",
103
+ "enterConfirmationText": "Inserisci il testo di conferma",
104
+ "questions": "Domande",
105
+ "right": "Destra",
106
+ "uploadCSV": "Carica CSV",
107
+ "answerColor": "Colore risposta",
108
+ "buttons": "Pulsanti",
109
+ "allAnswers": "Tutte le risposte",
110
+ "searchSubmissions": "Cerca invii",
111
+ "buttonBorderRadius": "Raggio di bordatura del pulsante",
112
+ "backgroundColor": "Colore di sfondo",
113
+ "enableContentBackground": "Abilita sfondo del contenuto",
114
+ "contentBackgroundColor": "Colore di sfondo del contenuto",
115
+ "backgroundImage": "Immagine di sfondo",
116
+ "backgroundOverlay": "Sovrapposizione di sfondo",
117
+ "enableDominantBackgroundColor": "Abilita il colore di sfondo dominante<br/>",
118
+ "enableDominantBackgroundColorInfo": "Abilitando questa opzione, il colore di sfondo verrà aggiornato al colore dominante dell'immagine di sfondo.",
119
+ "thankYouTextAlignment": "Allineamento del testo di ringraziamento",
120
+ "welcomeTextAlignment": "Allineamento del testo di benvenuto",
121
+ "questionsTextAlignment": "Allineamento del testo delle domande",
122
+ "addNewElement": "Aggiungi nuovo elemento",
123
+ "addOption": "Aggiungi opzione",
124
+ "addBulk": "Aggiungi in blocco",
125
+ "buttonText": "Testo del pulsante",
126
+ "buttonUrl": "URL del pulsante",
127
+ "bulkOption": {
128
+ "title": "Aggiunta in blocco delle opzioni",
129
+ "label": "Inserisci opzioni",
130
+ "helpText": "Separare le opzioni utilizzando virgole o interruzioni di riga. <Link>Visualizza articolo di aiuto</Link> per ulteriori informazioni."
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}}\" を完全に削除します。このテーマは1つの {{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}} に<bold>not yet applied</bold> です。",
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": "背景オーバーレイ",
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
+ }
@@ -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}}에 <bold>아직 적용되지 않았습니다</bold>.",
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": "배경 오버레이",
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
+ }
@@ -0,0 +1,135 @@
1
+ {
2
+ "neetoThemes": {
3
+ "entityType": {
4
+ "quiz": "Quiz",
5
+ "quiz_other": "Quizzes",
6
+ "form": "Formulier",
7
+ "form_other": "Formulieren",
8
+ "meeting": "Vergadering",
9
+ "meeting_other": "Vergaderingen",
10
+ "recording": "Opname",
11
+ "recording_other": "Opnames"
12
+ },
13
+ "common": {
14
+ "theme": "Thema",
15
+ "preview": "Voorbeeld",
16
+ "save": "Opslaan",
17
+ "done": "Klaar",
18
+ "cancel": "Annuleren",
19
+ "continue": "Doorgaan",
20
+ "retry": "Opnieuw proberen",
21
+ "active": "Actief",
22
+ "useTheme": "Gebruik thema",
23
+ "previewTheme": "Voorbeeld thema",
24
+ "activeTheme": "Actief thema",
25
+ "edit": "Bewerken",
26
+ "noResultsFound": "Geen resultaten gevonden!",
27
+ "searchThemes": "Zoek thema's",
28
+ "style": "Stijl",
29
+ "images": "Afbeeldingen",
30
+ "name": "Naam",
31
+ "left": "Links",
32
+ "logo": "Logo"
33
+ },
34
+ "buttons": {
35
+ "saveChanges": "Wijzigingen opslaan",
36
+ "addNewTheme": "Voeg nieuw thema toe",
37
+ "backToThemes": "Terug naar thema's",
38
+ "backToEdit": "Terug naar bewerken",
39
+ "save": "Opslaan",
40
+ "reset": "Reset",
41
+ "applyThisTheme": "Pas dit thema toe",
42
+ "expandEditor": "Vergroot editor",
43
+ "minimizeEditor": "Minimaliseer editor"
44
+ },
45
+ "alerts": {
46
+ "title": {
47
+ "deleteTheme": "Bevestig thema verwijdering"
48
+ },
49
+ "message": {
50
+ "deleteTheme_zero": "U verwijdert permanent het thema \"{{name, anyCase}}\". Weet u zeker dat u door wilt gaan?",
51
+ "deleteTheme_one": "U verwijdert permanent het thema \"{{name, anyCase}}\". Dit thema wordt in één {{entityType}} gebruikt. {{entityType, anyCase}} die dit thema gebruikt, zal terugvallen op het standaardthema \"{{defaultThemeName, anyCase}}\". Weet u zeker dat u door wilt gaan?",
52
+ "deleteTheme_other": "U verwijdert permanent het thema \"{{name, anyCase}}\". Dit thema wordt in {{count}} {{entityType}} gebruikt. {{entityType, anyCase}} die dit thema gebruikt, zal terugvallen op het standaardthema \"{{defaultThemeName, anyCase}}\". Weet u zeker dat u door wilt gaan?"
53
+ }
54
+ },
55
+ "build": {
56
+ "leftSideBar": {
57
+ "headerTabs": {
58
+ "themes": "Thema's"
59
+ },
60
+ "helpPopover": {
61
+ "title": "Thema's",
62
+ "description": "Personaliseer uw {{entityType}} om overeen te komen met uw merk."
63
+ },
64
+ "themes": {
65
+ "systemThemes": "Systeemthema's",
66
+ "customThemes": "Aangepaste thema's",
67
+ "themeOptions": {
68
+ "clone": "Klonen",
69
+ "delete": "Verwijderen",
70
+ "setAsGlobalTheme": {
71
+ "label": "Instellen als globaal thema",
72
+ "helpText": "Het inschakelen hiervan zal dit thema instellen als het standaardthema, dat automatisch wordt toegepast op al uw toekomstige {{entityType}}s. Dit thema zal ook worden toegepast op de {{entityType}}s die het vorige globale thema gebruiken.",
73
+ "tooltipContent": "Dit thema is momenteel ingesteld als het globale thema. Kies een ander thema om het te wijzigen."
74
+ }
75
+ },
76
+ "themeCard": {
77
+ "primary": "Primair",
78
+ "secondary": "Secundair"
79
+ },
80
+ "notAppliedYet": "Dit thema is <bold>nog niet toegepast</bold> op deze {{entityType}}.",
81
+ "editTheme": {
82
+ "title": "Bewerk thema",
83
+ "imageUpload": "Sleep en plaats of <span>Blader</span> naar een bestand"
84
+ },
85
+ "createTheme": {
86
+ "title": "Nieuw thema",
87
+ "newThemeName": "Mijn thema"
88
+ },
89
+ "customCSS": "Aangepaste CSS",
90
+ "themeCloned": "Thema is succesvol gekloond.",
91
+ "themeCloneFailed": "Het is niet gelukt om het thema te klonen, probeer het later opnieuw."
92
+ }
93
+ }
94
+ },
95
+ "form": {
96
+ "build": {
97
+ "logoPosition": "Logo positie",
98
+ "font": "Lettertype",
99
+ "left": "Links",
100
+ "connect": "Verbinden",
101
+ "update": "Bijwerken",
102
+ "confirmationText": "Bevestigingstekst",
103
+ "enterConfirmationText": "Voer bevestigingstekst in",
104
+ "questions": "Vragen",
105
+ "right": "Rechts",
106
+ "uploadCSV": "CSV uploaden",
107
+ "answerColor": "Antwoordkleur",
108
+ "buttons": "Knoppen",
109
+ "allAnswers": "Alle antwoorden",
110
+ "searchSubmissions": "Zoek inzendingen",
111
+ "buttonBorderRadius": "Ronding knoprand",
112
+ "backgroundColor": "Achtergrondkleur",
113
+ "enableContentBackground": "Inhoud achtergrond inschakelen",
114
+ "contentBackgroundColor": "Achtergrondkleur inhoud",
115
+ "backgroundImage": "Achtergrond afbeelding",
116
+ "backgroundOverlay": "Achtergrond overlay",
117
+ "enableDominantBackgroundColor": "Maak dominante<br/> achtergrondkleur mogelijk",
118
+ "enableDominantBackgroundColorInfo": "Het inschakelen van deze optie zal de achtergrondkleur bijwerken naar de dominante kleur van de achtergrond afbeelding.",
119
+ "thankYouTextAlignment": "Uitlijning dank u tekst",
120
+ "welcomeTextAlignment": "Uitlijning welkom tekst",
121
+ "questionsTextAlignment": "Uitlijning vragen tekst",
122
+ "addNewElement": "Voeg nieuw element toe",
123
+ "addOption": "Voeg optie toe",
124
+ "addBulk": "Bulk toevoegen",
125
+ "buttonText": "Knoptekst",
126
+ "buttonUrl": "Button URL",
127
+ "bulkOption": {
128
+ "title": "Bulkopties toevoegen",
129
+ "label": "Voer opties in",
130
+ "helpText": "Scheidingselementen met komma's of regeleinden. <Link>Bekijk hulpartikel</Link> voor meer informatie."
131
+ }
132
+ }
133
+ }
134
+ }
135
+ }