-
Notifications
You must be signed in to change notification settings - Fork 584
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: lapatison <[email protected]> Co-authored-by: faint <[email protected]>
- Loading branch information
1 parent
8ccd38f
commit 20f3ceb
Showing
5 changed files
with
168 additions
and
168 deletions.
There are no files selected for viewing
12 changes: 6 additions & 6 deletions
12
Resources/Locale/ru-RU/objectives/commands/addobjectives.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# addobjectives | ||
cmd-addobjective-desc = Adds an objective to the player's mind. | ||
cmd-addobjective-desc = Добавляет цель в разум игрока. | ||
cmd-addobjective-help = addobjective <username> <objectiveID> | ||
cmd-addobjective-invalid-args = Expected exactly 2 arguments. | ||
cmd-addobjective-player-not-found = Can't find the playerdata. | ||
cmd-addobjective-mind-not-found = Can't find the mind. | ||
cmd-addobjective-objective-not-found = Can't find matching objective prototype { $obj } | ||
cmd-addobjective-adding-failed = Failed to add the objective. Maybe requirements dont allow that objective to be added. | ||
cmd-addobjective-invalid-args = Ожидается 2 аргумента. | ||
cmd-addobjective-player-not-found = Не удалось найти игрока. | ||
cmd-addobjective-mind-not-found = Не удалось найти разум. | ||
cmd-addobjective-objective-not-found = Не удалось найти прототип цели {$obj} | ||
cmd-addobjective-adding-failed = Не удалось добавить цель. Возможно требования не позволяют добавить эту цель. | ||
cmd-addobjective-player-completion = <Player> | ||
cmd-add-objective-obj-completion = <Objective> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.