mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-06 12:33:03 +00:00
Various translation bugfixes
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1499 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
parent
a4fc756f1e
commit
62fe52ee13
6 changed files with 357 additions and 24 deletions
|
@ -1,4 +1,5 @@
|
|||
#version: TeamCity
|
||||
# Single quotes have to be doubled: ''
|
||||
# Translations start here
|
||||
loadinfo = Loaded {0} build {1} by {2}
|
||||
markedAsNotAway = \u00a77You are no longer marked as away.
|
||||
|
@ -96,7 +97,7 @@ cooldownWithMessage = \u00a7cCooldown: {0}
|
|||
warpingTo = \u00a77Warping to {0}.
|
||||
timeBeforeTeleport = Time before next teleport: {0}
|
||||
pendingTeleportCancelled = \u00a7cPending teleportation request cancelled.
|
||||
dontMoveMessage = \u00a77Teleportation will commence in {0}. Don't move.
|
||||
dontMoveMessage = \u00a77Teleportation will commence in {0}. Don''t move.
|
||||
noHomeSet = You have not set a home.
|
||||
noHomeSetPlayer = Player has not set a home.
|
||||
timeBeforeHeal = Time before next heal: {0}
|
||||
|
@ -132,7 +133,7 @@ questionFormat = \u00a77[Question]\u00a7f {0}
|
|||
notAllowedToQuestion = \u00a7cYou are not authorized to use question.
|
||||
localFormat = Local: <{0}> {1}
|
||||
geoipJoinFormat = Player {0} comes from {1}
|
||||
cantFindGeoIpDB = Can't find GeoIP database!
|
||||
cantFindGeoIpDB = Can''t find GeoIP database!
|
||||
cantReadGeoIpDB = Failed to read GeoIP database!
|
||||
geoIpUrlEmpty = GeoIP download url is empty.
|
||||
downloadingGeoIp = Downloading GeoIP database ... this might take a while (country: 0.6 MB, city: 20MB)
|
||||
|
@ -172,7 +173,7 @@ invSee = You see the inventory of {0}.
|
|||
invSeeHelp = Use /invsee to restore your inventory.
|
||||
cantSpawnItem = \u00a7cYou are not allowed to spawn the item {0}
|
||||
itemSpawn = \u00a77Giving {0} of {1}
|
||||
jumpError = That would hurt your computer's brain.
|
||||
jumpError = That would hurt your computer''s brain.
|
||||
kickDefault = Kicked from server
|
||||
kill = \u00a77Killed {0}.
|
||||
noKits = \u00a77There are no kits available yet
|
||||
|
@ -180,7 +181,7 @@ kitError = \u00a7cThere are no valid kits.
|
|||
kitError2 = \u00a7cThat kit does not exist or is improperly defined.
|
||||
kitErrorHelp = \u00a7cPerhaps an item is missing a quantity in the configuration?
|
||||
noKitPermission = \u00a7cYou need the \u00a7c{0}\u00a7c permission to use that kit.
|
||||
kitTimed = \u00a7cYou can't use that kit again for another {0}
|
||||
kitTimed = \u00a7cYou can''t use that kit again for another {0}.
|
||||
kitInvFull = \u00a7cYour inventory was full, placing kit on the floor
|
||||
kitGive = \u00a77Giving kit {0}.
|
||||
lightningUse = \u00a77Smiting {0}
|
||||
|
@ -205,7 +206,7 @@ nickInUse = \u00a7cThat name is already in use.
|
|||
nickSet = \u00a77Your nickname is now \u00a7c{0}
|
||||
nickChanged = Nickname changed.
|
||||
pong = Pong!
|
||||
powerToolAir = Command can't be attached to air.
|
||||
powerToolAir = Command can''t be attached to air.
|
||||
powerToolAttach = Command assigned to {0}
|
||||
powerToolRemove = Command removed from {0}
|
||||
foreverAlone = \u00a7cYou have nobody to whom you can reply.
|
||||
|
@ -301,4 +302,5 @@ 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]*)?)?
|
||||
msgFormat = [{0} -> {1}\u00a7f] {2}
|
||||
msgFormat = [{0} -> {1}\u00a7f] {2}
|
||||
kits = \u00a77Kits: {0}
|
Loading…
Add table
Add a link
Reference in a new issue