share/hedgewars/Data/Locale/pt_BR.lua
author Henek
Sat, 11 Dec 2010 14:03:49 +0100
changeset 4506 37744d5c877e
parent 4503 a8ab151bcae3
child 4645 830036850d10
permissions -rw-r--r--
Finnished up the lua translations by adding training maps, campaign is ignored for now
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4502
759c1a3bb156 lua access to data dir by GetDataPath and made a new scripting translation system with Locale.lua as library and .lua files under Locale. Updated maps Basketball and Knockball to this new system.
Henek
parents:
diff changeset
     1
locale = {
4506
37744d5c877e Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents: 4503
diff changeset
     2
	["Aiming Practice"] = "Pratique a sua pontaria", --Bazooka, Shotgun, SniperRifle
37744d5c877e Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents: 4503
diff changeset
     3
	["Eliminate all targets before your time runs out.|You have unlimited ammo for this mission."] = "Destrua todos os alvos antes que o tempo acabe.|Você tem munição infinita para esta missão.", --Bazooka, Shotgun, SniperRifle
37744d5c877e Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents: 4503
diff changeset
     4
	["Oh no! Time's up! Just try again."] = "Oh não! O tempo acabou! Tente novamente.", --Bazooka, Shotgun, SniperRifle
37744d5c877e Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents: 4503
diff changeset
     5
	["Congratulations! You've eliminated all targets|within the allowed time frame."] = "Parabéns! Você eliminou todos os alvos|dentro do tempo limite.", --Bazooka, Shotgun, SniperRifle
37744d5c877e Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents: 4503
diff changeset
     6
	["Hunter"] = "Artilheiro", --Bazooka, Shotgun, SniperRifle
37744d5c877e Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents: 4503
diff changeset
     7
	["Bazooka Training"] = "Treino com a Bazuca",
37744d5c877e Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents: 4503
diff changeset
     8
	["'Zooka Team"] = "Bazuqueiros",
37744d5c877e Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents: 4503
diff changeset
     9
	["Shotgun Training"] = "Treino com a Escopeta",
37744d5c877e Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents: 4503
diff changeset
    10
	["Shotgun Team"] = "Carabineiros",
37744d5c877e Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents: 4503
diff changeset
    11
	["Sniper Training"] = "Treino com o Rifle Sniper",
37744d5c877e Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents: 4503
diff changeset
    12
	["Sniperz"] = "Franco-Atiradores",
37744d5c877e Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents: 4503
diff changeset
    13
	["Not So Friendly Match"] = "Partida não muito amigável", -- Basketball, Knockball
37744d5c877e Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents: 4503
diff changeset
    14
	["%s is out and Team %d|scored a point!| |Score:"] = "%s está fora e a Equipe %d|marcou um ponto!| |Pontuação:", -- Basketball, Knockball
37744d5c877e Finnished up the lua translations by adding training maps, campaign is ignored for now
Henek
parents: 4503
diff changeset
    15
	["%s is out and Team %d|scored a penalty!| |Score:"] = "%s está fora e a Equipe %d|sofreu uma penalidade!| |Pontuação:", -- Basketball, Knockball
4503
a8ab151bcae3 also updated TrophyRace to new system
Henek
parents: 4502
diff changeset
    16
	["Hedgewars-Basketball"] = "Hedgewars-Basketball",
a8ab151bcae3 also updated TrophyRace to new system
Henek
parents: 4502
diff changeset
    17
	["Bat your opponents through the|baskets and out of the map!"] = "Rebata seus oponentes para|fora do mapa através dos cestos!",
4502
759c1a3bb156 lua access to data dir by GetDataPath and made a new scripting translation system with Locale.lua as library and .lua files under Locale. Updated maps Basketball and Knockball to this new system.
Henek
parents:
diff changeset
    18
	["Hedgewars-Knockball"] = "Hedgewars-Knockball",
4503
a8ab151bcae3 also updated TrophyRace to new system
Henek
parents: 4502
diff changeset
    19
	["Bat balls at your enemies and|push them into the sea!"] = "Rebata as bolas em direção ao seus|e derrube-os no mar!",
a8ab151bcae3 also updated TrophyRace to new system
Henek
parents: 4502
diff changeset
    20
	["TrophyRace"] = "TrophyRace",
a8ab151bcae3 also updated TrophyRace to new system
Henek
parents: 4502
diff changeset
    21
	["Use your rope to get from start to finish as fast as you can!"] = "Use sua corda para ir do início ao fim o mais rápido que você puder!",
a8ab151bcae3 also updated TrophyRace to new system
Henek
parents: 4502
diff changeset
    22
	["You've reached the goal!| |Time: "] = "Você alcançou o objetivo!| |Tempo: ",
a8ab151bcae3 also updated TrophyRace to new system
Henek
parents: 4502
diff changeset
    23
	["NEW fastest lap: "] = "NOVA volta mais rápida: ",
a8ab151bcae3 also updated TrophyRace to new system
Henek
parents: 4502
diff changeset
    24
	["Fastest lap: "] = "Volta mais rápida: ",
a8ab151bcae3 also updated TrophyRace to new system
Henek
parents: 4502
diff changeset
    25
	["Best laps per team: "] = "Melhor volta por equipe: ",
a8ab151bcae3 also updated TrophyRace to new system
Henek
parents: 4502
diff changeset
    26
	["Team %d: "] = "Equipe %d: ",
4502
759c1a3bb156 lua access to data dir by GetDataPath and made a new scripting translation system with Locale.lua as library and .lua files under Locale. Updated maps Basketball and Knockball to this new system.
Henek
parents:
diff changeset
    27
    }