Module:LocalizationData: Difference between revisions
From Eco - English Wiki
[unchecked revision] | [unchecked revision] |
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
['Energy Type'] = {'Energy Type'}, | ['Energy Type'] = {'Energy Type'}, | ||
['Energy Used'] = {'Energy Used'}, | ['Energy Used'] = {'Energy Used'}, | ||
['Fuel'] = {'Fuel'}, | |||
['General'] = {'General'}, | ['General'] = {'General'}, | ||
['Housing'] = {'Housing'}, | ['Housing'] = {'Housing'}, | ||
Line 13: | Line 14: | ||
['Item'] = {'Item', 'Items'}, | ['Item'] = {'Item', 'Items'}, | ||
['Level'] = {'Level'}, | ['Level'] = {'Level'}, | ||
['Liquid/Gas'] = {'Liquid/Gas'}, | |||
['Object'] = {'Object'}, | ['Object'] = {'Object'}, | ||
['Placement'] = {'Placement'}, | ['Placement'] = {'Placement'}, | ||
['Power'] = {'Power'}, | ['Power'] = {'Power'}, | ||
['Room Material'] = {'Room Material', 'Room Materials'}, | ['Room Material'] = {'Room Material', 'Room Materials'}, | ||
['Storage'] = {'Storage'}, | |||
['Tag'] = {'Tag', 'Tags'}, | ['Tag'] = {'Tag', 'Tags'}, | ||
['Weight'] = {'Weight'}, | ['Weight'] = {'Weight'}, |
Revision as of 00:12, 1 March 2021
return {
msgs = {
['Carried in'] = {'Carried in'},
['Crafting'] = {'Crafting'},
['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'},
['Object'] = {'Object'},
['Placement'] = {'Placement'},
['Power'] = {'Power'},
['Room Material'] = {'Room Material', 'Room Materials'},
['Storage'] = {'Storage'},
['Tag'] = {'Tag', 'Tags'},
['Weight'] = {'Weight'},
['World Object'] = {'World Object'},
['World Object'] = {'World Object'},
}
}