This repository was archived by the owner on Jul 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmessagetable.json
More file actions
28 lines (28 loc) · 1.39 KB
/
messagetable.json
File metadata and controls
28 lines (28 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"welcome": "👋Benvenuto in assistenza!👋 \n\nScrivi qui, o aspetta il messaggio di un operatore, ti contatteremo non appena ci sarà possibile",
"startingMessageTemplate": "{full_name} (@{message.from_user.username}) ha detto: {message.text}",
"forcedTicketTemplate": "{name} ha forzato il ticket a {username} con messaggio: {content}",
"startingMessageTemplateMedia": "{full_name} (@{message.from_user.username}) ha detto: {message.caption}",
"closedTicketTG": "Il tuo ticket è stato chiuso.\n\nPer aprire un nuovo ticket, scrivi /start",
"closedThread": " (Chiuso)",
"errorMessage": "Si è verificato un errore, eccolo qua: ",
"modals": {
"sendMessage": {
"modalTitle": "Invia messaggio",
"UsernameLabel": "Username",
"UsernamePlaceholder": "@stockdroidofficial",
"TextLabel": "Testo del messaggio",
"TextPlaceholder": "Buongiorno ordissinauta, venga in DM per accertamenti sull'età",
"MessageSentResponse": "Messaggio inviato!"
},
"cronologia": {
"modalTitle": "Cronologia chat",
"UsernameLabel": "Username",
"UsernamePlaceholder": "@ordissimISSIMO",
"MessageTemplate": "{messlist-i}. {message.from_user.first_name} ha detto: `{message.text}`\n",
"MessagesPrefix": "Messaggi:\n\n",
"MessagesLabel": "Numero messaggi:",
"MessagesPlaceholder": "-1 se tutti i messaggi sennò il numero di messaggi"
}
}
}