diff --git a/Default-strings.toml.md b/Default-strings.toml.md new file mode 100644 index 0000000..88d8bcd --- /dev/null +++ b/Default-strings.toml.md @@ -0,0 +1,58 @@ +```toml +url = "not implemented!" +points = "points" +info = "SquadQuest version {v}{n}Find the map here: {url}" +init_reply = "Updated linked channels and guild." +timer_reply = "Set daily timer on {value}." + +[account] +reset = "Reset {u.name} account" +give_pt = "Given {value} {pt} to {u.name}{n}Your current balance: {b.current}" +set_pt = "Set {u.name} balance to {b.current}" + +[answer] +from = "## From: {u.mention}{n}" +quest = "### Quest {q.id}: {q.name}{n}" +expected = "### Expected answer:{n}||{q.answer}||" +text = "{n}### Passed answer:{n}{text}" +attachment_notice = "{n}Passed answer has attachments." +accepted_by = "{text}{n}Accepted by: {u.mention}" +rejected_by = "~~{text}~~{n}Rejected by: {u.mention}" + +[answer.reply] +initial = "Your answer has been posted." +accepted = "Your answer to the quest {q.id} has been approved.{n}You gained: {q.reward}{n}Your current balance is {b.current}." +rejected = "Your answer to the quest {q.id} has been rejected." +error = "Your answer to the quest {q.id} has been approved, but some server error happened. Please contact administator for details." + +[difficulty] +easy = "Easy" +normal = "Normal" +hard = "Hard" +secret = "Secret" + +[map] +room_unlocked = "Unlocked room #{value}. Your balance: {b.current}" +moved_to_room = "Moved to room #{value}" + +[scoreboard] +header = "Current scoreboard:" +line_format = "{n}{u.name}: **{b.full}** (**{b.current}** on balance+ **{b.rooms}** unlocked rooms networth)" +you_format = "__{text}__ << You" + +[social] +sent_channel = "Sent {m.link} ({m.id}) to {m.channel}" +sent_dm = "Sent {m.link} ({m.id}) to {u.mention}" +edited = "Edited message {m.id}" +deleted = "Deleted message {m.id}" + +[quest] +list = "Listing {value} quests:" +list_item = "{n}{q.id}: {q.name}{n} Description: {q.description}" +create = "Created quest {q.id}" +update = "Updated quest {q.id}" +publish = "Published quest {q.id}: {text}" +delete = "Deleted quest {q.id}" +message_format = "### `{q.id}` {q.name} (+{q.reward}){n}Difficulty: *{q.difficulty}*{n}{q.description}" +message_not_found = "Warning: quest {q.id} message not found" +``` \ No newline at end of file