ATTENTION! The process of updating WiKi to version Eco 10.x has begun. Those wishing to participate can find out more Information on our ECO Contribution Wiki Discord.
From April 26 to May 12, errors may occur in the Wiki, as we will be carrying out a major update to the information processing modules.

Module:Localization/data: Difference between revisions

From Eco - English Wiki
[unchecked revision][unchecked revision]
No edit summary
No edit summary
Line 3: Line 3:
     ['Carried in'] = {'Carried in'},
     ['Carried in'] = {'Carried in'},
     ['Crafting'] = {'Crafting'},
     ['Crafting'] = {'Crafting'},
    ['Created at'] = {'Created at'},
     ['Description'] = {'Description'},
     ['Description'] = {'Description'},
     ['Energy Produced'] = {'Energy Produced'},
     ['Energy Produced'] = {'Energy Produced'},
Line 15: Line 16:
     ['Level'] = {'Level'},
     ['Level'] = {'Level'},
     ['Liquid/Gas'] = {'Liquid/Gas'},
     ['Liquid/Gas'] = {'Liquid/Gas'},
    ['N/A'] = {'N/A'},
     ['Object'] = {'Object'},
     ['Object'] = {'Object'},
     ['Placement'] = {'Placement'},
     ['Placement'] = {'Placement'},
Line 21: Line 23:
     ['Storage'] = {'Storage'},
     ['Storage'] = {'Storage'},
     ['Tag'] = {'Tag', 'Tags'},
     ['Tag'] = {'Tag', 'Tags'},
    ['Used at'] = {'Used at'},
     ['Weight'] = {'Weight'},
     ['Weight'] = {'Weight'},
     ['World  Object'] = {'World  Object'},
     ['World  Object'] = {'World  Object'},
     ['World Object'] = {'World Object'},
     ['World Object'] = {'World Object'},
    ['kg'] = {'kg'},
   }   
   }   
}
}

Revision as of 15:10, 1 March 2021

Documentation for this module may be created at Module:Localization/data/doc

return {
  msgs = {
    ['Carried in'] = {'Carried in'},
    ['Crafting'] = {'Crafting'},
    ['Created at'] = {'Created at'},
    ['Description'] = {'Description'},
    ['Energy Produced'] = {'Energy Produced'},
    ['Energy Type'] = {'Energy Type'},
    ['Energy Used'] = {'Energy Used'},
    ['Fuel'] = {'Fuel'},
    ['General'] = {'General'},
    ['Housing'] = {'Housing'},
    ['ID'] = {'ID', 'IDs'},
    ['Item with the %s Tag:'] = {'Item with the %s Tag:', 'Items with the %s Tag:'},
    ['Item'] = {'Item', 'Items'},
    ['Level'] = {'Level'},
    ['Liquid/Gas'] = {'Liquid/Gas'},
    ['N/A'] = {'N/A'},
    ['Object'] = {'Object'},
    ['Placement'] = {'Placement'},
    ['Power'] = {'Power'},
    ['Room Material'] = {'Room Material', 'Room Materials'},
    ['Storage'] = {'Storage'},
    ['Tag'] = {'Tag', 'Tags'},
    ['Used at'] = {'Used at'},
    ['Weight'] = {'Weight'},
    ['World  Object'] = {'World  Object'},
    ['World Object'] = {'World Object'},
    ['kg'] = {'kg'},
  }  
}