Compare commits
2 commits
80933101a0
...
fd017eccf8
Author | SHA1 | Date | |
---|---|---|---|
fd017eccf8 | |||
Lea | 93f7fef434 |
17
bot/it.json
17
bot/it.json
|
@ -1 +1,16 @@
|
|||
{}
|
||||
{
|
||||
"commands": {
|
||||
"config": {
|
||||
"title": "Configurazione"
|
||||
},
|
||||
"ping": {
|
||||
"title": "Latenza"
|
||||
}
|
||||
},
|
||||
"command_failed": {
|
||||
"support_server": "Partecipa al server di supporto",
|
||||
"bug_report": "Crea un bug report",
|
||||
"title": "Esecuzione del comando fallita"
|
||||
},
|
||||
"i18n_test": "si son cagati addosso"
|
||||
}
|
||||
|
|
20
bot/owo.json
20
bot/owo.json
|
@ -1 +1,19 @@
|
|||
{}
|
||||
{
|
||||
"commands": {
|
||||
"config": {
|
||||
"setting_info": {
|
||||
"type": "Twype: {{type}}",
|
||||
"title": "Swetting: {{setting}}",
|
||||
"current": "Cuwwent value: {{value}}"
|
||||
},
|
||||
"title": "Configuwation",
|
||||
"unknown_setting": "Unkwown setting \"{{setting}}\"",
|
||||
"usage_hint": "Use **{{command}} <option> <new value>** to cwange a setting, or use **clear** as value to weset it :3"
|
||||
},
|
||||
"ping": {
|
||||
"title": "Latwency",
|
||||
"body": "WebSocket: {{latency.ws}}\nWound Twip: {{latency.roundtrip}}"
|
||||
}
|
||||
},
|
||||
"test": "Test message in Engwish"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue