Translation
This commit is contained in:
parent
69761c6428
commit
04a965c3b9
2 changed files with 2 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ public class WakaTimeCommand implements Command {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String description() {
|
public String description() {
|
||||||
return "Show WakaTime stats.";
|
return "commands.misc.wakatime.help.description";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
||||||
|
|
@ -77,6 +77,7 @@ commands.misc.wakatime.api.error.title = API error
|
||||||
commands.misc.wakatime.api.error.description = The WakaTime API might be down at the moment\!
|
commands.misc.wakatime.api.error.description = The WakaTime API might be down at the moment\!
|
||||||
commands.misc.wakatime.user.error.title = User doesn't exist
|
commands.misc.wakatime.user.error.title = User doesn't exist
|
||||||
commands.misc.wakatime.user.error.description = I can not find a user named like this\!
|
commands.misc.wakatime.user.error.description = I can not find a user named like this\!
|
||||||
|
commands.misc.wakatime.help.description = Show the WakaTime stats of the specified user.
|
||||||
|
|
||||||
commands.moderation.ban.success.title = Successfully banned
|
commands.moderation.ban.success.title = Successfully banned
|
||||||
commands.moderation.ban.success.description = I successfully baned %extra%
|
commands.moderation.ban.success.description = I successfully baned %extra%
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue