You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
887 B
39 lines
887 B
{
|
|
"page": {
|
|
"title": "Messaggi: {{chatName}}",
|
|
"placeholder": "Enter Message"
|
|
},
|
|
"emptyState": {
|
|
"title": "Seleziona una chat",
|
|
"text": "Ancora nessun messaggio."
|
|
},
|
|
"selectChatPrompt": {
|
|
"text": "Selezionare un canale o un nodo per iniziare a messaggiare."
|
|
},
|
|
"sendMessage": {
|
|
"placeholder": "Enter your message here...",
|
|
"sendButton": "Invia"
|
|
},
|
|
"actionsMenu": {
|
|
"addReactionLabel": "Aggiungi una Reazione",
|
|
"replyLabel": "Rispondi"
|
|
},
|
|
"deliveryStatus": {
|
|
"delivered": {
|
|
"label": "Messaggio inviato",
|
|
"displayText": "Messaggio inviato"
|
|
},
|
|
"failed": {
|
|
"label": "Invio messaggio non riuscito",
|
|
"displayText": "Invio fallito"
|
|
},
|
|
"unknown": {
|
|
"label": "Stato messaggio sconosciuto",
|
|
"displayText": "Stato sconosciuto"
|
|
},
|
|
"waiting": {
|
|
"label": "Inviando il messaggio...",
|
|
"displayText": "In attesa della consegna"
|
|
}
|
|
}
|
|
}
|
|
|