mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-06 04:23:02 +00:00
More translation stuff.
Check if the version of a translation file is up to date with essentials version. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1480 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
parent
c51612d998
commit
0e0cfbb15b
5 changed files with 25 additions and 9 deletions
|
@ -1,3 +1,5 @@
|
|||
#version: TeamCity
|
||||
# Translations start here
|
||||
loadinfo = Loaded {0} build {1} by {2}
|
||||
markedAsNotAway = \u00a77You are no longer marked as away.
|
||||
markedAsAway = \u00a77You are now marked as away.
|
||||
|
@ -303,4 +305,5 @@ onlyPlayers = Only in-game players can use {0}.
|
|||
unignorePlayer = You are not ignoring player {0} anymore.
|
||||
ignorePlayer = You ignore player {0} from now on.
|
||||
illegalDate = Illegal date format.
|
||||
timePattern = (?:([0-9]+)\\s*y[a-z]*[,\\s]*)?(?:([0-9]+)\\s*mo[a-z]*[,\\s]*)?(?:([0-9]+)\\s*w[a-z]*[,\\s]*)?(?:([0-9]+)\\s*d[a-z]*[,\\s]*)?(?:([0-9]+)\\s*h[a-z]*[,\\s]*)?(?:([0-9]+)\\s*m[a-z]*[,\\s]*)?(?:([0-9]+)\\s*(?:s[a-z]*)?)?
|
||||
timePattern = (?:([0-9]+)\\s*y[a-z]*[,\\s]*)?(?:([0-9]+)\\s*mo[a-z]*[,\\s]*)?(?:([0-9]+)\\s*w[a-z]*[,\\s]*)?(?:([0-9]+)\\s*d[a-z]*[,\\s]*)?(?:([0-9]+)\\s*h[a-z]*[,\\s]*)?(?:([0-9]+)\\s*m[a-z]*[,\\s]*)?(?:([0-9]+)\\s*(?:s[a-z]*)?)?
|
||||
msgFormat = [{0} -> {1}\u00a7f] {2}
|
Loading…
Add table
Add a link
Reference in a new issue