formeo 2.1.4 → 2.1.6
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 +8 -0
- package/dist/demo/assets/css/demo.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/demo.min.js.gz +0 -0
- package/dist/demo/assets/js/formeo.min.js +14 -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/{style.css → formeo.min.css} +1 -1
- 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/demo-CXLsf7WA.css +0 -1
- package/dist/demo/assets/formeo-2gYSOIxJ.css +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/style.css.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,184 @@
|
|
|
1
|
+
hu-HU = magyar
|
|
2
|
+
|
|
3
|
+
en-US = angol
|
|
4
|
+
dir = ltr
|
|
5
|
+
action.add.attrs.attr = Milyen tulajdonságot szeretnél hozzáadni?
|
|
6
|
+
action.add.attrs.value = Alapértelmezett érték
|
|
7
|
+
addOption = Opció hozzáadása
|
|
8
|
+
allFieldsRemoved = Minden mezőt eltávolítottunk.
|
|
9
|
+
allowSelect = Engedélyezze a Kiválasztást
|
|
10
|
+
attribute = Tulajdonság
|
|
11
|
+
attributes = attribútumok
|
|
12
|
+
attrs.class = Osztály
|
|
13
|
+
attrs.className = Osztály
|
|
14
|
+
attrs.dir = Irány
|
|
15
|
+
attrs.id = Id
|
|
16
|
+
attrs.required = Kívánt
|
|
17
|
+
attrs.style = Stílus
|
|
18
|
+
attrs.title = Cím
|
|
19
|
+
attrs.type = típus
|
|
20
|
+
attrs.value = Érték
|
|
21
|
+
autocomplete = Automatikus kiegészítés
|
|
22
|
+
button = Gomb
|
|
23
|
+
cannotBeEmpty = Ez a mező nem lehet üres
|
|
24
|
+
checkbox = jelölőnégyzetet
|
|
25
|
+
checkboxes = négyzeteket
|
|
26
|
+
class = Osztály
|
|
27
|
+
clear = Egyértelmű
|
|
28
|
+
clearAllMessage = Biztosan törölni szeretné az összes mezőt?
|
|
29
|
+
close = Bezárás
|
|
30
|
+
column = Oszlop
|
|
31
|
+
confirmClearAll = Biztosan eltávolít minden mezőt?
|
|
32
|
+
content = Tartalom
|
|
33
|
+
control = Ellenőrzés
|
|
34
|
+
controlGroups.nextGroup = Következő csoport
|
|
35
|
+
controlGroups.prevGroup = Előző csoport
|
|
36
|
+
controls.form.button = Gomb
|
|
37
|
+
controls.form.checkbox-group = Checkbox Group
|
|
38
|
+
controls.form.input.date = Dátum
|
|
39
|
+
controls.form.input.email = Email
|
|
40
|
+
controls.form.input.file = Fájlfeltöltés
|
|
41
|
+
controls.form.input.hidden = Rejtett bemenet
|
|
42
|
+
controls.form.input.number = Szám
|
|
43
|
+
controls.form.input.text = Szövegbevitel
|
|
44
|
+
controls.form.radio-group = Radio Group
|
|
45
|
+
controls.form.select = választ
|
|
46
|
+
controls.form.textarea = a szövegszerkesztő
|
|
47
|
+
controls.groups.form = Űrlapmezők
|
|
48
|
+
controls.groups.html = HTML Elemek
|
|
49
|
+
controls.groups.layout = Elrendezés
|
|
50
|
+
controls.html.divider = Osztó
|
|
51
|
+
controls.html.header = Fejléc
|
|
52
|
+
controls.html.paragraph = Bekezdés
|
|
53
|
+
controls.layout.column = Oszlop
|
|
54
|
+
controls.layout.row = Sor
|
|
55
|
+
controls.filteringTerm = A (z) "{term}" szűrése
|
|
56
|
+
copy = Másolja a vágólapra
|
|
57
|
+
danger = Veszély
|
|
58
|
+
description = Súgószöveg
|
|
59
|
+
descriptionField = Leírás
|
|
60
|
+
defineColumnLayout = Állítsa be az oszlop elrendezését
|
|
61
|
+
defineColumnWidths = Határozza meg az oszlopszélességeket
|
|
62
|
+
editing.row = Sor szerkesztése
|
|
63
|
+
editorTitle = Form Elemek
|
|
64
|
+
field = Mező
|
|
65
|
+
fieldNonEditable = Ez a mező nem szerkeszthető.
|
|
66
|
+
fieldRemoveWarning = Biztosan eltávolítja ezt a mezőt?
|
|
67
|
+
fileUpload = Fájlfeltöltés
|
|
68
|
+
formUpdated = Frissített űrlap
|
|
69
|
+
getStarted = Húzzon egy mezőt jobbra, hogy elinduljon.
|
|
70
|
+
group = Csoport
|
|
71
|
+
grouped = csoportosított
|
|
72
|
+
hidden = Rejtett bemenet
|
|
73
|
+
hide = szerkesztése
|
|
74
|
+
htmlElements = HTML Elemek
|
|
75
|
+
if = Ha
|
|
76
|
+
info = Info
|
|
77
|
+
input.date = Dátum
|
|
78
|
+
input.text = Szöveg
|
|
79
|
+
label = Címke
|
|
80
|
+
labelCount = {label} {count}
|
|
81
|
+
labelEmpty = A mezőcímke nem lehet üres
|
|
82
|
+
layout = Elrendezés
|
|
83
|
+
limitRole = A következő szerepek közül egy vagy több korlátozása:
|
|
84
|
+
mandatory = Kötelező
|
|
85
|
+
maxlength = Max. Hosszúság
|
|
86
|
+
meta.group = Csoport
|
|
87
|
+
meta.icon = Ico
|
|
88
|
+
meta.label = Címke
|
|
89
|
+
minOptionMessage = Ez a mező legalább 2 opciót igényel
|
|
90
|
+
name = Név
|
|
91
|
+
no = Nem
|
|
92
|
+
number = Szám
|
|
93
|
+
off = Ki
|
|
94
|
+
on = Tovább
|
|
95
|
+
option = választási lehetőség
|
|
96
|
+
optional = választható
|
|
97
|
+
optionEmpty = Opciós érték szükséges
|
|
98
|
+
optionLabel = Opció {count}
|
|
99
|
+
options = Opciók
|
|
100
|
+
order = Sorrend
|
|
101
|
+
panel.label.attrs = attribútumok
|
|
102
|
+
panel.label.conditions = Körülmények
|
|
103
|
+
panel.label.config = Configuration
|
|
104
|
+
panel.label.meta = meta
|
|
105
|
+
panel.label.options = Opciók
|
|
106
|
+
panelEditButtons.attrs = + Attribútum
|
|
107
|
+
panelEditButtons.options = + Opció
|
|
108
|
+
panelEditButtons.conditions = + Állapot
|
|
109
|
+
placeholder = Helykitöltő
|
|
110
|
+
placeholder.className = űrszeparált osztályok
|
|
111
|
+
placeholder.email = Adja meg az e-mailt
|
|
112
|
+
placeholder.label = Címke
|
|
113
|
+
placeholder.password = Írd be a jelszavad
|
|
114
|
+
placeholder.placeholder = Helykitöltő
|
|
115
|
+
placeholder.text = Adjon meg egy szöveget
|
|
116
|
+
placeholder.textarea = Adjon meg egy csomó szöveget
|
|
117
|
+
placeholder.value = Érték
|
|
118
|
+
preview = Előnézet
|
|
119
|
+
primary = Elsődleges
|
|
120
|
+
remove = eltávolít
|
|
121
|
+
removeType = Remove {type}
|
|
122
|
+
removeMessage = Elem eltávolítása
|
|
123
|
+
required = Kívánt
|
|
124
|
+
reset = Visszaállítás
|
|
125
|
+
richText = Rich Text Editor
|
|
126
|
+
roles = Hozzáférés
|
|
127
|
+
row = Sor
|
|
128
|
+
row.makeInputGroup = A beviteli csoport létrehozása.
|
|
129
|
+
row.makeInputGroupDesc = A beviteli csoportok lehetővé teszik a felhasználók számára, hogy egy időben hozzáadják a bemeneti készleteket.
|
|
130
|
+
row.settings.fieldsetWrap = A <fieldset & gt; címke
|
|
131
|
+
row.settings.fieldsetWrap.aria = Wrap sor a Fieldsetben
|
|
132
|
+
cannotClearFields = Nincs törölni kívánt mező
|
|
133
|
+
save = Mentés
|
|
134
|
+
secondary = Másodlagos
|
|
135
|
+
select = választ
|
|
136
|
+
selectColor = Válassza a Szín lehetőséget
|
|
137
|
+
selectionsMessage = Többszörös kiválasztás engedélyezése
|
|
138
|
+
selectOptions = Opciók
|
|
139
|
+
separator = Szétválasztó
|
|
140
|
+
settings = Beállítások
|
|
141
|
+
size = Méret
|
|
142
|
+
sizes = méretek
|
|
143
|
+
sizes.lg = Nagy
|
|
144
|
+
sizes.m = Alapértelmezett
|
|
145
|
+
sizes.sm = Kicsi
|
|
146
|
+
sizes.xs = Extra kicsi
|
|
147
|
+
style = Stílus
|
|
148
|
+
styles = Stílusok
|
|
149
|
+
styles.btn = Gomb stílus
|
|
150
|
+
styles.btn.danger = Veszély
|
|
151
|
+
styles.btn.default = Alapértelmezett
|
|
152
|
+
styles.btn.info = Info
|
|
153
|
+
styles.btn.primary = Elsődleges
|
|
154
|
+
styles.btn.success = Siker
|
|
155
|
+
styles.btn.warning = Figyelem
|
|
156
|
+
subtype = típus
|
|
157
|
+
success = Siker
|
|
158
|
+
text = Szövegmező
|
|
159
|
+
then = Azután
|
|
160
|
+
toggle = pecek
|
|
161
|
+
ungrouped = A csoportosított
|
|
162
|
+
warning = Figyelem
|
|
163
|
+
yes = Igen
|
|
164
|
+
and = és
|
|
165
|
+
or = vagy
|
|
166
|
+
field.property.value = érték
|
|
167
|
+
field.property.label = címke
|
|
168
|
+
field.property.valid = érvényes
|
|
169
|
+
field.property.invalid = nem érvényes
|
|
170
|
+
field.property.isVisible = látható
|
|
171
|
+
field.property.isNotVisible = nem látható
|
|
172
|
+
newOptionLabel = Új {típus}
|
|
173
|
+
operator.visible = látható
|
|
174
|
+
operator.notVisible = nem látható
|
|
175
|
+
operator.equals = egyenlő
|
|
176
|
+
operator.notEquals = nem egyenlő
|
|
177
|
+
operator.contains = tartalmaz
|
|
178
|
+
operator.notContains = nem tartalmaz
|
|
179
|
+
condition.target.placeholder = cél
|
|
180
|
+
if.condition.target.placeholder = célérték
|
|
181
|
+
if.condition.source.placeholder = forrás
|
|
182
|
+
then.condition.target.placeholder = cél
|
|
183
|
+
condition.value.placeholder = érték
|
|
184
|
+
attributeNotPermitted = A (z) "{attribute}" attribútum nem engedélyezett, kérjük, válasszon másikat.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"it-IT":"italiano","en-US":"Inglese","dir":"ltr","action.add.attrs.attr":"Quale attributo vorresti aggiungere?","action.add.attrs.value":"Valore predefinito","addOption":"Aggiungi opzione","allFieldsRemoved":"Tutti i campi sono stati rimossi.","allowSelect":"Consenti selezione","attribute":"Attributo","attributes":"attributi","attrs.class":"Classe","attrs.className":"Classe","attrs.dir":"Direzione","attrs.id":"Id","attrs.required":"necessario","attrs.style":"Stile","attrs.title":"Titolo","attrs.type":"genere","attrs.value":"Valore","autocomplete":"Completamento automatico","button":"Pulsante","cannotBeEmpty":"Questo campo non può essere vuoto","checkbox":"casella di controllo","checkboxes":"caselle di controllo","class":"Classe","clear":"Chiaro","clearAllMessage":"Sei sicuro di voler cancellare tutti i campi?","close":"Vicino","column":"Colonna","confirmClearAll":"Sei sicuro di voler rimuovere tutti i campi?","content":"Soddisfare","control":"Controllo","controlGroups.nextGroup":"Gruppo successivo","controlGroups.prevGroup":"Gruppo precedente","controls.form.button":"Pulsante","controls.form.checkbox-group":"Gruppo di caselle di controllo","controls.form.input.date":"Data","controls.form.input.email":"E-mail","controls.form.input.file":"Upload di file","controls.form.input.hidden":"Ingresso nascosto","controls.form.input.number":"Numero","controls.form.input.text":"L'immissione di testo","controls.form.radio-group":"Gruppo Radio","controls.form.select":"Selezionare","controls.form.textarea":"TextArea","controls.groups.form":"Campi modulo","controls.groups.html":"Elementi HTML","controls.groups.layout":"disposizione","controls.html.divider":"Divisore","controls.html.header":"Intestazione","controls.html.paragraph":"Paragrafo","controls.layout.column":"Colonna","controls.layout.row":"Riga","controls.filteringTerm":"Filtro \"{term}\"","copy":"Copia negli appunti","danger":"Pericolo","description":"Testo guida","descriptionField":"Descrizione","defineColumnLayout":"Definire un layout di colonna","defineColumnWidths":"Definire le larghezze delle colonne","editing.row":"Modifica riga","editorTitle":"Elementi del modulo","field":"Campo","fieldNonEditable":"Questo campo non può essere modificato.","fieldRemoveWarning":"Sei sicuro di voler rimuovere questo campo?","fileUpload":"Upload di file","formUpdated":"Modulo aggiornato","getStarted":"Trascina un campo da destra per iniziare.","group":"Gruppo","grouped":"raggruppate","hidden":"Ingresso nascosto","hide":"modificare","htmlElements":"Elementi HTML","if":"Se","info":"Informazioni","input.date":"Data","input.text":"Testo","label":"Etichetta","labelCount":"{label} {count}","labelEmpty":"Field Label non può essere vuoto","layout":"disposizione","limitRole":"Limitare l'accesso a uno o più dei seguenti ruoli:","mandatory":"Obbligatorio","maxlength":"Lunghezza massima","meta.group":"Gruppo","meta.icon":"Ico","meta.label":"Etichetta","minOptionMessage":"Questo campo richiede un minimo di 2 opzioni","name":"Nome","no":"No","number":"Numero","off":"via","on":"Sopra","option":"Opzione","optional":"opzionale","optionEmpty":"Opzione valore richiesto","optionLabel":"Opzione {count}","options":"Opzioni","order":"Ordine","panel.label.attrs":"attributi","panel.label.conditions":"condizioni","panel.label.config":"Configurazione","panel.label.meta":"Meta","panel.label.options":"Opzioni","panelEditButtons.attrs":"+ Attributo","panelEditButtons.options":"+ Opzione","panelEditButtons.conditions":"+ Condizione","placeholder":"segnaposto","placeholder.className":"classi separate dallo spazio","placeholder.email":"Inserisci la tua email","placeholder.label":"Etichetta","placeholder.password":"Inserisci la tua password","placeholder.placeholder":"segnaposto","placeholder.text":"Inserisci del testo","placeholder.textarea":"Inserisci un sacco di testo","placeholder.value":"Valore","preview":"Anteprima","primary":"Primario","remove":"Rimuovere","removeType":"Rimuovi {tipo}","removeMessage":"Rimuovi elemento","required":"necessario","reset":"Reset","richText":"Rich Text Editor","roles":"Accesso","row":"Riga","row.makeInputGroup":"Rendi questa riga un gruppo di input.","row.makeInputGroupDesc":"I gruppi di input consentono agli utenti di aggiungere insiemi di input alla volta.","row.settings.fieldsetWrap":"Racchiudi la riga in un & lt; fieldset & gt; etichetta","row.settings.fieldsetWrap.aria":"Wrap Row in Fieldset","cannotClearFields":"Non ci sono campi da cancellare","save":"Salvare","secondary":"Secondario","select":"Selezionare","selectColor":"Seleziona colore","selectionsMessage":"Consenti selezioni multiple","selectOptions":"Opzioni","separator":"Separatore","settings":"impostazioni","size":"Taglia","sizes":"taglie","sizes.lg":"Grande","sizes.m":"Predefinito","sizes.sm":"Piccolo","sizes.xs":"Piccolissimo","style":"Stile","styles":"stili","styles.btn":"Stile del bottone","styles.btn.danger":"Pericolo","styles.btn.default":"Predefinito","styles.btn.info":"Informazioni","styles.btn.primary":"Primario","styles.btn.success":"Successo","styles.btn.warning":"avvertimento","subtype":"genere","success":"Successo","text":"Campo di testo","then":"Poi","toggle":"Toggle","ungrouped":"A-raggruppati","warning":"avvertimento","yes":"sì","and":"e","or":"o","field.property.value":"valore","field.property.label":"etichetta","field.property.valid":"valido","field.property.invalid":"non valido","field.property.isVisible":"è visibile","field.property.isNotVisible":"non è visibile","newOptionLabel":"Nuovo tipo}","operator.visible":"visibile","operator.notVisible":"non visibile","operator.equals":"è uguale a","operator.notEquals":"non uguale","operator.contains":"contiene","operator.notContains":"non contiene","condition.target.placeholder":"bersaglio","if.condition.target.placeholder":"obiettivo / valore","if.condition.source.placeholder":"fonte","then.condition.target.placeholder":"bersaglio","condition.value.placeholder":"valore","attributeNotPermitted":"L'attributo \"{attribute}\" non è permesso, per favore sceglierne un altro."}
|
|
@@ -0,0 +1,185 @@
|
|
|
1
|
+
it-IT = italiano
|
|
2
|
+
|
|
3
|
+
en-US = Inglese
|
|
4
|
+
dir = ltr
|
|
5
|
+
|
|
6
|
+
action.add.attrs.attr = Quale attributo vorresti aggiungere?
|
|
7
|
+
action.add.attrs.value = Valore predefinito
|
|
8
|
+
addOption = Aggiungi opzione
|
|
9
|
+
allFieldsRemoved = Tutti i campi sono stati rimossi.
|
|
10
|
+
allowSelect = Consenti selezione
|
|
11
|
+
attribute = Attributo
|
|
12
|
+
attributes = attributi
|
|
13
|
+
attrs.class = Classe
|
|
14
|
+
attrs.className = Classe
|
|
15
|
+
attrs.dir = Direzione
|
|
16
|
+
attrs.id = Id
|
|
17
|
+
attrs.required = necessario
|
|
18
|
+
attrs.style = Stile
|
|
19
|
+
attrs.title = Titolo
|
|
20
|
+
attrs.type = genere
|
|
21
|
+
attrs.value = Valore
|
|
22
|
+
autocomplete = Completamento automatico
|
|
23
|
+
button = Pulsante
|
|
24
|
+
cannotBeEmpty = Questo campo non può essere vuoto
|
|
25
|
+
checkbox = casella di controllo
|
|
26
|
+
checkboxes = caselle di controllo
|
|
27
|
+
class = Classe
|
|
28
|
+
clear = Chiaro
|
|
29
|
+
clearAllMessage = Sei sicuro di voler cancellare tutti i campi?
|
|
30
|
+
close = Vicino
|
|
31
|
+
column = Colonna
|
|
32
|
+
confirmClearAll = Sei sicuro di voler rimuovere tutti i campi?
|
|
33
|
+
content = Soddisfare
|
|
34
|
+
control = Controllo
|
|
35
|
+
controlGroups.nextGroup = Gruppo successivo
|
|
36
|
+
controlGroups.prevGroup = Gruppo precedente
|
|
37
|
+
controls.form.button = Pulsante
|
|
38
|
+
controls.form.checkbox-group = Gruppo di caselle di controllo
|
|
39
|
+
controls.form.input.date = Data
|
|
40
|
+
controls.form.input.email = E-mail
|
|
41
|
+
controls.form.input.file = Upload di file
|
|
42
|
+
controls.form.input.hidden = Ingresso nascosto
|
|
43
|
+
controls.form.input.number = Numero
|
|
44
|
+
controls.form.input.text = L'immissione di testo
|
|
45
|
+
controls.form.radio-group = Gruppo Radio
|
|
46
|
+
controls.form.select = Selezionare
|
|
47
|
+
controls.form.textarea = TextArea
|
|
48
|
+
controls.groups.form = Campi modulo
|
|
49
|
+
controls.groups.html = Elementi HTML
|
|
50
|
+
controls.groups.layout = disposizione
|
|
51
|
+
controls.html.divider = Divisore
|
|
52
|
+
controls.html.header = Intestazione
|
|
53
|
+
controls.html.paragraph = Paragrafo
|
|
54
|
+
controls.layout.column = Colonna
|
|
55
|
+
controls.layout.row = Riga
|
|
56
|
+
controls.filteringTerm = Filtro "{term}"
|
|
57
|
+
copy = Copia negli appunti
|
|
58
|
+
danger = Pericolo
|
|
59
|
+
description = Testo guida
|
|
60
|
+
descriptionField = Descrizione
|
|
61
|
+
defineColumnLayout = Definire un layout di colonna
|
|
62
|
+
defineColumnWidths = Definire le larghezze delle colonne
|
|
63
|
+
editing.row = Modifica riga
|
|
64
|
+
editorTitle = Elementi del modulo
|
|
65
|
+
field = Campo
|
|
66
|
+
fieldNonEditable = Questo campo non può essere modificato.
|
|
67
|
+
fieldRemoveWarning = Sei sicuro di voler rimuovere questo campo?
|
|
68
|
+
fileUpload = Upload di file
|
|
69
|
+
formUpdated = Modulo aggiornato
|
|
70
|
+
getStarted = Trascina un campo da destra per iniziare.
|
|
71
|
+
group = Gruppo
|
|
72
|
+
grouped = raggruppate
|
|
73
|
+
hidden = Ingresso nascosto
|
|
74
|
+
hide = modificare
|
|
75
|
+
htmlElements = Elementi HTML
|
|
76
|
+
if = Se
|
|
77
|
+
info = Informazioni
|
|
78
|
+
input.date = Data
|
|
79
|
+
input.text = Testo
|
|
80
|
+
label = Etichetta
|
|
81
|
+
labelCount = {label} {count}
|
|
82
|
+
labelEmpty = Field Label non può essere vuoto
|
|
83
|
+
layout = disposizione
|
|
84
|
+
limitRole = Limitare l'accesso a uno o più dei seguenti ruoli:
|
|
85
|
+
mandatory = Obbligatorio
|
|
86
|
+
maxlength = Lunghezza massima
|
|
87
|
+
meta.group = Gruppo
|
|
88
|
+
meta.icon = Ico
|
|
89
|
+
meta.label = Etichetta
|
|
90
|
+
minOptionMessage = Questo campo richiede un minimo di 2 opzioni
|
|
91
|
+
name = Nome
|
|
92
|
+
no = No
|
|
93
|
+
number = Numero
|
|
94
|
+
off = via
|
|
95
|
+
on = Sopra
|
|
96
|
+
option = Opzione
|
|
97
|
+
optional = opzionale
|
|
98
|
+
optionEmpty = Opzione valore richiesto
|
|
99
|
+
optionLabel = Opzione {count}
|
|
100
|
+
options = Opzioni
|
|
101
|
+
order = Ordine
|
|
102
|
+
panel.label.attrs = attributi
|
|
103
|
+
panel.label.conditions = condizioni
|
|
104
|
+
panel.label.config = Configurazione
|
|
105
|
+
panel.label.meta = Meta
|
|
106
|
+
panel.label.options = Opzioni
|
|
107
|
+
panelEditButtons.attrs = + Attributo
|
|
108
|
+
panelEditButtons.options = + Opzione
|
|
109
|
+
panelEditButtons.conditions = + Condizione
|
|
110
|
+
placeholder = segnaposto
|
|
111
|
+
placeholder.className = classi separate dallo spazio
|
|
112
|
+
placeholder.email = Inserisci la tua email
|
|
113
|
+
placeholder.label = Etichetta
|
|
114
|
+
placeholder.password = Inserisci la tua password
|
|
115
|
+
placeholder.placeholder = segnaposto
|
|
116
|
+
placeholder.text = Inserisci del testo
|
|
117
|
+
placeholder.textarea = Inserisci un sacco di testo
|
|
118
|
+
placeholder.value = Valore
|
|
119
|
+
preview = Anteprima
|
|
120
|
+
primary = Primario
|
|
121
|
+
remove = Rimuovere
|
|
122
|
+
removeType = Rimuovi {tipo}
|
|
123
|
+
removeMessage = Rimuovi elemento
|
|
124
|
+
required = necessario
|
|
125
|
+
reset = Reset
|
|
126
|
+
richText = Rich Text Editor
|
|
127
|
+
roles = Accesso
|
|
128
|
+
row = Riga
|
|
129
|
+
row.makeInputGroup = Rendi questa riga un gruppo di input.
|
|
130
|
+
row.makeInputGroupDesc = I gruppi di input consentono agli utenti di aggiungere insiemi di input alla volta.
|
|
131
|
+
row.settings.fieldsetWrap = Racchiudi la riga in un & lt; fieldset & gt; etichetta
|
|
132
|
+
row.settings.fieldsetWrap.aria = Wrap Row in Fieldset
|
|
133
|
+
cannotClearFields = Non ci sono campi da cancellare
|
|
134
|
+
save = Salvare
|
|
135
|
+
secondary = Secondario
|
|
136
|
+
select = Selezionare
|
|
137
|
+
selectColor = Seleziona colore
|
|
138
|
+
selectionsMessage = Consenti selezioni multiple
|
|
139
|
+
selectOptions = Opzioni
|
|
140
|
+
separator = Separatore
|
|
141
|
+
settings = impostazioni
|
|
142
|
+
size = Taglia
|
|
143
|
+
sizes = taglie
|
|
144
|
+
sizes.lg = Grande
|
|
145
|
+
sizes.m = Predefinito
|
|
146
|
+
sizes.sm = Piccolo
|
|
147
|
+
sizes.xs = Piccolissimo
|
|
148
|
+
style = Stile
|
|
149
|
+
styles = stili
|
|
150
|
+
styles.btn = Stile del bottone
|
|
151
|
+
styles.btn.danger = Pericolo
|
|
152
|
+
styles.btn.default = Predefinito
|
|
153
|
+
styles.btn.info = Informazioni
|
|
154
|
+
styles.btn.primary = Primario
|
|
155
|
+
styles.btn.success = Successo
|
|
156
|
+
styles.btn.warning = avvertimento
|
|
157
|
+
subtype = genere
|
|
158
|
+
success = Successo
|
|
159
|
+
text = Campo di testo
|
|
160
|
+
then = Poi
|
|
161
|
+
toggle = Toggle
|
|
162
|
+
ungrouped = A-raggruppati
|
|
163
|
+
warning = avvertimento
|
|
164
|
+
yes = sì
|
|
165
|
+
and = e
|
|
166
|
+
or = o
|
|
167
|
+
field.property.value = valore
|
|
168
|
+
field.property.label = etichetta
|
|
169
|
+
field.property.valid = valido
|
|
170
|
+
field.property.invalid = non valido
|
|
171
|
+
field.property.isVisible = è visibile
|
|
172
|
+
field.property.isNotVisible = non è visibile
|
|
173
|
+
newOptionLabel = Nuovo tipo}
|
|
174
|
+
operator.visible = visibile
|
|
175
|
+
operator.notVisible = non visibile
|
|
176
|
+
operator.equals = è uguale a
|
|
177
|
+
operator.notEquals = non uguale
|
|
178
|
+
operator.contains = contiene
|
|
179
|
+
operator.notContains = non contiene
|
|
180
|
+
condition.target.placeholder = bersaglio
|
|
181
|
+
if.condition.target.placeholder = obiettivo / valore
|
|
182
|
+
if.condition.source.placeholder = fonte
|
|
183
|
+
then.condition.target.placeholder = bersaglio
|
|
184
|
+
condition.value.placeholder = valore
|
|
185
|
+
attributeNotPermitted = L'attributo "{attribute}" non è permesso, per favore sceglierne un altro.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"ja-JP":"日本語","en-US":"英語","dir":"ltr","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":"Eメール","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":"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":"以下の役割の1つ以上にアクセスを制限する:","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":"{タイプ}を削除","removeMessage":"要素を削除する","required":"必須","reset":"リセット","richText":"リッチテキストエディタ","roles":"アクセス","row":"行","row.makeInputGroup":"この行を入力グループにします。","row.makeInputGroupDesc":"入力グループを使用すると、一度に入力セットを追加できます。","row.settings.fieldsetWrap":"&lt; fieldset&gt;フィールドに行をラップします。タグ","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":"新しいタイプ}","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":"属性 \"{属性}\"は許可されていません。別の属性を選択してください。"}
|
|
@@ -0,0 +1,185 @@
|
|
|
1
|
+
ja-JP = 日本語
|
|
2
|
+
|
|
3
|
+
en-US = 英語
|
|
4
|
+
dir = ltr
|
|
5
|
+
|
|
6
|
+
action.add.attrs.attr = どのような属性を追加しますか?
|
|
7
|
+
action.add.attrs.value = デフォルト値
|
|
8
|
+
addOption = オプションを追加
|
|
9
|
+
allFieldsRemoved = すべてのフィールドが削除されました。
|
|
10
|
+
allowSelect = 選択を許可する
|
|
11
|
+
attribute = 属性
|
|
12
|
+
attributes = 属性
|
|
13
|
+
attrs.class = クラス
|
|
14
|
+
attrs.className = クラス
|
|
15
|
+
attrs.dir = 方向
|
|
16
|
+
attrs.id = イド
|
|
17
|
+
attrs.required = 必須
|
|
18
|
+
attrs.style = スタイル
|
|
19
|
+
attrs.title = タイトル
|
|
20
|
+
attrs.type = タイプ
|
|
21
|
+
attrs.value = 値
|
|
22
|
+
autocomplete = オートコンプリート
|
|
23
|
+
button = ボタン
|
|
24
|
+
cannotBeEmpty = このフィールドは空白にすることはできません
|
|
25
|
+
checkbox = チェックボックス
|
|
26
|
+
checkboxes = チェックボックス
|
|
27
|
+
class = クラス
|
|
28
|
+
clear = クリア
|
|
29
|
+
clearAllMessage = すべてのフィールドをクリアしてもよろしいですか?
|
|
30
|
+
close = 閉じる
|
|
31
|
+
column = カラム
|
|
32
|
+
confirmClearAll = すべてのフィールドを削除してもよろしいですか?
|
|
33
|
+
content = コンテンツ
|
|
34
|
+
control = コントロール
|
|
35
|
+
controlGroups.nextGroup = 次のグループ
|
|
36
|
+
controlGroups.prevGroup = 前のグループ
|
|
37
|
+
controls.form.button = ボタン
|
|
38
|
+
controls.form.checkbox-group = チェックボックスグループ
|
|
39
|
+
controls.form.input.date = 日付
|
|
40
|
+
controls.form.input.email = Eメール
|
|
41
|
+
controls.form.input.file = ファイルアップロード
|
|
42
|
+
controls.form.input.hidden = 隠された入力
|
|
43
|
+
controls.form.input.number = 数
|
|
44
|
+
controls.form.input.text = テキスト入力
|
|
45
|
+
controls.form.radio-group = ラジオ・グループ
|
|
46
|
+
controls.form.select = 選択
|
|
47
|
+
controls.form.textarea = TextArea
|
|
48
|
+
controls.groups.form = フォームフィールド
|
|
49
|
+
controls.groups.html = HTML要素
|
|
50
|
+
controls.groups.layout = レイアウト
|
|
51
|
+
controls.html.divider = ディバイダー
|
|
52
|
+
controls.html.header = ヘッダ
|
|
53
|
+
controls.html.paragraph = 段落
|
|
54
|
+
controls.layout.column = カラム
|
|
55
|
+
controls.layout.row = 行
|
|
56
|
+
controls.filteringTerm = フィルタリング "{term}"
|
|
57
|
+
copy = クリップボードにコピー
|
|
58
|
+
danger = 危険
|
|
59
|
+
description = ヘルプテキスト
|
|
60
|
+
descriptionField = 説明
|
|
61
|
+
defineColumnLayout = 列のレイアウトを定義する
|
|
62
|
+
defineColumnWidths = 列の幅を定義する
|
|
63
|
+
editing.row = 行の編集
|
|
64
|
+
editorTitle = フォーム要素
|
|
65
|
+
field = フィールド
|
|
66
|
+
fieldNonEditable = このフィールドは編集できません。
|
|
67
|
+
fieldRemoveWarning = このフィールドを削除してもよろしいですか?
|
|
68
|
+
fileUpload = ファイルアップロード
|
|
69
|
+
formUpdated = フォームの更新
|
|
70
|
+
getStarted = フィールドを右からドラッグして開始します。
|
|
71
|
+
group = グループ
|
|
72
|
+
grouped = グループ化された
|
|
73
|
+
hidden = 隠された入力
|
|
74
|
+
hide = 編集
|
|
75
|
+
htmlElements = HTML要素
|
|
76
|
+
if = もし
|
|
77
|
+
info = 情報
|
|
78
|
+
input.date = 日付
|
|
79
|
+
input.text = テキスト
|
|
80
|
+
label = ラベル
|
|
81
|
+
labelCount = {label} {count}
|
|
82
|
+
labelEmpty = フィールドラベルを空にすることはできません
|
|
83
|
+
layout = レイアウト
|
|
84
|
+
limitRole = 以下の役割の1つ以上にアクセスを制限する:
|
|
85
|
+
mandatory = 必須
|
|
86
|
+
maxlength = 最大長
|
|
87
|
+
meta.group = グループ
|
|
88
|
+
meta.icon = イコ
|
|
89
|
+
meta.label = ラベル
|
|
90
|
+
minOptionMessage = このフィールドには最低2つのオプションが必要です
|
|
91
|
+
name = 名
|
|
92
|
+
no = いいえ
|
|
93
|
+
number = 数
|
|
94
|
+
off = オフ
|
|
95
|
+
on = に
|
|
96
|
+
option = オプション
|
|
97
|
+
optional = オプション
|
|
98
|
+
optionEmpty = オプション値が必要です
|
|
99
|
+
optionLabel = オプション{count}
|
|
100
|
+
options = オプション
|
|
101
|
+
order = 注文
|
|
102
|
+
panel.label.attrs = 属性
|
|
103
|
+
panel.label.conditions = 条件
|
|
104
|
+
panel.label.config = 構成
|
|
105
|
+
panel.label.meta = メタ
|
|
106
|
+
panel.label.options = オプション
|
|
107
|
+
panelEditButtons.attrs = +属性
|
|
108
|
+
panelEditButtons.options = +オプション
|
|
109
|
+
panelEditButtons.conditions = +条件
|
|
110
|
+
placeholder = プレースホルダ
|
|
111
|
+
placeholder.className = スペースで区切られたクラス
|
|
112
|
+
placeholder.email = あなたにメールを入力
|
|
113
|
+
placeholder.label = ラベル
|
|
114
|
+
placeholder.password = パスワードを入力してください
|
|
115
|
+
placeholder.placeholder = プレースホルダ
|
|
116
|
+
placeholder.text = テキストを入力
|
|
117
|
+
placeholder.textarea = たくさんのテキストを入力してください
|
|
118
|
+
placeholder.value = 値
|
|
119
|
+
preview = プレビュー
|
|
120
|
+
primary = 一次
|
|
121
|
+
remove = 削除する
|
|
122
|
+
removeType = {タイプ}を削除
|
|
123
|
+
removeMessage = 要素を削除する
|
|
124
|
+
required = 必須
|
|
125
|
+
reset = リセット
|
|
126
|
+
richText = リッチテキストエディタ
|
|
127
|
+
roles = アクセス
|
|
128
|
+
row = 行
|
|
129
|
+
row.makeInputGroup = この行を入力グループにします。
|
|
130
|
+
row.makeInputGroupDesc = 入力グループを使用すると、一度に入力セットを追加できます。
|
|
131
|
+
row.settings.fieldsetWrap = &lt; fieldset&gt;フィールドに行をラップします。タグ
|
|
132
|
+
row.settings.fieldsetWrap.aria = 行をフィールドセットで折り返す
|
|
133
|
+
cannotClearFields = クリアするフィールドはありません
|
|
134
|
+
save = 保存する
|
|
135
|
+
secondary = 二次
|
|
136
|
+
select = 選択
|
|
137
|
+
selectColor = カラーを選択
|
|
138
|
+
selectionsMessage = 複数の選択を許可する
|
|
139
|
+
selectOptions = オプション
|
|
140
|
+
separator = セパレータ
|
|
141
|
+
settings = 設定
|
|
142
|
+
size = サイズ
|
|
143
|
+
sizes = サイズ
|
|
144
|
+
sizes.lg = 大
|
|
145
|
+
sizes.m = デフォルト
|
|
146
|
+
sizes.sm = 小さい
|
|
147
|
+
sizes.xs = 極小
|
|
148
|
+
style = スタイル
|
|
149
|
+
styles = スタイル
|
|
150
|
+
styles.btn = ボタンスタイル
|
|
151
|
+
styles.btn.danger = 危険
|
|
152
|
+
styles.btn.default = デフォルト
|
|
153
|
+
styles.btn.info = 情報
|
|
154
|
+
styles.btn.primary = 一次
|
|
155
|
+
styles.btn.success = 成功
|
|
156
|
+
styles.btn.warning = 警告
|
|
157
|
+
subtype = タイプ
|
|
158
|
+
success = 成功
|
|
159
|
+
text = テキストフィールド
|
|
160
|
+
then = その後、
|
|
161
|
+
toggle = トグル
|
|
162
|
+
ungrouped = - グループ化
|
|
163
|
+
warning = 警告
|
|
164
|
+
yes = はい
|
|
165
|
+
and = そして
|
|
166
|
+
or = または
|
|
167
|
+
field.property.value = 値
|
|
168
|
+
field.property.label = ラベル
|
|
169
|
+
field.property.valid = 有効な
|
|
170
|
+
field.property.invalid = 有効ではありません
|
|
171
|
+
field.property.isVisible = 目に見える
|
|
172
|
+
field.property.isNotVisible = 見えない
|
|
173
|
+
newOptionLabel = 新しいタイプ}
|
|
174
|
+
operator.visible = 目に見える
|
|
175
|
+
operator.notVisible = 目に見えない
|
|
176
|
+
operator.equals = 等しい
|
|
177
|
+
operator.notEquals = 等しくない
|
|
178
|
+
operator.contains = 含まれる
|
|
179
|
+
operator.notContains = 含まれていない
|
|
180
|
+
condition.target.placeholder = ターゲット
|
|
181
|
+
if.condition.target.placeholder = ターゲット/値
|
|
182
|
+
if.condition.source.placeholder = ソース
|
|
183
|
+
then.condition.target.placeholder = ターゲット
|
|
184
|
+
condition.value.placeholder = 値
|
|
185
|
+
attributeNotPermitted = 属性 "{属性}"は許可されていません。別の属性を選択してください。
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"nb-NO":"norsk","en-US":"Engelsk","dir":"ltr","action.add.attrs.attr":"Hvilken egenskap vil du legge til?","action.add.attrs.value":"Standardverdi","addOption":"Legg til alternativ","allFieldsRemoved":"Alle feltene ble fjernet.","allowSelect":"Tillat Select","attribute":"Egenskap","attributes":"Egenskaper","attrs.class":"Klasse","attrs.className":"Klasse","attrs.dir":"Retning","attrs.id":"id","attrs.required":"Må","attrs.style":"Stil","attrs.title":"Tittel","attrs.type":"Type","attrs.value":"Verdi","autocomplete":"Autofullfør","button":"Knapp","cannotBeEmpty":"Dette feltet kan ikke være tomt","checkbox":"avkrysnings","checkboxes":"boksene","class":"Klasse","clear":"Klar","clearAllMessage":"Er du sikker på at du vil slette alle feltene?","close":"Lukk","column":"Kolonne","confirmClearAll":"Er du sikker på at du vil fjerne alle feltene?","content":"Innhold","control":"Styre","controlGroups.nextGroup":"Neste gruppe","controlGroups.prevGroup":"Forrige gruppe","controls.form.button":"Knapp","controls.form.checkbox-group":"Kryssboksgruppe","controls.form.input.date":"Dato","controls.form.input.email":"e-post","controls.form.input.file":"Filopplasting","controls.form.input.hidden":"Skjult inngang","controls.form.input.number":"Nummer","controls.form.input.text":"Tekstinngang","controls.form.radio-group":"Radio gruppe","controls.form.select":"Å velge","controls.form.textarea":"Tekstfelt","controls.groups.form":"Form Fields","controls.groups.html":"HTML-elementer","controls.groups.layout":"Oppsett","controls.html.divider":"Deler","controls.html.header":"Overskrift","controls.html.paragraph":"Avsnitt","controls.layout.column":"Kolonne","controls.layout.row":"Rad","controls.filteringTerm":"Filtrering \"{term}\"","copy":"Kopiere til utklippstavle","danger":"Fare","description":"Hjelpetekst","descriptionField":"Beskrivelse","defineColumnLayout":"Definer en kolonneoppsett","defineColumnWidths":"Definer kolonnebredder","editing.row":"Redigerer rad","editorTitle":"Formelementer","field":"Felt","fieldNonEditable":"Dette feltet kan ikke redigeres.","fieldRemoveWarning":"Er du sikker på at du vil fjerne dette feltet?","fileUpload":"Filopplasting","formUpdated":"Form oppdatert","getStarted":"Dra et felt fra høyre for å komme i gang.","group":"Gruppe","grouped":"gruppert","hidden":"Skjult inngang","hide":"Redigere","htmlElements":"HTML-elementer","if":"Hvis","info":"info","input.date":"Dato","input.text":"Tekst","label":"Merkelapp","labelCount":"{label} {count}","labelEmpty":"Feltetikett kan ikke være tomt","layout":"Oppsett","limitRole":"Begrens tilgang til en eller flere av følgende roller:","mandatory":"Påbudt, bindende","maxlength":"Maks lengde","meta.group":"Gruppe","meta.icon":"ico","meta.label":"Merkelapp","minOptionMessage":"Dette feltet krever minst 2 alternativer","name":"Navn","no":"Nei","number":"Nummer","off":"Av","on":"På","option":"Alternativ","optional":"valgfri","optionEmpty":"Valgmulighet som kreves","optionLabel":"Alternativ {teller}","options":"alternativer","order":"Rekkefølge","panel.label.attrs":"Egenskaper","panel.label.conditions":"Forhold","panel.label.config":"konfigurasjon","panel.label.meta":"Meta","panel.label.options":"alternativer","panelEditButtons.attrs":"+ Attributt","panelEditButtons.options":"+ Alternativ","panelEditButtons.conditions":"+ Tilstand","placeholder":"Plassholder","placeholder.className":"mellomrom separerte klasser","placeholder.email":"Skriv inn e-post","placeholder.label":"Merkelapp","placeholder.password":"Skriv inn passordet ditt","placeholder.placeholder":"Plassholder","placeholder.text":"Skriv inn litt tekst","placeholder.textarea":"Skriv inn mye tekst","placeholder.value":"Verdi","preview":"Forhåndsvisning","primary":"primær~~POS=TRUNC","remove":"Fjerne","removeType":"Fjern {type}","removeMessage":"Fjern elementet","required":"Må","reset":"tilbakestille","richText":"Rich Text Editor","roles":"Adgang","row":"Rad","row.makeInputGroup":"Gjør denne raden en inngangsgruppe.","row.makeInputGroupDesc":"Inngangsgrupper lar brukerne legge til sett med innspillinger om gangen.","row.settings.fieldsetWrap":"Wrap rad i en & lt; fieldset & gt; stikkord","row.settings.fieldsetWrap.aria":"Wrap Row i Fieldset","cannotClearFields":"Det er ingen felt å slette","save":"Lagre","secondary":"sekundær","select":"Å velge","selectColor":"Velg Farge","selectionsMessage":"Tillat flere valg","selectOptions":"alternativer","separator":"separator","settings":"innstillinger","size":"Størrelse","sizes":"størrelser","sizes.lg":"Stor","sizes.m":"Misligholde","sizes.sm":"Liten","sizes.xs":"Ekstra liten","style":"Stil","styles":"Styles","styles.btn":"Knapp stil","styles.btn.danger":"Fare","styles.btn.default":"Misligholde","styles.btn.info":"info","styles.btn.primary":"primær~~POS=TRUNC","styles.btn.success":"Suksess","styles.btn.warning":"Advarsel","subtype":"Type","success":"Suksess","text":"Tekstfelt","then":"Deretter","toggle":"Veksle","ungrouped":"A-Gruppert","warning":"Advarsel","yes":"Ja","and":"og","or":"eller","field.property.value":"verdi","field.property.label":"merkelapp","field.property.valid":"gyldig","field.property.invalid":"ikke gyldig","field.property.isVisible":"er synlig","field.property.isNotVisible":"er ikke synlig","newOptionLabel":"Ny {type}","operator.visible":"synlig","operator.notVisible":"ikke synlig","operator.equals":"er lik","operator.notEquals":"ikke lik","operator.contains":"inneholder","operator.notContains":"ikke inneholder","condition.target.placeholder":"mål","if.condition.target.placeholder":"målverdi","if.condition.source.placeholder":"kilde","then.condition.target.placeholder":"mål","condition.value.placeholder":"verdi","attributeNotPermitted":"Attributt \"{attribute}\" er ikke tillatt, vennligst velg en annen."}
|