mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-25 21:03:15 -04:00
Merge branch 'master' of https://github.com/yairm210/UnCiv
This commit is contained in:
commit
710e5eaa8d
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"Next turn":{
|
"Next turn":{
|
||||||
Italian:"Turno successivo"
|
Italian:"Turno successivo"
|
||||||
Russian:"Следующий чод"
|
Russian:"Следующий ход"
|
||||||
French:"Tour prochain"
|
French:"Tour prochain"
|
||||||
Romanian:"Runda urmatoare"
|
Romanian:"Runda urmatoare"
|
||||||
}
|
}
|
||||||
@ -14,6 +14,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
"in ":{ // As in "Opera House in 3 turns"
|
"in ":{ // As in "Opera House in 3 turns"
|
||||||
|
Italian:"in "
|
||||||
|
Russian:"в"
|
||||||
|
French:"dans "
|
||||||
|
Romanian:"în"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -82,9 +86,17 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
"Fortification":{ // as in "+40% Fortification"
|
"Fortification":{ // as in "+40% Fortification"
|
||||||
|
Italian:"Fortificazione"
|
||||||
|
Russian:"Фортификация"
|
||||||
|
French:"Fortification"
|
||||||
|
Romanian:"Fortificație"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Set up":{ // For siege units
|
"Set up":{ // For siege units
|
||||||
|
Italian:"Impostare"
|
||||||
|
Russian:"Приказ"
|
||||||
|
French:"Implanter"
|
||||||
|
Romanian:"Dispune"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Health":{
|
"Health":{
|
||||||
@ -114,6 +126,10 @@
|
|||||||
Romanian:"Fericire"
|
Romanian:"Fericire"
|
||||||
}
|
}
|
||||||
"Production":{
|
"Production":{
|
||||||
|
Italian:""
|
||||||
|
Russian:""
|
||||||
|
French:""
|
||||||
|
Romanian:""
|
||||||
}
|
}
|
||||||
"Culture":{
|
"Culture":{
|
||||||
Italian:"Cultura"
|
Italian:"Cultura"
|
||||||
@ -209,31 +225,71 @@
|
|||||||
Romanian:"Cumpara cu"
|
Romanian:"Cumpara cu"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Maintainance cost":{
|
"Maintenance cost":{
|
||||||
|
Italian:"Costo di manutenzione"
|
||||||
|
Russian:"Стоимость обслуживания"
|
||||||
|
French:"Coût de maintenance"
|
||||||
|
Romanian:"Costuri de întreținere"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
"Pick construction":{ // eg Build Granary
|
"Pick construction":{ // eg Build Granary
|
||||||
|
Italian:"Scegli la costruzione"
|
||||||
|
Russian:"Выбор здания"
|
||||||
|
French:"Choisissez la construction"
|
||||||
|
Romanian:"Alegeți construcția"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Build":{ // eg Build Granary
|
"Build":{ // eg Build Granary
|
||||||
|
Italian:"Costruire"
|
||||||
|
Russian:"Строить"
|
||||||
|
French:"Construire"
|
||||||
|
Romanian:"Construiste"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Train":{ // eg Train Scout
|
"Train":{ // eg Train Scout
|
||||||
|
Italian:"Adestrare"
|
||||||
|
Russian:"Обучать"
|
||||||
|
French:"Former"
|
||||||
|
Romanian:"Instrui"
|
||||||
}
|
}
|
||||||
|
|
||||||
// Tech picker
|
// Tech picker
|
||||||
"Pick a tech":{ // eg "Research Pottery"
|
"Pick a tech":{ // eg "Research Pottery"
|
||||||
|
Italian:"Scegli una tecnologia"
|
||||||
|
Russian:"Выберите технологию"
|
||||||
|
French:"Choisissez une technologie"
|
||||||
|
Romanian:"Alege o tehnologie"
|
||||||
}
|
}
|
||||||
"Research":{ // eg "Research Pottery"
|
"Research":{ // eg "Research Pottery"
|
||||||
|
Italian:"Ricerca"
|
||||||
|
Russian:"Исследование"
|
||||||
|
French:"Recherche"
|
||||||
|
Romanian:"Exploreaza"
|
||||||
}
|
}
|
||||||
"Units enabled":{ // eg "Research Pottery"
|
"Units enabled":{ // eg "Research Pottery"
|
||||||
|
Italian:"Unità abilitate"
|
||||||
|
Russian:"Активные юниты"
|
||||||
|
French:"Unités activées"
|
||||||
|
Romanian:"Unități activate"
|
||||||
}
|
}
|
||||||
"Buildings enabled":{ // eg "Research Pottery"
|
"Buildings enabled":{ // eg "Research Pottery"
|
||||||
|
Italian:"Edifici abilitati"
|
||||||
|
Russian:"Активные здания"
|
||||||
|
French:"Bâtiments activés"
|
||||||
|
Romanian:"Clădirile active"
|
||||||
}
|
}
|
||||||
"Wonders enabled":{ // eg "Research Pottery"
|
"Wonders enabled":{ // eg "Research Pottery"
|
||||||
|
Italian:"Meraviglie abilitate"
|
||||||
|
Russian:"Активные чудеса"
|
||||||
|
French:"Merveilles activées"
|
||||||
|
Romanian:"Minuni active"
|
||||||
}
|
}
|
||||||
"Tile improvements enabled":{ // eg "Research Pottery"
|
"Tile improvements enabled":{ // eg "Research Pottery"
|
||||||
|
Italian:"Miglioramenti delle celle abilitati"
|
||||||
|
Russian:"Улучшены улучшения плит"
|
||||||
|
French:"Améliorations apportées aux carreaux"
|
||||||
|
Romanian:"Ameliorare activa a plăcilor"
|
||||||
}
|
}
|
||||||
|
|
||||||
// Notifications
|
// Notifications
|
||||||
@ -242,329 +298,861 @@
|
|||||||
// I remember that some languages have upside-down question marks before to mark a question
|
// I remember that some languages have upside-down question marks before to mark a question
|
||||||
|
|
||||||
" has grown":{
|
" has grown":{
|
||||||
|
Italian:" è cresciuto"
|
||||||
|
Russian:" вырос"
|
||||||
|
French:" a grandi"
|
||||||
|
Romanian:" a crescut"
|
||||||
}
|
}
|
||||||
|
|
||||||
" has been founded!":{
|
" has been founded!":{
|
||||||
|
Italian:" è stato fondato!"
|
||||||
|
Russian:" была создана!"
|
||||||
|
French:" a été fondé!"
|
||||||
|
Romanian:" a fost fondat!"
|
||||||
}
|
}
|
||||||
|
|
||||||
" has been razed to the ground!":{
|
" has been razed to the ground!":{
|
||||||
|
Italian:" è stato raso al suolo!"
|
||||||
|
Russian:" был снесен на землю!"
|
||||||
|
French:" a été rasé à terre!"
|
||||||
|
Romanian:" a fost distrus la pământ!"
|
||||||
}
|
}
|
||||||
|
|
||||||
"We have conquered the city of ":{
|
"We have conquered the city of ":{
|
||||||
|
Italian:"Abbiamo conquistato la città di "
|
||||||
|
Russian:"Мы завоевали город "
|
||||||
|
French:"Nous avons conquis la ville de "
|
||||||
|
Romanian:"Am cucerit orașul "
|
||||||
}
|
}
|
||||||
|
|
||||||
"Research of ":{ // For technology notifications EG Research of Writing has completed
|
"Research of ":{ // For technology notifications EG Research of Writing has completed
|
||||||
|
Italian:"Ricerca di "
|
||||||
|
Russian:"Исследование "
|
||||||
|
French:"Recherche de "
|
||||||
|
Romanian:"Cercetarea "
|
||||||
}
|
}
|
||||||
|
|
||||||
" has completed":{
|
" has completed":{
|
||||||
|
Italian:" ha completato"
|
||||||
|
Russian:" завершилось"
|
||||||
|
French:" a completé"
|
||||||
|
Romanian:" a finalizat"
|
||||||
}
|
}
|
||||||
|
|
||||||
" is starving!":{
|
" is starving!":{
|
||||||
|
Italian:" sta morendo di fame!"
|
||||||
|
Russian:" голодает!"
|
||||||
|
French:" est affamé!"
|
||||||
|
Romanian:" suferă de foame!"
|
||||||
}
|
}
|
||||||
|
|
||||||
"has been built in":{
|
"has been built in":{
|
||||||
|
Italian:"è stato costruito in"
|
||||||
|
Russian:"была построена в"
|
||||||
|
French:"a été construit en"
|
||||||
|
Romanian:"a fost construit in"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Work has started on":{
|
"Work has started on":{
|
||||||
|
Italian:"Il lavoro è iniziato per"
|
||||||
|
Russian:"Началась работа над"
|
||||||
|
French:"Le travail a commencé sur le"
|
||||||
|
Romanian:"Munca a început pentru"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Cannot continue work on":{
|
"Cannot continue work on":{
|
||||||
|
Italian:"Non posso continuare a lavorare su"
|
||||||
|
Russian:"Не удается продолжить работу над"
|
||||||
|
French:"Impossible de continuer à travailler sur"
|
||||||
|
Romanian:"Nu pot continua munca pentru"
|
||||||
}
|
}
|
||||||
|
|
||||||
" has expanded its borders":{
|
" has expanded its borders":{
|
||||||
|
Italian:" ha allargato i suoi confini"
|
||||||
|
Russian:" расширил границы"
|
||||||
|
French:" a élargi ses frontières"
|
||||||
|
Romanian:" și-a extins frontierele"
|
||||||
}
|
}
|
||||||
|
|
||||||
"An enemy ":{
|
"An enemy ":{
|
||||||
|
Italian:"Un nemico "
|
||||||
|
Russian:"Враг "
|
||||||
|
French:"Un ennemi "
|
||||||
|
Romanian:"Un dusman "
|
||||||
}
|
}
|
||||||
|
|
||||||
" has attacked ":{
|
" has attacked ":{
|
||||||
|
Italian:" ha attaccato "
|
||||||
|
Russian:" атаковал "
|
||||||
|
French:" a attaqué "
|
||||||
|
Romanian:" a atacat "
|
||||||
}
|
}
|
||||||
|
|
||||||
" has destroyed ":{
|
" has destroyed ":{
|
||||||
|
Italian:" ha distrutto "
|
||||||
|
Russian:" уничтожил "
|
||||||
|
French:" a détruit "
|
||||||
|
Romanian:" a distrus "
|
||||||
}
|
}
|
||||||
|
|
||||||
" has captured ":{
|
" has captured ":{
|
||||||
|
Italian:" ha catturato "
|
||||||
|
Russian:" захватил "
|
||||||
|
French:" a capturé "
|
||||||
|
Romanian:" a capturat "
|
||||||
}
|
}
|
||||||
|
|
||||||
" revealed near ":{ // As in "Coal revealed near London"
|
" revealed near ":{ // As in "Coal revealed near London"
|
||||||
|
Italian:" rivelato vicino a"
|
||||||
|
Russian:" выявлено вблизи "
|
||||||
|
French:" a capturé "
|
||||||
|
Romanian:" dezvăluit aproape "
|
||||||
}
|
}
|
||||||
|
|
||||||
"The civilization of":{
|
"The civilization of":{
|
||||||
|
Italian:"La civiltà di"
|
||||||
|
Russian:"Цивилизация"
|
||||||
|
French:"La civilisation de"
|
||||||
|
Romanian:"Civilizația"
|
||||||
}
|
}
|
||||||
"has been destroyed!":{
|
"has been destroyed!":{
|
||||||
|
Italian:"è stata distrutta!"
|
||||||
|
Russian:"был уничтожен!"
|
||||||
|
French:"a été détruit!"
|
||||||
|
Romanian:"a fost distrus!"
|
||||||
}
|
}
|
||||||
|
|
||||||
// Save and load game
|
// Save and load game
|
||||||
|
|
||||||
"Current saves":{
|
"Current saves":{
|
||||||
|
Italian:"Salvataggio corrente"
|
||||||
|
Russian:"Текущие сейвы"
|
||||||
|
French:"Текущие сейвы"
|
||||||
|
Romanian:"Salvatajul curent"
|
||||||
}
|
}
|
||||||
"Saved game name":{
|
"Saved game name":{
|
||||||
|
Italian:"Nome del gioco salvato"
|
||||||
|
Russian:"Сохраненное название игры"
|
||||||
|
French:"Nom du jeu sauvegardé"
|
||||||
|
Romanian:"Numele jocului salvat"
|
||||||
}
|
}
|
||||||
"Copy game info":{
|
"Copy game info":{
|
||||||
|
Italian:"Copia le informazioni sul gioco"
|
||||||
|
Russian:"Копировать информацию об игре"
|
||||||
|
French:"Copier les informations du jeu"
|
||||||
|
Romanian:"Copiați informațiile jocului"
|
||||||
}
|
}
|
||||||
"Could not load game":{
|
"Could not load game":{
|
||||||
|
Italian:"Impossibile caricare il gioco"
|
||||||
|
Russian:"Не удалось загрузить игру"
|
||||||
|
French:"Impossible de charger le jeu"
|
||||||
|
Romanian:"Nu s-a putut încărca jocul"
|
||||||
}
|
}
|
||||||
"Load":{ // as in "Load SaveFile2"
|
"Load":{ // as in "Load SaveFile2"
|
||||||
|
Italian:"Caricare"
|
||||||
|
Russian:"загрузить"
|
||||||
|
French:"Charger"
|
||||||
|
Romanian:"încărca"
|
||||||
}
|
}
|
||||||
"Delete save":{
|
"Delete save":{
|
||||||
|
Italian:"Elimina Salvataggio"
|
||||||
|
Russian:"Удалить сохранение"
|
||||||
|
French:"Supprimer enregistrer"
|
||||||
|
Romanian:"Ștergeți salvatajul"
|
||||||
}
|
}
|
||||||
"Saved at":{
|
"Saved at":{
|
||||||
|
Italian:"Salvato a"
|
||||||
|
Russian:"Сохранено в"
|
||||||
|
French:"Enregistré à"
|
||||||
|
Romanian:"Salvat la"
|
||||||
}
|
}
|
||||||
|
|
||||||
// Terrains
|
// Terrains
|
||||||
|
|
||||||
"Grassland":{
|
"Grassland":{
|
||||||
|
Italian:"Prateria"
|
||||||
|
Russian:"Луг"
|
||||||
|
French:"Herbage"
|
||||||
|
Romanian:"Fâneață"
|
||||||
}
|
}
|
||||||
"Plains":{
|
"Plains":{
|
||||||
|
Italian:"Pianura"
|
||||||
|
Russian:"Pавнины"
|
||||||
|
French:"Plaines"
|
||||||
|
Romanian:"Inalzat"
|
||||||
}
|
}
|
||||||
"Tundra":{
|
"Tundra":{
|
||||||
|
Italian:"Tundra"
|
||||||
|
Russian:"Tундра"
|
||||||
|
French:"Toundra"
|
||||||
|
Romanian:"Tundră"
|
||||||
}
|
}
|
||||||
"Desert":{
|
"Desert":{
|
||||||
|
Italian:"Deserto"
|
||||||
|
Russian:"Пустынный"
|
||||||
|
French:"Désert"
|
||||||
|
Romanian:"Deşert"
|
||||||
}
|
}
|
||||||
"Lakes":{
|
"Lakes":{
|
||||||
|
Italian:"Laghi"
|
||||||
|
Russian:"Озера"
|
||||||
|
French:"Lacs"
|
||||||
|
Romanian:"Lacurile"
|
||||||
}
|
}
|
||||||
"Hill":{
|
"Hill":{
|
||||||
|
Italian:"Collina"
|
||||||
|
Russian:"Bозвышенность"
|
||||||
|
French:""
|
||||||
|
Romanian:""
|
||||||
}
|
}
|
||||||
"Forest":{
|
"Forest":{
|
||||||
|
Italian:"Foresta"
|
||||||
|
Russian:"Лес"
|
||||||
|
French:"Forêt"
|
||||||
|
Romanian:"Pădure"
|
||||||
}
|
}
|
||||||
"Jungle":{
|
"Jungle":{
|
||||||
|
Italian:"Giungla"
|
||||||
|
Russian:"Джунгли"
|
||||||
|
French:"Jungle"
|
||||||
|
Romanian:"Junglă"
|
||||||
}
|
}
|
||||||
"Marsh":{
|
"Marsh":{
|
||||||
|
Italian:"Palude"
|
||||||
|
Russian:"Болотный"
|
||||||
|
French:"Marais"
|
||||||
|
Romanian:"Mlaştină"
|
||||||
}
|
}
|
||||||
"Oasis":{
|
"Oasis":{
|
||||||
|
Italian:"Oasi"
|
||||||
|
Russian:"Оазис"
|
||||||
|
French:"Oasis"
|
||||||
|
Romanian:"Oază"
|
||||||
}
|
}
|
||||||
"Food plains":{
|
"Food plains":{
|
||||||
|
Italian:"Pianure alimentari"
|
||||||
|
Russian:"Пищевые равнины"
|
||||||
|
French:"Plaines alimentaires"
|
||||||
|
Romanian:"Câmpiile alimentare"
|
||||||
}
|
}
|
||||||
|
|
||||||
// Bonus Resources
|
// Bonus Resources
|
||||||
"Cattle":{
|
"Cattle":{
|
||||||
|
Italian:"Bestiame"
|
||||||
|
Russian:"Скот"
|
||||||
|
French:"Bétail"
|
||||||
|
Romanian:"Bovine"
|
||||||
}
|
}
|
||||||
"Sheep":{
|
"Sheep":{
|
||||||
|
Italian:"Pecora"
|
||||||
|
Russian:"Овца"
|
||||||
|
French:"Mouton"
|
||||||
|
Romanian:"Oaie"
|
||||||
}
|
}
|
||||||
"Deer":{
|
"Deer":{
|
||||||
|
Italian:"Cervo"
|
||||||
|
Russian:"Oлень"
|
||||||
|
French:"Cerf"
|
||||||
|
Romanian:"Cerb"
|
||||||
}
|
}
|
||||||
"Bananas":{
|
"Bananas":{
|
||||||
|
Italian:"Banane"
|
||||||
|
Russian:"Бананы"
|
||||||
|
French:"Bananes"
|
||||||
|
Romanian:"Banane"
|
||||||
}
|
}
|
||||||
"Wheat":{
|
"Wheat":{
|
||||||
|
Italian:"Grano"
|
||||||
|
Russian:"Пшеница"
|
||||||
|
French:"Blé"
|
||||||
|
Romanian:"Grâu"
|
||||||
}
|
}
|
||||||
"Stone":{
|
"Stone":{
|
||||||
|
Italian:"Pietra"
|
||||||
|
Russian:"Камень"
|
||||||
|
French:"Pierre"
|
||||||
|
Romanian:"Piatră"
|
||||||
}
|
}
|
||||||
|
|
||||||
// Strategic Resources
|
// Strategic Resources
|
||||||
"Horses":{
|
"Horses":{
|
||||||
|
Italian:"Cavalli"
|
||||||
|
Russian:"Лошади"
|
||||||
|
French:"Chevaux"
|
||||||
|
Romanian:"Cai"
|
||||||
}
|
}
|
||||||
"Iron":{
|
"Iron":{
|
||||||
|
Italian:"Ferro"
|
||||||
|
Russian:"Железо"
|
||||||
|
French:"Fer"
|
||||||
|
Romanian:"Fier"
|
||||||
}
|
}
|
||||||
"Coal":{
|
"Coal":{
|
||||||
|
Italian:"Carbone"
|
||||||
|
Russian:"Уголь"
|
||||||
|
French:"Charbon"
|
||||||
|
Romanian:"Cărbune"
|
||||||
}
|
}
|
||||||
"Oil":{
|
"Oil":{
|
||||||
|
Italian:"Petrolio"
|
||||||
|
Russian:"Нефть"
|
||||||
|
French:"Pétrole"
|
||||||
|
Romanian:"Petrol"
|
||||||
}
|
}
|
||||||
"Aluminum":{
|
"Aluminum":{
|
||||||
|
Italian:"Aluminio"
|
||||||
|
Russian:"Aлюминий"
|
||||||
|
French:"Aluminium"
|
||||||
|
Romanian:"Aluminiu"
|
||||||
}
|
}
|
||||||
"Uranium":{
|
"Uranium":{
|
||||||
|
Italian:"Uranio"
|
||||||
|
Russian:"Уран"
|
||||||
|
French:"Uranium"
|
||||||
|
Romanian:"Uraniu"
|
||||||
}
|
}
|
||||||
|
|
||||||
// Luxury Resources
|
// Luxury Resources
|
||||||
"Furs":{
|
"Furs":{
|
||||||
|
Italian:"Pellicceria"
|
||||||
|
Russian:"Меха"
|
||||||
|
French:"Fourrures"
|
||||||
|
Romanian:"Blănărie"
|
||||||
}
|
}
|
||||||
"Cotton":{
|
"Cotton":{
|
||||||
|
Italian:"Cotone"
|
||||||
|
Russian:"Хлопок"
|
||||||
|
French:"Coton"
|
||||||
|
Romanian:"Bumbac"
|
||||||
}
|
}
|
||||||
"Dyes":{
|
"Dyes":{
|
||||||
|
Italian:"Coloranti"
|
||||||
|
Russian:"Красители"
|
||||||
|
French:"Colorants"
|
||||||
|
Romanian:"Coloranți"
|
||||||
}
|
}
|
||||||
"Gems":{
|
"Gems":{
|
||||||
|
Italian:"Pietre preziose"
|
||||||
|
Russian:"Драгоценные камни"
|
||||||
|
French:"Gems"
|
||||||
|
Romanian:"Pietre pretioase"
|
||||||
}
|
}
|
||||||
"Silver":{
|
"Silver":{
|
||||||
|
Italian:"Argento"
|
||||||
|
Russian:"Серебро"
|
||||||
|
French:"Argent"
|
||||||
|
Romanian:"Argint"
|
||||||
}
|
}
|
||||||
"Incense":{
|
"Incense":{
|
||||||
|
Italian:"Incenso"
|
||||||
|
Russian:"Паофюмы"
|
||||||
|
French:"Encens"
|
||||||
|
Romanian:"Parfume"
|
||||||
}
|
}
|
||||||
"Silk":{
|
"Silk":{
|
||||||
|
Italian:"Seta"
|
||||||
|
Russian:"Шелк"
|
||||||
|
French:"Soie"
|
||||||
|
Romanian:"Mătase"
|
||||||
}
|
}
|
||||||
"Spices":{
|
"Spices":{
|
||||||
|
Italian:"Spezie"
|
||||||
|
Russian:"Cпеции"
|
||||||
|
French:"Épices"
|
||||||
|
Romanian:"Aromate"
|
||||||
}
|
}
|
||||||
"Wine":{
|
"Wine":{
|
||||||
|
Italian:"Vino"
|
||||||
|
Russian:"Вино"
|
||||||
|
French:"Vin"
|
||||||
|
Romanian:"Vin"
|
||||||
}
|
}
|
||||||
"Sugar":{
|
"Sugar":{
|
||||||
|
Italian:"Zucchero"
|
||||||
|
Russian:"Сахар"
|
||||||
|
French:"Sucre"
|
||||||
|
Romanian:"Zahar"
|
||||||
}
|
}
|
||||||
"Marble":{
|
"Marble":{
|
||||||
|
Italian:"Marmo"
|
||||||
|
Russian:"Мрамор"
|
||||||
|
French:"Marbre"
|
||||||
|
Romanian:"Marmură"
|
||||||
}
|
}
|
||||||
"Pearls":{
|
"Pearls":{
|
||||||
|
Italian:""
|
||||||
|
Russian:""
|
||||||
|
French:""
|
||||||
|
Romanian:""
|
||||||
}
|
}
|
||||||
"Whales":{
|
"Whales":{
|
||||||
|
Italian:"Perle"
|
||||||
|
Russian:"Жемчуг"
|
||||||
|
French:"Perles"
|
||||||
|
Romanian:"Perle"
|
||||||
}
|
}
|
||||||
|
|
||||||
// Tile improvements
|
// Tile improvements
|
||||||
|
|
||||||
"Farm":{
|
"Farm":{
|
||||||
|
Italian:"Fattoria"
|
||||||
|
Russian:"Ферма"
|
||||||
|
French:"Ferme"
|
||||||
|
Romanian:"Fermă"
|
||||||
}
|
}
|
||||||
"Lumber Mill":{
|
"Lumber Mill":{
|
||||||
|
Italian:"Segheria"
|
||||||
|
Russian:"Лесопилка"
|
||||||
|
French:"Scierie"
|
||||||
|
Romanian:"Cherestea"
|
||||||
}
|
}
|
||||||
"Mine":{
|
"Mine":{
|
||||||
|
Italian:"Miniera"
|
||||||
|
Russian:"Мина"
|
||||||
|
French:"Mine"
|
||||||
|
Romanian:"Mina"
|
||||||
}
|
}
|
||||||
"Trading post":{
|
"Trading post":{
|
||||||
|
Italian:"Base commerciale"
|
||||||
|
Russian:"Торговая точка"
|
||||||
|
French:"Comptoir commercial"
|
||||||
|
Romanian:"Post de vinzare"
|
||||||
}
|
}
|
||||||
"Camp":{
|
"Camp":{
|
||||||
|
Italian:"Accampamento"
|
||||||
|
Russian:"Лагерь"
|
||||||
|
French:"Campement"
|
||||||
|
Romanian:"Tabără"
|
||||||
}
|
}
|
||||||
"Oil Well":{
|
"Oil Well":{
|
||||||
|
Italian:"Pozzo di petrolio"
|
||||||
|
Russian:"Нефтяная скважина"
|
||||||
|
French:"Puits de pétrole"
|
||||||
|
Romanian:"Sondă de nafta"
|
||||||
}
|
}
|
||||||
"Pasture":{
|
"Pasture":{
|
||||||
|
Italian:"Pascolo"
|
||||||
|
Russian:"Выгон"
|
||||||
|
French:"Pâturage"
|
||||||
|
Romanian:"Păşune"
|
||||||
}
|
}
|
||||||
"Plantation":{
|
"Plantation":{
|
||||||
|
Italian:"Piantagione"
|
||||||
|
Russian:"Плантация"
|
||||||
|
French:"Plantation"
|
||||||
|
Romanian:"Plantaţie"
|
||||||
}
|
}
|
||||||
"Quarry":{
|
"Quarry":{
|
||||||
|
Italian:"Cava"
|
||||||
|
Russian:"Карьер"
|
||||||
|
French:"Carrière"
|
||||||
|
Romanian:"Carieră"
|
||||||
}
|
}
|
||||||
"Road":{
|
"Road":{
|
||||||
|
Italian:"Strada"
|
||||||
|
Russian:"Дорога"
|
||||||
|
French:"Route"
|
||||||
|
Romanian:"Drum"
|
||||||
}
|
}
|
||||||
"Railroad":{
|
"Railroad":{
|
||||||
|
Italian:"Ferrovia"
|
||||||
|
Russian:"Железная дорога"
|
||||||
|
French:"Chemin de fer"
|
||||||
|
Romanian:"Cale ferată"
|
||||||
}
|
}
|
||||||
"Remove":{ // as in "Remove Forest/Jungle/Marsh"
|
"Remove":{ // as in "Remove Forest/Jungle/Marsh"
|
||||||
|
Italian:"Rimuovi"
|
||||||
|
Russian:"Удалить"
|
||||||
|
French:"Suprimer"
|
||||||
|
Romanian:"Elimina"
|
||||||
}
|
}
|
||||||
"Academy":{
|
"Academy":{
|
||||||
|
Italian:"Accademia"
|
||||||
|
Russian:"Академия"
|
||||||
|
French:"Académie"
|
||||||
|
Romanian:"Academie"
|
||||||
}
|
}
|
||||||
"Landmark":{
|
"Landmark":{
|
||||||
|
Italian:"Punto di riferimento"
|
||||||
|
Russian:"Ориентир"
|
||||||
|
French:"Point de repère"
|
||||||
|
Romanian:"Reper"
|
||||||
}
|
}
|
||||||
"Manufactory":{
|
"Manufactory":{
|
||||||
|
Italian:"Fabbrica"
|
||||||
|
Russian:"Мануфактура"
|
||||||
|
French:"Manufacture"
|
||||||
|
Romanian:"Fabrică"
|
||||||
}
|
}
|
||||||
"Customs house":{
|
"Customs house":{
|
||||||
|
Italian:"Dogana"
|
||||||
|
Russian:"Таможня"
|
||||||
|
French:"Maison des douanes"
|
||||||
|
Romanian:"Casa vamală"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Technologies (Ancient Era)
|
// Technologies (Ancient Era)
|
||||||
|
|
||||||
"Pottery":{
|
"Pottery":{
|
||||||
|
Italian:"Ceramica"
|
||||||
|
Russian:"Керамика"
|
||||||
|
French:"Poterie"
|
||||||
|
Romanian:"Ceramică"
|
||||||
}
|
}
|
||||||
"Animal Husbandry":{
|
"Animal Husbandry":{
|
||||||
|
Italian:"Allevamento di animali"
|
||||||
|
Russian:"Животноводство"
|
||||||
|
French:"Élevage"
|
||||||
|
Romanian:"Creșterea animalelor"
|
||||||
}
|
}
|
||||||
"Archery":{
|
"Archery":{
|
||||||
|
Italian:"Tiro con l'arco"
|
||||||
|
Russian:"Стрельба из лука"
|
||||||
|
French:"Tir à l'arc"
|
||||||
|
Romanian:"TIR cu arcul"
|
||||||
}
|
}
|
||||||
"Mining":{
|
"Mining":{
|
||||||
|
Italian:"Estrazione minerarie"
|
||||||
|
Russian:"Добыча руды"
|
||||||
|
French:"Exploitation minière"
|
||||||
|
Romanian:"Exploatare minieră"
|
||||||
}
|
}
|
||||||
"Sailing":{
|
"Sailing":{
|
||||||
|
Italian:"Andare in barca"
|
||||||
|
Russian:"Мореплаванье"
|
||||||
|
French:"Navigation à voile"
|
||||||
|
Romanian:"Navigație"
|
||||||
}
|
}
|
||||||
"Calendar":{
|
"Calendar":{
|
||||||
|
Italian:"Calendario"
|
||||||
|
Russian:"Календарь"
|
||||||
|
French:"Calendrier"
|
||||||
|
Romanian:"Calendar"
|
||||||
}
|
}
|
||||||
"Writing":{
|
"Writing":{
|
||||||
|
Italian:"Scrittura"
|
||||||
|
Russian:"Письменность"
|
||||||
|
French:"L'écriture"
|
||||||
|
Romanian:"Scriere"
|
||||||
}
|
}
|
||||||
"Trapping":{
|
"Trapping":{
|
||||||
|
Italian:"Caccia"
|
||||||
|
Russian:"Охота"
|
||||||
|
French:"Chasse"
|
||||||
|
Romanian:"Vânătoare"
|
||||||
}
|
}
|
||||||
"The Wheel":{
|
"The Wheel":{
|
||||||
|
Italian:"La ruota"
|
||||||
|
Russian:"Колесо"
|
||||||
|
French:"La roue"
|
||||||
|
Romanian:"Roata"
|
||||||
}
|
}
|
||||||
"Masonry":{
|
"Masonry":{
|
||||||
|
Italian:"Opere murarie"
|
||||||
|
Russian:"Каменная кладка"
|
||||||
|
French:"Maçonnerie"
|
||||||
|
Romanian:"Zidărie"
|
||||||
}
|
}
|
||||||
"Bronze Working":{
|
"Bronze Working":{
|
||||||
|
Italian:"Lavorazione bronzo"
|
||||||
|
Russian:"Обработка бронза"
|
||||||
|
French:"Traitement de bronze"
|
||||||
|
Romanian:"Prelucrarea bronzului"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Technologies (Classical Era)
|
// Technologies (Classical Era)
|
||||||
|
|
||||||
"Optics":{
|
"Optics":{
|
||||||
|
Italian:"Ottica"
|
||||||
|
Russian:"Оптика"
|
||||||
|
French:"Optique"
|
||||||
|
Romanian:"Optica"
|
||||||
}
|
}
|
||||||
"Horseback Riding":{
|
"Horseback Riding":{
|
||||||
|
Italian:"Equitazione"
|
||||||
|
Russian:"Верховая езда"
|
||||||
|
French:"Monter à cheval"
|
||||||
|
Romanian:"Călărie"
|
||||||
}
|
}
|
||||||
"Mathematics":{
|
"Mathematics":{
|
||||||
|
Italian:"Matematica"
|
||||||
|
Russian:"Математика"
|
||||||
|
French:"Mathématiques"
|
||||||
|
Romanian:"Matematică"
|
||||||
}
|
}
|
||||||
"Construction":{
|
"Construction":{
|
||||||
|
Italian:"Costruzione"
|
||||||
|
Russian:"Строительство"
|
||||||
|
French:"Bâtiment"
|
||||||
|
Romanian:"Clădire"
|
||||||
}
|
}
|
||||||
"Philosophy":{
|
"Philosophy":{
|
||||||
|
Italian:"Filosofia"
|
||||||
|
Russian:"Философия"
|
||||||
|
French:"Philosophie"
|
||||||
|
Romanian:"Filozofie"
|
||||||
}
|
}
|
||||||
"Currency":{
|
"Currency":{
|
||||||
|
Italian:"Moneta"
|
||||||
|
Russian:"Деньги"
|
||||||
|
French:"Monnaie"
|
||||||
|
Romanian:"Valută"
|
||||||
}
|
}
|
||||||
"Engineering":{
|
"Engineering":{
|
||||||
|
Italian:"Ingegneria"
|
||||||
|
Russian:"Инженерия"
|
||||||
|
French:"Ingénierie"
|
||||||
|
Romanian:"Inginerie"
|
||||||
}
|
}
|
||||||
"Iron Working":{
|
"Iron Working":{
|
||||||
|
Italian:"Lavorazione del ferro"
|
||||||
|
Russian:"Обработка железа"
|
||||||
|
French:"Traitement du fer"
|
||||||
|
Romanian:"Prelucrarea fierului"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Technologies (Medieval Era)
|
// Technologies (Medieval Era)
|
||||||
|
|
||||||
"Theology":{
|
"Theology":{
|
||||||
|
Italian:"Teologia"
|
||||||
|
Russian:"Теология"
|
||||||
|
French:"Théologie"
|
||||||
|
Romanian:"Teologie"
|
||||||
}
|
}
|
||||||
"Civil Service":{
|
"Civil Service":{
|
||||||
|
Italian:"Servizio civile"
|
||||||
|
Russian:"Гражданская служба"
|
||||||
|
French:"Service civil"
|
||||||
|
Romanian:"Serviciu civil"
|
||||||
}
|
}
|
||||||
"Physics":{
|
"Physics":{
|
||||||
|
Italian:"Fisica"
|
||||||
|
Russian:"Физика"
|
||||||
|
French:"La physique"
|
||||||
|
Romanian:"Fizică"
|
||||||
}
|
}
|
||||||
"Metal Casting":{
|
"Metal Casting":{
|
||||||
|
Italian:"colata di metallo"
|
||||||
|
Russian:"Литье"
|
||||||
|
French:"Coulée de métal"
|
||||||
|
Romanian:"Turnarea metalului"
|
||||||
}
|
}
|
||||||
"Compass":{
|
"Compass":{
|
||||||
|
Italian:"Bussola"
|
||||||
|
Russian:"Компас"
|
||||||
|
French:"Boussole"
|
||||||
|
Romanian:"Busolă"
|
||||||
}
|
}
|
||||||
"Education":{
|
"Education":{
|
||||||
|
Italian:"Istruzione"
|
||||||
|
Russian:"Образование"
|
||||||
|
French:"Éducation"
|
||||||
|
Romanian:"Educaţie"
|
||||||
}
|
}
|
||||||
"Chivalry":{
|
"Chivalry":{
|
||||||
|
Italian:"Cavalleria"
|
||||||
|
Russian:"Рыцарство"
|
||||||
|
French:"Chevalerie"
|
||||||
|
Romanian:"Cavalerime"
|
||||||
}
|
}
|
||||||
"Machinery":{
|
"Machinery":{
|
||||||
|
Italian:"Macchinari"
|
||||||
|
Russian:"Машыни"
|
||||||
|
French:"Machinerie"
|
||||||
|
Romanian:"Mașini"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Technologies (Renaissance Era)
|
// Technologies (Renaissance Era)
|
||||||
|
|
||||||
"Astronomy":{
|
"Astronomy":{
|
||||||
|
Italian:"Astronomia"
|
||||||
|
Russian:"Астрономия"
|
||||||
|
French:"Astronomie"
|
||||||
|
Romanian:"Astronomie"
|
||||||
}
|
}
|
||||||
"Acoustics":{
|
"Acoustics":{
|
||||||
|
Italian:"Acustica"
|
||||||
|
Russian:"Акустика"
|
||||||
|
French:"Acoustique"
|
||||||
|
Romanian:"Acustică"
|
||||||
}
|
}
|
||||||
"Banking":{
|
"Banking":{
|
||||||
|
Italian:"Bancario"
|
||||||
|
Russian:"Банковское дело"
|
||||||
|
French:"Bancaire"
|
||||||
|
Romanian:"Banca"
|
||||||
}
|
}
|
||||||
"Printing Press":{
|
"Printing Press":{
|
||||||
|
Italian:"Macchina da stampa"
|
||||||
|
Russian:"Печатный пресс"
|
||||||
|
French:"Presse d'imprimerie"
|
||||||
|
Romanian:"Presă de tipar"
|
||||||
}
|
}
|
||||||
"Navigation":{
|
"Navigation":{
|
||||||
|
Italian:"Navigazione"
|
||||||
|
Russian:"Навигация"
|
||||||
|
French:"La navigation"
|
||||||
|
Romanian:"Navigare"
|
||||||
}
|
}
|
||||||
"Archaeology":{
|
"Archaeology":{
|
||||||
|
Italian:"Archeologia"
|
||||||
|
Russian:"Aрхеология"
|
||||||
|
French:"Archéologie"
|
||||||
|
Romanian:"Arheologie"
|
||||||
}
|
}
|
||||||
"Economics":{
|
"Economics":{
|
||||||
|
Italian:"Economia"
|
||||||
|
Russian:"Экономика"
|
||||||
|
French:"Économie"
|
||||||
|
Romanian:"Economie"
|
||||||
}
|
}
|
||||||
"Chemistry":{
|
"Chemistry":{
|
||||||
|
Italian:"Chimica"
|
||||||
|
Russian:"Химия"
|
||||||
|
French:"Chimie"
|
||||||
|
Romanian:"Chimie"
|
||||||
}
|
}
|
||||||
|
|
||||||
// Technologies (Industrial Era) - as of now the tech tree itself is incomplete, more will probably be added later
|
// Technologies (Industrial Era) - as of now the tech tree itself is incomplete, more will probably be added later
|
||||||
|
|
||||||
"Scientific Theory":{
|
"Scientific Theory":{
|
||||||
|
Italian:"Teoria scientifica"
|
||||||
|
Russian:"Научная теория"
|
||||||
|
French:"Théorie scientifique"
|
||||||
|
Romanian:"Teoria științifică"
|
||||||
}
|
}
|
||||||
"Fertilizer":{
|
"Fertilizer":{
|
||||||
|
Italian:"Fertilizzante"
|
||||||
|
Russian:"Yдобрение"
|
||||||
|
French:"Engrais"
|
||||||
|
Romanian:"Îngrăşământ"
|
||||||
}
|
}
|
||||||
"Biology":{
|
"Biology":{
|
||||||
|
Italian:"Biologia"
|
||||||
|
Russian:"Биология"
|
||||||
|
French:"La biologie"
|
||||||
|
Romanian:"Biologie"
|
||||||
}
|
}
|
||||||
"Electricity":{
|
"Electricity":{
|
||||||
|
Italian:"Electricità"
|
||||||
|
Russian:"Электричество"
|
||||||
|
French:"Électricité"
|
||||||
|
Romanian:"Electricitate"
|
||||||
}
|
}
|
||||||
"Steam Power":{
|
"Steam Power":{
|
||||||
|
Italian:"Forza vapore"
|
||||||
|
Russian:"Сила пара"
|
||||||
|
French:"Puissance de la vapeur"
|
||||||
|
Romanian:"Puterea aburului"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Technologies (Modern Era)
|
// Technologies (Modern Era)
|
||||||
|
|
||||||
"Refrigeration":{
|
"Refrigeration":{
|
||||||
|
Italian:"Refrigeratori"
|
||||||
|
Russian:"Oхлаждение"
|
||||||
|
French:"Réfrigération"
|
||||||
|
Romanian:"Refrigeraţie"
|
||||||
}
|
}
|
||||||
"Radio":{
|
"Radio":{
|
||||||
|
Italian:"Radio"
|
||||||
|
Russian:"Радио"
|
||||||
|
French:"Radio"
|
||||||
|
Romanian:"Radio"
|
||||||
}
|
}
|
||||||
"Combustion":{
|
"Combustion":{
|
||||||
|
Italian:"Combustione"
|
||||||
|
Russian:"Горение"
|
||||||
|
French:"La combustion"
|
||||||
|
Romanian:"Combustie"
|
||||||
}
|
}
|
||||||
"Plastics":{
|
"Plastics":{
|
||||||
|
Italian:"Plastica"
|
||||||
|
Russian:"Пластики"
|
||||||
|
French:"Plastiques"
|
||||||
|
Romanian:"Materiale plastice"
|
||||||
}
|
}
|
||||||
"Electronics":{
|
"Electronics":{
|
||||||
|
Italian:"Elettronica"
|
||||||
|
Russian:"Электроника"
|
||||||
|
French:"Électronique"
|
||||||
|
Romanian:"Electronică"
|
||||||
}
|
}
|
||||||
"Mass Media":{
|
"Mass Media":{
|
||||||
|
Italian:"Mass media"
|
||||||
|
Russian:"СМИ"
|
||||||
|
French:"Médias de masse"
|
||||||
|
Romanian:"Mass media"
|
||||||
}
|
}
|
||||||
|
|
||||||
// Technologies (Information Era)
|
// Technologies (Information Era)
|
||||||
|
|
||||||
"Pharmaceuticals":{
|
"Pharmaceuticals":{
|
||||||
|
Italian:"Pharmaceuticals"
|
||||||
|
Russian:"Фармацевтические препараты"
|
||||||
|
French:"Médicaments"
|
||||||
|
Romanian:"Produse farmaceutice"
|
||||||
}
|
}
|
||||||
"Computers":{
|
"Computers":{
|
||||||
|
Italian:"Computers"
|
||||||
|
Russian:"Kомпьютеры"
|
||||||
|
French:"Ordinateurs"
|
||||||
|
Romanian:"Calculatoare"
|
||||||
}
|
}
|
||||||
"Nuclear Fission":{
|
"Nuclear Fission":{
|
||||||
|
Italian:"Fissione nucleare"
|
||||||
|
Russian:"Ядерное деление"
|
||||||
|
French:"Fission nucléaire"
|
||||||
|
Romanian:"Fisiune nucleara"
|
||||||
}
|
}
|
||||||
"Ecology":{
|
"Ecology":{
|
||||||
|
Italian:"Ecologia"
|
||||||
|
Russian:"Экология"
|
||||||
|
French:"Écologie"
|
||||||
|
Romanian:"Ecologie"
|
||||||
}
|
}
|
||||||
"Robotics":{
|
"Robotics":{
|
||||||
|
Italian:"Robotica"
|
||||||
|
Russian:"Робототехника"
|
||||||
|
French:"Robotique"
|
||||||
|
Romanian:"Robotică"
|
||||||
}
|
}
|
||||||
"Rocketry":{
|
"Rocketry":{
|
||||||
|
Italian:"Missilistica"
|
||||||
|
Russian:"Ракетная техника"
|
||||||
|
French:"Rocketry"
|
||||||
|
Romanian:"Rachete"
|
||||||
}
|
}
|
||||||
|
|
||||||
// Technologies (Future Era)
|
// Technologies (Future Era)
|
||||||
"Nanotechnology":{
|
"Nanotechnology":{
|
||||||
|
Italian:"Nanotecnologia"
|
||||||
|
Russian:"Нанотехнологии"
|
||||||
|
French:"Nanotechnologie"
|
||||||
|
Romanian:"Nanotehnologie"
|
||||||
}
|
}
|
||||||
"Satellites":{
|
"Satellites":{
|
||||||
|
Italian:"Satelliti"
|
||||||
|
Russian:"Спутники"
|
||||||
|
French:"Satellites"
|
||||||
|
Romanian:"Sateliții"
|
||||||
}
|
}
|
||||||
"Particle Physics":{
|
"Particle Physics":{
|
||||||
|
Italian:"Fisica delle particelle"
|
||||||
|
Russian:"Физика частиц"
|
||||||
|
French:"La physique des particules"
|
||||||
|
Romanian:"Fizica particulelor"
|
||||||
}
|
}
|
||||||
"Future Tech":{
|
"Future Tech":{
|
||||||
|
Italian:"Tecnologia del futuro"
|
||||||
|
Russian:"Технология будущчего"
|
||||||
|
French:"Technologie future"
|
||||||
|
Romanian:"Tehnologia viitoare"
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user