Compare commits

...

2 commits

Author SHA1 Message Date
alecake fd017eccf8 Translated using Weblate (Italian)
Currently translated at 28.5% (6 of 21 strings)

Translation: AutoMod/Bot
Translate-URL: http://weblate.insrt.uk/projects/automod/bot/it/
2023-06-09 12:44:19 +00:00
Lea 93f7fef434 Translated using Weblate (owo speak (owo))
Currently translated at 42.8% (9 of 21 strings)

Translation: AutoMod/Bot
Translate-URL: http://weblate.insrt.uk/projects/automod/bot/owo/
2023-06-09 12:44:19 +00:00
2 changed files with 35 additions and 2 deletions

View file

@ -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"
}

View file

@ -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"
}