-
Notifications
You must be signed in to change notification settings - Fork 616
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
170 additions
and
168 deletions.
There are no files selected for viewing
14 changes: 8 additions & 6 deletions
14
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,12 @@ | ||
# 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 = Не удалось добавить цель. Возможно требования не позволяют добавить эту цель. Maybe requirements dont allow that objective to be added. | ||
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.