- Gruppi
This commit is contained in:
@@ -31,6 +31,7 @@ const msg_it = {
|
||||
product: 'Prodotto',
|
||||
sito_offline: 'Sito in Aggiornamento',
|
||||
modifprof: 'Modifica Profilo',
|
||||
modifgrp: 'Modifica Gruppo',
|
||||
biografia: 'Biografia',
|
||||
qualifica: 'Qualifica (in breve)',
|
||||
update: 'Aggiornamento in Corso...',
|
||||
@@ -182,19 +183,29 @@ const msg_it = {
|
||||
friendsadded: 'Aggiunto alla lista di Amici',
|
||||
domanda_removefriend: 'Rimuovi dagli Amici {username}?',
|
||||
removedfriend: 'Rimosso dalla lista di Amici',
|
||||
removedgroup: 'Rimosso dal Gruppo',
|
||||
domanda_addtofriend: 'Aggiungere agli amici {username}?',
|
||||
domanda_addtogroup: 'Aggiungi {username} al gruppo {groupname}?',
|
||||
addedfriend: 'Aggiunto alla lista di Amici',
|
||||
addedgroup: 'Aggiunto al Gruppo',
|
||||
domanda_trusted: 'Accettare la Fiducia a {username}?',
|
||||
trusted: 'Accettato la Fiducia',
|
||||
domanda_ask_friend: 'Chiedere l\'Amicizia a {username}?',
|
||||
domanda_ask_group: 'Chiedere l\'invito al Gruppo {groupname}?',
|
||||
askedtofriend: 'Chiesto l\'Amicizia a {username}',
|
||||
askedtogroup: 'Chiesto l\'invito al Gruppo {groupname}',
|
||||
domanda_revoke_friend: 'Revocare la richiesta di Amicizia a {username}?',
|
||||
domanda_revoke_group: 'Revocare la richiesta al gruppo {groupname}?',
|
||||
revoketofriend: 'Revocato la richiesta di Amicizia a {username}',
|
||||
revoketogroup: 'Revocato la richiesta d\'invito al gruppo {groupname}',
|
||||
domanda_cancel_req_friend: 'Annullare la richiesta di Amicizia a {username}?',
|
||||
domanda_cancel_req_group: 'Annullare la richiesta d\'invito al gruppo {groupname}?',
|
||||
cancel_req_friend: 'Annullata la richiesta di Amicizia a {username}',
|
||||
cancel_req_group: 'Annullata la richiesta al gruppo {groupname}',
|
||||
domanda_rejectedtrust: 'Rifiutare la Fiducia a {username}?',
|
||||
rejected: 'Rifiutato la Fiducia',
|
||||
domanda_blockuser: 'Bloccare {username}?',
|
||||
domanda_blockgroup: 'Bloccare il gruppo {groupname}?',
|
||||
blockedfriend: 'Utente Bloccato',
|
||||
domanda: 'Domanda',
|
||||
},
|
||||
@@ -409,6 +420,7 @@ const msg_it = {
|
||||
note_payment: 'Note Aggiuntive',
|
||||
country_pay: 'Paese di Destinazione Pagamenti',
|
||||
username_telegram: 'Username Telegram',
|
||||
groupname: 'Codice Gruppo',
|
||||
firstname_telegram: 'Nome Telegram',
|
||||
lastname_telegram: 'Cognome Telegram',
|
||||
telegram: 'Chat Telegram \'{botname}\'',
|
||||
@@ -618,6 +630,7 @@ const msg_it = {
|
||||
themecolor: 'Tema Colore',
|
||||
themebgcolor: 'Tema Colore Sfondo',
|
||||
group: 'Gruppo',
|
||||
group2: 'Gruppo2',
|
||||
respUsername: 'Responsabile',
|
||||
viceRespUsername: 'Vice Responsabile',
|
||||
vice2RespUsername: 'Vice 2 Responsabile',
|
||||
@@ -683,7 +696,7 @@ const msg_it = {
|
||||
showlastschedule: 'Vedi tutto il Calendario',
|
||||
},
|
||||
msgs: {
|
||||
telegrammsg: 'Msg Telegram',
|
||||
telegrammsg: 'Telegram',
|
||||
message: 'Messaggio',
|
||||
messages: 'Messaggi',
|
||||
nomessage: 'Nessun Messaggio',
|
||||
@@ -846,7 +859,11 @@ const msg_it = {
|
||||
},
|
||||
mypages: {
|
||||
find_people: 'Cerca Persone',
|
||||
find_group: 'Cerca Gruppo',
|
||||
my_groups: 'Miei Gruppi',
|
||||
create_group: 'Crea Gruppo',
|
||||
friends: 'Amici',
|
||||
groups: 'Gruppi',
|
||||
request_friends: 'Rich. Amicizia',
|
||||
request_sent_friends: 'Rich. Inviate',
|
||||
request_trust: 'Rich. Fiducia',
|
||||
@@ -864,6 +881,15 @@ const msg_it = {
|
||||
cancel_ask_friend: 'Annulla la richiesta di Amicizia',
|
||||
cancel_ask_friend_short: 'Annulla richiesta',
|
||||
reject_ask_friend: 'Rifiuta la richiesta di Amicizia',
|
||||
},
|
||||
groups: {
|
||||
admins: 'Amministratori',
|
||||
ask_group: 'Chiedi di entrare nel Gruppo',
|
||||
accept_group: 'Accetta la richiesta per entrare',
|
||||
remove_from_mygroups: 'Rimuovi dai tuoi Gruppi',
|
||||
block_group: 'Blocca Gruppo',
|
||||
cancel_ask_group: 'Annulla la richiesta',
|
||||
cancel_ask_group_short: 'Annulla richiesta',
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user