translations/bot/en.json

18 lines
495 B
JSON
Raw Normal View History

2023-06-06 20:53:15 +00:00
{
"test": "Test message in English",
2023-06-06 20:53:15 +00:00
"i18n_test": "They shat themselves",
"i18n_test_f": "She shat herself",
2023-06-06 21:32:23 +00:00
"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"
}
}