Добавить Default strings.toml
parent
9e09cd1ec6
commit
8dfde555dd
1 changed files with 58 additions and 0 deletions
58
Default-strings.toml.md
Normal file
58
Default-strings.toml.md
Normal file
|
|
@ -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"
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue