InfiniteScroll

Circuits
This commit is contained in:
paoloar77
2022-08-17 00:36:30 +02:00
parent c93361dfa2
commit 8a41aff739
13 changed files with 147 additions and 74 deletions

View File

@@ -17,6 +17,8 @@ const msg_it = {
columns: 'Colonne',
tableslist: 'Tabelle',
nodata: 'Nessun Dato',
showfilters: 'Mostra Filtri',
hidefilters: 'Nascondi Filtri',
},
gallery: {
author_username: 'Utente',
@@ -1011,6 +1013,7 @@ const msg_it = {
report_user: 'Segnala Utente',
},
groups: {
info1: 'Info',
info: 'Informazioni su questo gruppo',
member: 'membro',
members: 'membri',
@@ -1041,6 +1044,8 @@ const msg_it = {
hidden: 'Nascosto',
private_descr: 'Solo i membri possono vedere chi fa parte del gruppo',
hidden_descr: 'il Gruppo non sarà visibile nella ricerca',
page: 'Pagina',
circuits: 'Circuiti',
},
finder: {
search_skill: 'Cerca una specializzazione'
@@ -1126,8 +1131,15 @@ const msg_it = {
editor: {
showtool: 'Mostra strumenti per formattare il testo',
hidetool: 'Nascondi strumenti per formattare il testo',
}
},
tabdown: {
home: 'Home',
groups: 'Gruppi',
friends: 'Amici',
bookings: 'Prenotaz.',
profile: 'Profilo',
}
},
};