translations/bot/en.json
2023-06-07 13:44:06 +02:00

30 lines
1.1 KiB
JSON

{
"test": "Test message in English",
"i18n_test": "They shat themselves",
"i18n_test_f": "She shat herself",
"i18n_test_m": "He shat himself",
"commands": {
"ping": {
"title": "Latency",
"body": "WebSocket: {{latency.ws}}\nRound trip: {{latency.roundtrip}}"
},
"config": {
"title": "Configuration",
"unknown_setting": "Unknown setting \"{{setting}}\"",
"setting_info": {
"title": "Setting: {{setting}}",
"current": "Current value: {{value}}",
"options": "Available options: {{options}}"
},
"invalid_value": "The value you provided is not applicable to this option.\nAllowed values are: {{values}}",
"setting_updated": "Setting {{setting}} has been changed from {{old}} to {{value}}.",
"setting_unchanged": "Setting {{setting}} is already set to {{value}}."
}
},
"command_failed": {
"title": "Command execution failed",
"bug_report": "File a bug report",
"support_server": "Join support server"
}
}