formeo 2.2.2 → 2.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/demo/assets/css/demo.min.css +2 -2
- package/dist/demo/assets/css/demo.min.css.gz +0 -0
- package/dist/demo/assets/css/formeo.min.css +2 -2
- package/dist/demo/assets/css/formeo.min.css.gz +0 -0
- package/dist/demo/assets/js/demo.min.js +2 -2
- package/dist/demo/assets/js/demo.min.js.gz +0 -0
- package/dist/demo/assets/js/formeo.min.js +3 -3
- package/dist/demo/assets/js/formeo.min.js.gz +0 -0
- package/dist/demo/assets/lang/af-ZA.json +1 -1
- package/dist/demo/assets/lang/af-ZA.lang +73 -30
- package/dist/demo/assets/lang/ar-TN.json +1 -1
- package/dist/demo/assets/lang/ar-TN.lang +161 -30
- package/dist/demo/assets/lang/cs-CZ.json +1 -1
- package/dist/demo/assets/lang/cs-CZ.lang +73 -30
- package/dist/demo/assets/lang/de-DE.json +1 -1
- package/dist/demo/assets/lang/de-DE.lang +72 -30
- package/dist/demo/assets/lang/en-US.json +1 -1
- package/dist/demo/assets/lang/en-US.lang +72 -28
- package/dist/demo/assets/lang/es-ES.json +1 -1
- package/dist/demo/assets/lang/es-ES.lang +73 -30
- package/dist/demo/assets/lang/fa-IR.json +1 -1
- package/dist/demo/assets/lang/fa-IR.lang +73 -30
- package/dist/demo/assets/lang/fi-FI.json +1 -1
- package/dist/demo/assets/lang/fi-FI.lang +73 -30
- package/dist/demo/assets/lang/fr-FR.json +1 -1
- package/dist/demo/assets/lang/fr-FR.lang +74 -30
- package/dist/demo/assets/lang/he-IL.json +1 -0
- package/dist/demo/assets/lang/he-IL.lang +231 -0
- package/dist/demo/assets/lang/hi-IN.json +1 -0
- package/dist/demo/assets/lang/hi-IN.json.gz +0 -0
- package/dist/demo/assets/lang/hi-IN.lang +229 -0
- package/dist/demo/assets/lang/hu-HU.json +1 -1
- package/dist/demo/assets/lang/hu-HU.lang +73 -30
- package/dist/demo/assets/lang/it-IT.json +1 -1
- package/dist/demo/assets/lang/it-IT.lang +72 -30
- package/dist/demo/assets/lang/ja-JP.json +1 -1
- package/dist/demo/assets/lang/ja-JP.lang +73 -31
- package/dist/demo/assets/lang/nb-NO.json +1 -1
- package/dist/demo/assets/lang/nb-NO.lang +72 -30
- package/dist/demo/assets/lang/pl-PL.json +1 -1
- package/dist/demo/assets/lang/pl-PL.lang +72 -30
- package/dist/demo/assets/lang/pt-BR.json +1 -1
- package/dist/demo/assets/lang/pt-BR.lang +73 -30
- package/dist/demo/assets/lang/pt-PT.json +1 -1
- package/dist/demo/assets/lang/pt-PT.lang +74 -30
- package/dist/demo/assets/lang/ro-RO.json +1 -1
- package/dist/demo/assets/lang/ro-RO.lang +72 -30
- package/dist/demo/assets/lang/ru-RU.json +1 -1
- package/dist/demo/assets/lang/ru-RU.lang +72 -30
- package/dist/demo/assets/lang/th-TH.json +1 -1
- package/dist/demo/assets/lang/th-TH.json.gz +0 -0
- package/dist/demo/assets/lang/th-TH.lang +74 -30
- package/dist/demo/assets/lang/tr-TR.json +1 -1
- package/dist/demo/assets/lang/tr-TR.lang +72 -30
- package/dist/demo/assets/lang/zh-CN.json +1 -1
- package/dist/demo/assets/lang/zh-CN.lang +72 -30
- package/dist/demo/assets/lang/zh-HK.json +1 -1
- package/dist/demo/assets/lang/zh-HK.lang +74 -30
- package/dist/demo/index.html +1 -1
- package/dist/formeo.cjs.js +3 -3
- package/dist/formeo.es.js +350 -96
- package/dist/formeo.min.css +2 -2
- package/dist/formeo.min.js +3 -3
- package/dist/formeo.umd.js +3 -3
- package/package.json +3 -1
|
@@ -1,13 +1,38 @@
|
|
|
1
|
-
cs-CZ = čeština
|
|
1
|
+
cs-CZ = čeština (Česko)
|
|
2
|
+
dir = ltr
|
|
3
|
+
|
|
2
4
|
|
|
3
5
|
en-US = angličtina
|
|
4
|
-
|
|
6
|
+
af-ZA = afrikánština (Jihoafrická republika)
|
|
7
|
+
ar-TN = arabština (Tunisko)
|
|
8
|
+
de-DE = němčina (Německo)
|
|
9
|
+
es-ES = španělština (Evropa)
|
|
10
|
+
fa-IR = perština (Írán)
|
|
11
|
+
fi-FI = finština (Finsko)
|
|
12
|
+
fr-FR = francouzština (Francie)
|
|
13
|
+
hu-HU = maďarština (Maďarsko)
|
|
14
|
+
it-IT = italština (Itálie)
|
|
15
|
+
ja-JP = japonština (Japonsko)
|
|
16
|
+
nb-NO = norština (bokmål) (Norsko)
|
|
17
|
+
pl-PL = polština (Polsko)
|
|
18
|
+
pt-BR = portugalština (Brazílie)
|
|
19
|
+
pt-PT = portugalština (Evropa)
|
|
20
|
+
ro-RO = rumunština (Rumunsko)
|
|
21
|
+
ru-RU = ruština (Rusko)
|
|
22
|
+
th-TH = thajština (Thajsko)
|
|
23
|
+
tr-TR = turečtina (Turecko)
|
|
24
|
+
zh-CN = čínština (Čína)
|
|
25
|
+
zh-HK = čínština (Hongkong – ZAO Číny)
|
|
26
|
+
|
|
27
|
+
|
|
5
28
|
action.add.attrs.attr = Jaký atribut byste chtěli přidat?
|
|
6
29
|
action.add.attrs.value = Výchozí hodnota
|
|
7
30
|
addOption = Přidat možnost
|
|
8
31
|
allFieldsRemoved = Všechna pole byla odstraněna.
|
|
9
32
|
allowSelect = Povolit Vybrat
|
|
33
|
+
and = a
|
|
10
34
|
attribute = Atribut
|
|
35
|
+
attributeNotPermitted = Atribut "{attribute}" není povolen, vyberte prosím jiný.
|
|
11
36
|
attributes = Atributy
|
|
12
37
|
attrs.class = Třída
|
|
13
38
|
attrs.className = Třída
|
|
@@ -21,6 +46,7 @@ attrs.value = Hodnota
|
|
|
21
46
|
autocomplete = Automatické doplňování
|
|
22
47
|
button = Tlačítko
|
|
23
48
|
cannotBeEmpty = Toto pole nemůže být prázdné
|
|
49
|
+
cannotClearFields = Nejsou zde žádná pole k vymazání
|
|
24
50
|
checkbox = Zaškrtávací políčko
|
|
25
51
|
checkboxes = Zaškrtávací políčka
|
|
26
52
|
class = Třída
|
|
@@ -28,11 +54,14 @@ clear = Jasný
|
|
|
28
54
|
clearAllMessage = Opravdu chcete vymazat všechna pole?
|
|
29
55
|
close = Blízko
|
|
30
56
|
column = Sloupec
|
|
57
|
+
condition.target.placeholder = cíl
|
|
58
|
+
condition.value.placeholder = hodnota
|
|
31
59
|
confirmClearAll = Opravdu chcete odstranit všechna pole?
|
|
32
60
|
content = Obsah
|
|
33
61
|
control = Řízení
|
|
34
62
|
controlGroups.nextGroup = Další skupina
|
|
35
63
|
controlGroups.prevGroup = Předchozí skupina
|
|
64
|
+
controls.filteringTerm = Filtrování „{term}“
|
|
36
65
|
controls.form.button = Tlačítko
|
|
37
66
|
controls.form.checkbox-group = Skupina zaškrtávacích políček
|
|
38
67
|
controls.form.input.date = Datum
|
|
@@ -52,16 +81,21 @@ controls.html.header = Záhlaví
|
|
|
52
81
|
controls.html.paragraph = Odstavec
|
|
53
82
|
controls.layout.column = Sloupec
|
|
54
83
|
controls.layout.row = Řádek
|
|
55
|
-
controls.filteringTerm = Filtrování „{term}“
|
|
56
84
|
copy = Kopírovat do schránky
|
|
57
85
|
danger = Nebezpečí
|
|
58
|
-
description = Text nápovědy
|
|
59
|
-
descriptionField = Popis
|
|
60
86
|
defineColumnLayout = Definujte rozvržení sloupců
|
|
61
87
|
defineColumnWidths = Definujte šířky sloupců
|
|
88
|
+
description = Text nápovědy
|
|
89
|
+
descriptionField = Popis
|
|
62
90
|
editing.row = Editace řádku
|
|
63
91
|
editorTitle = Prvky formuláře
|
|
64
92
|
field = Pole
|
|
93
|
+
field.property.invalid = neplatí
|
|
94
|
+
field.property.isNotVisible = není vidět
|
|
95
|
+
field.property.isVisible = je vidět
|
|
96
|
+
field.property.label = označení
|
|
97
|
+
field.property.valid = platný
|
|
98
|
+
field.property.value = hodnota
|
|
65
99
|
fieldNonEditable = Toto pole nelze upravit.
|
|
66
100
|
fieldRemoveWarning = Opravdu chcete toto pole odstranit?
|
|
67
101
|
fileUpload = Nahrání souboru
|
|
@@ -73,12 +107,34 @@ hidden = Skrytý vstup
|
|
|
73
107
|
hide = Upravit
|
|
74
108
|
htmlElements = HTML prvky
|
|
75
109
|
if = Li
|
|
110
|
+
if.condition.source.placeholder = zdroj
|
|
111
|
+
if.condition.target.placeholder = cíl / hodnota
|
|
76
112
|
info = Info
|
|
77
113
|
input.date = Datum
|
|
78
114
|
input.text = Text
|
|
79
115
|
label = Označení
|
|
80
116
|
labelCount = {label} {count}
|
|
81
117
|
labelEmpty = Štítek pole nemůže být prázdný
|
|
118
|
+
lang.af = Afričan
|
|
119
|
+
lang.ar = arabština
|
|
120
|
+
lang.cs = čeština
|
|
121
|
+
lang.de = Němec
|
|
122
|
+
lang.en = angličtina
|
|
123
|
+
lang.es = španělština
|
|
124
|
+
lang.fa = Peršan
|
|
125
|
+
lang.fi = finština
|
|
126
|
+
lang.fr = francouzština
|
|
127
|
+
lang.hu = maďarský
|
|
128
|
+
lang.it = italština
|
|
129
|
+
lang.ja = japonský
|
|
130
|
+
lang.nb = norský bokmål
|
|
131
|
+
lang.pl = polština
|
|
132
|
+
lang.pt = portugalština
|
|
133
|
+
lang.ro = rumunština
|
|
134
|
+
lang.ru = ruština
|
|
135
|
+
lang.th = thajština
|
|
136
|
+
lang.tr = turečtina
|
|
137
|
+
lang.zh = čínština
|
|
82
138
|
layout = Rozložení
|
|
83
139
|
limitRole = Omezte přístup k jedné nebo více z následujících rolí:
|
|
84
140
|
mandatory = Povinné
|
|
@@ -88,15 +144,23 @@ meta.icon = Ico
|
|
|
88
144
|
meta.label = Označení
|
|
89
145
|
minOptionMessage = Toto pole vyžaduje minimálně 2 možnosti
|
|
90
146
|
name = Jméno
|
|
147
|
+
newOptionLabel = Nový {type}
|
|
91
148
|
no = Žádný
|
|
92
149
|
number = Číslo
|
|
93
150
|
off = Vypnuto
|
|
94
151
|
on = Na
|
|
152
|
+
operator.contains = obsahuje
|
|
153
|
+
operator.equals = rovná se
|
|
154
|
+
operator.notContains = neobsahuje
|
|
155
|
+
operator.notEquals = ne rovné
|
|
156
|
+
operator.notVisible = není vidět
|
|
157
|
+
operator.visible = viditelné
|
|
95
158
|
option = Volba
|
|
96
159
|
optional = volitelný
|
|
97
160
|
optionEmpty = Je vyžadována hodnota opce
|
|
98
161
|
optionLabel = Možnost {count}
|
|
99
162
|
options = Možnosti
|
|
163
|
+
or = nebo
|
|
100
164
|
order = Objednávka
|
|
101
165
|
panel.label.attrs = Atributy
|
|
102
166
|
panel.label.conditions = Podmínky
|
|
@@ -104,8 +168,8 @@ panel.label.config = Konfigurace
|
|
|
104
168
|
panel.label.meta = Meta
|
|
105
169
|
panel.label.options = Možnosti
|
|
106
170
|
panelEditButtons.attrs = + Atribut
|
|
107
|
-
panelEditButtons.options = + Možnost
|
|
108
171
|
panelEditButtons.conditions = + Stav
|
|
172
|
+
panelEditButtons.options = + Možnost
|
|
109
173
|
placeholder = Zástupný symbol
|
|
110
174
|
placeholder.className = prostorově oddělené třídy
|
|
111
175
|
placeholder.email = Zadejte svůj email
|
|
@@ -118,8 +182,8 @@ placeholder.value = Hodnota
|
|
|
118
182
|
preview = Náhled
|
|
119
183
|
primary = Primární
|
|
120
184
|
remove = Odstranit
|
|
121
|
-
removeType = Odebrat {type}
|
|
122
185
|
removeMessage = Odebrat prvek
|
|
186
|
+
removeType = Odebrat {type}
|
|
123
187
|
required = Požadovaný
|
|
124
188
|
reset = Resetovat
|
|
125
189
|
richText = Rich Text Editor
|
|
@@ -129,7 +193,6 @@ row.makeInputGroup = Udělejte z tohoto řádku vstupní skupinu.
|
|
|
129
193
|
row.makeInputGroupDesc = Skupiny vstupů umožňují uživatelům přidávat sady vstupů najednou.
|
|
130
194
|
row.settings.fieldsetWrap = Zabalte řádek do sady <fieldset> štítek
|
|
131
195
|
row.settings.fieldsetWrap.aria = Zabalte řádek do sady polí
|
|
132
|
-
cannotClearFields = Nejsou zde žádná pole k vymazání
|
|
133
196
|
save = Uložit
|
|
134
197
|
secondary = Sekundární
|
|
135
198
|
select = Vybrat
|
|
@@ -157,28 +220,8 @@ subtype = Typ
|
|
|
157
220
|
success = Úspěch
|
|
158
221
|
text = Textové pole
|
|
159
222
|
then = Pak
|
|
223
|
+
then.condition.target.placeholder = cíl
|
|
160
224
|
toggle = Přepnout
|
|
161
225
|
ungrouped = Un-grouped
|
|
162
226
|
warning = Varování
|
|
163
|
-
yes = Ano
|
|
164
|
-
and = a
|
|
165
|
-
or = nebo
|
|
166
|
-
field.property.value = hodnota
|
|
167
|
-
field.property.label = označení
|
|
168
|
-
field.property.valid = platný
|
|
169
|
-
field.property.invalid = neplatí
|
|
170
|
-
field.property.isVisible = je vidět
|
|
171
|
-
field.property.isNotVisible = není vidět
|
|
172
|
-
newOptionLabel = Nový {type}
|
|
173
|
-
operator.visible = viditelné
|
|
174
|
-
operator.notVisible = není vidět
|
|
175
|
-
operator.equals = rovná se
|
|
176
|
-
operator.notEquals = ne rovné
|
|
177
|
-
operator.contains = obsahuje
|
|
178
|
-
operator.notContains = neobsahuje
|
|
179
|
-
condition.target.placeholder = cíl
|
|
180
|
-
if.condition.target.placeholder = cíl / hodnota
|
|
181
|
-
if.condition.source.placeholder = zdroj
|
|
182
|
-
then.condition.target.placeholder = cíl
|
|
183
|
-
condition.value.placeholder = hodnota
|
|
184
|
-
attributeNotPermitted = Atribut "{attribute}" není povolen, vyberte prosím jiný.
|
|
227
|
+
yes = Ano
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"de-DE":"Deutsch","en-US":"Englisch","
|
|
1
|
+
{"de-DE":"Deutsch (Deutschland)","dir":"ltr","en-US":"Englisch","af-ZA":"Afrikaans (Südafrika)","ar-TN":"Arabisch (Tunesien)","cs-CZ":"Tschechisch (Tschechien)","es-ES":"Spanisch (Spanien)","fa-IR":"Persisch (Iran)","fi-FI":"Finnisch (Finnland)","fr-FR":"Französisch (Frankreich)","hu-HU":"Ungarisch (Ungarn)","it-IT":"Italienisch (Italien)","ja-JP":"Japanisch (Japan)","nb-NO":"Norwegisch (Bokmål) (Norwegen)","pl-PL":"Polnisch (Polen)","pt-BR":"Portugiesisch (Brasilien)","pt-PT":"Portugiesisch (Portugal)","ro-RO":"Rumänisch (Rumänien)","ru-RU":"Russisch (Russland)","th-TH":"Thailändisch (Thailand)","tr-TR":"Türkisch (Türkei)","zh-CN":"Chinesisch (China)","zh-HK":"Chinesisch (Sonderverwaltungsregion Hongkong)","action.add.attrs.attr":"Welches Attribut möchten Sie hinzufügen?","action.add.attrs.value":"Standardwert","addOption":"Option hinzufügen","allFieldsRemoved":"Alle Felder wurden entfernt.","allowSelect":"Auswahl zulassen","and":"und","attribute":"Attribut","attributeNotPermitted":"Attribut \"{Attribut}\" ist nicht zulässig, bitte wählen Sie ein anderes.","attributes":"Attribute","attrs.class":"Klasse","attrs.className":"Klasse","attrs.dir":"Richtung","attrs.id":"Ich würde","attrs.required":"Erforderlich","attrs.style":"Stil","attrs.title":"Titel","attrs.type":"Art","attrs.value":"Wert","autocomplete":"Autovervollständigung","button":"Taste","cannotBeEmpty":"Dieses Feld kann nicht leer sein","cannotClearFields":"Es gibt keine zu löschenden Felder","checkbox":"Ankreuzfeld","checkboxes":"Ankreuzfelder","class":"Klasse","clear":"klar","clearAllMessage":"Möchten Sie wirklich alle Felder löschen?","close":"Schließen","column":"Säule","condition.target.placeholder":"Ziel","condition.value.placeholder":"Wert","confirmClearAll":"Möchten Sie wirklich alle Felder entfernen?","content":"Inhalt","control":"Steuerung","controlGroups.nextGroup":"Nächste Gruppe","controlGroups.prevGroup":"Vorherige Gruppe","controls.filteringTerm":"Filtern \"{Begriff}\"","controls.form.button":"Taste","controls.form.checkbox-group":"Kontrollkästchen Gruppe","controls.form.input.date":"Datum","controls.form.input.email":"Email","controls.form.input.file":"Datei-Upload","controls.form.input.hidden":"Versteckte Eingabe","controls.form.input.number":"Nummer","controls.form.input.text":"Text Eingabe","controls.form.radio-group":"Radio-Gruppe","controls.form.select":"Wählen","controls.form.textarea":"TextArea","controls.groups.form":"Formularfelder","controls.groups.html":"HTML-Elemente","controls.groups.layout":"Layout","controls.html.divider":"Teiler","controls.html.header":"Header","controls.html.paragraph":"Absatz","controls.layout.column":"Säule","controls.layout.row":"Reihe","copy":"In die Zwischenablage kopieren","danger":"Achtung","defineColumnLayout":"Definieren Sie ein Spaltenlayout","defineColumnWidths":"Spaltenbreiten definieren","description":"Hilfstext","descriptionField":"Beschreibung","editing.row":"Zeile bearbeiten","editorTitle":"Formularelemente","field":"Feld","field.property.invalid":"ungültig","field.property.isNotVisible":"ist nicht sichtbar","field.property.isVisible":"ist sichtbar","field.property.label":"Etikette","field.property.valid":"gültig","field.property.value":"Wert","fieldNonEditable":"Dieses Feld kann nicht bearbeitet werden.","fieldRemoveWarning":"Möchten Sie dieses Feld wirklich entfernen?","fileUpload":"Datei-Upload","formUpdated":"Formular aktualisiert","getStarted":"Ziehen Sie ein Feld von rechts, um zu beginnen.","group":"Gruppe","grouped":"Gruppiert","hidden":"Versteckte Eingabe","hide":"Bearbeiten","htmlElements":"HTML-Elemente","if":"Ob","if.condition.source.placeholder":"Quelle","if.condition.target.placeholder":"Zielwert","info":"Info","input.date":"Datum","input.text":"Text","label":"Etikette","labelCount":"{label} {count}","labelEmpty":"Feldbezeichnung darf nicht leer sein","lang.af":"afrikanisch","lang.ar":"Arabisch","lang.cs":"tschechisch","lang.de":"Deutsch","lang.en":"Englisch","lang.es":"Spanisch","lang.fa":"persisch","lang.fi":"finnisch","lang.fr":"Französisch","lang.hu":"ungarisch","lang.it":"Italienisch","lang.ja":"japanisch","lang.nb":"Norwegisches Bokmål","lang.pl":"Polieren","lang.pt":"Portugiesisch","lang.ro":"rumänisch","lang.ru":"Russisch","lang.th":"Thai","lang.tr":"Türkisch","lang.zh":"chinesisch","layout":"Layout","limitRole":"Beschränken Sie den Zugriff auf eine oder mehrere der folgenden Rollen:","mandatory":"Verpflichtend","maxlength":"Maximale Länge","meta.group":"Gruppe","meta.icon":"Ico","meta.label":"Etikette","minOptionMessage":"Dieses Feld erfordert mindestens 2 Optionen","name":"Name","newOptionLabel":"Neuer Typ}","no":"Nein","number":"Nummer","off":"aus","on":"Auf","operator.contains":"enthält","operator.equals":"gleich","operator.notContains":"enthält nicht","operator.notEquals":"nicht gleich","operator.notVisible":"nicht sichtbar","operator.visible":"sichtbar","option":"Möglichkeit","optional":"wahlweise","optionEmpty":"Optionswert erforderlich","optionLabel":"Option {count}","options":"Optionen","or":"oder","order":"Auftrag","panel.label.attrs":"Attribute","panel.label.conditions":"Bedingungen","panel.label.config":"Aufbau","panel.label.meta":"Meta","panel.label.options":"Optionen","panelEditButtons.attrs":"+ Attribut","panelEditButtons.conditions":"+ Bedingung","panelEditButtons.options":"+ Wahl","placeholder":"Platzhalter","placeholder.className":"Leerzeichen getrennte Klassen","placeholder.email":"Geben Sie Ihre E-Mail ein","placeholder.label":"Etikette","placeholder.password":"Geben Sie Ihr Passwort ein","placeholder.placeholder":"Platzhalter","placeholder.text":"Geben Sie einen Text ein","placeholder.textarea":"Geben Sie viel Text ein","placeholder.value":"Wert","preview":"Vorschau","primary":"Primär","remove":"Löschen","removeMessage":"Element entfernen","removeType":"{Type} entfernen","required":"Erforderlich","reset":"Zurücksetzen","richText":"Rich-Text-Editor","roles":"Zugriff","row":"Reihe","row.makeInputGroup":"Machen Sie diese Zeile zu einer Eingabegruppe.","row.makeInputGroupDesc":"Eingabegruppen ermöglichen Benutzern das Hinzufügen von Eingabesätzen gleichzeitig.","row.settings.fieldsetWrap":"Zeilenumbruch in einem & lt; -Feldset & gt; Etikett","row.settings.fieldsetWrap.aria":"Zeile in Fieldset umbrechen","save":"sparen","secondary":"Sekundär","select":"Wählen","selectColor":"Wähle Farbe","selectionsMessage":"Mehrfachauswahl zulassen","selectOptions":"Optionen","separator":"Separator","settings":"die Einstellungen","size":"Größe","sizes":"Größen","sizes.lg":"Groß","sizes.m":"Standard","sizes.sm":"Klein","sizes.xs":"Extra klein","style":"Stil","styles":"Styles","styles.btn":"Button Style","styles.btn.danger":"Achtung","styles.btn.default":"Standard","styles.btn.info":"Info","styles.btn.primary":"Primär","styles.btn.success":"Erfolg","styles.btn.warning":"Warnung","subtype":"Art","success":"Erfolg","text":"Textfeld","then":"Dann","then.condition.target.placeholder":"Ziel","toggle":"Umschalten","ungrouped":"A-gruppierte","warning":"Warnung","yes":"Ja"}
|
|
@@ -1,14 +1,38 @@
|
|
|
1
|
-
de-DE = Deutsch
|
|
1
|
+
de-DE = Deutsch (Deutschland)
|
|
2
|
+
dir = ltr
|
|
3
|
+
|
|
2
4
|
|
|
3
5
|
en-US = Englisch
|
|
4
|
-
|
|
6
|
+
af-ZA = Afrikaans (Südafrika)
|
|
7
|
+
ar-TN = Arabisch (Tunesien)
|
|
8
|
+
cs-CZ = Tschechisch (Tschechien)
|
|
9
|
+
es-ES = Spanisch (Spanien)
|
|
10
|
+
fa-IR = Persisch (Iran)
|
|
11
|
+
fi-FI = Finnisch (Finnland)
|
|
12
|
+
fr-FR = Französisch (Frankreich)
|
|
13
|
+
hu-HU = Ungarisch (Ungarn)
|
|
14
|
+
it-IT = Italienisch (Italien)
|
|
15
|
+
ja-JP = Japanisch (Japan)
|
|
16
|
+
nb-NO = Norwegisch (Bokmål) (Norwegen)
|
|
17
|
+
pl-PL = Polnisch (Polen)
|
|
18
|
+
pt-BR = Portugiesisch (Brasilien)
|
|
19
|
+
pt-PT = Portugiesisch (Portugal)
|
|
20
|
+
ro-RO = Rumänisch (Rumänien)
|
|
21
|
+
ru-RU = Russisch (Russland)
|
|
22
|
+
th-TH = Thailändisch (Thailand)
|
|
23
|
+
tr-TR = Türkisch (Türkei)
|
|
24
|
+
zh-CN = Chinesisch (China)
|
|
25
|
+
zh-HK = Chinesisch (Sonderverwaltungsregion Hongkong)
|
|
26
|
+
|
|
5
27
|
|
|
6
28
|
action.add.attrs.attr = Welches Attribut möchten Sie hinzufügen?
|
|
7
29
|
action.add.attrs.value = Standardwert
|
|
8
30
|
addOption = Option hinzufügen
|
|
9
31
|
allFieldsRemoved = Alle Felder wurden entfernt.
|
|
10
32
|
allowSelect = Auswahl zulassen
|
|
33
|
+
and = und
|
|
11
34
|
attribute = Attribut
|
|
35
|
+
attributeNotPermitted = Attribut "{Attribut}" ist nicht zulässig, bitte wählen Sie ein anderes.
|
|
12
36
|
attributes = Attribute
|
|
13
37
|
attrs.class = Klasse
|
|
14
38
|
attrs.className = Klasse
|
|
@@ -22,6 +46,7 @@ attrs.value = Wert
|
|
|
22
46
|
autocomplete = Autovervollständigung
|
|
23
47
|
button = Taste
|
|
24
48
|
cannotBeEmpty = Dieses Feld kann nicht leer sein
|
|
49
|
+
cannotClearFields = Es gibt keine zu löschenden Felder
|
|
25
50
|
checkbox = Ankreuzfeld
|
|
26
51
|
checkboxes = Ankreuzfelder
|
|
27
52
|
class = Klasse
|
|
@@ -29,11 +54,14 @@ clear = klar
|
|
|
29
54
|
clearAllMessage = Möchten Sie wirklich alle Felder löschen?
|
|
30
55
|
close = Schließen
|
|
31
56
|
column = Säule
|
|
57
|
+
condition.target.placeholder = Ziel
|
|
58
|
+
condition.value.placeholder = Wert
|
|
32
59
|
confirmClearAll = Möchten Sie wirklich alle Felder entfernen?
|
|
33
60
|
content = Inhalt
|
|
34
61
|
control = Steuerung
|
|
35
62
|
controlGroups.nextGroup = Nächste Gruppe
|
|
36
63
|
controlGroups.prevGroup = Vorherige Gruppe
|
|
64
|
+
controls.filteringTerm = Filtern "{Begriff}"
|
|
37
65
|
controls.form.button = Taste
|
|
38
66
|
controls.form.checkbox-group = Kontrollkästchen Gruppe
|
|
39
67
|
controls.form.input.date = Datum
|
|
@@ -53,16 +81,21 @@ controls.html.header = Header
|
|
|
53
81
|
controls.html.paragraph = Absatz
|
|
54
82
|
controls.layout.column = Säule
|
|
55
83
|
controls.layout.row = Reihe
|
|
56
|
-
controls.filteringTerm = Filtern "{Begriff}"
|
|
57
84
|
copy = In die Zwischenablage kopieren
|
|
58
85
|
danger = Achtung
|
|
59
|
-
description = Hilfstext
|
|
60
|
-
descriptionField = Beschreibung
|
|
61
86
|
defineColumnLayout = Definieren Sie ein Spaltenlayout
|
|
62
87
|
defineColumnWidths = Spaltenbreiten definieren
|
|
88
|
+
description = Hilfstext
|
|
89
|
+
descriptionField = Beschreibung
|
|
63
90
|
editing.row = Zeile bearbeiten
|
|
64
91
|
editorTitle = Formularelemente
|
|
65
92
|
field = Feld
|
|
93
|
+
field.property.invalid = ungültig
|
|
94
|
+
field.property.isNotVisible = ist nicht sichtbar
|
|
95
|
+
field.property.isVisible = ist sichtbar
|
|
96
|
+
field.property.label = Etikette
|
|
97
|
+
field.property.valid = gültig
|
|
98
|
+
field.property.value = Wert
|
|
66
99
|
fieldNonEditable = Dieses Feld kann nicht bearbeitet werden.
|
|
67
100
|
fieldRemoveWarning = Möchten Sie dieses Feld wirklich entfernen?
|
|
68
101
|
fileUpload = Datei-Upload
|
|
@@ -74,12 +107,34 @@ hidden = Versteckte Eingabe
|
|
|
74
107
|
hide = Bearbeiten
|
|
75
108
|
htmlElements = HTML-Elemente
|
|
76
109
|
if = Ob
|
|
110
|
+
if.condition.source.placeholder = Quelle
|
|
111
|
+
if.condition.target.placeholder = Zielwert
|
|
77
112
|
info = Info
|
|
78
113
|
input.date = Datum
|
|
79
114
|
input.text = Text
|
|
80
115
|
label = Etikette
|
|
81
116
|
labelCount = {label} {count}
|
|
82
117
|
labelEmpty = Feldbezeichnung darf nicht leer sein
|
|
118
|
+
lang.af = afrikanisch
|
|
119
|
+
lang.ar = Arabisch
|
|
120
|
+
lang.cs = tschechisch
|
|
121
|
+
lang.de = Deutsch
|
|
122
|
+
lang.en = Englisch
|
|
123
|
+
lang.es = Spanisch
|
|
124
|
+
lang.fa = persisch
|
|
125
|
+
lang.fi = finnisch
|
|
126
|
+
lang.fr = Französisch
|
|
127
|
+
lang.hu = ungarisch
|
|
128
|
+
lang.it = Italienisch
|
|
129
|
+
lang.ja = japanisch
|
|
130
|
+
lang.nb = Norwegisches Bokmål
|
|
131
|
+
lang.pl = Polieren
|
|
132
|
+
lang.pt = Portugiesisch
|
|
133
|
+
lang.ro = rumänisch
|
|
134
|
+
lang.ru = Russisch
|
|
135
|
+
lang.th = Thai
|
|
136
|
+
lang.tr = Türkisch
|
|
137
|
+
lang.zh = chinesisch
|
|
83
138
|
layout = Layout
|
|
84
139
|
limitRole = Beschränken Sie den Zugriff auf eine oder mehrere der folgenden Rollen:
|
|
85
140
|
mandatory = Verpflichtend
|
|
@@ -89,15 +144,23 @@ meta.icon = Ico
|
|
|
89
144
|
meta.label = Etikette
|
|
90
145
|
minOptionMessage = Dieses Feld erfordert mindestens 2 Optionen
|
|
91
146
|
name = Name
|
|
147
|
+
newOptionLabel = Neuer Typ}
|
|
92
148
|
no = Nein
|
|
93
149
|
number = Nummer
|
|
94
150
|
off = aus
|
|
95
151
|
on = Auf
|
|
152
|
+
operator.contains = enthält
|
|
153
|
+
operator.equals = gleich
|
|
154
|
+
operator.notContains = enthält nicht
|
|
155
|
+
operator.notEquals = nicht gleich
|
|
156
|
+
operator.notVisible = nicht sichtbar
|
|
157
|
+
operator.visible = sichtbar
|
|
96
158
|
option = Möglichkeit
|
|
97
159
|
optional = wahlweise
|
|
98
160
|
optionEmpty = Optionswert erforderlich
|
|
99
161
|
optionLabel = Option {count}
|
|
100
162
|
options = Optionen
|
|
163
|
+
or = oder
|
|
101
164
|
order = Auftrag
|
|
102
165
|
panel.label.attrs = Attribute
|
|
103
166
|
panel.label.conditions = Bedingungen
|
|
@@ -105,8 +168,8 @@ panel.label.config = Aufbau
|
|
|
105
168
|
panel.label.meta = Meta
|
|
106
169
|
panel.label.options = Optionen
|
|
107
170
|
panelEditButtons.attrs = + Attribut
|
|
108
|
-
panelEditButtons.options = + Wahl
|
|
109
171
|
panelEditButtons.conditions = + Bedingung
|
|
172
|
+
panelEditButtons.options = + Wahl
|
|
110
173
|
placeholder = Platzhalter
|
|
111
174
|
placeholder.className = Leerzeichen getrennte Klassen
|
|
112
175
|
placeholder.email = Geben Sie Ihre E-Mail ein
|
|
@@ -119,8 +182,8 @@ placeholder.value = Wert
|
|
|
119
182
|
preview = Vorschau
|
|
120
183
|
primary = Primär
|
|
121
184
|
remove = Löschen
|
|
122
|
-
removeType = {Type} entfernen
|
|
123
185
|
removeMessage = Element entfernen
|
|
186
|
+
removeType = {Type} entfernen
|
|
124
187
|
required = Erforderlich
|
|
125
188
|
reset = Zurücksetzen
|
|
126
189
|
richText = Rich-Text-Editor
|
|
@@ -130,7 +193,6 @@ row.makeInputGroup = Machen Sie diese Zeile zu einer Eingabegruppe.
|
|
|
130
193
|
row.makeInputGroupDesc = Eingabegruppen ermöglichen Benutzern das Hinzufügen von Eingabesätzen gleichzeitig.
|
|
131
194
|
row.settings.fieldsetWrap = Zeilenumbruch in einem & lt; -Feldset & gt; Etikett
|
|
132
195
|
row.settings.fieldsetWrap.aria = Zeile in Fieldset umbrechen
|
|
133
|
-
cannotClearFields = Es gibt keine zu löschenden Felder
|
|
134
196
|
save = sparen
|
|
135
197
|
secondary = Sekundär
|
|
136
198
|
select = Wählen
|
|
@@ -158,28 +220,8 @@ subtype = Art
|
|
|
158
220
|
success = Erfolg
|
|
159
221
|
text = Textfeld
|
|
160
222
|
then = Dann
|
|
223
|
+
then.condition.target.placeholder = Ziel
|
|
161
224
|
toggle = Umschalten
|
|
162
225
|
ungrouped = A-gruppierte
|
|
163
226
|
warning = Warnung
|
|
164
|
-
yes = Ja
|
|
165
|
-
and = und
|
|
166
|
-
or = oder
|
|
167
|
-
field.property.value = Wert
|
|
168
|
-
field.property.label = Etikette
|
|
169
|
-
field.property.valid = gültig
|
|
170
|
-
field.property.invalid = ungültig
|
|
171
|
-
field.property.isVisible = ist sichtbar
|
|
172
|
-
field.property.isNotVisible = ist nicht sichtbar
|
|
173
|
-
newOptionLabel = Neuer Typ}
|
|
174
|
-
operator.visible = sichtbar
|
|
175
|
-
operator.notVisible = nicht sichtbar
|
|
176
|
-
operator.equals = gleich
|
|
177
|
-
operator.notEquals = nicht gleich
|
|
178
|
-
operator.contains = enthält
|
|
179
|
-
operator.notContains = enthält nicht
|
|
180
|
-
condition.target.placeholder = Ziel
|
|
181
|
-
if.condition.target.placeholder = Zielwert
|
|
182
|
-
if.condition.source.placeholder = Quelle
|
|
183
|
-
then.condition.target.placeholder = Ziel
|
|
184
|
-
condition.value.placeholder = Wert
|
|
185
|
-
attributeNotPermitted = Attribut "{Attribut}" ist nicht zulässig, bitte wählen Sie ein anderes.
|
|
227
|
+
yes = Ja
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"en-US":"English","dir":"ltr","action.add.attrs.attr":"What attribute would you like to add?","action.add.attrs.value":"Default Value","addOption":"Add Option","allFieldsRemoved":"All fields were removed.","allowSelect":"Allow Select","attribute":"Attribute","attributes":"Attributes","attrs.class":"Class","attrs.className":"Class","attrs.dir":"Direction","attrs.id":"Id","attrs.required":"Required","attrs.style":"Style","attrs.title":"Title","attrs.type":"Type","attrs.value":"Value","autocomplete":"Autocomplete","button":"Button","cannotBeEmpty":"This field cannot be empty","checkbox":"Checkbox","checkboxes":"Checkboxes","class":"Class","clear":"Clear","clearAllMessage":"Are you sure you want to clear all fields?","close":"Close","column":"Column","confirmClearAll":"Are you sure you want to remove all fields?","content":"Content","control":"Control","controlGroups.nextGroup":"Next Group","controlGroups.prevGroup":"Previous Group","controls.form.button":"Button","controls.form.checkbox-group":"Checkbox Group","controls.form.input.date":"Date","controls.form.input.email":"Email","controls.form.input.file":"File Upload","controls.form.input.hidden":"Hidden Input","controls.form.input.number":"Number","controls.form.input.text":"Text Input","controls.form.radio-group":"Radio Group","controls.form.select":"Select","controls.form.textarea":"TextArea","controls.groups.form":"Form Fields","controls.groups.html":"HTML Elements","controls.groups.layout":"Layout","controls.html.divider":"Divider","controls.html.header":"Header","controls.html.paragraph":"Paragraph","controls.layout.column":"Column","controls.layout.row":"Row","
|
|
1
|
+
{"en-US":"English","dir":"ltr","af-ZA":"Afrikaans (South Africa)","ar-TN":"Arabic (Tunisia)","cs-CZ":"Czech (Czechia)","de-DE":"German (Germany)","es-ES":"European Spanish","fa-IR":"Persian (Iran)","fi-FI":"Finnish (Finland)","fr-FR":"French (France)","hu-HU":"Hungarian (Hungary)","it-IT":"Italian (Italy)","ja-JP":"Japanese (Japan)","nb-NO":"Norwegian Bokmål (Norway)","pl-PL":"Polish (Poland)","pt-BR":"Brazilian Portuguese","pt-PT":"European Portuguese","ro-RO":"Romanian (Romania)","ru-RU":"Russian (Russia)","th-TH":"Thai (Thailand)","tr-TR":"Turkish (Türkiye)","zh-CN":"Chinese (China)","zh-HK":"Chinese (Hong Kong SAR China)","action.add.attrs.attr":"What attribute would you like to add?","action.add.attrs.value":"Default Value","addOption":"Add Option","allFieldsRemoved":"All fields were removed.","allowSelect":"Allow Select","and":"and","attribute":"Attribute","attributeNotPermitted":"Attribute \"{attribute}\" is not permitted, please choose another.","attributes":"Attributes","attrs.class":"Class","attrs.className":"Class","attrs.dir":"Direction","attrs.id":"Id","attrs.required":"Required","attrs.style":"Style","attrs.title":"Title","attrs.type":"Type","attrs.value":"Value","autocomplete":"Autocomplete","button":"Button","cannotBeEmpty":"This field cannot be empty","cannotClearFields":"There are no fields to clear","checkbox":"Checkbox","checkboxes":"Checkboxes","class":"Class","clear":"Clear","clearAllMessage":"Are you sure you want to clear all fields?","close":"Close","column":"Column","condition.target.placeholder":"target","condition.value.placeholder":"value","confirmClearAll":"Are you sure you want to remove all fields?","content":"Content","control":"Control","controlGroups.nextGroup":"Next Group","controlGroups.prevGroup":"Previous Group","controls.filteringTerm":"Filtering \"{term}\"","controls.form.button":"Button","controls.form.checkbox-group":"Checkbox Group","controls.form.input.date":"Date","controls.form.input.email":"Email","controls.form.input.file":"File Upload","controls.form.input.hidden":"Hidden Input","controls.form.input.number":"Number","controls.form.input.text":"Text Input","controls.form.radio-group":"Radio Group","controls.form.select":"Select","controls.form.textarea":"TextArea","controls.groups.form":"Form Fields","controls.groups.html":"HTML Elements","controls.groups.layout":"Layout","controls.html.divider":"Divider","controls.html.header":"Header","controls.html.paragraph":"Paragraph","controls.layout.column":"Column","controls.layout.row":"Row","copy":"Copy To Clipboard","danger":"Danger","defineColumnLayout":"Define a column layout","defineColumnWidths":"Define column widths","description":"Help Text","descriptionField":"Description","editing.row":"Editing Row","editorTitle":"Form Elements","field":"Field","field.property.invalid":"not valid","field.property.isNotVisible":"is not visible","field.property.isVisible":"is visible","field.property.label":"label","field.property.valid":"valid","field.property.value":"value","fieldNonEditable":"This field cannot be edited.","fieldRemoveWarning":"Are you sure you want to remove this field?","fileUpload":"File Upload","formUpdated":"Form Updated","getStarted":"Drag a field from the right to get started.","group":"Group","grouped":"Grouped","hidden":"Hidden Input","hide":"Edit","htmlElements":"HTML Elements","if":"If","if.condition.source.placeholder":"source","if.condition.target.placeholder":"target / value","info":"Info","input.date":"Date","input.text":"Text","label":"Label","labelCount":"{label} {count}","labelEmpty":"Field Label cannot be empty","lang.af":"Afrikaans","lang.ar":"Arabic","lang.cs":"Czech","lang.de":"German","lang.en":"English","lang.es":"Spanish","lang.fa":"Persian","lang.fi":"Finnish","lang.fr":"French","lang.hu":"Hungarian","lang.it":"Italian","lang.ja":"Japanese","lang.nb":"Norwegian Bokmål","lang.pl":"Polish","lang.pt":"Portuguese","lang.ro":"Romanian","lang.ru":"Russian","lang.th":"Thai","lang.tr":"Turkish","lang.zh":"Chinese","layout":"Layout","limitRole":"Limit access to one or more of the following roles:","mandatory":"Mandatory","maxlength":"Max Length","meta.group":"Group","meta.icon":"Ico","meta.label":"Label","minOptionMessage":"This field requires a minimum of 2 options","name":"Name","newOptionLabel":"New {type}","no":"No","number":"Number","off":"Off","on":"On","operator.contains":"contains","operator.equals":"equals","operator.notContains":"not contains","operator.notEquals":"not equal","operator.notVisible":"not visible","operator.visible":"visible","option":"Option","optional":"optional","optionEmpty":"Option value required","optionLabel":"Option {count}","options":"Options","or":"or","order":"Order","panel.label.attrs":"Attributes","panel.label.conditions":"Conditions","panel.label.config":"Configuration","panel.label.meta":"Meta","panel.label.options":"Options","panelEditButtons.attrs":"+ Attribute","panelEditButtons.conditions":"+ Condition","panelEditButtons.options":"+ Option","placeholder":"Placeholder","placeholder.className":"space separated classes","placeholder.email":"Enter you email","placeholder.label":"Label","placeholder.password":"Enter your password","placeholder.placeholder":"Placeholder","placeholder.text":"Enter some Text","placeholder.textarea":"Enter a lot of text","placeholder.value":"Value","preview":"Preview","primary":"Primary","remove":"Remove","removeMessage":"Remove Element","removeType":"Remove {type}","required":"Required","reset":"Reset","richText":"Rich Text Editor","roles":"Access","row":"Row","row.makeInputGroup":"Make this row an input group.","row.makeInputGroupDesc":"Input Groups enable users to add sets of inputs at a time.","row.settings.fieldsetWrap":"Wrap row in a <fieldset> tag","row.settings.fieldsetWrap.aria":"Wrap Row in Fieldset","save":"Save","secondary":"Secondary","select":"Select","selectColor":"Select Color","selectionsMessage":"Allow Multiple Selections","selectOptions":"Options","separator":"Separator","settings":"Settings","size":"Size","sizes":"Sizes","sizes.lg":"Large","sizes.m":"Default","sizes.sm":"Small","sizes.xs":"Extra Small","style":"Style","styles":"Styles","styles.btn":"Button Style","styles.btn.danger":"Danger","styles.btn.default":"Default","styles.btn.info":"Info","styles.btn.primary":"Primary","styles.btn.success":"Success","styles.btn.warning":"Warning","subtype":"Type","success":"Success","text":"Text Field","then":"Then","then.condition.target.placeholder":"target","toggle":"Toggle","ungrouped":"Un-Grouped","warning":"Warning","yes":"Yes"}
|