-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from pandathebeasty/feature/update_lang
Feature/update lang
- Loading branch information
Showing
10 changed files
with
606 additions
and
435 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
*.zip |
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
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"medic.AliveMsg": "{0} [default]You need be alive to use this command.", | ||
"medic.NoAccess": "{0} [default]You don't have access to use this command.", | ||
"medic.LimitReached": "{0} [default]Limit has been reached. Total: [red]|{1}|[default].", | ||
"medic.NoMoney": "{0} [default]Not enough money to use medic. You need [red]|{1}$|[default].", | ||
"medic.MinHealth": "{0} [default]You need [red]{1}HP [default]or less to use medic.", | ||
"medic.FullHP": "{0} [default]You have [red]full HP [default]already.", | ||
"medic.HealMsg": "{0} [default]Player [red]{1} [default]used medic([red]+{2}HP[default])." | ||
} |
Oops, something went wrong.