@baseline-ui/core 1.2.0 → 2.1.0
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/index.css +1 -1
- package/dist/index.d.ts +211 -424
- package/dist/index.js +20 -20
- package/dist/index.mjs +20 -20
- package/intl/ar.json +80 -0
- package/intl/cs.json +80 -0
- package/intl/cy.json +80 -0
- package/intl/da.json +80 -0
- package/intl/de.json +80 -0
- package/intl/el.json +80 -0
- package/intl/en-GB.json +80 -0
- package/intl/en.json +80 -0
- package/intl/es.json +80 -0
- package/intl/fi.json +80 -0
- package/intl/fr-CA.json +80 -0
- package/intl/fr.json +80 -0
- package/intl/he.json +80 -0
- package/intl/hr.json +80 -0
- package/intl/id.json +80 -0
- package/intl/it.json +80 -0
- package/intl/ja.json +80 -0
- package/intl/ko.json +80 -0
- package/intl/ms.json +80 -0
- package/intl/nb-NO.json +80 -0
- package/intl/nl.json +80 -0
- package/intl/pl.json +80 -0
- package/intl/pt-PT.json +80 -0
- package/intl/pt.json +80 -0
- package/intl/ru.json +80 -0
- package/intl/sk.json +80 -0
- package/intl/sl.json +80 -0
- package/intl/sv.json +80 -0
- package/intl/th.json +80 -0
- package/intl/tr.json +80 -0
- package/intl/uk.json +80 -0
- package/intl/zh-Hans.json +80 -0
- package/intl/zh-Hant.json +80 -0
- package/messages.json +314 -0
- package/package.json +8 -7
- package/sbom.json +20 -20
package/intl/es.json
ADDED
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
{
|
|
2
|
+
"bui.alertDialog.close": "Cerrar",
|
|
3
|
+
"bui.audioPlayer.audioTimeline": "Línea de tiempo del audio",
|
|
4
|
+
"bui.audioPlayer.pause": "Pausa",
|
|
5
|
+
"bui.audioPlayer.play": "Reproducir",
|
|
6
|
+
"bui.buttonSelect.more": "Más",
|
|
7
|
+
"bui.buttonSelect.moreWithLabel": "Más {label}",
|
|
8
|
+
"bui.calendar.nextMonth": "Mes siguiente",
|
|
9
|
+
"bui.calendar.nextYear": "Año siguiente",
|
|
10
|
+
"bui.calendar.previousMonth": "Mes anterior",
|
|
11
|
+
"bui.calendar.previousYear": "Año anterior",
|
|
12
|
+
"bui.calendar.selectMonth": "Seleccionar mes",
|
|
13
|
+
"bui.calendar.selectYear": "Seleccionar año",
|
|
14
|
+
"bui.colorInput.add": "Añadir",
|
|
15
|
+
"bui.colorInput.addColor": "Añadir color",
|
|
16
|
+
"bui.colorInput.cancel": "Cancelar",
|
|
17
|
+
"bui.colorInput.colorFormat": "Formato de color",
|
|
18
|
+
"bui.colorInput.colorPresets": "Preajustes de color",
|
|
19
|
+
"bui.colorInput.customColors": "Colores personalizados",
|
|
20
|
+
"bui.colorInput.indeterminate": "Mixto",
|
|
21
|
+
"bui.colorInput.newColor": "Nuevo color personalizado",
|
|
22
|
+
"bui.colorInput.noColor": "Ninguna",
|
|
23
|
+
"bui.colorInput.removeColor": "Eliminar color",
|
|
24
|
+
"bui.colorInput.transparent": "Transparente",
|
|
25
|
+
"bui.colorSwatch.none": "Ninguna",
|
|
26
|
+
"bui.dateField.openCalendar": "Abrir calendario",
|
|
27
|
+
"bui.drawer.close": "Cerrar",
|
|
28
|
+
"bui.editor.action": "Acción",
|
|
29
|
+
"bui.editor.addLink": "Añadir enlace",
|
|
30
|
+
"bui.editor.backgroundColor": "Color de fondo",
|
|
31
|
+
"bui.editor.bold": "Negrita",
|
|
32
|
+
"bui.editor.cancel": "Cancelar",
|
|
33
|
+
"bui.editor.close": "Cerrar",
|
|
34
|
+
"bui.editor.copy": "Copiar",
|
|
35
|
+
"bui.editor.cut": "Cortar",
|
|
36
|
+
"bui.editor.editLink": "Editar enlace",
|
|
37
|
+
"bui.editor.fontColor": "Color",
|
|
38
|
+
"bui.editor.help": "Ayuda",
|
|
39
|
+
"bui.editor.italic": "Cursiva",
|
|
40
|
+
"bui.editor.linkAnnotation": "Enlace",
|
|
41
|
+
"bui.editor.mention": "Mención",
|
|
42
|
+
"bui.editor.openHelpDialog": "Abrir diálogo de ayuda",
|
|
43
|
+
"bui.editor.paste": "Pegar",
|
|
44
|
+
"bui.editor.redo": "Rehacer",
|
|
45
|
+
"bui.editor.removeLink": "Eliminar enlace",
|
|
46
|
+
"bui.editor.save": "Guardar",
|
|
47
|
+
"bui.editor.selectAll": "Seleccionar todo",
|
|
48
|
+
"bui.editor.shortcut": "Atajo",
|
|
49
|
+
"bui.editor.submit": "Enviar",
|
|
50
|
+
"bui.editor.toolbarFocus": "Enfoque en la barra de herramientas",
|
|
51
|
+
"bui.editor.underline": "Subrayado",
|
|
52
|
+
"bui.editor.undo": "Deshacer",
|
|
53
|
+
"bui.fileList.loading": "Cargando {fileName}",
|
|
54
|
+
"bui.fileList.removeHint": "{fileName}, pulse Suprimir o Retroceso para eliminar",
|
|
55
|
+
"bui.freehandCanvas.redo": "Rehacer",
|
|
56
|
+
"bui.freehandCanvas.undo": "Deshacer",
|
|
57
|
+
"bui.imageDropZone.selectImage": "Seleccionar imagen",
|
|
58
|
+
"bui.imageGallery.cancel": "Cancelar",
|
|
59
|
+
"bui.imageGallery.delete": "Eliminar",
|
|
60
|
+
"bui.imageGallery.loading": "Cargando",
|
|
61
|
+
"bui.inlineAlert.close": "Cerrar",
|
|
62
|
+
"bui.pagination.goToPage": "Ir a la página",
|
|
63
|
+
"bui.pagination.nextPage": "Página siguiente",
|
|
64
|
+
"bui.pagination.pageXofY": "Página {arg0} de {arg1}",
|
|
65
|
+
"bui.pagination.prevPage": "Página anterior",
|
|
66
|
+
"bui.select.clear": "Borrar",
|
|
67
|
+
"bui.select.more": "+{count} más",
|
|
68
|
+
"bui.select.search": "Buscar",
|
|
69
|
+
"bui.select.selectAll": "Seleccionar todo",
|
|
70
|
+
"bui.stepper.completed": "Completado",
|
|
71
|
+
"bui.stepper.label": "Progreso",
|
|
72
|
+
"bui.stepper.step": "Paso {index}",
|
|
73
|
+
"bui.table.loading": "Cargando",
|
|
74
|
+
"bui.toolbar.more": "Más",
|
|
75
|
+
"bui.treeView.collapse": "Contraer",
|
|
76
|
+
"bui.treeView.expand": "Expandir",
|
|
77
|
+
"bui.treeView.rename": "Cambiar nombre",
|
|
78
|
+
"bui.useMedia.paused": "En pausa",
|
|
79
|
+
"bui.useMedia.playing": "Reproduciendo"
|
|
80
|
+
}
|
package/intl/fi.json
ADDED
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
{
|
|
2
|
+
"bui.alertDialog.close": "Sulje",
|
|
3
|
+
"bui.audioPlayer.audioTimeline": "Äänen aikajana",
|
|
4
|
+
"bui.audioPlayer.pause": "Keskeytä",
|
|
5
|
+
"bui.audioPlayer.play": "Toista",
|
|
6
|
+
"bui.buttonSelect.more": "Lisää",
|
|
7
|
+
"bui.buttonSelect.moreWithLabel": "Lisää {label}",
|
|
8
|
+
"bui.calendar.nextMonth": "Seuraava kuukausi",
|
|
9
|
+
"bui.calendar.nextYear": "Seuraava vuosi",
|
|
10
|
+
"bui.calendar.previousMonth": "Edellinen kuukausi",
|
|
11
|
+
"bui.calendar.previousYear": "Edellinen vuosi",
|
|
12
|
+
"bui.calendar.selectMonth": "Valitse kuukausi",
|
|
13
|
+
"bui.calendar.selectYear": "Valitse vuosi",
|
|
14
|
+
"bui.colorInput.add": "Lisää",
|
|
15
|
+
"bui.colorInput.addColor": "Lisää väri",
|
|
16
|
+
"bui.colorInput.cancel": "Kumoa",
|
|
17
|
+
"bui.colorInput.colorFormat": "Värimuoto",
|
|
18
|
+
"bui.colorInput.colorPresets": "Värin esiasetukset",
|
|
19
|
+
"bui.colorInput.customColors": "Mukautetut värit",
|
|
20
|
+
"bui.colorInput.indeterminate": "Sekoitettu",
|
|
21
|
+
"bui.colorInput.newColor": "Uusi muokattu väri",
|
|
22
|
+
"bui.colorInput.noColor": "Ei mitään",
|
|
23
|
+
"bui.colorInput.removeColor": "Poista väri",
|
|
24
|
+
"bui.colorInput.transparent": "Läpinäkyvä",
|
|
25
|
+
"bui.colorSwatch.none": "Ei mitään",
|
|
26
|
+
"bui.dateField.openCalendar": "Avaa kalenteri",
|
|
27
|
+
"bui.drawer.close": "Sulje",
|
|
28
|
+
"bui.editor.action": "Toiminto",
|
|
29
|
+
"bui.editor.addLink": "Lisää linkki",
|
|
30
|
+
"bui.editor.backgroundColor": "Taustaväri",
|
|
31
|
+
"bui.editor.bold": "Lihavoitu",
|
|
32
|
+
"bui.editor.cancel": "Kumoa",
|
|
33
|
+
"bui.editor.close": "Sulje",
|
|
34
|
+
"bui.editor.copy": "Kopioi",
|
|
35
|
+
"bui.editor.cut": "Leikkaa",
|
|
36
|
+
"bui.editor.editLink": "Muokkaa linkkiä",
|
|
37
|
+
"bui.editor.fontColor": "Kirjasinväri",
|
|
38
|
+
"bui.editor.help": "Ohje",
|
|
39
|
+
"bui.editor.italic": "Kursiivi",
|
|
40
|
+
"bui.editor.linkAnnotation": "Linkki",
|
|
41
|
+
"bui.editor.mention": "Maininta",
|
|
42
|
+
"bui.editor.openHelpDialog": "Avaa ohjedialogi",
|
|
43
|
+
"bui.editor.paste": "Sijoita",
|
|
44
|
+
"bui.editor.redo": "Tee sittenkin",
|
|
45
|
+
"bui.editor.removeLink": "Poista linkki",
|
|
46
|
+
"bui.editor.save": "Tallenna",
|
|
47
|
+
"bui.editor.selectAll": "Valitse kaikki",
|
|
48
|
+
"bui.editor.shortcut": "Pikanäppäin",
|
|
49
|
+
"bui.editor.submit": "Lähetä",
|
|
50
|
+
"bui.editor.toolbarFocus": "Työkalurivin kohdistus",
|
|
51
|
+
"bui.editor.underline": "Alleviivaus",
|
|
52
|
+
"bui.editor.undo": "Peru",
|
|
53
|
+
"bui.fileList.loading": "Ladataan {fileName}",
|
|
54
|
+
"bui.fileList.removeHint": "{fileName}, paina Delete tai Backspace poistaaksesi",
|
|
55
|
+
"bui.freehandCanvas.redo": "Tee sittenkin",
|
|
56
|
+
"bui.freehandCanvas.undo": "Peru",
|
|
57
|
+
"bui.imageDropZone.selectImage": "Valitse kuva",
|
|
58
|
+
"bui.imageGallery.cancel": "Kumoa",
|
|
59
|
+
"bui.imageGallery.delete": "Poista",
|
|
60
|
+
"bui.imageGallery.loading": "Ladataan",
|
|
61
|
+
"bui.inlineAlert.close": "Sulje",
|
|
62
|
+
"bui.pagination.goToPage": "Mene sivulle",
|
|
63
|
+
"bui.pagination.nextPage": "Seuraava sivu",
|
|
64
|
+
"bui.pagination.pageXofY": "Sivu {arg0} / {arg1}",
|
|
65
|
+
"bui.pagination.prevPage": "Edellinen sivu",
|
|
66
|
+
"bui.select.clear": "Tyhjennä",
|
|
67
|
+
"bui.select.more": "+{count} lisää",
|
|
68
|
+
"bui.select.search": "Haku",
|
|
69
|
+
"bui.select.selectAll": "Valitse kaikki",
|
|
70
|
+
"bui.stepper.completed": "Valmis",
|
|
71
|
+
"bui.stepper.label": "Eteneminen",
|
|
72
|
+
"bui.stepper.step": "Vaihe {index}",
|
|
73
|
+
"bui.table.loading": "Ladataan",
|
|
74
|
+
"bui.toolbar.more": "Lisää",
|
|
75
|
+
"bui.treeView.collapse": "Kutista",
|
|
76
|
+
"bui.treeView.expand": "Laajenna",
|
|
77
|
+
"bui.treeView.rename": "Nimeä uudelleen",
|
|
78
|
+
"bui.useMedia.paused": "Keskeytetty",
|
|
79
|
+
"bui.useMedia.playing": "Toistetaan"
|
|
80
|
+
}
|
package/intl/fr-CA.json
ADDED
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
{
|
|
2
|
+
"bui.alertDialog.close": "Fermer",
|
|
3
|
+
"bui.audioPlayer.audioTimeline": "Chronologie audio",
|
|
4
|
+
"bui.audioPlayer.pause": "Pause",
|
|
5
|
+
"bui.audioPlayer.play": "Lecture",
|
|
6
|
+
"bui.buttonSelect.more": "Plus",
|
|
7
|
+
"bui.buttonSelect.moreWithLabel": "Plus {label}",
|
|
8
|
+
"bui.calendar.nextMonth": "Mois suivant",
|
|
9
|
+
"bui.calendar.nextYear": "Année suivante",
|
|
10
|
+
"bui.calendar.previousMonth": "Mois précédent",
|
|
11
|
+
"bui.calendar.previousYear": "Année précédente",
|
|
12
|
+
"bui.calendar.selectMonth": "Sélectionner le mois",
|
|
13
|
+
"bui.calendar.selectYear": "Sélectionner l'année",
|
|
14
|
+
"bui.colorInput.add": "Ajouter",
|
|
15
|
+
"bui.colorInput.addColor": "Ajouter une couleur",
|
|
16
|
+
"bui.colorInput.cancel": "Annuler",
|
|
17
|
+
"bui.colorInput.colorFormat": "Format de couleur",
|
|
18
|
+
"bui.colorInput.colorPresets": "Préréglages de couleur",
|
|
19
|
+
"bui.colorInput.customColors": "Couleurs personnalisées",
|
|
20
|
+
"bui.colorInput.indeterminate": "Mixte",
|
|
21
|
+
"bui.colorInput.newColor": "Nouvelle couleur personnalisée",
|
|
22
|
+
"bui.colorInput.noColor": "Aucune",
|
|
23
|
+
"bui.colorInput.removeColor": "Supprimer la couleur",
|
|
24
|
+
"bui.colorInput.transparent": "Transparent",
|
|
25
|
+
"bui.colorSwatch.none": "Aucune",
|
|
26
|
+
"bui.dateField.openCalendar": "Ouvrir le calendrier",
|
|
27
|
+
"bui.drawer.close": "Fermer",
|
|
28
|
+
"bui.editor.action": "Action",
|
|
29
|
+
"bui.editor.addLink": "Ajouter un lien",
|
|
30
|
+
"bui.editor.backgroundColor": "Couleur de l’arrière-plan",
|
|
31
|
+
"bui.editor.bold": "Gras",
|
|
32
|
+
"bui.editor.cancel": "Annuler",
|
|
33
|
+
"bui.editor.close": "Fermer",
|
|
34
|
+
"bui.editor.copy": "Copier",
|
|
35
|
+
"bui.editor.cut": "Couper",
|
|
36
|
+
"bui.editor.editLink": "Modifier le lien",
|
|
37
|
+
"bui.editor.fontColor": "Couleur de police",
|
|
38
|
+
"bui.editor.help": "Aide",
|
|
39
|
+
"bui.editor.italic": "Italique",
|
|
40
|
+
"bui.editor.linkAnnotation": "Lien",
|
|
41
|
+
"bui.editor.mention": "Mention",
|
|
42
|
+
"bui.editor.openHelpDialog": "Ouvrir la boîte de dialogue d'aide",
|
|
43
|
+
"bui.editor.paste": "Coller",
|
|
44
|
+
"bui.editor.redo": "Rétablir",
|
|
45
|
+
"bui.editor.removeLink": "Supprimer le lien",
|
|
46
|
+
"bui.editor.save": "Enregistrer",
|
|
47
|
+
"bui.editor.selectAll": "Tout sélectionner",
|
|
48
|
+
"bui.editor.shortcut": "Raccourci",
|
|
49
|
+
"bui.editor.submit": "Soumettre",
|
|
50
|
+
"bui.editor.toolbarFocus": "Focus sur la barre d'outils",
|
|
51
|
+
"bui.editor.underline": "Soulignée",
|
|
52
|
+
"bui.editor.undo": "Annuler",
|
|
53
|
+
"bui.fileList.loading": "Chargement {fileName}",
|
|
54
|
+
"bui.fileList.removeHint": "{fileName}, appuyer sur Suppr ou Retour arrière pour supprimer",
|
|
55
|
+
"bui.freehandCanvas.redo": "Rétablir",
|
|
56
|
+
"bui.freehandCanvas.undo": "Annuler",
|
|
57
|
+
"bui.imageDropZone.selectImage": "Sélectionner une image",
|
|
58
|
+
"bui.imageGallery.cancel": "Annuler",
|
|
59
|
+
"bui.imageGallery.delete": "Supprimer",
|
|
60
|
+
"bui.imageGallery.loading": "Chargement",
|
|
61
|
+
"bui.inlineAlert.close": "Fermer",
|
|
62
|
+
"bui.pagination.goToPage": "Aller à la page",
|
|
63
|
+
"bui.pagination.nextPage": "Page suivante",
|
|
64
|
+
"bui.pagination.pageXofY": "Page {arg0} sur {arg1}",
|
|
65
|
+
"bui.pagination.prevPage": "Page précédente",
|
|
66
|
+
"bui.select.clear": "Effacer",
|
|
67
|
+
"bui.select.more": "+{count} autres",
|
|
68
|
+
"bui.select.search": "Rechercher",
|
|
69
|
+
"bui.select.selectAll": "Tout sélectionner",
|
|
70
|
+
"bui.stepper.completed": "Terminé",
|
|
71
|
+
"bui.stepper.label": "Progression",
|
|
72
|
+
"bui.stepper.step": "Étape {index}",
|
|
73
|
+
"bui.table.loading": "Chargement",
|
|
74
|
+
"bui.toolbar.more": "Plus",
|
|
75
|
+
"bui.treeView.collapse": "Réduire",
|
|
76
|
+
"bui.treeView.expand": "Développer",
|
|
77
|
+
"bui.treeView.rename": "Renommer",
|
|
78
|
+
"bui.useMedia.paused": "En pause",
|
|
79
|
+
"bui.useMedia.playing": "Lecture en cours"
|
|
80
|
+
}
|
package/intl/fr.json
ADDED
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
{
|
|
2
|
+
"bui.alertDialog.close": "Fermer",
|
|
3
|
+
"bui.audioPlayer.audioTimeline": "Chronologie audio",
|
|
4
|
+
"bui.audioPlayer.pause": "Pause",
|
|
5
|
+
"bui.audioPlayer.play": "Lecture",
|
|
6
|
+
"bui.buttonSelect.more": "Plus",
|
|
7
|
+
"bui.buttonSelect.moreWithLabel": "Plus {label}",
|
|
8
|
+
"bui.calendar.nextMonth": "Mois suivant",
|
|
9
|
+
"bui.calendar.nextYear": "Année suivante",
|
|
10
|
+
"bui.calendar.previousMonth": "Mois précédent",
|
|
11
|
+
"bui.calendar.previousYear": "Année précédente",
|
|
12
|
+
"bui.calendar.selectMonth": "Sélectionner le mois",
|
|
13
|
+
"bui.calendar.selectYear": "Sélectionner l'année",
|
|
14
|
+
"bui.colorInput.add": "Ajouter",
|
|
15
|
+
"bui.colorInput.addColor": "Ajouter une couleur",
|
|
16
|
+
"bui.colorInput.cancel": "Annuler",
|
|
17
|
+
"bui.colorInput.colorFormat": "Format de couleur",
|
|
18
|
+
"bui.colorInput.colorPresets": "Préréglages de couleur",
|
|
19
|
+
"bui.colorInput.customColors": "Couleurs personnalisées",
|
|
20
|
+
"bui.colorInput.indeterminate": "Mixte",
|
|
21
|
+
"bui.colorInput.newColor": "Nouvelle couleur personnalisée",
|
|
22
|
+
"bui.colorInput.noColor": "Aucune",
|
|
23
|
+
"bui.colorInput.removeColor": "Supprimer la couleur",
|
|
24
|
+
"bui.colorInput.transparent": "Transparent",
|
|
25
|
+
"bui.colorSwatch.none": "Aucune",
|
|
26
|
+
"bui.dateField.openCalendar": "Ouvrir le calendrier",
|
|
27
|
+
"bui.drawer.close": "Fermer",
|
|
28
|
+
"bui.editor.action": "Action",
|
|
29
|
+
"bui.editor.addLink": "Ajouter un lien",
|
|
30
|
+
"bui.editor.backgroundColor": "Couleur de l’arrière-plan",
|
|
31
|
+
"bui.editor.bold": "Gras",
|
|
32
|
+
"bui.editor.cancel": "Annuler",
|
|
33
|
+
"bui.editor.close": "Fermer",
|
|
34
|
+
"bui.editor.copy": "Copier",
|
|
35
|
+
"bui.editor.cut": "Couper",
|
|
36
|
+
"bui.editor.editLink": "Modifier le lien",
|
|
37
|
+
"bui.editor.fontColor": "Couleur de police",
|
|
38
|
+
"bui.editor.help": "Aide",
|
|
39
|
+
"bui.editor.italic": "Italique",
|
|
40
|
+
"bui.editor.linkAnnotation": "Lien",
|
|
41
|
+
"bui.editor.mention": "Mention",
|
|
42
|
+
"bui.editor.openHelpDialog": "Ouvrir le dialogue d'aide",
|
|
43
|
+
"bui.editor.paste": "Coller",
|
|
44
|
+
"bui.editor.redo": "Rétablir",
|
|
45
|
+
"bui.editor.removeLink": "Supprimer le lien",
|
|
46
|
+
"bui.editor.save": "Enregistrer",
|
|
47
|
+
"bui.editor.selectAll": "Tout sélectionner",
|
|
48
|
+
"bui.editor.shortcut": "Raccourci",
|
|
49
|
+
"bui.editor.submit": "Soumettre",
|
|
50
|
+
"bui.editor.toolbarFocus": "Focus sur la barre d'outils",
|
|
51
|
+
"bui.editor.underline": "Soulignée",
|
|
52
|
+
"bui.editor.undo": "Annuler",
|
|
53
|
+
"bui.fileList.loading": "Chargement {fileName}",
|
|
54
|
+
"bui.fileList.removeHint": "{fileName}, appuyez sur Suppr ou Retour arrière pour supprimer",
|
|
55
|
+
"bui.freehandCanvas.redo": "Rétablir",
|
|
56
|
+
"bui.freehandCanvas.undo": "Annuler",
|
|
57
|
+
"bui.imageDropZone.selectImage": "Sélectionner une image",
|
|
58
|
+
"bui.imageGallery.cancel": "Annuler",
|
|
59
|
+
"bui.imageGallery.delete": "Supprimer",
|
|
60
|
+
"bui.imageGallery.loading": "Chargement",
|
|
61
|
+
"bui.inlineAlert.close": "Fermer",
|
|
62
|
+
"bui.pagination.goToPage": "Aller à la page",
|
|
63
|
+
"bui.pagination.nextPage": "Page suivante",
|
|
64
|
+
"bui.pagination.pageXofY": "Page {arg0} sur {arg1}",
|
|
65
|
+
"bui.pagination.prevPage": "Page précédente",
|
|
66
|
+
"bui.select.clear": "Effacer",
|
|
67
|
+
"bui.select.more": "+{count} autres",
|
|
68
|
+
"bui.select.search": "Rechercher",
|
|
69
|
+
"bui.select.selectAll": "Tout sélectionner",
|
|
70
|
+
"bui.stepper.completed": "Terminé",
|
|
71
|
+
"bui.stepper.label": "Progression",
|
|
72
|
+
"bui.stepper.step": "Étape {index}",
|
|
73
|
+
"bui.table.loading": "Chargement",
|
|
74
|
+
"bui.toolbar.more": "Plus",
|
|
75
|
+
"bui.treeView.collapse": "Réduire",
|
|
76
|
+
"bui.treeView.expand": "Développer",
|
|
77
|
+
"bui.treeView.rename": "Renommer",
|
|
78
|
+
"bui.useMedia.paused": "En pause",
|
|
79
|
+
"bui.useMedia.playing": "Lecture en cours"
|
|
80
|
+
}
|
package/intl/he.json
ADDED
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
{
|
|
2
|
+
"bui.alertDialog.close": "סגירה",
|
|
3
|
+
"bui.audioPlayer.audioTimeline": "ציר זמן של האודיו",
|
|
4
|
+
"bui.audioPlayer.pause": "השהיה",
|
|
5
|
+
"bui.audioPlayer.play": "הפעלה",
|
|
6
|
+
"bui.buttonSelect.more": "עוד",
|
|
7
|
+
"bui.buttonSelect.moreWithLabel": "עוד {label}",
|
|
8
|
+
"bui.calendar.nextMonth": "חודש הבא",
|
|
9
|
+
"bui.calendar.nextYear": "שנה הבאה",
|
|
10
|
+
"bui.calendar.previousMonth": "חודש קודם",
|
|
11
|
+
"bui.calendar.previousYear": "שנה קודמת",
|
|
12
|
+
"bui.calendar.selectMonth": "בחר חודש",
|
|
13
|
+
"bui.calendar.selectYear": "בחר שנה",
|
|
14
|
+
"bui.colorInput.add": "הוספה",
|
|
15
|
+
"bui.colorInput.addColor": "הוסף צבע",
|
|
16
|
+
"bui.colorInput.cancel": "ביטול",
|
|
17
|
+
"bui.colorInput.colorFormat": "פורמט צבע",
|
|
18
|
+
"bui.colorInput.colorPresets": "מצבי צבע מתוכנתים",
|
|
19
|
+
"bui.colorInput.customColors": "צבעים מותאמים אישית",
|
|
20
|
+
"bui.colorInput.indeterminate": "מעורב",
|
|
21
|
+
"bui.colorInput.newColor": "צבע מותאם אישית חדש",
|
|
22
|
+
"bui.colorInput.noColor": "ללא",
|
|
23
|
+
"bui.colorInput.removeColor": "הסר צבע",
|
|
24
|
+
"bui.colorInput.transparent": "שקוף",
|
|
25
|
+
"bui.colorSwatch.none": "ללא",
|
|
26
|
+
"bui.dateField.openCalendar": "פתח לוח שנה",
|
|
27
|
+
"bui.drawer.close": "סגירה",
|
|
28
|
+
"bui.editor.action": "פעולה",
|
|
29
|
+
"bui.editor.addLink": "הוספת קישור",
|
|
30
|
+
"bui.editor.backgroundColor": "צבע רקע",
|
|
31
|
+
"bui.editor.bold": "מודגש",
|
|
32
|
+
"bui.editor.cancel": "ביטול",
|
|
33
|
+
"bui.editor.close": "סגירה",
|
|
34
|
+
"bui.editor.copy": "העתקה",
|
|
35
|
+
"bui.editor.cut": "חיתוך",
|
|
36
|
+
"bui.editor.editLink": "עריכת קישור",
|
|
37
|
+
"bui.editor.fontColor": "צבע גופן",
|
|
38
|
+
"bui.editor.help": "עזרה",
|
|
39
|
+
"bui.editor.italic": "נטוי",
|
|
40
|
+
"bui.editor.linkAnnotation": "קישור",
|
|
41
|
+
"bui.editor.mention": "אזכור",
|
|
42
|
+
"bui.editor.openHelpDialog": "פתח תיבת דו-שיח לעזרה",
|
|
43
|
+
"bui.editor.paste": "הדבקה",
|
|
44
|
+
"bui.editor.redo": "ביצוע מחדש",
|
|
45
|
+
"bui.editor.removeLink": "הסרת קישור",
|
|
46
|
+
"bui.editor.save": "שמירה",
|
|
47
|
+
"bui.editor.selectAll": "בחירת כל הפריטים",
|
|
48
|
+
"bui.editor.shortcut": "קיצור מקלדת",
|
|
49
|
+
"bui.editor.submit": "שלח",
|
|
50
|
+
"bui.editor.toolbarFocus": "מיקוד סרגל הכלים",
|
|
51
|
+
"bui.editor.underline": "עם קו תחתון",
|
|
52
|
+
"bui.editor.undo": "ביטול פעולה",
|
|
53
|
+
"bui.fileList.loading": "טוען {fileName}",
|
|
54
|
+
"bui.fileList.removeHint": "{fileName}, הקש Delete או Backspace כדי להסיר",
|
|
55
|
+
"bui.freehandCanvas.redo": "ביצוע מחדש",
|
|
56
|
+
"bui.freehandCanvas.undo": "ביטול פעולה",
|
|
57
|
+
"bui.imageDropZone.selectImage": "בחירת תמונה",
|
|
58
|
+
"bui.imageGallery.cancel": "ביטול",
|
|
59
|
+
"bui.imageGallery.delete": "מחיקה",
|
|
60
|
+
"bui.imageGallery.loading": "טוען",
|
|
61
|
+
"bui.inlineAlert.close": "סגירה",
|
|
62
|
+
"bui.pagination.goToPage": "מעבר לעמוד",
|
|
63
|
+
"bui.pagination.nextPage": "העמוד הבא",
|
|
64
|
+
"bui.pagination.pageXofY": "עמוד {arg0} מתוך {arg1}",
|
|
65
|
+
"bui.pagination.prevPage": "העמוד הקודם",
|
|
66
|
+
"bui.select.clear": "מחיקה",
|
|
67
|
+
"bui.select.more": "+{count} נוספים",
|
|
68
|
+
"bui.select.search": "חיפוש",
|
|
69
|
+
"bui.select.selectAll": "בחירת כל הפריטים",
|
|
70
|
+
"bui.stepper.completed": "הושלם",
|
|
71
|
+
"bui.stepper.label": "התקדמות",
|
|
72
|
+
"bui.stepper.step": "שלב {index}",
|
|
73
|
+
"bui.table.loading": "טוען",
|
|
74
|
+
"bui.toolbar.more": "עוד",
|
|
75
|
+
"bui.treeView.collapse": "כווץ",
|
|
76
|
+
"bui.treeView.expand": "הרחב",
|
|
77
|
+
"bui.treeView.rename": "שנה שם",
|
|
78
|
+
"bui.useMedia.paused": "מושהה",
|
|
79
|
+
"bui.useMedia.playing": "מתנגן"
|
|
80
|
+
}
|
package/intl/hr.json
ADDED
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
{
|
|
2
|
+
"bui.alertDialog.close": "Zatvori",
|
|
3
|
+
"bui.audioPlayer.audioTimeline": "Vremenska crta zvuka",
|
|
4
|
+
"bui.audioPlayer.pause": "Pauziraj",
|
|
5
|
+
"bui.audioPlayer.play": "Pusti",
|
|
6
|
+
"bui.buttonSelect.more": "Više",
|
|
7
|
+
"bui.buttonSelect.moreWithLabel": "Više {label}",
|
|
8
|
+
"bui.calendar.nextMonth": "Sljedeći mjesec",
|
|
9
|
+
"bui.calendar.nextYear": "Sljedeća godina",
|
|
10
|
+
"bui.calendar.previousMonth": "Prethodni mjesec",
|
|
11
|
+
"bui.calendar.previousYear": "Prethodna godina",
|
|
12
|
+
"bui.calendar.selectMonth": "Odaberite mjesec",
|
|
13
|
+
"bui.calendar.selectYear": "Odaberite godinu",
|
|
14
|
+
"bui.colorInput.add": "Dodati",
|
|
15
|
+
"bui.colorInput.addColor": "Dodaj boju",
|
|
16
|
+
"bui.colorInput.cancel": "Otkaži",
|
|
17
|
+
"bui.colorInput.colorFormat": "Format boje",
|
|
18
|
+
"bui.colorInput.colorPresets": "Prijedlozi boja",
|
|
19
|
+
"bui.colorInput.customColors": "Prilagođene boje",
|
|
20
|
+
"bui.colorInput.indeterminate": "Mješovito",
|
|
21
|
+
"bui.colorInput.newColor": "Nova prilagođena boja",
|
|
22
|
+
"bui.colorInput.noColor": "Prazno",
|
|
23
|
+
"bui.colorInput.removeColor": "Ukloni boju",
|
|
24
|
+
"bui.colorInput.transparent": "Prozirna",
|
|
25
|
+
"bui.colorSwatch.none": "Prazno",
|
|
26
|
+
"bui.dateField.openCalendar": "Otvori kalendar",
|
|
27
|
+
"bui.drawer.close": "Zatvori",
|
|
28
|
+
"bui.editor.action": "Akcija",
|
|
29
|
+
"bui.editor.addLink": "Dodaj poveznicu",
|
|
30
|
+
"bui.editor.backgroundColor": "Boja pozadine",
|
|
31
|
+
"bui.editor.bold": "Podebljano",
|
|
32
|
+
"bui.editor.cancel": "Otkaži",
|
|
33
|
+
"bui.editor.close": "Zatvori",
|
|
34
|
+
"bui.editor.copy": "Kopiraj",
|
|
35
|
+
"bui.editor.cut": "Izreži",
|
|
36
|
+
"bui.editor.editLink": "Uredi poveznicu",
|
|
37
|
+
"bui.editor.fontColor": "Boja fonta",
|
|
38
|
+
"bui.editor.help": "Pomoć",
|
|
39
|
+
"bui.editor.italic": "Kurziv",
|
|
40
|
+
"bui.editor.linkAnnotation": "Poveznica",
|
|
41
|
+
"bui.editor.mention": "Spominjanje",
|
|
42
|
+
"bui.editor.openHelpDialog": "Otvori dijalog pomoći",
|
|
43
|
+
"bui.editor.paste": "Zalijepi",
|
|
44
|
+
"bui.editor.redo": "Ponovi",
|
|
45
|
+
"bui.editor.removeLink": "Ukloni poveznicu",
|
|
46
|
+
"bui.editor.save": "Spremi",
|
|
47
|
+
"bui.editor.selectAll": "Odaberi sve",
|
|
48
|
+
"bui.editor.shortcut": "Prečac",
|
|
49
|
+
"bui.editor.submit": "Podnesi",
|
|
50
|
+
"bui.editor.toolbarFocus": "Fokus na alatnoj traci",
|
|
51
|
+
"bui.editor.underline": "Podcrtani",
|
|
52
|
+
"bui.editor.undo": "Vrati",
|
|
53
|
+
"bui.fileList.loading": "Učitavanje {fileName}",
|
|
54
|
+
"bui.fileList.removeHint": "{fileName}, pritisnite Delete ili Backspace za uklanjanje",
|
|
55
|
+
"bui.freehandCanvas.redo": "Ponovi",
|
|
56
|
+
"bui.freehandCanvas.undo": "Vrati",
|
|
57
|
+
"bui.imageDropZone.selectImage": "Odaberi sliku",
|
|
58
|
+
"bui.imageGallery.cancel": "Otkaži",
|
|
59
|
+
"bui.imageGallery.delete": "Obriši",
|
|
60
|
+
"bui.imageGallery.loading": "Učitavanje",
|
|
61
|
+
"bui.inlineAlert.close": "Zatvori",
|
|
62
|
+
"bui.pagination.goToPage": "Idi na stranicu",
|
|
63
|
+
"bui.pagination.nextPage": "Slijedeća stranica",
|
|
64
|
+
"bui.pagination.pageXofY": "Stranica {arg0} od {arg1}",
|
|
65
|
+
"bui.pagination.prevPage": "Prethodna stranica",
|
|
66
|
+
"bui.select.clear": "Očisti",
|
|
67
|
+
"bui.select.more": "+{count} više",
|
|
68
|
+
"bui.select.search": "Traži",
|
|
69
|
+
"bui.select.selectAll": "Odaberi sve",
|
|
70
|
+
"bui.stepper.completed": "Dovršeno",
|
|
71
|
+
"bui.stepper.label": "Napredak",
|
|
72
|
+
"bui.stepper.step": "Korak {index}",
|
|
73
|
+
"bui.table.loading": "Učitavanje",
|
|
74
|
+
"bui.toolbar.more": "Više",
|
|
75
|
+
"bui.treeView.collapse": "Sažmi",
|
|
76
|
+
"bui.treeView.expand": "Proširi",
|
|
77
|
+
"bui.treeView.rename": "Preimenuj",
|
|
78
|
+
"bui.useMedia.paused": "Pauzirano",
|
|
79
|
+
"bui.useMedia.playing": "Reproducira se"
|
|
80
|
+
}
|
package/intl/id.json
ADDED
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
{
|
|
2
|
+
"bui.alertDialog.close": "Tutup",
|
|
3
|
+
"bui.audioPlayer.audioTimeline": "Lini masa audio",
|
|
4
|
+
"bui.audioPlayer.pause": "Jeda",
|
|
5
|
+
"bui.audioPlayer.play": "Putar",
|
|
6
|
+
"bui.buttonSelect.more": "Lainnya",
|
|
7
|
+
"bui.buttonSelect.moreWithLabel": "Lainnya {label}",
|
|
8
|
+
"bui.calendar.nextMonth": "Bulan berikutnya",
|
|
9
|
+
"bui.calendar.nextYear": "Tahun berikutnya",
|
|
10
|
+
"bui.calendar.previousMonth": "Bulan sebelumnya",
|
|
11
|
+
"bui.calendar.previousYear": "Tahun sebelumnya",
|
|
12
|
+
"bui.calendar.selectMonth": "Pilih bulan",
|
|
13
|
+
"bui.calendar.selectYear": "Pilih tahun",
|
|
14
|
+
"bui.colorInput.add": "Tambah",
|
|
15
|
+
"bui.colorInput.addColor": "Tambah Warna",
|
|
16
|
+
"bui.colorInput.cancel": "Batalkan",
|
|
17
|
+
"bui.colorInput.colorFormat": "Format Warna",
|
|
18
|
+
"bui.colorInput.colorPresets": "Preset Warna",
|
|
19
|
+
"bui.colorInput.customColors": "Warna Kustom",
|
|
20
|
+
"bui.colorInput.indeterminate": "Campuran",
|
|
21
|
+
"bui.colorInput.newColor": "Warna Khusus Baru",
|
|
22
|
+
"bui.colorInput.noColor": "Tidak ada",
|
|
23
|
+
"bui.colorInput.removeColor": "Hapus Warna",
|
|
24
|
+
"bui.colorInput.transparent": "Transparan",
|
|
25
|
+
"bui.colorSwatch.none": "Tidak ada",
|
|
26
|
+
"bui.dateField.openCalendar": "Buka kalender",
|
|
27
|
+
"bui.drawer.close": "Tutup",
|
|
28
|
+
"bui.editor.action": "Aksi",
|
|
29
|
+
"bui.editor.addLink": "Tambah Tautan",
|
|
30
|
+
"bui.editor.backgroundColor": "Warna Latar Belakang",
|
|
31
|
+
"bui.editor.bold": "Tebal",
|
|
32
|
+
"bui.editor.cancel": "Batalkan",
|
|
33
|
+
"bui.editor.close": "Tutup",
|
|
34
|
+
"bui.editor.copy": "Salin",
|
|
35
|
+
"bui.editor.cut": "Potong",
|
|
36
|
+
"bui.editor.editLink": "Edit Tautan",
|
|
37
|
+
"bui.editor.fontColor": "Warna Font",
|
|
38
|
+
"bui.editor.help": "Bantuan",
|
|
39
|
+
"bui.editor.italic": "Miring",
|
|
40
|
+
"bui.editor.linkAnnotation": "Tautan",
|
|
41
|
+
"bui.editor.mention": "Sebutan",
|
|
42
|
+
"bui.editor.openHelpDialog": "Buka Dialog Bantuan",
|
|
43
|
+
"bui.editor.paste": "Tempel",
|
|
44
|
+
"bui.editor.redo": "Ulangi",
|
|
45
|
+
"bui.editor.removeLink": "Hapus Tautan",
|
|
46
|
+
"bui.editor.save": "Simpan",
|
|
47
|
+
"bui.editor.selectAll": "Pilih Semua",
|
|
48
|
+
"bui.editor.shortcut": "Pintasan",
|
|
49
|
+
"bui.editor.submit": "Kirim",
|
|
50
|
+
"bui.editor.toolbarFocus": "Fokus pada Toolbar",
|
|
51
|
+
"bui.editor.underline": "Bergaris Bawah",
|
|
52
|
+
"bui.editor.undo": "Kembalikan",
|
|
53
|
+
"bui.fileList.loading": "Memuat {fileName}",
|
|
54
|
+
"bui.fileList.removeHint": "{fileName}, tekan Delete atau Backspace untuk menghapus",
|
|
55
|
+
"bui.freehandCanvas.redo": "Ulangi",
|
|
56
|
+
"bui.freehandCanvas.undo": "Kembalikan",
|
|
57
|
+
"bui.imageDropZone.selectImage": "Pilih Gambar",
|
|
58
|
+
"bui.imageGallery.cancel": "Batalkan",
|
|
59
|
+
"bui.imageGallery.delete": "Hapus",
|
|
60
|
+
"bui.imageGallery.loading": "Memuat",
|
|
61
|
+
"bui.inlineAlert.close": "Tutup",
|
|
62
|
+
"bui.pagination.goToPage": "Buka halaman",
|
|
63
|
+
"bui.pagination.nextPage": "Halaman Berikutnya",
|
|
64
|
+
"bui.pagination.pageXofY": "Halaman {arg0} dari {arg1}",
|
|
65
|
+
"bui.pagination.prevPage": "Halaman Sebelumnya",
|
|
66
|
+
"bui.select.clear": "Bersihkan",
|
|
67
|
+
"bui.select.more": "+{count} lainnya",
|
|
68
|
+
"bui.select.search": "Cari",
|
|
69
|
+
"bui.select.selectAll": "Pilih Semua",
|
|
70
|
+
"bui.stepper.completed": "Selesai",
|
|
71
|
+
"bui.stepper.label": "Kemajuan",
|
|
72
|
+
"bui.stepper.step": "Langkah {index}",
|
|
73
|
+
"bui.table.loading": "Memuat",
|
|
74
|
+
"bui.toolbar.more": "Lainnya",
|
|
75
|
+
"bui.treeView.collapse": "Ciutkan",
|
|
76
|
+
"bui.treeView.expand": "Luaskan",
|
|
77
|
+
"bui.treeView.rename": "Ganti nama",
|
|
78
|
+
"bui.useMedia.paused": "Dijeda",
|
|
79
|
+
"bui.useMedia.playing": "Memutar"
|
|
80
|
+
}
|
package/intl/it.json
ADDED
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
{
|
|
2
|
+
"bui.alertDialog.close": "Chiudi",
|
|
3
|
+
"bui.audioPlayer.audioTimeline": "Sequenza temporale audio",
|
|
4
|
+
"bui.audioPlayer.pause": "Pausa",
|
|
5
|
+
"bui.audioPlayer.play": "Riproduci",
|
|
6
|
+
"bui.buttonSelect.more": "Altro",
|
|
7
|
+
"bui.buttonSelect.moreWithLabel": "Altro {label}",
|
|
8
|
+
"bui.calendar.nextMonth": "Mese successivo",
|
|
9
|
+
"bui.calendar.nextYear": "Anno successivo",
|
|
10
|
+
"bui.calendar.previousMonth": "Mese precedente",
|
|
11
|
+
"bui.calendar.previousYear": "Anno precedente",
|
|
12
|
+
"bui.calendar.selectMonth": "Seleziona mese",
|
|
13
|
+
"bui.calendar.selectYear": "Seleziona anno",
|
|
14
|
+
"bui.colorInput.add": "Aggiungi",
|
|
15
|
+
"bui.colorInput.addColor": "Aggiungi colore",
|
|
16
|
+
"bui.colorInput.cancel": "Annulla",
|
|
17
|
+
"bui.colorInput.colorFormat": "Formato del colore",
|
|
18
|
+
"bui.colorInput.colorPresets": "Colori predefiniti",
|
|
19
|
+
"bui.colorInput.customColors": "Colori personalizzati",
|
|
20
|
+
"bui.colorInput.indeterminate": "Misto",
|
|
21
|
+
"bui.colorInput.newColor": "Nuovo colore personalizzato",
|
|
22
|
+
"bui.colorInput.noColor": "Nessuno",
|
|
23
|
+
"bui.colorInput.removeColor": "Rimuovi colore",
|
|
24
|
+
"bui.colorInput.transparent": "Trasparente",
|
|
25
|
+
"bui.colorSwatch.none": "Nessuno",
|
|
26
|
+
"bui.dateField.openCalendar": "Apri calendario",
|
|
27
|
+
"bui.drawer.close": "Chiudi",
|
|
28
|
+
"bui.editor.action": "Azione",
|
|
29
|
+
"bui.editor.addLink": "Aggiungi link",
|
|
30
|
+
"bui.editor.backgroundColor": "Colore di sfondo",
|
|
31
|
+
"bui.editor.bold": "Grassetto",
|
|
32
|
+
"bui.editor.cancel": "Annulla",
|
|
33
|
+
"bui.editor.close": "Chiudi",
|
|
34
|
+
"bui.editor.copy": "Copia",
|
|
35
|
+
"bui.editor.cut": "Taglia",
|
|
36
|
+
"bui.editor.editLink": "Modifica link",
|
|
37
|
+
"bui.editor.fontColor": "Colore font",
|
|
38
|
+
"bui.editor.help": "Aiuto",
|
|
39
|
+
"bui.editor.italic": "Corsivo",
|
|
40
|
+
"bui.editor.linkAnnotation": "Link",
|
|
41
|
+
"bui.editor.mention": "Menzione",
|
|
42
|
+
"bui.editor.openHelpDialog": "Apri la finestra di dialogo dell'aiuto",
|
|
43
|
+
"bui.editor.paste": "Incolla",
|
|
44
|
+
"bui.editor.redo": "Ripristina",
|
|
45
|
+
"bui.editor.removeLink": "Rimuovi link",
|
|
46
|
+
"bui.editor.save": "Salva",
|
|
47
|
+
"bui.editor.selectAll": "Seleziona pagina",
|
|
48
|
+
"bui.editor.shortcut": "Scorciatoia",
|
|
49
|
+
"bui.editor.submit": "Invia",
|
|
50
|
+
"bui.editor.toolbarFocus": "Focalizzazione sulla barra degli strumenti",
|
|
51
|
+
"bui.editor.underline": "Sottolineato",
|
|
52
|
+
"bui.editor.undo": "Annulla",
|
|
53
|
+
"bui.fileList.loading": "Caricamento {fileName}",
|
|
54
|
+
"bui.fileList.removeHint": "{fileName}, premere Canc o Backspace per rimuovere",
|
|
55
|
+
"bui.freehandCanvas.redo": "Ripristina",
|
|
56
|
+
"bui.freehandCanvas.undo": "Annulla",
|
|
57
|
+
"bui.imageDropZone.selectImage": "Seleziona immagine",
|
|
58
|
+
"bui.imageGallery.cancel": "Annulla",
|
|
59
|
+
"bui.imageGallery.delete": "Elimina",
|
|
60
|
+
"bui.imageGallery.loading": "Caricamento",
|
|
61
|
+
"bui.inlineAlert.close": "Chiudi",
|
|
62
|
+
"bui.pagination.goToPage": "Vai a pagina",
|
|
63
|
+
"bui.pagination.nextPage": "Pagina successiva",
|
|
64
|
+
"bui.pagination.pageXofY": "Pagina {arg0} di {arg1}",
|
|
65
|
+
"bui.pagination.prevPage": "Pagina precedente",
|
|
66
|
+
"bui.select.clear": "Pulisci",
|
|
67
|
+
"bui.select.more": "+{count} altri",
|
|
68
|
+
"bui.select.search": "Cerca",
|
|
69
|
+
"bui.select.selectAll": "Seleziona pagina",
|
|
70
|
+
"bui.stepper.completed": "Completato",
|
|
71
|
+
"bui.stepper.label": "Avanzamento",
|
|
72
|
+
"bui.stepper.step": "Passaggio {index}",
|
|
73
|
+
"bui.table.loading": "Caricamento",
|
|
74
|
+
"bui.toolbar.more": "Altro",
|
|
75
|
+
"bui.treeView.collapse": "Comprimi",
|
|
76
|
+
"bui.treeView.expand": "Espandi",
|
|
77
|
+
"bui.treeView.rename": "Rinomina",
|
|
78
|
+
"bui.useMedia.paused": "In pausa",
|
|
79
|
+
"bui.useMedia.playing": "In riproduzione"
|
|
80
|
+
}
|