@vcita/design-system 1.12.14 → 1.12.16
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/config/locales/ds.de.yml +38 -8
- package/config/locales/ds.en.yml +2 -2
- package/config/locales/ds.es.yml +38 -8
- package/config/locales/ds.fr.yml +38 -8
- package/config/locales/ds.he.yml +45 -18
- package/config/locales/ds.it.yml +33 -3
- package/config/locales/ds.keys.yml +30 -0
- package/config/locales/ds.nl.yml +33 -3
- package/config/locales/ds.pl.yml +33 -3
- package/config/locales/ds.pseudo.yml +34 -3
- package/config/locales/ds.pt.yml +39 -9
- package/dist/@vcita/design-system.esm.js +96 -22937
- package/dist/@vcita/design-system.min.js +2 -2
- package/dist/@vcita/design-system.ssr.js +96 -22938
- package/package.json +1 -1
- package/src/components/VcButton/VcButton.spec.js +18 -3
- package/src/components/VcButton/VcButton.stories.js +12 -0
- package/src/components/VcButton/VcButton.vue +12 -1
- package/src/components/VcTabs/VcTabs.spec.js +42 -0
- package/src/components/VcTabs/VcTabs.vue +21 -2
- package/src/components/VcUpsellBlock/VcUpsellBlock.vue +1 -0
- package/src/components/table/elements/VcDataTable/VcDataTable.stories.js +3 -2
- package/src/components/table/elements/VcTableFooter/VcTableFooter.vue +5 -2
- package/src/components/table/elements/VcTableItem/VcTableItem.spec.js +6 -0
- package/src/components/table/elements/VcTableItem/VcTableItem.vue +6 -2
- package/src/directives/overrideVuetifyLtr.js +11 -0
- package/src/stories/Configure.mdx +364 -0
- package/src/stories/assets/accessibility.png +0 -0
- package/src/stories/assets/accessibility.svg +5 -0
- package/src/stories/assets/addon-library.png +0 -0
- package/src/stories/assets/assets.png +0 -0
- package/src/stories/assets/context.png +0 -0
- package/src/stories/assets/discord.svg +15 -0
- package/src/stories/assets/docs.png +0 -0
- package/src/stories/assets/figma-plugin.png +0 -0
- package/src/stories/assets/github.svg +3 -0
- package/src/stories/assets/share.png +0 -0
- package/src/stories/assets/styling.png +0 -0
- package/src/stories/assets/testing.png +0 -0
- package/src/stories/assets/theming.png +0 -0
- package/src/stories/assets/tutorials.svg +12 -0
- package/src/stories/assets/youtube.svg +4 -0
- package/src/stories/button.css +30 -0
- package/src/stories/header.css +32 -0
- package/src/stories/page.css +69 -0
- package/styles/variables.scss +1 -1
package/config/locales/ds.de.yml
CHANGED
|
@@ -10,25 +10,55 @@ de:
|
|
|
10
10
|
done: Fertig
|
|
11
11
|
progress_circular:
|
|
12
12
|
next: 'Weiter:'
|
|
13
|
+
menu:
|
|
14
|
+
add: Neues Element hinzufügen
|
|
13
15
|
listbox:
|
|
14
|
-
add:
|
|
16
|
+
add: Neues Element hinzufügen
|
|
15
17
|
empty_list: Keine Ergebnisse gefunden
|
|
16
18
|
dropzone:
|
|
17
19
|
default_title: Absenden
|
|
18
20
|
search_bar:
|
|
19
21
|
label: Suchen
|
|
22
|
+
search_layout:
|
|
23
|
+
empty_state:
|
|
24
|
+
title: "Keine Ergebnisse für {search_expression}"
|
|
25
|
+
subtitle: Bitte versuchen Sie es noch einmal mit einer anderen Suche
|
|
26
|
+
view_all: "Alle Ergebnisse mit {search_expression} anzeigen"
|
|
27
|
+
show_more: Mehr anzeigen
|
|
20
28
|
time_since:
|
|
21
|
-
years: Vor {years} Jahren
|
|
22
|
-
months: Vor {months} Monaten
|
|
23
|
-
days: Vor {days} Tagen
|
|
29
|
+
years: "Vor {years} Jahren"
|
|
30
|
+
months: "Vor {months} Monaten"
|
|
31
|
+
days: "Vor {days} Tagen"
|
|
24
32
|
yesterday: Gestern
|
|
25
|
-
hours: Vor {hours} Stunden
|
|
26
|
-
minutes: Vor {minutes} Minuten
|
|
33
|
+
hours: "Vor {hours} Stunden"
|
|
34
|
+
minutes: "Vor {minutes} Minuten"
|
|
27
35
|
now: Jetzt
|
|
36
|
+
color_picker:
|
|
37
|
+
label: Farbe
|
|
28
38
|
document:
|
|
29
|
-
signature:
|
|
39
|
+
signature: E-Signatur
|
|
30
40
|
corrupted: Dateityp wird nicht unterstützt und konnte nicht hochgeladen werden
|
|
31
41
|
multi_select:
|
|
32
42
|
no_data: Keine Daten verfügbar.
|
|
33
|
-
placeholder:
|
|
43
|
+
placeholder: Elemente auswählen
|
|
34
44
|
error_label: Bitte eine Dienstleistung auswählen
|
|
45
|
+
list:
|
|
46
|
+
empty_list_description: "Wir konnten keine Elemente finden, die Ihrer Suche entsprechen"
|
|
47
|
+
gallery_item:
|
|
48
|
+
select: Auswählen
|
|
49
|
+
preview: Voransicht
|
|
50
|
+
create: Neu erstellen
|
|
51
|
+
show_more: Mehr anzeigen
|
|
52
|
+
page:
|
|
53
|
+
saveButton:
|
|
54
|
+
label: Speichern
|
|
55
|
+
client_item:
|
|
56
|
+
send_message: Nachricht senden
|
|
57
|
+
account:
|
|
58
|
+
logout: Ausloggen
|
|
59
|
+
table:
|
|
60
|
+
footer:
|
|
61
|
+
pages: "{from_page} von {total_pages} Seiten"
|
|
62
|
+
rows_per_page: Reihen pro Seite
|
|
63
|
+
item:
|
|
64
|
+
add_tag_button: '+ Zum Hinzufügen klicken'
|
package/config/locales/ds.en.yml
CHANGED
|
@@ -21,9 +21,9 @@ en:
|
|
|
21
21
|
label: Search
|
|
22
22
|
search_layout:
|
|
23
23
|
empty_state:
|
|
24
|
-
title: No results for {search_expression}
|
|
24
|
+
title: "No results for {search_expression}"
|
|
25
25
|
subtitle: Please try again with a different search
|
|
26
|
-
view_all: View all results with {search_expression}
|
|
26
|
+
view_all: "View all results with {search_expression}"
|
|
27
27
|
show_more: Show more
|
|
28
28
|
time_since:
|
|
29
29
|
years: "{years} years ago"
|
package/config/locales/ds.es.yml
CHANGED
|
@@ -10,25 +10,55 @@ es:
|
|
|
10
10
|
done: Hecho
|
|
11
11
|
progress_circular:
|
|
12
12
|
next: 'Siguiente:'
|
|
13
|
+
menu:
|
|
14
|
+
add: Agregar nuevo artículo
|
|
13
15
|
listbox:
|
|
14
|
-
add: Agregar nuevo
|
|
16
|
+
add: Agregar nuevo artículo
|
|
15
17
|
empty_list: No se encontró ningún resultado
|
|
16
18
|
dropzone:
|
|
17
19
|
default_title: Enviar
|
|
18
20
|
search_bar:
|
|
19
21
|
label: Buscar
|
|
22
|
+
search_layout:
|
|
23
|
+
empty_state:
|
|
24
|
+
title: "Ningún resultado para {search_expression}"
|
|
25
|
+
subtitle: Por favor inténtelo de nuevo con una búsqueda distinta
|
|
26
|
+
view_all: "Ver todos los resultados con {search_expression}"
|
|
27
|
+
show_more: Ver más
|
|
20
28
|
time_since:
|
|
21
|
-
years: Hace {years} años
|
|
22
|
-
months: Hace {months} meses
|
|
23
|
-
days: Hace {days} días
|
|
29
|
+
years: "Hace {years} años"
|
|
30
|
+
months: "Hace {months} meses"
|
|
31
|
+
days: "Hace {days} días"
|
|
24
32
|
yesterday: Ayer
|
|
25
|
-
hours: Hace {hours} horas
|
|
26
|
-
minutes: Hace {minutes} minutos
|
|
33
|
+
hours: "Hace {hours} horas"
|
|
34
|
+
minutes: "Hace {minutes} minutos"
|
|
27
35
|
now: Justo ahora
|
|
36
|
+
color_picker:
|
|
37
|
+
label: Color
|
|
28
38
|
document:
|
|
29
|
-
signature:
|
|
39
|
+
signature: Firma electrónica
|
|
30
40
|
corrupted: El tipo de archivo no es compatible y no se pudo subir
|
|
31
41
|
multi_select:
|
|
32
42
|
no_data: No hay datos disponibles
|
|
33
|
-
placeholder:
|
|
43
|
+
placeholder: Seleccionar artículos
|
|
34
44
|
error_label: Por favor seleccione un producto
|
|
45
|
+
list:
|
|
46
|
+
empty_list_description: No podemos encontrar ningún artículo que corresponda con su búsqueda
|
|
47
|
+
gallery_item:
|
|
48
|
+
select: Elegir
|
|
49
|
+
preview: Previsualizar
|
|
50
|
+
create: Cree la suya
|
|
51
|
+
show_more: Ver más
|
|
52
|
+
page:
|
|
53
|
+
saveButton:
|
|
54
|
+
label: Salvar
|
|
55
|
+
client_item:
|
|
56
|
+
send_message: Enviar mensaje
|
|
57
|
+
account:
|
|
58
|
+
logout: Cerrar sesión
|
|
59
|
+
table:
|
|
60
|
+
footer:
|
|
61
|
+
pages: "{from_page} de {total_pages} páginas"
|
|
62
|
+
rows_per_page: Filas por página
|
|
63
|
+
item:
|
|
64
|
+
add_tag_button: '+ Haga clic para agregar'
|
package/config/locales/ds.fr.yml
CHANGED
|
@@ -10,25 +10,55 @@ fr:
|
|
|
10
10
|
done: C'est fait
|
|
11
11
|
progress_circular:
|
|
12
12
|
next: 'Suivant :'
|
|
13
|
+
menu:
|
|
14
|
+
add: Ajouter un nouvel article
|
|
13
15
|
listbox:
|
|
14
|
-
add: Ajouter
|
|
16
|
+
add: Ajouter un nouvel élément
|
|
15
17
|
empty_list: Aucun résultat à afficher
|
|
16
18
|
dropzone:
|
|
17
19
|
default_title: Envoyer
|
|
18
20
|
search_bar:
|
|
19
21
|
label: Lancer une recherche
|
|
22
|
+
search_layout:
|
|
23
|
+
empty_state:
|
|
24
|
+
title: "Aucun résultat pour {search_expression}"
|
|
25
|
+
subtitle: "Essayez de nouveau avec une requête diffèrente "
|
|
26
|
+
view_all: "Afficher tous les résultats pour {search_expression}"
|
|
27
|
+
show_more: Afficher plus
|
|
20
28
|
time_since:
|
|
21
|
-
years: il y a {years} années
|
|
22
|
-
months: il y a {months} mois
|
|
23
|
-
days: il y a {days} jours
|
|
29
|
+
years: "il y a {years} années"
|
|
30
|
+
months: "il y a {months} mois"
|
|
31
|
+
days: "il y a {days} jours"
|
|
24
32
|
yesterday: Hier
|
|
25
|
-
hours: il y a {hours} heures
|
|
26
|
-
minutes: il y a {minutes} minutes
|
|
33
|
+
hours: "il y a {hours} heures"
|
|
34
|
+
minutes: "il y a {minutes} minutes"
|
|
27
35
|
now: A l'instant
|
|
36
|
+
color_picker:
|
|
37
|
+
label: Couleurs
|
|
28
38
|
document:
|
|
29
|
-
signature:
|
|
39
|
+
signature: Signature électronique
|
|
30
40
|
corrupted: Ce type de fichier n'est pas pris en charge et n'a pas pu être chargé
|
|
31
41
|
multi_select:
|
|
32
42
|
no_data: Aucune donnée à afficher
|
|
33
|
-
placeholder:
|
|
43
|
+
placeholder: Articles sélectionnés
|
|
34
44
|
error_label: Veuillez sélectionner un article
|
|
45
|
+
list:
|
|
46
|
+
empty_list_description: Aucun résultat ne correspond à votre recherche
|
|
47
|
+
gallery_item:
|
|
48
|
+
select: Sélectionner
|
|
49
|
+
preview: Aperçu
|
|
50
|
+
create: Créez vôtre template
|
|
51
|
+
show_more: Afficher plus
|
|
52
|
+
page:
|
|
53
|
+
saveButton:
|
|
54
|
+
label: Sauvegarder
|
|
55
|
+
client_item:
|
|
56
|
+
send_message: Envoyer message
|
|
57
|
+
account:
|
|
58
|
+
logout: Déconnexion
|
|
59
|
+
table:
|
|
60
|
+
footer:
|
|
61
|
+
pages: "{from_page} de {total_pages} pages"
|
|
62
|
+
rows_per_page: Lignes par page
|
|
63
|
+
item:
|
|
64
|
+
add_tag_button: '+ Cliquez pour ajouter'
|
package/config/locales/ds.he.yml
CHANGED
|
@@ -2,36 +2,63 @@
|
|
|
2
2
|
he:
|
|
3
3
|
ds:
|
|
4
4
|
wizard:
|
|
5
|
-
back:
|
|
6
|
-
next:
|
|
5
|
+
back: חזרה
|
|
6
|
+
next: הבא
|
|
7
7
|
modal:
|
|
8
|
-
cancel:
|
|
9
|
-
ok:
|
|
10
|
-
done:
|
|
8
|
+
cancel: ביטול
|
|
9
|
+
ok: אישור
|
|
10
|
+
done: בוצע
|
|
11
11
|
progress_circular:
|
|
12
|
-
next:
|
|
12
|
+
next: 'הבא:'
|
|
13
|
+
menu:
|
|
14
|
+
add: הוספת פריט נוסף
|
|
13
15
|
listbox:
|
|
14
|
-
add:
|
|
15
|
-
empty_list:
|
|
16
|
+
add: הוספת פריט נוסף
|
|
17
|
+
empty_list: לא נמצאו תוצאות
|
|
16
18
|
dropzone:
|
|
17
|
-
default_title:
|
|
19
|
+
default_title: שלח
|
|
18
20
|
search_bar:
|
|
19
|
-
label:
|
|
21
|
+
label: חיפוש
|
|
22
|
+
search_layout:
|
|
23
|
+
empty_state:
|
|
24
|
+
title: "אין תוצאות עבור {search_expression}"
|
|
25
|
+
subtitle: "נא לנסות שוב, עם שאילתא אחרת"
|
|
26
|
+
view_all: "הצג את כל התוצאות עבור {search_expression}"
|
|
27
|
+
show_more: הצג את כל ההודעה
|
|
20
28
|
time_since:
|
|
21
29
|
years: "לפני {years} שנים"
|
|
22
30
|
months: "לפני {months} חודשים"
|
|
23
31
|
days: "לפני {days} ימים"
|
|
24
|
-
yesterday:
|
|
32
|
+
yesterday: אתמול
|
|
25
33
|
hours: "לפני {hours} שעות"
|
|
26
34
|
minutes: "לפני {minutes} דקות"
|
|
27
|
-
now:
|
|
35
|
+
now: הרגע
|
|
36
|
+
color_picker:
|
|
37
|
+
label: צבע
|
|
28
38
|
document:
|
|
29
|
-
signature:
|
|
30
|
-
corrupted:
|
|
39
|
+
signature: חתימה דיגיטלית
|
|
40
|
+
corrupted: אין אפשרות להעלות את הקובץ מאחר וסוג קובץ זה לא נתמך
|
|
31
41
|
multi_select:
|
|
32
|
-
no_data:
|
|
33
|
-
placeholder:
|
|
34
|
-
error_label:
|
|
42
|
+
no_data: לא קיימים נתונים שאפשר להציג
|
|
43
|
+
placeholder: בחירת פריטים
|
|
44
|
+
error_label: בחרו פריט מהרשימה
|
|
45
|
+
list:
|
|
46
|
+
empty_list_description: לא נמצאו תוצאות עבור החיפוש שביצעת
|
|
47
|
+
gallery_item:
|
|
48
|
+
select: בחירת פריטים
|
|
49
|
+
preview: לצפייה מוקדמת
|
|
50
|
+
create: ליצירת טמפלייט אישי
|
|
51
|
+
show_more: הצג את כל ההודעה
|
|
35
52
|
page:
|
|
36
53
|
saveButton:
|
|
37
|
-
label:
|
|
54
|
+
label: שמירת השינויים
|
|
55
|
+
client_item:
|
|
56
|
+
send_message: שליחת הודעה
|
|
57
|
+
account:
|
|
58
|
+
logout: יציאה מהמערכת
|
|
59
|
+
table:
|
|
60
|
+
footer:
|
|
61
|
+
pages: "{from_page} מתוך {total_pages} עמודים"
|
|
62
|
+
rows_per_page: מס׳ שורות מוצגות בעמוד
|
|
63
|
+
item:
|
|
64
|
+
add_tag_button: '+ להוספה '
|
package/config/locales/ds.it.yml
CHANGED
|
@@ -10,13 +10,21 @@ it:
|
|
|
10
10
|
done: Fatto
|
|
11
11
|
progress_circular:
|
|
12
12
|
next: 'Avanti:'
|
|
13
|
+
menu:
|
|
14
|
+
add: Aggiungi un nuovo articolo
|
|
13
15
|
listbox:
|
|
14
|
-
add: Aggiungi nuovo
|
|
16
|
+
add: Aggiungi un nuovo articolo
|
|
15
17
|
empty_list: Nessun risultato trovato
|
|
16
18
|
dropzone:
|
|
17
19
|
default_title: Invia
|
|
18
20
|
search_bar:
|
|
19
21
|
label: Cerca
|
|
22
|
+
search_layout:
|
|
23
|
+
empty_state:
|
|
24
|
+
title: "Nessun risultato per {search_expression}"
|
|
25
|
+
subtitle: Prova ancora con una ricerca diversa
|
|
26
|
+
view_all: "Vedi tutti i risultati con {search_expression}"
|
|
27
|
+
show_more: Mostra di più
|
|
20
28
|
time_since:
|
|
21
29
|
years: "{years} anni fa"
|
|
22
30
|
months: "{months} mesi fa"
|
|
@@ -25,10 +33,32 @@ it:
|
|
|
25
33
|
hours: "{hours} anni fa"
|
|
26
34
|
minutes: "{minutes} minuti fa"
|
|
27
35
|
now: Adesso
|
|
36
|
+
color_picker:
|
|
37
|
+
label: Colore
|
|
28
38
|
document:
|
|
29
|
-
signature:
|
|
39
|
+
signature: Firma digitale
|
|
30
40
|
corrupted: Tipo di file non supportato e non può essere caricato
|
|
31
41
|
multi_select:
|
|
32
42
|
no_data: Nessun dato disponibile
|
|
33
|
-
placeholder:
|
|
43
|
+
placeholder: Seleziona articoli
|
|
34
44
|
error_label: Per favore seleziona una voce
|
|
45
|
+
list:
|
|
46
|
+
empty_list_description: Impossibile trovare alcun articolo corrispondente alla tua ricerca
|
|
47
|
+
gallery_item:
|
|
48
|
+
select: Seleziona
|
|
49
|
+
preview: Anteprima
|
|
50
|
+
create: Crea il tuo
|
|
51
|
+
show_more: Mostra di più
|
|
52
|
+
page:
|
|
53
|
+
saveButton:
|
|
54
|
+
label: salva
|
|
55
|
+
client_item:
|
|
56
|
+
send_message: Invia messaggio
|
|
57
|
+
account:
|
|
58
|
+
logout: Disconnetti
|
|
59
|
+
table:
|
|
60
|
+
footer:
|
|
61
|
+
pages: "{from_page} di {total_pages} pagine"
|
|
62
|
+
rows_per_page: Righe per pagina
|
|
63
|
+
item:
|
|
64
|
+
add_tag_button: '+ Clicca per aggiungere'
|
|
@@ -10,6 +10,8 @@ keys:
|
|
|
10
10
|
done: ds.modal.done
|
|
11
11
|
progress_circular:
|
|
12
12
|
next: ds.progress_circular.next
|
|
13
|
+
menu:
|
|
14
|
+
add: ds.menu.add
|
|
13
15
|
listbox:
|
|
14
16
|
add: ds.listbox.add
|
|
15
17
|
empty_list: ds.listbox.empty_list
|
|
@@ -17,6 +19,12 @@ keys:
|
|
|
17
19
|
default_title: ds.dropzone.default_title
|
|
18
20
|
search_bar:
|
|
19
21
|
label: ds.search_bar.label
|
|
22
|
+
search_layout:
|
|
23
|
+
empty_state:
|
|
24
|
+
title: ds.search_layout.empty_state.title
|
|
25
|
+
subtitle: ds.search_layout.empty_state.subtitle
|
|
26
|
+
view_all: ds.search_layout.view_all
|
|
27
|
+
show_more: ds.search_layout.show_more
|
|
20
28
|
time_since:
|
|
21
29
|
years: ds.time_since.years
|
|
22
30
|
months: ds.time_since.months
|
|
@@ -25,6 +33,8 @@ keys:
|
|
|
25
33
|
hours: ds.time_since.hours
|
|
26
34
|
minutes: ds.time_since.minutes
|
|
27
35
|
now: ds.time_since.now
|
|
36
|
+
color_picker:
|
|
37
|
+
label: ds.color_picker.label
|
|
28
38
|
document:
|
|
29
39
|
signature: ds.document.signature
|
|
30
40
|
corrupted: ds.document.corrupted
|
|
@@ -32,3 +42,23 @@ keys:
|
|
|
32
42
|
no_data: ds.multi_select.no_data
|
|
33
43
|
placeholder: ds.multi_select.placeholder
|
|
34
44
|
error_label: ds.multi_select.error_label
|
|
45
|
+
list:
|
|
46
|
+
empty_list_description: ds.list.empty_list_description
|
|
47
|
+
gallery_item:
|
|
48
|
+
select: ds.gallery_item.select
|
|
49
|
+
preview: ds.gallery_item.preview
|
|
50
|
+
create: ds.gallery_item.create
|
|
51
|
+
show_more: ds.gallery_item.show_more
|
|
52
|
+
page:
|
|
53
|
+
saveButton:
|
|
54
|
+
label: ds.page.saveButton.label
|
|
55
|
+
client_item:
|
|
56
|
+
send_message: ds.client_item.send_message
|
|
57
|
+
account:
|
|
58
|
+
logout: ds.account.logout
|
|
59
|
+
table:
|
|
60
|
+
footer:
|
|
61
|
+
pages: ds.table.footer.pages
|
|
62
|
+
rows_per_page: ds.table.footer.rows_per_page
|
|
63
|
+
item:
|
|
64
|
+
add_tag_button: ds.table.item.add_tag_button
|
package/config/locales/ds.nl.yml
CHANGED
|
@@ -10,13 +10,21 @@ nl:
|
|
|
10
10
|
done: Gereed
|
|
11
11
|
progress_circular:
|
|
12
12
|
next: 'Volgende:'
|
|
13
|
+
menu:
|
|
14
|
+
add: Nieuw item toevoegen
|
|
13
15
|
listbox:
|
|
14
|
-
add: Nieuw
|
|
16
|
+
add: Nieuw item toevoegen
|
|
15
17
|
empty_list: Geen resultaat gevonden
|
|
16
18
|
dropzone:
|
|
17
19
|
default_title: Opslaan
|
|
18
20
|
search_bar:
|
|
19
21
|
label: Zoek
|
|
22
|
+
search_layout:
|
|
23
|
+
empty_state:
|
|
24
|
+
title: "Geen resultaten voor {search_expression}"
|
|
25
|
+
subtitle: Probeer het opnieuw met een andere zoekopdracht
|
|
26
|
+
view_all: "Alle resultaten met {search_expression} weergeven"
|
|
27
|
+
show_more: Toon meer
|
|
20
28
|
time_since:
|
|
21
29
|
years: "{years} jaar geleden"
|
|
22
30
|
months: "{months} maanden geleden"
|
|
@@ -25,10 +33,32 @@ nl:
|
|
|
25
33
|
hours: "{hours} uur geleden"
|
|
26
34
|
minutes: "{minutes} minuten geleden"
|
|
27
35
|
now: Precies nu
|
|
36
|
+
color_picker:
|
|
37
|
+
label: Kleur
|
|
28
38
|
document:
|
|
29
|
-
signature:
|
|
39
|
+
signature: E-handtekening
|
|
30
40
|
corrupted: Bestandstype niet ondersteund en kon niet worden geüpload
|
|
31
41
|
multi_select:
|
|
32
42
|
no_data: Geen data beschikbaar
|
|
33
|
-
placeholder:
|
|
43
|
+
placeholder: Items selecteren
|
|
34
44
|
error_label: Selecteer een item
|
|
45
|
+
list:
|
|
46
|
+
empty_list_description: We kunnen geen items vinden die aan uw zoekopdracht voldoen
|
|
47
|
+
gallery_item:
|
|
48
|
+
select: Selecteren
|
|
49
|
+
preview: Weergave
|
|
50
|
+
create: Maak uw eigen
|
|
51
|
+
show_more: Toon meer
|
|
52
|
+
page:
|
|
53
|
+
saveButton:
|
|
54
|
+
label: Opslaan
|
|
55
|
+
client_item:
|
|
56
|
+
send_message: Bericht versturen
|
|
57
|
+
account:
|
|
58
|
+
logout: Uitloggen
|
|
59
|
+
table:
|
|
60
|
+
footer:
|
|
61
|
+
pages: "{from_page} van {total_pages} pagina's"
|
|
62
|
+
rows_per_page: Rijen per pagina
|
|
63
|
+
item:
|
|
64
|
+
add_tag_button: '+ Klik om toe te voegen'
|
package/config/locales/ds.pl.yml
CHANGED
|
@@ -10,13 +10,21 @@ pl:
|
|
|
10
10
|
done: Gotowe
|
|
11
11
|
progress_circular:
|
|
12
12
|
next: 'Dalej:'
|
|
13
|
+
menu:
|
|
14
|
+
add: Dodaj nową pozycję
|
|
13
15
|
listbox:
|
|
14
|
-
add: Dodaj
|
|
16
|
+
add: Dodaj nową pozycję
|
|
15
17
|
empty_list: Brak wyników
|
|
16
18
|
dropzone:
|
|
17
19
|
default_title: Wyślij
|
|
18
20
|
search_bar:
|
|
19
21
|
label: Szukaj
|
|
22
|
+
search_layout:
|
|
23
|
+
empty_state:
|
|
24
|
+
title: "Brak wyników dla {search_expression}"
|
|
25
|
+
subtitle: Prosimy spróbować ponownie z innym wyszukiwaniem
|
|
26
|
+
view_all: "Wyświetl wszystkie wyniki zawierające {search_expression}"
|
|
27
|
+
show_more: Pokaż więcej
|
|
20
28
|
time_since:
|
|
21
29
|
years: "{years} lat(a) temu"
|
|
22
30
|
months: "{months} miesiące(-y) temu"
|
|
@@ -25,10 +33,32 @@ pl:
|
|
|
25
33
|
hours: "{hours} godz. temu"
|
|
26
34
|
minutes: "{minutes} min temu"
|
|
27
35
|
now: Teraz
|
|
36
|
+
color_picker:
|
|
37
|
+
label: Kolor
|
|
28
38
|
document:
|
|
29
|
-
signature:
|
|
39
|
+
signature: Podpis elektroniczny
|
|
30
40
|
corrupted: Typ pliku jest nieobsługiwany i nie można go wgrać
|
|
31
41
|
multi_select:
|
|
32
42
|
no_data: Brak danych
|
|
33
|
-
placeholder:
|
|
43
|
+
placeholder: Wybierz pozycje
|
|
34
44
|
error_label: Wybierz element
|
|
45
|
+
list:
|
|
46
|
+
empty_list_description: Nie znaleziono żadnej pozycji spełniającej kryteria wyszukiwania
|
|
47
|
+
gallery_item:
|
|
48
|
+
select: Wybierz
|
|
49
|
+
preview: Podgląd
|
|
50
|
+
create: Stwórz od nowa
|
|
51
|
+
show_more: Pokaż więcej
|
|
52
|
+
page:
|
|
53
|
+
saveButton:
|
|
54
|
+
label: zapisz
|
|
55
|
+
client_item:
|
|
56
|
+
send_message: Wyślij wiadomość
|
|
57
|
+
account:
|
|
58
|
+
logout: Wyloguj
|
|
59
|
+
table:
|
|
60
|
+
footer:
|
|
61
|
+
pages: "Strona {from_page} z {total_pages}"
|
|
62
|
+
rows_per_page: Liczba wierszy na stronę
|
|
63
|
+
item:
|
|
64
|
+
add_tag_button: '+ Kliknij, aby dodać'
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
pseudo:
|
|
3
3
|
ds:
|
|
4
4
|
wizard:
|
|
5
|
-
back:
|
|
5
|
+
back: ßåçk ßåç
|
|
6
6
|
next: Néxt Néx
|
|
7
7
|
modal:
|
|
8
8
|
cancel: Cånçél Cån
|
|
@@ -10,13 +10,21 @@ pseudo:
|
|
|
10
10
|
done: Doné Don
|
|
11
11
|
progress_circular:
|
|
12
12
|
next: 'Néxt: Néx'
|
|
13
|
+
menu:
|
|
14
|
+
add: Ädd néw itém Ädd né
|
|
13
15
|
listbox:
|
|
14
|
-
add:
|
|
16
|
+
add: Ädd néw itém Ädd né
|
|
15
17
|
empty_list: No réšult found No réšu
|
|
16
18
|
dropzone:
|
|
17
19
|
default_title: Submit Sub
|
|
18
20
|
search_bar:
|
|
19
21
|
label: Séårçh Séå
|
|
22
|
+
search_layout:
|
|
23
|
+
empty_state:
|
|
24
|
+
title: 'No réšultš for {šéårçh_éxpréššion} No réšultš for '
|
|
25
|
+
subtitle: 'Pléåšé try ågåin with å différént šéårçh Pléåšé try ågåin '
|
|
26
|
+
view_all: 'Viéw åll réšultš with {šéårçh_éxpréššion} Viéw åll réšultš '
|
|
27
|
+
show_more: 'Show moré Show '
|
|
20
28
|
time_since:
|
|
21
29
|
years: "{yéårš} yéårš ågo {yéårš} "
|
|
22
30
|
months: "{monthš} monthš ågo {monthš} "
|
|
@@ -25,10 +33,33 @@ pseudo:
|
|
|
25
33
|
hours: "{hourš} hourš ågo {hourš} "
|
|
26
34
|
minutes: "{minutéš} minutéš ågo {minutéš}"
|
|
27
35
|
now: Jušt now Jušt
|
|
36
|
+
color_picker:
|
|
37
|
+
label: Color Col
|
|
28
38
|
document:
|
|
29
|
-
signature:
|
|
39
|
+
signature: Ę-Signåturé Ę-Sig
|
|
30
40
|
corrupted: Filé typé not šupportéd ånd çould not bé uploådéd Filé typé not šupport
|
|
31
41
|
multi_select:
|
|
32
42
|
no_data: 'No dåtå åvåilåblé No dåtå '
|
|
33
43
|
placeholder: Séléçt itémš Séléçt
|
|
34
44
|
error_label: Pléåšé šéléçt ån itém Pléåšé šé
|
|
45
|
+
list:
|
|
46
|
+
empty_list_description: 'Wé çån’t find åny itém måtçhing your šéårçh Wé çån’t
|
|
47
|
+
find åny '
|
|
48
|
+
gallery_item:
|
|
49
|
+
select: Séléçt Sél
|
|
50
|
+
preview: Préviéw Prév
|
|
51
|
+
create: 'Créåté your own Créåté '
|
|
52
|
+
show_more: 'Show moré Show '
|
|
53
|
+
page:
|
|
54
|
+
saveButton:
|
|
55
|
+
label: Såvé Såv
|
|
56
|
+
client_item:
|
|
57
|
+
send_message: Sénd méššågé Sénd m
|
|
58
|
+
account:
|
|
59
|
+
logout: Logout Log
|
|
60
|
+
table:
|
|
61
|
+
footer:
|
|
62
|
+
pages: "{from_pågé} of {totål_pågéš} pågéš {from_pågé} of "
|
|
63
|
+
rows_per_page: Rowš pér pågé Rowš p
|
|
64
|
+
item:
|
|
65
|
+
add_tag_button: "+ Cliçk to ådd + Cliçk"
|
package/config/locales/ds.pt.yml
CHANGED
|
@@ -9,26 +9,56 @@ pt:
|
|
|
9
9
|
ok: Ok
|
|
10
10
|
done: Pronto
|
|
11
11
|
progress_circular:
|
|
12
|
-
next: Próximo;
|
|
12
|
+
next: 'Próximo;'
|
|
13
|
+
menu:
|
|
14
|
+
add: Adicionar novo item
|
|
13
15
|
listbox:
|
|
14
|
-
add: Adicionar
|
|
16
|
+
add: Adicionar novo item
|
|
15
17
|
empty_list: Nenhum resultado encontrado
|
|
16
18
|
dropzone:
|
|
17
19
|
default_title: Enviar
|
|
18
20
|
search_bar:
|
|
19
21
|
label: Procurar
|
|
22
|
+
search_layout:
|
|
23
|
+
empty_state:
|
|
24
|
+
title: "Sem resultados para {search_expression}"
|
|
25
|
+
subtitle: Tente novamente com uma pesquisa diferente
|
|
26
|
+
view_all: "Ver todos os resultados para {search_expression}"
|
|
27
|
+
show_more: Mostrar mais
|
|
20
28
|
time_since:
|
|
21
|
-
years: Há {years} anos
|
|
22
|
-
months: Há {months} meses
|
|
23
|
-
days: Há {days} dias
|
|
29
|
+
years: "Há {years} anos"
|
|
30
|
+
months: "Há {months} meses"
|
|
31
|
+
days: "Há {days} dias"
|
|
24
32
|
yesterday: Ontem
|
|
25
|
-
hours: Há {hours} horas
|
|
26
|
-
minutes: Há {minutes} minutos
|
|
33
|
+
hours: "Há {hours} horas"
|
|
34
|
+
minutes: "Há {minutes} minutos"
|
|
27
35
|
now: Agora mesmo
|
|
36
|
+
color_picker:
|
|
37
|
+
label: Cor
|
|
28
38
|
document:
|
|
29
|
-
signature:
|
|
39
|
+
signature: Assinatura eletrônica
|
|
30
40
|
corrupted: O tipo de arquivo não é suportado e não pode ser carregado
|
|
31
41
|
multi_select:
|
|
32
42
|
no_data: Sem data disponível
|
|
33
|
-
placeholder:
|
|
43
|
+
placeholder: Selecionar itens
|
|
34
44
|
error_label: Selecionar um item
|
|
45
|
+
list:
|
|
46
|
+
empty_list_description: Não encontramos nenhum item que corresponda à sua pesquisa
|
|
47
|
+
gallery_item:
|
|
48
|
+
select: Selecionar
|
|
49
|
+
preview: Previsualizar
|
|
50
|
+
create: Crie seu próprio
|
|
51
|
+
show_more: Mostrar mais
|
|
52
|
+
page:
|
|
53
|
+
saveButton:
|
|
54
|
+
label: Salvar
|
|
55
|
+
client_item:
|
|
56
|
+
send_message: Enviar mensagem
|
|
57
|
+
account:
|
|
58
|
+
logout: Sair
|
|
59
|
+
table:
|
|
60
|
+
footer:
|
|
61
|
+
pages: "{from_page} de {total_pages} páginas "
|
|
62
|
+
rows_per_page: Linhas por página
|
|
63
|
+
item:
|
|
64
|
+
add_tag_button: '+ Clique para adicionar'
|