Add new strings
This commit is contained in:
parent
332f7ed4f2
commit
e36a09d6be
13
bot/en.json
13
bot/en.json
|
@ -2,5 +2,16 @@
|
||||||
"test": "Test message in English",
|
"test": "Test message in English",
|
||||||
"i18n_test": "They shat themselves",
|
"i18n_test": "They shat themselves",
|
||||||
"i18n_test_f": "She shat herself",
|
"i18n_test_f": "She shat herself",
|
||||||
"i18n_test_m": "He shat himself"
|
"i18n_test_m": "He shat himself",
|
||||||
|
"commands": {
|
||||||
|
"ping": {
|
||||||
|
"title": "Latency",
|
||||||
|
"body": "WebSocket: {{latency.ws}}\nRound trip: {{latency.roundtrip}}"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"command_failed": {
|
||||||
|
"title": "Command execution failed",
|
||||||
|
"bug_report": "File a bug report",
|
||||||
|
"support_server": "Join support server"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue