Merge branch 'master' of https://github.com/yairm210/UnCiv
This commit is contained in:
commit
15be9daf88
1 changed files with 280 additions and 0 deletions
|
@ -8,6 +8,10 @@
|
|||
}
|
||||
|
||||
"Waiting":{ // Displayed when next turn is being...turned
|
||||
Italian:"In attesa"
|
||||
Russian:"В ожидании"
|
||||
French:"Attendre"
|
||||
Romanian:"Aşteptare"
|
||||
German:"Warten..."
|
||||
}
|
||||
|
||||
|
@ -117,10 +121,18 @@
|
|||
}
|
||||
|
||||
"Found city":{
|
||||
Italian:"Crea città"
|
||||
Russian:"Создать город"
|
||||
French:"Créer une ville"
|
||||
Romanian:"Creați oraș"
|
||||
German:"Stadt gründen"
|
||||
}
|
||||
|
||||
"Promote":{
|
||||
Italian:"Promuovere"
|
||||
Russian:"Продвигать"
|
||||
French:"Promouvoir"
|
||||
Romanian:"Promova"
|
||||
German:"Befördern"
|
||||
}
|
||||
|
||||
|
@ -158,6 +170,10 @@
|
|||
}
|
||||
|
||||
"Production":{
|
||||
Italian:"Produzione"
|
||||
Russian:"Производство"
|
||||
French:"Production"
|
||||
Romanian:"Producere"
|
||||
German:"Produktion"
|
||||
}
|
||||
|
||||
|
@ -178,6 +194,10 @@
|
|||
}
|
||||
|
||||
"GOLDEN AGE":{
|
||||
Italian:"L'ETÀ D'ORO"
|
||||
Russian:"ЗОЛОТОЙ ВЕК"
|
||||
French:"ÂGE D'OR"
|
||||
Romanian:"EPOCA DE AUR"
|
||||
German:"GOLDENES ZEITALTER"
|
||||
}
|
||||
|
||||
|
@ -209,6 +229,10 @@
|
|||
}
|
||||
|
||||
"Load copied data":{
|
||||
Italian:"Carica i dati copiati"
|
||||
Russian:"Загрузка скопированных данных"
|
||||
French:"Charger des données copiées"
|
||||
Romanian:"Încărcați datele copiate"
|
||||
German:"Aus ZWischenablage laden"
|
||||
}
|
||||
|
||||
|
@ -237,18 +261,34 @@
|
|||
}
|
||||
|
||||
"Show":{
|
||||
Italian:"Mostrare"
|
||||
Russian:"Показать"
|
||||
French:"Montrer"
|
||||
Romanian:"Indica"
|
||||
German:"Zeigen"
|
||||
}
|
||||
|
||||
"Hide":{
|
||||
Italian:"Nascondere"
|
||||
Russian:"Спрятать"
|
||||
French:"Cacher"
|
||||
Romanian:"Ascunde"
|
||||
German:"Verstecken"
|
||||
}
|
||||
|
||||
"worked tiles":{
|
||||
Italian:"celle lavorate"
|
||||
Russian:"работачие плитки"
|
||||
French:"carreaux travaillés"
|
||||
Romanian:"plăci lucrate"
|
||||
German:"bearbeitete Felder"
|
||||
}
|
||||
|
||||
"resources and improvements":{
|
||||
Italian:"risorse e miglioramenti"
|
||||
Russian:"ресурсы и улучшений"
|
||||
French:"ressources et améliorations"
|
||||
Romanian:"resurse și îmbunătățiri"
|
||||
German:"Ressourcen und Verbesserungen"
|
||||
}
|
||||
|
||||
|
@ -326,10 +366,18 @@
|
|||
}
|
||||
|
||||
"Produce [thingToProduce]":{ // eg Produce gold
|
||||
Italian:"Produrre [thingToProduce]"
|
||||
Russian:"Производить [thingToProduce]"
|
||||
French:"Produire [thingToProduce]"
|
||||
Romanian:"Produce [thingToProduce]"
|
||||
German:"[thingToProduce] Herstellen"
|
||||
}
|
||||
|
||||
"Nothing":{ // A city can choose to "idle" and produce nothing
|
||||
Italian:"Niente"
|
||||
Russian:"Ничего"
|
||||
French:"Rien"
|
||||
Romanian:"Nimic"
|
||||
German:"Faul dasitzen"
|
||||
}
|
||||
|
||||
|
@ -343,6 +391,10 @@
|
|||
}
|
||||
|
||||
"Pick a free tech":{
|
||||
Italian:"Scegli una tecnologia gratuita"
|
||||
Russian:"Выберите бесплатную технику"
|
||||
French:"Choisissez une technologie gratuite"
|
||||
Romanian:"Alege o tehnologie gratuită"
|
||||
}
|
||||
|
||||
"Research [technology]":{ // eg "Research Pottery"
|
||||
|
@ -355,6 +407,10 @@
|
|||
|
||||
|
||||
"Pick [technology] as free tech":{
|
||||
Italian:"Scegli [tecnology] come tecnologia libera"
|
||||
Russian:"Выберите [technology] как бесплатную технику"
|
||||
French:"Choisissez [technology] comme technologie libre"
|
||||
Romanian:"Alegeți [tehnology] ca tehnologie gratuită"
|
||||
}
|
||||
|
||||
"Units enabled":{
|
||||
|
@ -374,6 +430,10 @@
|
|||
}
|
||||
|
||||
"Wonder":{
|
||||
Italian:"Meraviglia"
|
||||
Russian:"Чудо"
|
||||
French:"Merveille"
|
||||
Romanian:"Minune"
|
||||
German:"Wunder"
|
||||
}
|
||||
|
||||
|
@ -394,17 +454,33 @@
|
|||
}
|
||||
|
||||
"Reveals [resource] on the map":{ // As in "Reveals Coal on the map"
|
||||
Italian:"Mostra [resource] sulla mappa"
|
||||
Russian:"Показывает [resource] на карте"
|
||||
French:"Révèle [resource] sur la carte"
|
||||
Romanian:"Descoperă [resource] pe hartă"
|
||||
German:"Zeigt [resource] auf der Karte"
|
||||
}
|
||||
|
||||
"XP for new units":{
|
||||
Italian:"XP per nuove unità"
|
||||
Russian:"XP для новых юнитов"
|
||||
French:"XP pour les nouvelles unités"
|
||||
Romanian:"XP pentru unități noi"
|
||||
}
|
||||
|
||||
"provide":{ // as in "Camp, Customs House provide +1 Gold"
|
||||
Italian:"fornisce"
|
||||
Russian:"даёт"
|
||||
French:"fournir"
|
||||
Romanian:"Asigura"
|
||||
German:"generieren"
|
||||
}
|
||||
|
||||
"provides":{ // as in "Camp provides +1 Gold" (singular of above)
|
||||
Italian:"fornisce"
|
||||
Russian:"обеспечивает"
|
||||
French:"fournit"
|
||||
Romanian:"prevede"
|
||||
German:"generiert"
|
||||
}
|
||||
|
||||
|
@ -455,6 +531,10 @@
|
|||
}
|
||||
|
||||
"You have entered a golden age":{
|
||||
Italian:"Sei entrato in un'età dell'oro"
|
||||
Russian:"Вы вошли в золотой век"
|
||||
French:"Vous êtes entré dans un âge d'or"
|
||||
Romanian:"Ați intrat într-o epocă de aur"
|
||||
German:"Ein goldenes Zeitalter ist eingetreten"
|
||||
}
|
||||
|
||||
|
@ -538,18 +618,34 @@
|
|||
}
|
||||
|
||||
"An enemy [unit] was destroyed while attacking [cityname]":{
|
||||
Italian:"Un'unità [unit] nemica è stata distrutta mentre attaccava [cityname]"
|
||||
Russian:"Враг [unit] был уничтожен при атаке [cityname]"
|
||||
French:"Un ennemi [unit] a été détruit en attaquant [cityname]"
|
||||
Romanian:"Un inamic [unit] a fost distrus în timp ce ataca [cityname]"
|
||||
German:"Ein(e) feindliche(r) [unit] wurde zerstört beim Angriff auf [cityname]" // Gender sensitive
|
||||
}
|
||||
|
||||
"An enemy [unit] was destroyed while attacking our [ourUnit]":{
|
||||
Italian:"Un'unità [unit] nemica è stata distrutta mentre attaccava il nostro [ourUnit]"
|
||||
Russian:"Враг [unit] был уничтожен, атакуя наш [ourUnit]"
|
||||
French:"Un ennemi [unit] a été détruit en attaquant notre [ourUnit]"
|
||||
Romanian:"Un inamic [unit] a fost distrus în timp ce atacă [ourUnit]"
|
||||
German:"Ein(e) feindliche(r) [unit] wurde zerstört beim Angriff auf unsere(n) [ourUnit]" // Gender sensitive
|
||||
}
|
||||
|
||||
"spotted near our territory":{
|
||||
Italian:"avvistato vicino al nostro territorio"
|
||||
Russian:"пятнистый у нашей территории"
|
||||
French:"repéré près de notre territoire"
|
||||
Romanian:"reperat în apropierea teritoriului nostru"
|
||||
German:"wurde nahe unserer Grenzen entdeckt"
|
||||
}
|
||||
|
||||
"spotted in our territory":{
|
||||
Italian:"avvistato nel nostro territorio"
|
||||
Russian:"пятнистый на нашей территории"
|
||||
French:"repéré sur notre territoire"
|
||||
Romanian:"reperat pe teritoriul nostru"
|
||||
German:"wurde in unseren Grenzen entdeckt"
|
||||
}
|
||||
|
||||
|
@ -633,18 +729,34 @@
|
|||
// Battle table
|
||||
|
||||
"City strength":{
|
||||
Italian:"Forza della città"
|
||||
Russian:"Сила города"
|
||||
French:"Force de la ville"
|
||||
Romanian:"Puterea orașului"
|
||||
German:"Stärke der Stadt"
|
||||
}
|
||||
|
||||
"City health":{
|
||||
Italian:"Salute della città"
|
||||
Russian:"Городское здоровье"
|
||||
French:"Santé de la ville"
|
||||
Romanian:"Sănătatea orașului"
|
||||
German:"Gesundheit der Stadt"
|
||||
}
|
||||
|
||||
"Captured":{ // Shown in the battle table when attacking a civilian unit or a defeated city
|
||||
Italian:"Catturato"
|
||||
Russian:"Захваченный"
|
||||
French:"Capturé"
|
||||
Romanian:"Capturat"
|
||||
German:"Gefangen"
|
||||
}
|
||||
|
||||
"Attack":{
|
||||
Italian:"Attacco"
|
||||
Russian:"Атака"
|
||||
French:"Attaque"
|
||||
Romanian:"Atac"
|
||||
German:"Angreiffen"
|
||||
}
|
||||
|
||||
|
@ -933,6 +1045,10 @@
|
|||
}
|
||||
|
||||
"Whales":{
|
||||
Italian:"Balene"
|
||||
Russian:"Киты"
|
||||
French:"Baleines"
|
||||
Romanian:"Balene"
|
||||
German:"Wale"
|
||||
}
|
||||
|
||||
|
@ -1396,6 +1512,10 @@
|
|||
German:"Massenmedien"
|
||||
}
|
||||
"Flight":{
|
||||
Italian:"Volo"
|
||||
Russian:"Полет"
|
||||
French:"Vol"
|
||||
Romanian:"Zbor"
|
||||
German:"Flug"
|
||||
}
|
||||
|
||||
|
@ -1477,128 +1597,288 @@
|
|||
// Building unique abilities
|
||||
|
||||
"+1 Science Per 2 Population":{
|
||||
Italian:"+1 Scienza per 2 popolazione"
|
||||
Russian:"+1 Наука за 2 населения"
|
||||
French:"+1 Science par 2 Population"
|
||||
Romanian:"+1 știință pe 2 persoane"
|
||||
German:"+1 Erforschung pro 2 Bewohner"
|
||||
}
|
||||
"Worker construction increased 25%, provides 2 free workers":{
|
||||
Italian:"La costruzione dei lavoratori è aumentata del 25%, offre 2 lavoratori liberi"
|
||||
Russian:"Строительство рабочих увеличилось на 25%, предоставлено 2 свободных рабочих"
|
||||
French:"La construction des travailleurs a augmenté de 25%, fournit 2 travailleurs libres"
|
||||
Romanian:"Lucrările de construcție a crescut cu 25%, oferă 2 lucrători liberi"
|
||||
German:"Arbeiterproduktion um 25% erhöht, gibt 2 freie Arbeiter"
|
||||
}
|
||||
"Free Social Policy":{
|
||||
Italian:"Politica sociale gratuita"
|
||||
Russian:"Бесплатная социальная политика"
|
||||
French:"Politique sociale gratuite"
|
||||
Romanian:"Politica socială gratuită"
|
||||
German:"Freie Sozialpolitik"
|
||||
}
|
||||
"Golden Age length increases +50%":{
|
||||
Italian:"La lunghezza dell'età dell'oro aumenta + 50%"
|
||||
Russian:"Длина золотого века + 50%"
|
||||
French:"La longueur de l'âge d'or augmente de 50%"
|
||||
Romanian:"Vârsta de aur crește + 50%"
|
||||
German:"Länge eines Goldenen Zeitalters um 50% erhöht"
|
||||
}
|
||||
"+33% great person generation in all cities":{
|
||||
Italian:"+ 33% di generazione di grandi persone in tutte le città"
|
||||
Russian:"+ 33% отличное поколение людей во всех городах"
|
||||
French:"+ 33% de génération géniale dans toutes les villes"
|
||||
Romanian:"+ 33% generație mare de persoane în toate orașele"
|
||||
// German translation not sure
|
||||
}
|
||||
"Gold from all trade routes +25%":{
|
||||
Italian:"Oro da tutte le rotte commerciali + 25%"
|
||||
Russian:"Золото со всех торговых путей + 25%"
|
||||
French:"Or de toutes les routes commerciales + 25%"
|
||||
Romanian:"Aur din toate rutele comerciale + 25%"
|
||||
German:"Gold von allen Handelsrouten um 25% erhöht"
|
||||
}
|
||||
"40% of food is carried over after a new citizen is born":{
|
||||
Italian:"Il 40% del cibo viene mantenuto dopo la nascita di un nuovo cittadino"
|
||||
Russian:"40% продовольствия переносится после рождения нового гражданина"
|
||||
French:"40% de la nourriture est reportée après la naissance d'un nouveau citoyen"
|
||||
Romanian:"40% din produsele alimentare sunt mentinute după ce se naște un nou cetățean"
|
||||
German:"40% vom Essensvorrat wird behalten, wenn ein neuer Bewohner geboren wird"
|
||||
}
|
||||
"Jungles provide +2 science":{
|
||||
Italian:"Giungle forniscono +2 scienza"
|
||||
Russian:"Джунгли обеспечивают +2 науку"
|
||||
French:"Jungles fournissent +2 science"
|
||||
Romanian:"Junglele oferă știință +2"
|
||||
German:"Dschungel produziert 2 Erforschung"
|
||||
}
|
||||
"Cost of acquiring new tiles reduced by 25%":{
|
||||
Italian:"Costo di acquisto di nuove celle ridotto del 25%"
|
||||
Russian:"Стоимость приобретения новых плиток сократилась на 25%"
|
||||
French:"Coût d'acquisition de nouvelles tuiles réduit de 25%"
|
||||
Romanian:"Costul de achiziționare a plăcilor noi a scăzut cu 25%"
|
||||
German:"Kosten um neue Felder zu kaufen ist um 25% verringert"
|
||||
}
|
||||
"Culture in all cities increased by 25%":{
|
||||
Italian:"La cultura in tutte le città è aumentata del 25%"
|
||||
Russian:"Культура во всех городах увеличилась на 25%"
|
||||
French:"La culture dans toutes les villes a augmenté de 25%"
|
||||
Romanian:"Cultura în toate orașele a crescut cu 25%"
|
||||
German:"Kultur wird in allen Städten um 25% erhöht"
|
||||
}
|
||||
"Unhappiness from population decreased by 10%":{
|
||||
Italian:"L'infelicità della popolazione è diminuita del 10%"
|
||||
Russian:"Неспособность населения снизилась на 10%"
|
||||
French:"Le mécontentement de la population a diminué de 10%"
|
||||
Romanian:"Nefericirea de la populație a scăzut cu 10%"
|
||||
German:"Unzufriedenheit vom Volk um 10% verringert"
|
||||
}
|
||||
"Empire enters golden age":{
|
||||
Italian:"L'impero entra nell'età dell'oro"
|
||||
Russian:"Империя вступает в золотой век"
|
||||
French:"L'Empire entre dans l'âge d'or"
|
||||
Romanian:"Imperiul intră în epoca de aur"
|
||||
German:"Das Reich tritt ein goldenes Zeitalter an"
|
||||
}
|
||||
"Free Great Artist Appears":{
|
||||
Italian:"Il grande artista gratuito appare"
|
||||
Russian:"Появляется бесплатный великий артист"
|
||||
French:"Grand artiste libre apparaît"
|
||||
Romanian:"Artistul Mare apare gratuit"
|
||||
// German translation not sure
|
||||
}
|
||||
"Culture cost of adopting new Policies reduced by 10%":{
|
||||
Italian:"Costo della cultura dell'adozione di nuove politiche ridotto del 10%"
|
||||
Russian:"Стоимость культуры принятия новой политики сократилась на 10%"
|
||||
French:"Coût culturel de l'adoption de nouvelles polices réduit de 10%"
|
||||
Romanian:"Costul culturii de adoptare a noilor politici a scăzut cu 10%"
|
||||
German:"Neue Sozialpolitiken brauchen 10% weniger Kultur"
|
||||
}
|
||||
"Provides 1 happiness per social policy":{
|
||||
Italian:"Fornisce 1 felicità per politica sociale"
|
||||
Russian:"Обеспечивает 1 счастье за социальную политику"
|
||||
French:"Fournit 1 bonheur par politique sociale"
|
||||
Romanian:"Oferă 1 fericire pe politică socială"
|
||||
German:"Gibt 1 Zufriedenheit pro Sozialpolitik"
|
||||
}
|
||||
"Must be next to desert":{
|
||||
Italian:"Deve essere vicino al deserto"
|
||||
Russian:"Должно быть рядом с пустыней"
|
||||
French:"Doit être à côté du désert"
|
||||
Romanian:"Trebuie să fie lângă deșert"
|
||||
German:"Muss an eine Wüste grenzen"
|
||||
}
|
||||
"Enables construction of Spaceship parts":{
|
||||
Italian:"Consente la costruzione di parti di navi spaziali"
|
||||
Russian:"Разрешает строительство частей космического корабля"
|
||||
French:"Permet la construction de pièces de vaisseau spatial"
|
||||
Romanian:"Permite construcția de părți ale navelor spațiale"
|
||||
German:"Schaltet Arbeit an Raumschiffteilen frei"
|
||||
}
|
||||
"Increases production of spaceship parts by 50%":{
|
||||
Italian:"Aumenta la produzione di parti di navi spaziali del 50%"
|
||||
Russian:"Увеличивает выпуск космических кораблей на 50%"
|
||||
French:"Augmente la production de pièces de vaisseaux spatiaux de 50%"
|
||||
Romanian:"Crește producția de piese de navă spațială cu 50%"
|
||||
German:"Erhöht Produktion an Raumschiffteilen um 50%"
|
||||
}
|
||||
"Spaceship part":{
|
||||
Italian:"Parte della nave spaziale"
|
||||
Russian:"Часть космического корабля"
|
||||
French:"Pièce de navire spatial"
|
||||
Romanian:"Partea spațială a navei"
|
||||
German:"Raumschiffteil"
|
||||
}
|
||||
|
||||
// Unit types
|
||||
"Civilian":{
|
||||
Italian:"Civile"
|
||||
Russian:"Цивильный"
|
||||
French:"Civil"
|
||||
Romanian:"Civil"
|
||||
German:"Zivilist"
|
||||
}
|
||||
"Melee":{
|
||||
Italian:"Mischia"
|
||||
Russian:"Рукопашная"
|
||||
French:"Mêlée"
|
||||
Romanian:"Incăierare"
|
||||
German:"Nahkämpfer"
|
||||
}
|
||||
"Ranged":{
|
||||
Italian:"a Distanza"
|
||||
Russian:"Дальний бой"
|
||||
French:"À distance"
|
||||
Romanian:"ranged"
|
||||
German:"Fernkämpfer"
|
||||
}
|
||||
"Siege":{
|
||||
Italian:"Assedio"
|
||||
Russian:"Осада"
|
||||
French:"Siège"
|
||||
Romanian:"Asediu"
|
||||
German:"Belagerungsmaschiene"
|
||||
}
|
||||
"Mounted":{
|
||||
Italian:"Cavaliere"
|
||||
Russian:"Конный"
|
||||
French:"Monté"
|
||||
Romanian:"Montat"
|
||||
German:"Kavallerie"
|
||||
}
|
||||
"Scout":{
|
||||
Italian:"Esploratore"
|
||||
Russian:"Разведчик"
|
||||
French:"Scout"
|
||||
Romanian:"Cercetaș"
|
||||
German:"Kundschafter"
|
||||
}
|
||||
"City":{
|
||||
Italian:"Città"
|
||||
Russian:"Город"
|
||||
French:"Ville"
|
||||
Romanian:"Oraș"
|
||||
German:"Stadt"
|
||||
}
|
||||
|
||||
|
||||
// Unit uniques
|
||||
"Can build improvements on tiles":{
|
||||
Italian:"Può migliorare le celle"
|
||||
Russian:"Может создавать улучшения на клетках"
|
||||
French:"Peut construire des améliorations sur les carreaux"
|
||||
Romanian:"Poate construi îmbunătățiri pe plăci"
|
||||
German:"Kan Verbesserungen auf Feldern bauen"
|
||||
}
|
||||
"Founds a new city":{
|
||||
Italian:"Fonda una nuova città"
|
||||
Russian:"Нашел новый город"
|
||||
French:"Trouve une nouvelle ville"
|
||||
Romanian:"Creează un oraș nou"
|
||||
German:"Gründet eine neue Stadt"
|
||||
}
|
||||
"Ignores terrain cost":{
|
||||
Italian:"Ignora il costo del terreno"
|
||||
Russian:"Игнорирует стоимость местности"
|
||||
French:"Ignore le coût du terrain"
|
||||
Romanian:"Ignoră costul terenului"
|
||||
// German translation not sure
|
||||
}
|
||||
"No defensive terrain bonus":{
|
||||
Italian:"Nessun bonus sul terreno difensivo"
|
||||
Russian:"Отсутствие бонуса за боеголовок"
|
||||
French:"Aucun bonus de terrain défensif"
|
||||
Romanian:"Niciun bonus de teren defensiv"
|
||||
German:"Keinen Geländeabhängigen Verteidigunsbonus"
|
||||
}
|
||||
"Rough terrain penalty":{
|
||||
Italian:"Penalità di terreno grezzo"
|
||||
Russian:"Штраф грубой местности"
|
||||
French:"Pénalité de terrain rugueux"
|
||||
Romanian:"Зenalizare pentru teren accidentat"
|
||||
German:"Nachteil bei rauem Gelände"
|
||||
}
|
||||
"Bonus vs [unitType]":{
|
||||
Italian:"Bonus vs [unitType]"
|
||||
Russian:"Бонус против [unitType]"
|
||||
French:"Bonus vs [unitType]"
|
||||
Romanian:"Bonus vs [unitType]"
|
||||
German:"Vorteil gegen eine(n) [unitType]" // Gender sensitive
|
||||
}
|
||||
"Penalty vs [unitType]":{
|
||||
Italian:"Penalità vs [unitType]"
|
||||
Russian:"Штраф vs [unitType]"
|
||||
French:"Pénalité vs [unitType]"
|
||||
Romanian:"Penalitate vs [unitType]"
|
||||
German:"Nachteil gegen eine(n) [unitType]" // Gender sensitive
|
||||
}
|
||||
"Must set up to ranged attack":{
|
||||
Italian:"Deve impostare un attacco a distanza"
|
||||
Russian:"Необходимо настроить атаку дальнего боя"
|
||||
French:"Doit être configuré pour une attaque à distance"
|
||||
Romanian:"Trebuie să fie pregătit să atace"
|
||||
German:"Muss aufstellen um Fernattacken auszuführen"
|
||||
}
|
||||
"Can move after attacking":{
|
||||
Italian:"Può muoversi dopo aver attaccato"
|
||||
Russian:"Может двигаться после атаки"
|
||||
French:"Peut se déplacer après avoir attaqué"
|
||||
Romanian:"Poate să se miște după ce a atacat"
|
||||
German:"Kann sich nach dem Angriff bewegen"
|
||||
}
|
||||
"Limited Visibility":{
|
||||
Italian:"Visibilità limitata"
|
||||
Russian:"Ограниченная видимость"
|
||||
French:"Visibilité limitée"
|
||||
Romanian:"Vizibilitate redusă"
|
||||
German:"Begrenzte Sichtweite"
|
||||
}
|
||||
"Can start an 8-turn golden age or construct a Landmark (+6 culture)":{
|
||||
Italian:"Può iniziare un'età dell'oro a 8 turni o costruire un monument (+6 cultura)"
|
||||
Russian:"Может начать 8-ти золотистый век или построить памятник (+6 культура)"
|
||||
French:"Peut commencer un âge d'or de 8 tours ou construire un monument (+6 culture)"
|
||||
Romanian:"Poate începe o nouă epocă de aur sau construi un monument (cultura + 6)"
|
||||
// German translation not sure
|
||||
}
|
||||
"Can discover a technology, or construct an Academy (+4 science)" :{
|
||||
Italian:"Può scoprire una tecnologia o costruire un'accademia (+4 scienza)"
|
||||
Russian:"Может открыть технологию или построить Академию (+4 наука)"
|
||||
French:"Peut découvrir une technologie, ou construire une Académie (+4 science)"
|
||||
Romanian:"Poate să descopere o tehnologie sau să construiască o Academie (știință +4)"
|
||||
German:"Kann eine Technologie entdecken, oder eine Akademie (+4 Erforschung) bauen"
|
||||
}
|
||||
"Can undertake a trade mission, giving a large sum of gold, or construct a Customs House (+4 gold)":{
|
||||
Italian:"Può intraprendere una missione commerciale, dare una grande somma di oro, o costruire una dogana (+4 oro)"
|
||||
Russian:"Может предпринять торговую миссию, дать большую сумму золота или построить Таможенную палату (+4 золота)"
|
||||
French:"Peut entreprendre une mission commerciale, donner une grosse somme d'or, ou construire une maison de douane (+4 pièces d'or)"
|
||||
Romanian:"Poate să întreprindă o misiune comercială, să dea o sumă mare de aur sau să construiască o casă vamală (+4 de aur)"
|
||||
German:"Kann eine Handelsmission unternehmen, viel Gold geben oder ein Zollamt (+4 Gold) bauen"
|
||||
}
|
||||
"Can speed up construction of a wonder, or construct a Manufactory (+4 production)":{
|
||||
Italian:"Può velocizzare la costruzione di una meraviglia, o costruire una manifattura (+4 produzione)"
|
||||
Russian:"Может ускорить строительство чуда или построить мануфактуру (+4 производства)"
|
||||
French:"Peut accélérer la construction d'une merveille, ou construire une manufacture (+4 production)"
|
||||
Romanian:"Poate accelera construcția unei minune sau poate construi o fabrică (+4 producție)"
|
||||
German:"Kann die Bauzeit eines Wunders verkürzen oder eine Fabrik (+4 Produktion) bauen"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue