formeo 2.1.4 → 2.1.5
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/{demo-CXLsf7WA.css → css/demo.min.css} +8 -1
- package/dist/{style.css → demo/assets/css/formeo.min.css} +1 -1
- package/dist/{style.css.gz → demo/assets/css/formeo.min.css.gz} +0 -0
- package/dist/demo/assets/img/formeo-sprite.svg +1 -0
- package/dist/demo/assets/js/demo.min.js +8 -0
- package/dist/demo/assets/js/formeo.min.js +8 -0
- package/dist/demo/assets/js/formeo.min.js.gz +0 -0
- package/dist/demo/assets/lang/af-ZA.json +1 -0
- package/dist/demo/assets/lang/af-ZA.lang +184 -0
- package/dist/demo/assets/lang/ar-TN.json +1 -0
- package/dist/demo/assets/lang/ar-TN.lang +96 -0
- package/dist/demo/assets/lang/cs-CZ.json +1 -0
- package/dist/demo/assets/lang/cs-CZ.lang +184 -0
- package/dist/demo/assets/lang/de-DE.json +1 -0
- package/dist/demo/assets/lang/de-DE.lang +185 -0
- package/dist/demo/assets/lang/en-US.json +1 -0
- package/dist/demo/assets/lang/en-US.lang +183 -0
- package/dist/demo/assets/lang/es-ES.json +1 -0
- package/dist/demo/assets/lang/es-ES.lang +184 -0
- package/dist/demo/assets/lang/fa-IR.json +1 -0
- package/dist/demo/assets/lang/fa-IR.lang +184 -0
- package/dist/demo/assets/lang/fi-FI.json +1 -0
- package/dist/demo/assets/lang/fi-FI.lang +184 -0
- package/dist/demo/assets/lang/fr-FR.json +1 -0
- package/dist/demo/assets/lang/fr-FR.lang +183 -0
- package/dist/demo/assets/lang/hu-HU.json +1 -0
- package/dist/demo/assets/lang/hu-HU.lang +184 -0
- package/dist/demo/assets/lang/it-IT.json +1 -0
- package/dist/demo/assets/lang/it-IT.lang +185 -0
- package/dist/demo/assets/lang/ja-JP.json +1 -0
- package/dist/demo/assets/lang/ja-JP.lang +185 -0
- package/dist/demo/assets/lang/nb-NO.json +1 -0
- package/dist/demo/assets/lang/nb-NO.lang +185 -0
- package/dist/demo/assets/lang/pl-PL.json +1 -0
- package/dist/demo/assets/lang/pl-PL.lang +185 -0
- package/dist/demo/assets/lang/pt-BR.json +1 -0
- package/dist/demo/assets/lang/pt-BR.lang +184 -0
- package/dist/demo/assets/lang/pt-PT.json +1 -0
- package/dist/demo/assets/lang/pt-PT.lang +183 -0
- package/dist/demo/assets/lang/ro-RO.json +1 -0
- package/dist/demo/assets/lang/ro-RO.lang +185 -0
- package/dist/demo/assets/lang/ru-RU.json +1 -0
- package/dist/demo/assets/lang/ru-RU.lang +185 -0
- package/dist/demo/assets/lang/th-TH.json +1 -0
- package/dist/demo/assets/lang/th-TH.lang +183 -0
- package/dist/demo/assets/lang/tr-TR.json +1 -0
- package/dist/demo/assets/lang/tr-TR.lang +185 -0
- package/dist/demo/assets/lang/zh-CN.json +1 -0
- package/dist/demo/assets/lang/zh-CN.lang +185 -0
- package/dist/demo/assets/lang/zh-HK.json +1 -0
- package/dist/demo/assets/lang/zh-HK.lang +183 -0
- package/dist/demo/index.html +1 -1
- package/dist/formeo.cjs.js +14 -0
- package/dist/formeo.es.js +9692 -0
- package/dist/{demo/assets/formeo-2gYSOIxJ.css → formeo.min.css} +7 -0
- package/dist/formeo.umd.js +14 -0
- package/package.json +19 -9
- package/dist/demo/assets/demo-BoxWOybR.js +0 -1
- package/dist/demo/assets/formeo-2gYSOIxJ.css.gz +0 -0
- package/dist/demo/assets/formeo-C9NnYlMK.js +0 -191
- package/dist/demo/assets/formeo-C9NnYlMK.js.gz +0 -0
- package/dist/formeo.min.js +0 -14
- package/dist/formeo.min.js.gz +0 -0
- /package/dist/demo/assets/{formeo-logo-Dn3NIg38.svg → img/formeo-logo.svg} +0 -0
- /package/dist/demo/assets/{github-C2KtZCcj.png → img/github.png} +0 -0
|
@@ -0,0 +1,185 @@
|
|
|
1
|
+
de-DE = Deutsch
|
|
2
|
+
|
|
3
|
+
en-US = Englisch
|
|
4
|
+
dir = ltr
|
|
5
|
+
|
|
6
|
+
action.add.attrs.attr = Welches Attribut möchten Sie hinzufügen?
|
|
7
|
+
action.add.attrs.value = Standardwert
|
|
8
|
+
addOption = Option hinzufügen
|
|
9
|
+
allFieldsRemoved = Alle Felder wurden entfernt.
|
|
10
|
+
allowSelect = Auswahl zulassen
|
|
11
|
+
attribute = Attribut
|
|
12
|
+
attributes = Attribute
|
|
13
|
+
attrs.class = Klasse
|
|
14
|
+
attrs.className = Klasse
|
|
15
|
+
attrs.dir = Richtung
|
|
16
|
+
attrs.id = Ich würde
|
|
17
|
+
attrs.required = Erforderlich
|
|
18
|
+
attrs.style = Stil
|
|
19
|
+
attrs.title = Titel
|
|
20
|
+
attrs.type = Art
|
|
21
|
+
attrs.value = Wert
|
|
22
|
+
autocomplete = Autovervollständigung
|
|
23
|
+
button = Taste
|
|
24
|
+
cannotBeEmpty = Dieses Feld kann nicht leer sein
|
|
25
|
+
checkbox = Ankreuzfeld
|
|
26
|
+
checkboxes = Ankreuzfelder
|
|
27
|
+
class = Klasse
|
|
28
|
+
clear = klar
|
|
29
|
+
clearAllMessage = Möchten Sie wirklich alle Felder löschen?
|
|
30
|
+
close = Schließen
|
|
31
|
+
column = Säule
|
|
32
|
+
confirmClearAll = Möchten Sie wirklich alle Felder entfernen?
|
|
33
|
+
content = Inhalt
|
|
34
|
+
control = Steuerung
|
|
35
|
+
controlGroups.nextGroup = Nächste Gruppe
|
|
36
|
+
controlGroups.prevGroup = Vorherige Gruppe
|
|
37
|
+
controls.form.button = Taste
|
|
38
|
+
controls.form.checkbox-group = Kontrollkästchen Gruppe
|
|
39
|
+
controls.form.input.date = Datum
|
|
40
|
+
controls.form.input.email = Email
|
|
41
|
+
controls.form.input.file = Datei-Upload
|
|
42
|
+
controls.form.input.hidden = Versteckte Eingabe
|
|
43
|
+
controls.form.input.number = Nummer
|
|
44
|
+
controls.form.input.text = Text Eingabe
|
|
45
|
+
controls.form.radio-group = Radio-Gruppe
|
|
46
|
+
controls.form.select = Wählen
|
|
47
|
+
controls.form.textarea = TextArea
|
|
48
|
+
controls.groups.form = Formularfelder
|
|
49
|
+
controls.groups.html = HTML-Elemente
|
|
50
|
+
controls.groups.layout = Layout
|
|
51
|
+
controls.html.divider = Teiler
|
|
52
|
+
controls.html.header = Header
|
|
53
|
+
controls.html.paragraph = Absatz
|
|
54
|
+
controls.layout.column = Säule
|
|
55
|
+
controls.layout.row = Reihe
|
|
56
|
+
controls.filteringTerm = Filtern "{Begriff}"
|
|
57
|
+
copy = In die Zwischenablage kopieren
|
|
58
|
+
danger = Achtung
|
|
59
|
+
description = Hilfstext
|
|
60
|
+
descriptionField = Beschreibung
|
|
61
|
+
defineColumnLayout = Definieren Sie ein Spaltenlayout
|
|
62
|
+
defineColumnWidths = Spaltenbreiten definieren
|
|
63
|
+
editing.row = Zeile bearbeiten
|
|
64
|
+
editorTitle = Formularelemente
|
|
65
|
+
field = Feld
|
|
66
|
+
fieldNonEditable = Dieses Feld kann nicht bearbeitet werden.
|
|
67
|
+
fieldRemoveWarning = Möchten Sie dieses Feld wirklich entfernen?
|
|
68
|
+
fileUpload = Datei-Upload
|
|
69
|
+
formUpdated = Formular aktualisiert
|
|
70
|
+
getStarted = Ziehen Sie ein Feld von rechts, um zu beginnen.
|
|
71
|
+
group = Gruppe
|
|
72
|
+
grouped = Gruppiert
|
|
73
|
+
hidden = Versteckte Eingabe
|
|
74
|
+
hide = Bearbeiten
|
|
75
|
+
htmlElements = HTML-Elemente
|
|
76
|
+
if = Ob
|
|
77
|
+
info = Info
|
|
78
|
+
input.date = Datum
|
|
79
|
+
input.text = Text
|
|
80
|
+
label = Etikette
|
|
81
|
+
labelCount = {label} {count}
|
|
82
|
+
labelEmpty = Feldbezeichnung darf nicht leer sein
|
|
83
|
+
layout = Layout
|
|
84
|
+
limitRole = Beschränken Sie den Zugriff auf eine oder mehrere der folgenden Rollen:
|
|
85
|
+
mandatory = Verpflichtend
|
|
86
|
+
maxlength = Maximale Länge
|
|
87
|
+
meta.group = Gruppe
|
|
88
|
+
meta.icon = Ico
|
|
89
|
+
meta.label = Etikette
|
|
90
|
+
minOptionMessage = Dieses Feld erfordert mindestens 2 Optionen
|
|
91
|
+
name = Name
|
|
92
|
+
no = Nein
|
|
93
|
+
number = Nummer
|
|
94
|
+
off = aus
|
|
95
|
+
on = Auf
|
|
96
|
+
option = Möglichkeit
|
|
97
|
+
optional = wahlweise
|
|
98
|
+
optionEmpty = Optionswert erforderlich
|
|
99
|
+
optionLabel = Option {count}
|
|
100
|
+
options = Optionen
|
|
101
|
+
order = Auftrag
|
|
102
|
+
panel.label.attrs = Attribute
|
|
103
|
+
panel.label.conditions = Bedingungen
|
|
104
|
+
panel.label.config = Aufbau
|
|
105
|
+
panel.label.meta = Meta
|
|
106
|
+
panel.label.options = Optionen
|
|
107
|
+
panelEditButtons.attrs = + Attribut
|
|
108
|
+
panelEditButtons.options = + Wahl
|
|
109
|
+
panelEditButtons.conditions = + Bedingung
|
|
110
|
+
placeholder = Platzhalter
|
|
111
|
+
placeholder.className = Leerzeichen getrennte Klassen
|
|
112
|
+
placeholder.email = Geben Sie Ihre E-Mail ein
|
|
113
|
+
placeholder.label = Etikette
|
|
114
|
+
placeholder.password = Geben Sie Ihr Passwort ein
|
|
115
|
+
placeholder.placeholder = Platzhalter
|
|
116
|
+
placeholder.text = Geben Sie einen Text ein
|
|
117
|
+
placeholder.textarea = Geben Sie viel Text ein
|
|
118
|
+
placeholder.value = Wert
|
|
119
|
+
preview = Vorschau
|
|
120
|
+
primary = Primär
|
|
121
|
+
remove = Löschen
|
|
122
|
+
removeType = {Type} entfernen
|
|
123
|
+
removeMessage = Element entfernen
|
|
124
|
+
required = Erforderlich
|
|
125
|
+
reset = Zurücksetzen
|
|
126
|
+
richText = Rich-Text-Editor
|
|
127
|
+
roles = Zugriff
|
|
128
|
+
row = Reihe
|
|
129
|
+
row.makeInputGroup = Machen Sie diese Zeile zu einer Eingabegruppe.
|
|
130
|
+
row.makeInputGroupDesc = Eingabegruppen ermöglichen Benutzern das Hinzufügen von Eingabesätzen gleichzeitig.
|
|
131
|
+
row.settings.fieldsetWrap = Zeilenumbruch in einem & lt; -Feldset & gt; Etikett
|
|
132
|
+
row.settings.fieldsetWrap.aria = Zeile in Fieldset umbrechen
|
|
133
|
+
cannotClearFields = Es gibt keine zu löschenden Felder
|
|
134
|
+
save = sparen
|
|
135
|
+
secondary = Sekundär
|
|
136
|
+
select = Wählen
|
|
137
|
+
selectColor = Wähle Farbe
|
|
138
|
+
selectionsMessage = Mehrfachauswahl zulassen
|
|
139
|
+
selectOptions = Optionen
|
|
140
|
+
separator = Separator
|
|
141
|
+
settings = die Einstellungen
|
|
142
|
+
size = Größe
|
|
143
|
+
sizes = Größen
|
|
144
|
+
sizes.lg = Groß
|
|
145
|
+
sizes.m = Standard
|
|
146
|
+
sizes.sm = Klein
|
|
147
|
+
sizes.xs = Extra klein
|
|
148
|
+
style = Stil
|
|
149
|
+
styles = Styles
|
|
150
|
+
styles.btn = Button Style
|
|
151
|
+
styles.btn.danger = Achtung
|
|
152
|
+
styles.btn.default = Standard
|
|
153
|
+
styles.btn.info = Info
|
|
154
|
+
styles.btn.primary = Primär
|
|
155
|
+
styles.btn.success = Erfolg
|
|
156
|
+
styles.btn.warning = Warnung
|
|
157
|
+
subtype = Art
|
|
158
|
+
success = Erfolg
|
|
159
|
+
text = Textfeld
|
|
160
|
+
then = Dann
|
|
161
|
+
toggle = Umschalten
|
|
162
|
+
ungrouped = A-gruppierte
|
|
163
|
+
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.
|
|
@@ -0,0 +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","controls.filteringTerm":"Filtering \"{term}\"","copy":"Copy To Clipboard","danger":"Danger","description":"Help Text","descriptionField":"Description","defineColumnLayout":"Define a column layout","defineColumnWidths":"Define column widths","editing.row":"Editing Row","editorTitle":"Form Elements","field":"Field","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","info":"Info","input.date":"Date","input.text":"Text","label":"Label","labelCount":"{label} {count}","labelEmpty":"Field Label cannot be empty","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","no":"No","number":"Number","off":"Off","on":"On","option":"Option","optional":"optional","optionEmpty":"Option value required","optionLabel":"Option {count}","options":"Options","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.options":"+ Option","panelEditButtons.conditions":"+ Condition","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","removeType":"Remove {type}","removeMessage":"Remove Element","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","cannotClearFields":"There are no fields to clear","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","toggle":"Toggle","ungrouped":"Un-Grouped","warning":"Warning","yes":"Yes","and":"and","or":"or","field.property.value":"value","field.property.label":"label","field.property.valid":"valid","field.property.invalid":"not valid","field.property.isVisible":"is visible","field.property.isNotVisible":"is not visible","newOptionLabel":"New {type}","operator.visible":"visible","operator.notVisible":"not visible","operator.equals":"equals","operator.notEquals":"not equal","operator.contains":"contains","operator.notContains":"not contains","condition.target.placeholder":"target","if.condition.target.placeholder":"target / value","if.condition.source.placeholder":"source","then.condition.target.placeholder":"target","condition.value.placeholder":"value","attributeNotPermitted":"Attribute \"{attribute}\" is not permitted, please choose another."}
|
|
@@ -0,0 +1,183 @@
|
|
|
1
|
+
en-US = English
|
|
2
|
+
dir = ltr
|
|
3
|
+
|
|
4
|
+
action.add.attrs.attr = What attribute would you like to add?
|
|
5
|
+
action.add.attrs.value = Default Value
|
|
6
|
+
addOption = Add Option
|
|
7
|
+
allFieldsRemoved = All fields were removed.
|
|
8
|
+
allowSelect = Allow Select
|
|
9
|
+
attribute = Attribute
|
|
10
|
+
attributes = Attributes
|
|
11
|
+
attrs.class = Class
|
|
12
|
+
attrs.className = Class
|
|
13
|
+
attrs.dir = Direction
|
|
14
|
+
attrs.id = Id
|
|
15
|
+
attrs.required = Required
|
|
16
|
+
attrs.style = Style
|
|
17
|
+
attrs.title = Title
|
|
18
|
+
attrs.type = Type
|
|
19
|
+
attrs.value = Value
|
|
20
|
+
autocomplete = Autocomplete
|
|
21
|
+
button = Button
|
|
22
|
+
cannotBeEmpty = This field cannot be empty
|
|
23
|
+
checkbox = Checkbox
|
|
24
|
+
checkboxes = Checkboxes
|
|
25
|
+
class = Class
|
|
26
|
+
clear = Clear
|
|
27
|
+
clearAllMessage = Are you sure you want to clear all fields?
|
|
28
|
+
close = Close
|
|
29
|
+
column = Column
|
|
30
|
+
confirmClearAll = Are you sure you want to remove all fields?
|
|
31
|
+
content = Content
|
|
32
|
+
control = Control
|
|
33
|
+
controlGroups.nextGroup = Next Group
|
|
34
|
+
controlGroups.prevGroup = Previous Group
|
|
35
|
+
controls.form.button = Button
|
|
36
|
+
controls.form.checkbox-group = Checkbox Group
|
|
37
|
+
controls.form.input.date = Date
|
|
38
|
+
controls.form.input.email = Email
|
|
39
|
+
controls.form.input.file = File Upload
|
|
40
|
+
controls.form.input.hidden = Hidden Input
|
|
41
|
+
controls.form.input.number = Number
|
|
42
|
+
controls.form.input.text = Text Input
|
|
43
|
+
controls.form.radio-group = Radio Group
|
|
44
|
+
controls.form.select = Select
|
|
45
|
+
controls.form.textarea = TextArea
|
|
46
|
+
controls.groups.form = Form Fields
|
|
47
|
+
controls.groups.html = HTML Elements
|
|
48
|
+
controls.groups.layout = Layout
|
|
49
|
+
controls.html.divider = Divider
|
|
50
|
+
controls.html.header = Header
|
|
51
|
+
controls.html.paragraph = Paragraph
|
|
52
|
+
controls.layout.column = Column
|
|
53
|
+
controls.layout.row = Row
|
|
54
|
+
controls.filteringTerm = Filtering "{term}"
|
|
55
|
+
copy = Copy To Clipboard
|
|
56
|
+
danger = Danger
|
|
57
|
+
description = Help Text
|
|
58
|
+
descriptionField = Description
|
|
59
|
+
defineColumnLayout = Define a column layout
|
|
60
|
+
defineColumnWidths = Define column widths
|
|
61
|
+
editing.row = Editing Row
|
|
62
|
+
editorTitle = Form Elements
|
|
63
|
+
field = Field
|
|
64
|
+
fieldNonEditable = This field cannot be edited.
|
|
65
|
+
fieldRemoveWarning = Are you sure you want to remove this field?
|
|
66
|
+
fileUpload = File Upload
|
|
67
|
+
formUpdated = Form Updated
|
|
68
|
+
getStarted = Drag a field from the right to get started.
|
|
69
|
+
group = Group
|
|
70
|
+
grouped = Grouped
|
|
71
|
+
hidden = Hidden Input
|
|
72
|
+
hide = Edit
|
|
73
|
+
htmlElements = HTML Elements
|
|
74
|
+
if = If
|
|
75
|
+
info = Info
|
|
76
|
+
input.date = Date
|
|
77
|
+
input.text = Text
|
|
78
|
+
label = Label
|
|
79
|
+
labelCount = {label} {count}
|
|
80
|
+
labelEmpty = Field Label cannot be empty
|
|
81
|
+
layout = Layout
|
|
82
|
+
limitRole = Limit access to one or more of the following roles:
|
|
83
|
+
mandatory = Mandatory
|
|
84
|
+
maxlength = Max Length
|
|
85
|
+
meta.group = Group
|
|
86
|
+
meta.icon = Ico
|
|
87
|
+
meta.label = Label
|
|
88
|
+
minOptionMessage = This field requires a minimum of 2 options
|
|
89
|
+
name = Name
|
|
90
|
+
no = No
|
|
91
|
+
number = Number
|
|
92
|
+
off = Off
|
|
93
|
+
on = On
|
|
94
|
+
option = Option
|
|
95
|
+
optional = optional
|
|
96
|
+
optionEmpty = Option value required
|
|
97
|
+
optionLabel = Option {count}
|
|
98
|
+
options = Options
|
|
99
|
+
order = Order
|
|
100
|
+
panel.label.attrs = Attributes
|
|
101
|
+
panel.label.conditions = Conditions
|
|
102
|
+
panel.label.config = Configuration
|
|
103
|
+
panel.label.meta = Meta
|
|
104
|
+
panel.label.options = Options
|
|
105
|
+
panelEditButtons.attrs = + Attribute
|
|
106
|
+
panelEditButtons.options = + Option
|
|
107
|
+
panelEditButtons.conditions = + Condition
|
|
108
|
+
placeholder = Placeholder
|
|
109
|
+
placeholder.className = space separated classes
|
|
110
|
+
placeholder.email = Enter you email
|
|
111
|
+
placeholder.label = Label
|
|
112
|
+
placeholder.password = Enter your password
|
|
113
|
+
placeholder.placeholder = Placeholder
|
|
114
|
+
placeholder.text = Enter some Text
|
|
115
|
+
placeholder.textarea = Enter a lot of text
|
|
116
|
+
placeholder.value = Value
|
|
117
|
+
preview = Preview
|
|
118
|
+
primary = Primary
|
|
119
|
+
remove = Remove
|
|
120
|
+
removeType = Remove {type}
|
|
121
|
+
removeMessage = Remove Element
|
|
122
|
+
required = Required
|
|
123
|
+
reset = Reset
|
|
124
|
+
richText = Rich Text Editor
|
|
125
|
+
roles = Access
|
|
126
|
+
row = Row
|
|
127
|
+
row.makeInputGroup = Make this row an input group.
|
|
128
|
+
row.makeInputGroupDesc = Input Groups enable users to add sets of inputs at a time.
|
|
129
|
+
row.settings.fieldsetWrap = Wrap row in a <fieldset> tag
|
|
130
|
+
row.settings.fieldsetWrap.aria = Wrap Row in Fieldset
|
|
131
|
+
cannotClearFields = There are no fields to clear
|
|
132
|
+
save = Save
|
|
133
|
+
secondary = Secondary
|
|
134
|
+
select = Select
|
|
135
|
+
selectColor = Select Color
|
|
136
|
+
selectionsMessage = Allow Multiple Selections
|
|
137
|
+
selectOptions = Options
|
|
138
|
+
separator = Separator
|
|
139
|
+
settings = Settings
|
|
140
|
+
size = Size
|
|
141
|
+
sizes = Sizes
|
|
142
|
+
sizes.lg = Large
|
|
143
|
+
sizes.m = Default
|
|
144
|
+
sizes.sm = Small
|
|
145
|
+
sizes.xs = Extra Small
|
|
146
|
+
style = Style
|
|
147
|
+
styles = Styles
|
|
148
|
+
styles.btn = Button Style
|
|
149
|
+
styles.btn.danger = Danger
|
|
150
|
+
styles.btn.default = Default
|
|
151
|
+
styles.btn.info = Info
|
|
152
|
+
styles.btn.primary = Primary
|
|
153
|
+
styles.btn.success = Success
|
|
154
|
+
styles.btn.warning = Warning
|
|
155
|
+
subtype = Type
|
|
156
|
+
success = Success
|
|
157
|
+
text = Text Field
|
|
158
|
+
then = Then
|
|
159
|
+
toggle = Toggle
|
|
160
|
+
ungrouped = Un-Grouped
|
|
161
|
+
warning = Warning
|
|
162
|
+
yes = Yes
|
|
163
|
+
and = and
|
|
164
|
+
or = or
|
|
165
|
+
field.property.value = value
|
|
166
|
+
field.property.label = label
|
|
167
|
+
field.property.valid = valid
|
|
168
|
+
field.property.invalid = not valid
|
|
169
|
+
field.property.isVisible = is visible
|
|
170
|
+
field.property.isNotVisible = is not visible
|
|
171
|
+
newOptionLabel = New {type}
|
|
172
|
+
operator.visible = visible
|
|
173
|
+
operator.notVisible = not visible
|
|
174
|
+
operator.equals = equals
|
|
175
|
+
operator.notEquals = not equal
|
|
176
|
+
operator.contains = contains
|
|
177
|
+
operator.notContains = not contains
|
|
178
|
+
condition.target.placeholder = target
|
|
179
|
+
if.condition.target.placeholder = target / value
|
|
180
|
+
if.condition.source.placeholder = source
|
|
181
|
+
then.condition.target.placeholder = target
|
|
182
|
+
condition.value.placeholder = value
|
|
183
|
+
attributeNotPermitted = Attribute "{attribute}" is not permitted, please choose another.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"es-ES":"español","en-US":"Inglés","dir":"ltr","action.add.attrs.attr":"¿Qué atributo te gustaría agregar?","action.add.attrs.value":"Valor por defecto","addOption":"Añadir opción","allFieldsRemoved":"Todos los campos fueron eliminados.","allowSelect":"Permitir seleccionar","attribute":"Atributo","attributes":"Atributos","attrs.class":"Clase","attrs.className":"Clase","attrs.dir":"Dirección","attrs.id":"Carné de identidad","attrs.required":"Necesario","attrs.style":"Estilo","attrs.title":"Título","attrs.type":"Tipo","attrs.value":"Valor","autocomplete":"Autocompletar","button":"Botón","cannotBeEmpty":"Este campo no puede estar vacío","checkbox":"Caja","checkboxes":"Casillas de verificación","class":"Clase","clear":"Claro","clearAllMessage":"¿Estás seguro de que quieres borrar todos los campos?","close":"Cerrar","column":"Columna","confirmClearAll":"¿Estás seguro de que quieres eliminar todos los campos?","content":"Contenido","control":"Controlar","controlGroups.nextGroup":"Siguiente grupo","controlGroups.prevGroup":"Grupo anterior","controls.form.button":"Botón","controls.form.checkbox-group":"Grupo de casilla de verificación","controls.form.input.date":"Fecha","controls.form.input.email":"Email","controls.form.input.file":"Subir archivo","controls.form.input.hidden":"Entrada oculta","controls.form.input.number":"Número","controls.form.input.text":"Entrada de texto","controls.form.radio-group":"Grupo de radio","controls.form.select":"Seleccionar","controls.form.textarea":"TextArea","controls.groups.form":"Campos de formulario","controls.groups.html":"Elementos HTML","controls.groups.layout":"Diseño","controls.html.divider":"Divisor","controls.html.header":"Encabezamiento","controls.html.paragraph":"Párrafo","controls.layout.column":"Columna","controls.layout.row":"Fila","controls.filteringTerm":"Filtrado \"{term}\"","copy":"Copiar al portapapeles","danger":"Peligro","description":"texto de ayuda","descriptionField":"Descripción","defineColumnLayout":"Definir un diseño de columna.","defineColumnWidths":"Definir anchos de columna","editing.row":"Fila de edición","editorTitle":"Elementos de formulario","field":"Campo","fieldNonEditable":"Este campo no puede ser editado.","fieldRemoveWarning":"¿Estás seguro de que quieres eliminar este campo?","fileUpload":"Subir archivo","formUpdated":"Formulario actualizado","getStarted":"Arrastra un campo desde la derecha para empezar.","group":"Grupo","grouped":"Agrupados","hidden":"Entrada oculta","hide":"Editar","htmlElements":"Elementos HTML","if":"Si","info":"Información","input.date":"Fecha","input.text":"Texto","label":"Etiqueta","labelCount":"{label} {count}","labelEmpty":"La etiqueta de campo no puede estar vacía","layout":"Diseño","limitRole":"Limite el acceso a uno o más de los siguientes roles:","mandatory":"Obligatorio","maxlength":"Longitud máxima","meta.group":"Grupo","meta.icon":"Ico","meta.label":"Etiqueta","minOptionMessage":"Este campo requiere un mínimo de 2 opciones.","name":"Nombre","no":"No","number":"Número","off":"Apagado","on":"En","option":"Opción","optional":"Opcional","optionEmpty":"Valor de opción requerido","optionLabel":"Opción {cuenta}","options":"Opciones","order":"Orden","panel.label.attrs":"Atributos","panel.label.conditions":"Condiciones","panel.label.config":"Configuración","panel.label.meta":"Meta","panel.label.options":"Opciones","panelEditButtons.attrs":"+ Atributo","panelEditButtons.options":"+ Opción","panelEditButtons.conditions":"+ Condición","placeholder":"Marcador de posición","placeholder.className":"clases separadas por espacios","placeholder.email":"Ingrese su correo electrónico","placeholder.label":"Etiqueta","placeholder.password":"Ingresa tu contraseña","placeholder.placeholder":"Marcador de posición","placeholder.text":"Introduce algún texto","placeholder.textarea":"Introduce mucho texto","placeholder.value":"Valor","preview":"Avance","primary":"Primario","remove":"retirar","removeType":"Eliminar {tipo}","removeMessage":"Eliminar Elemento","required":"Necesario","reset":"Reiniciar","richText":"Editor de texto enriquecido","roles":"Acceso","row":"Fila","row.makeInputGroup":"Haz de esta fila un grupo de entrada.","row.makeInputGroupDesc":"Los grupos de entrada permiten a los usuarios agregar conjuntos de entradas a la vez.","row.settings.fieldsetWrap":"Ajustar fila en un & lt; fieldset & gt; etiqueta","row.settings.fieldsetWrap.aria":"Envuelva la fila en Fieldset","cannotClearFields":"No hay campos para borrar","save":"Salvar","secondary":"Secundario","select":"Seleccionar","selectColor":"Seleccionar el color","selectionsMessage":"Permitir selecciones múltiples","selectOptions":"Opciones","separator":"Separador","settings":"Ajustes","size":"tamaño","sizes":"Tamaños","sizes.lg":"Grande","sizes.m":"Defecto","sizes.sm":"Pequeña","sizes.xs":"Extra Pequeño","style":"Estilo","styles":"Estilos","styles.btn":"Estilo de botón","styles.btn.danger":"Peligro","styles.btn.default":"Defecto","styles.btn.info":"Información","styles.btn.primary":"Primario","styles.btn.success":"Éxito","styles.btn.warning":"Advertencia","subtype":"Tipo","success":"Éxito","text":"Campo de texto","then":"Entonces","toggle":"Palanca","ungrouped":"A-Agrupados","warning":"Advertencia","yes":"Sí","and":"y","or":"o","field.property.value":"valor","field.property.label":"etiqueta","field.property.valid":"válido","field.property.invalid":"no es válido","field.property.isVisible":"es visible","field.property.isNotVisible":"no es visible","newOptionLabel":"Nuevo tipo}","operator.visible":"visible","operator.notVisible":"no visible","operator.equals":"es igual a","operator.notEquals":"no es igual","operator.contains":"contiene","operator.notContains":"no contiene","condition.target.placeholder":"objetivo","if.condition.target.placeholder":"valor objetivo","if.condition.source.placeholder":"fuente","then.condition.target.placeholder":"objetivo","condition.value.placeholder":"valor","attributeNotPermitted":"El atributo \"{attribute}\" no está permitido, elija otro."}
|
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
es-ES = español
|
|
2
|
+
en-US = Inglés
|
|
3
|
+
|
|
4
|
+
dir = ltr
|
|
5
|
+
action.add.attrs.attr = ¿Qué atributo te gustaría agregar?
|
|
6
|
+
action.add.attrs.value = Valor por defecto
|
|
7
|
+
addOption = Añadir opción
|
|
8
|
+
allFieldsRemoved = Todos los campos fueron eliminados.
|
|
9
|
+
allowSelect = Permitir seleccionar
|
|
10
|
+
attribute = Atributo
|
|
11
|
+
attributes = Atributos
|
|
12
|
+
attrs.class = Clase
|
|
13
|
+
attrs.className = Clase
|
|
14
|
+
attrs.dir = Dirección
|
|
15
|
+
attrs.id = Carné de identidad
|
|
16
|
+
attrs.required = Necesario
|
|
17
|
+
attrs.style = Estilo
|
|
18
|
+
attrs.title = Título
|
|
19
|
+
attrs.type = Tipo
|
|
20
|
+
attrs.value = Valor
|
|
21
|
+
autocomplete = Autocompletar
|
|
22
|
+
button = Botón
|
|
23
|
+
cannotBeEmpty = Este campo no puede estar vacío
|
|
24
|
+
checkbox = Caja
|
|
25
|
+
checkboxes = Casillas de verificación
|
|
26
|
+
class = Clase
|
|
27
|
+
clear = Claro
|
|
28
|
+
clearAllMessage = ¿Estás seguro de que quieres borrar todos los campos?
|
|
29
|
+
close = Cerrar
|
|
30
|
+
column = Columna
|
|
31
|
+
confirmClearAll = ¿Estás seguro de que quieres eliminar todos los campos?
|
|
32
|
+
content = Contenido
|
|
33
|
+
control = Controlar
|
|
34
|
+
controlGroups.nextGroup = Siguiente grupo
|
|
35
|
+
controlGroups.prevGroup = Grupo anterior
|
|
36
|
+
controls.form.button = Botón
|
|
37
|
+
controls.form.checkbox-group = Grupo de casilla de verificación
|
|
38
|
+
controls.form.input.date = Fecha
|
|
39
|
+
controls.form.input.email = Email
|
|
40
|
+
controls.form.input.file = Subir archivo
|
|
41
|
+
controls.form.input.hidden = Entrada oculta
|
|
42
|
+
controls.form.input.number = Número
|
|
43
|
+
controls.form.input.text = Entrada de texto
|
|
44
|
+
controls.form.radio-group = Grupo de radio
|
|
45
|
+
controls.form.select = Seleccionar
|
|
46
|
+
controls.form.textarea = TextArea
|
|
47
|
+
controls.groups.form = Campos de formulario
|
|
48
|
+
controls.groups.html = Elementos HTML
|
|
49
|
+
controls.groups.layout = Diseño
|
|
50
|
+
controls.html.divider = Divisor
|
|
51
|
+
controls.html.header = Encabezamiento
|
|
52
|
+
controls.html.paragraph = Párrafo
|
|
53
|
+
controls.layout.column = Columna
|
|
54
|
+
controls.layout.row = Fila
|
|
55
|
+
controls.filteringTerm = Filtrado "{term}"
|
|
56
|
+
copy = Copiar al portapapeles
|
|
57
|
+
danger = Peligro
|
|
58
|
+
description = texto de ayuda
|
|
59
|
+
descriptionField = Descripción
|
|
60
|
+
defineColumnLayout = Definir un diseño de columna.
|
|
61
|
+
defineColumnWidths = Definir anchos de columna
|
|
62
|
+
editing.row = Fila de edición
|
|
63
|
+
editorTitle = Elementos de formulario
|
|
64
|
+
field = Campo
|
|
65
|
+
fieldNonEditable = Este campo no puede ser editado.
|
|
66
|
+
fieldRemoveWarning = ¿Estás seguro de que quieres eliminar este campo?
|
|
67
|
+
fileUpload = Subir archivo
|
|
68
|
+
formUpdated = Formulario actualizado
|
|
69
|
+
getStarted = Arrastra un campo desde la derecha para empezar.
|
|
70
|
+
group = Grupo
|
|
71
|
+
grouped = Agrupados
|
|
72
|
+
hidden = Entrada oculta
|
|
73
|
+
hide = Editar
|
|
74
|
+
htmlElements = Elementos HTML
|
|
75
|
+
if = Si
|
|
76
|
+
info = Información
|
|
77
|
+
input.date = Fecha
|
|
78
|
+
input.text = Texto
|
|
79
|
+
label = Etiqueta
|
|
80
|
+
labelCount = {label} {count}
|
|
81
|
+
labelEmpty = La etiqueta de campo no puede estar vacía
|
|
82
|
+
layout = Diseño
|
|
83
|
+
limitRole = Limite el acceso a uno o más de los siguientes roles:
|
|
84
|
+
mandatory = Obligatorio
|
|
85
|
+
maxlength = Longitud máxima
|
|
86
|
+
meta.group = Grupo
|
|
87
|
+
meta.icon = Ico
|
|
88
|
+
meta.label = Etiqueta
|
|
89
|
+
minOptionMessage = Este campo requiere un mínimo de 2 opciones.
|
|
90
|
+
name = Nombre
|
|
91
|
+
no = No
|
|
92
|
+
number = Número
|
|
93
|
+
off = Apagado
|
|
94
|
+
on = En
|
|
95
|
+
option = Opción
|
|
96
|
+
optional = Opcional
|
|
97
|
+
optionEmpty = Valor de opción requerido
|
|
98
|
+
optionLabel = Opción {cuenta}
|
|
99
|
+
options = Opciones
|
|
100
|
+
order = Orden
|
|
101
|
+
panel.label.attrs = Atributos
|
|
102
|
+
panel.label.conditions = Condiciones
|
|
103
|
+
panel.label.config = Configuración
|
|
104
|
+
panel.label.meta = Meta
|
|
105
|
+
panel.label.options = Opciones
|
|
106
|
+
panelEditButtons.attrs = + Atributo
|
|
107
|
+
panelEditButtons.options = + Opción
|
|
108
|
+
panelEditButtons.conditions = + Condición
|
|
109
|
+
placeholder = Marcador de posición
|
|
110
|
+
placeholder.className = clases separadas por espacios
|
|
111
|
+
placeholder.email = Ingrese su correo electrónico
|
|
112
|
+
placeholder.label = Etiqueta
|
|
113
|
+
placeholder.password = Ingresa tu contraseña
|
|
114
|
+
placeholder.placeholder = Marcador de posición
|
|
115
|
+
placeholder.text = Introduce algún texto
|
|
116
|
+
placeholder.textarea = Introduce mucho texto
|
|
117
|
+
placeholder.value = Valor
|
|
118
|
+
preview = Avance
|
|
119
|
+
primary = Primario
|
|
120
|
+
remove = retirar
|
|
121
|
+
removeType = Eliminar {tipo}
|
|
122
|
+
removeMessage = Eliminar Elemento
|
|
123
|
+
required = Necesario
|
|
124
|
+
reset = Reiniciar
|
|
125
|
+
richText = Editor de texto enriquecido
|
|
126
|
+
roles = Acceso
|
|
127
|
+
row = Fila
|
|
128
|
+
row.makeInputGroup = Haz de esta fila un grupo de entrada.
|
|
129
|
+
row.makeInputGroupDesc = Los grupos de entrada permiten a los usuarios agregar conjuntos de entradas a la vez.
|
|
130
|
+
row.settings.fieldsetWrap = Ajustar fila en un & lt; fieldset & gt; etiqueta
|
|
131
|
+
row.settings.fieldsetWrap.aria = Envuelva la fila en Fieldset
|
|
132
|
+
cannotClearFields = No hay campos para borrar
|
|
133
|
+
save = Salvar
|
|
134
|
+
secondary = Secundario
|
|
135
|
+
select = Seleccionar
|
|
136
|
+
selectColor = Seleccionar el color
|
|
137
|
+
selectionsMessage = Permitir selecciones múltiples
|
|
138
|
+
selectOptions = Opciones
|
|
139
|
+
separator = Separador
|
|
140
|
+
settings = Ajustes
|
|
141
|
+
size = tamaño
|
|
142
|
+
sizes = Tamaños
|
|
143
|
+
sizes.lg = Grande
|
|
144
|
+
sizes.m = Defecto
|
|
145
|
+
sizes.sm = Pequeña
|
|
146
|
+
sizes.xs = Extra Pequeño
|
|
147
|
+
style = Estilo
|
|
148
|
+
styles = Estilos
|
|
149
|
+
styles.btn = Estilo de botón
|
|
150
|
+
styles.btn.danger = Peligro
|
|
151
|
+
styles.btn.default = Defecto
|
|
152
|
+
styles.btn.info = Información
|
|
153
|
+
styles.btn.primary = Primario
|
|
154
|
+
styles.btn.success = Éxito
|
|
155
|
+
styles.btn.warning = Advertencia
|
|
156
|
+
subtype = Tipo
|
|
157
|
+
success = Éxito
|
|
158
|
+
text = Campo de texto
|
|
159
|
+
then = Entonces
|
|
160
|
+
toggle = Palanca
|
|
161
|
+
ungrouped = A-Agrupados
|
|
162
|
+
warning = Advertencia
|
|
163
|
+
yes = Sí
|
|
164
|
+
and = y
|
|
165
|
+
or = o
|
|
166
|
+
field.property.value = valor
|
|
167
|
+
field.property.label = etiqueta
|
|
168
|
+
field.property.valid = válido
|
|
169
|
+
field.property.invalid = no es válido
|
|
170
|
+
field.property.isVisible = es visible
|
|
171
|
+
field.property.isNotVisible = no es visible
|
|
172
|
+
newOptionLabel = Nuevo tipo}
|
|
173
|
+
operator.visible = visible
|
|
174
|
+
operator.notVisible = no visible
|
|
175
|
+
operator.equals = es igual a
|
|
176
|
+
operator.notEquals = no es igual
|
|
177
|
+
operator.contains = contiene
|
|
178
|
+
operator.notContains = no contiene
|
|
179
|
+
condition.target.placeholder = objetivo
|
|
180
|
+
if.condition.target.placeholder = valor objetivo
|
|
181
|
+
if.condition.source.placeholder = fuente
|
|
182
|
+
then.condition.target.placeholder = objetivo
|
|
183
|
+
condition.value.placeholder = valor
|
|
184
|
+
attributeNotPermitted = El atributo "{attribute}" no está permitido, elija otro.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"fa-IR":"فارسی","en-US":"Farsi","dir":"rtl","action.add.attrs.attr":"چه ویژگی را می خواهید اضافه کنید؟","action.add.attrs.value":"مقدار پیش فرض","addOption":"افزودن گزینه","allFieldsRemoved":"تمام فیلدها حذف شدند.","allowSelect":"اجازه انتخاب","attribute":"ویژگی","attributes":"ویژگی ها","attrs.class":"کلاس","attrs.className":"کلاس","attrs.dir":"جهت","attrs.id":"آی دی","attrs.required":"اجباری","attrs.style":"استایل","attrs.title":"عنوان","attrs.type":"نوع","attrs.value":"مقدار","autocomplete":"تکمیل خودکار","button":"دکمه","cannotBeEmpty":"این فیلد نمی تواند خالی باشد","checkbox":"چک باکس","checkboxes":"چک باکس ها","class":"کلاس","clear":"پاک کردن","clearAllMessage":"آیا مطمئن هستید که می خواهید همه فیلدها را پاک کنید؟","close":"بستن","column":"ستون","confirmClearAll":"آیا مطمئن هستید که می خواهید همه فیلدها را حذف کنید؟","content":"محتوا","control":"کنترل","controlGroups.nextGroup":"گروه بعدی","controlGroups.prevGroup":"گروه قبلی","controls.form.button":"دکمه","controls.form.checkbox-group":"گروه چک باکس","controls.form.input.date":"تاریخ","controls.form.input.email":"ایمیل","controls.form.input.file":"آپلود فایل","controls.form.input.hidden":"فیلد پنهان","controls.form.input.number":"عدد","controls.form.input.text":"ورودی متن","controls.form.radio-group":"گروه رادیوها","controls.form.select":"انتخاب","controls.form.textarea":"باکس متن","controls.groups.form":"فیلدهای فرم","controls.groups.html":"عناصر HTML","controls.groups.layout":"چیدمان","controls.html.divider":"تقسیم کننده","controls.html.header":"سرتیتر","controls.html.paragraph":"پاراگراف","controls.layout.column":"ستون","controls.layout.row":"ردیف","controls.filteringTerm":"فیلتر کردن \"{term}\"","copy":"کپی در کلیپ بورد","danger":"خطر","description":"متن راهنما","descriptionField":"شرح","defineColumnLayout":"طرح بندی ستون را تعریف کنید","defineColumnWidths":"عرض ستون را تعریف کنید","editing.row":"ویرایش ردیف","editorTitle":"عناصر فرم","field":"فیلد","fieldNonEditable":"این فیلد قابل ویرایش نیست.","fieldRemoveWarning":"آیا مطمئن هستید که می خواهید این فیلد را حذف کنید؟","fileUpload":"آپلود فایل","formUpdated":"فرم به روز شد","getStarted":"برای شروع یک فیلد را از سمت راست بکشید.","group":"گروه","grouped":"گروه بندی شده","hidden":"فیلد پنهان","hide":"ویرایش","htmlElements":"HTML عناصر","if":"اگر","info":"اطلاعات","input.date":"تاریخ","input.text":"متن","label":"برچسب","labelCount":"{label} {count}","labelEmpty":"برچسب فیلد نمی تواند خالی باشد","layout":"چیدمان","limitRole":"دسترسی به یک یا چند نقش زیر را محدود کنید:","mandatory":"اجباری","maxlength":"حداکثر طول","meta.group":"گروه","meta.icon":"ایکون","meta.label":"برچسب","minOptionMessage":"این فیلد به حداقل 2 گزینه نیاز دارد","name":"نام","no":"خیر","number":"عدد","off":"خاموش","on":"روشن","option":"گزینه","optional":"اختیاری","optionEmpty":"مقدار گزینه مورد نیاز است","optionLabel":"گزینه {count}","options":"گزینه ها","order":"سفارش","panel.label.attrs":"ویژگی ها","panel.label.conditions":"شروط","panel.label.config":"پیکربندی","panel.label.meta":"متا","panel.label.options":"گزینه ها","panelEditButtons.attrs":"+ ویژگی","panelEditButtons.options":"+ گزینه","panelEditButtons.conditions":"+ شرط","placeholder":"متن پیش فرض فیلد","placeholder.className":"فضای جدا دشه کلاس ها","placeholder.email":"ایمیل خود را وارد کنید","placeholder.label":"برچسب","placeholder.password":"رمز عبور خود را وارد کنید","placeholder.placeholder":"متن پیش فرض فیلد","placeholder.text":"مقداری متن وارد کنید","placeholder.textarea":"مقدار زیادی متن وارد کنید","placeholder.value":"مقدار","preview":"پیش نمایش","primary":"اولیه","remove":"حذف","removeType":"حذف {type}","removeMessage":"حذف عنصر","required":"اجباری","reset":"بازنشانی","richText":"ویرایشگر متن توانمند","roles":"دسترسی","row":"ردیف","row.makeInputGroup":"این ردیف را به یک گروه ورودی تبدیل کنید.","row.makeInputGroupDesc":"گروه ورودی به کاربران امکان میدهد تا مجموعههایی از ورودیها را در یک زمان اضافه کنند.","row.settings.fieldsetWrap":"یک ردیف را جدا کنید در <fieldset> tag","row.settings.fieldsetWrap.aria":"ردیف را در فیلد بالا جدا کنید","cannotClearFields":"هیچ فیلدی برای پاک کردن وجود ندارد","save":"ذخیره","secondary":"ثانوی","select":"انتخاب","selectColor":"انتخاب رنگ","selectionsMessage":"اجازه انتخاب های متعدد","selectOptions":"گزینه ها","separator":"جداکننده","settings":"تنظیمات","size":"اندازه","sizes":"اندازه ها","sizes.lg":"بزرگ","sizes.m":"پیش فرض","sizes.sm":"کوچک","sizes.xs":"بسیار کوچک","style":"استایل ها","styles":"استایل ها","styles.btn":"استایل دکمه","styles.btn.danger":"خطر","styles.btn.default":"پیش فرض","styles.btn.info":"اطلاعات","styles.btn.primary":"اولیه","styles.btn.success":"موفقیت","styles.btn.warning":"هشدار","subtype":"نوع","success":"موفقیت","text":"فیلد متن","then":"سپس","toggle":"تغییر وضعیت","ungrouped":"گروه بندی نشده","warning":"هشدار","yes":"بله","and":"وارد","or":"یا","field.property.value":"مقدار","field.property.label":"برچسب","field.property.valid":"صحیح","field.property.invalid":"نادرست","field.property.isVisible":"صحیح است","field.property.isNotVisible":"صحیح نیست","newOptionLabel":"جدید {type}","operator.visible":"قابل رویت","operator.notVisible":"غیر قابل رویت","operator.equals":"برابر","operator.notEquals":"نا برابر","operator.contains":"شامل","operator.notContains":"شامل نمی شود","condition.target.placeholder":"هدف","if.condition.target.placeholder":"هدف / ارزش","if.condition.source.placeholder":"منبع","then.condition.target.placeholder":"هدف","condition.value.placeholder":"مقدار","attributeNotPermitted":"ویژگی \"{attribute}\" مجاز نیست, لطفا دیگری را انتخاب کنید."}
|