mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -04:00
Added .todo commands and added toned down version of .fairplay
This commit is contained in:
@@ -377,6 +377,7 @@
|
||||
"id": "Id",
|
||||
"now_playing": "Now playing",
|
||||
"no_player": "No active music player.",
|
||||
"music_fairplay": "Music queue has been fairly reordered.",
|
||||
"no_search_results": "No search results.",
|
||||
"player_queue": "Player queue - Page {0}/{1}",
|
||||
"playing_track": "Playing track #{0}",
|
||||
@@ -1077,4 +1078,14 @@
|
||||
"giveaway_starting": "Starting giveaway...",
|
||||
"winner": "Winner",
|
||||
"giveaway_list": "List of active giveways",
|
||||
"todo_list_empty": "Your todo list is empty." ,
|
||||
"todo_list": "Todo List",
|
||||
"todo_add_max_limit": "You've reached the maximum amount of todos you can have.",
|
||||
"todo_not_found": "Todo not found.",
|
||||
"todo_cleared": "All unarchived todos have been cleared.",
|
||||
"todo_no_todos": "There are no todos in your todo list.",
|
||||
"todo_archive_max_limit": "You've reached the maximum amount of archived todos you can have.",
|
||||
"todo_archive_empty": "You have no archived todos.",
|
||||
"todo_archive_list": "Archived Todo Lists",
|
||||
"todo_archive_not_found": "Archived todo list not found."
|
||||
}
|
||||
|
Reference in New Issue
Block a user