Module:LocalizationData: Difference between revisions
From Eco - English Wiki
| [checked revision] | [checked revision] |
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
return { | return { | ||
msgs = { | msgs = { | ||
['%'] = {'%'}, | |||
['%s at %sL'] = {'%s at %sL'}, | |||
['Carried in'] = {'Carried in'}, | ['Carried in'] = {'Carried in'}, | ||
['Crafting'] = {'Crafting'}, | ['Crafting'] = {'Crafting'}, | ||
['Created at'] = {'Created at'}, | ['Created at'] = {'Created at'}, | ||
['Description'] = {'Description'}, | ['Description'] = {'Description'}, | ||
['Dim. Return %'] = {'Dim. Return %'}, | |||
['Dimensions (X,Y,Z)'] = {'Dimensions (X,Y,Z)'}, | |||
['Energy Produced'] = {'Energy Produced'}, | ['Energy Produced'] = {'Energy Produced'}, | ||
['Energy Type'] = {'Energy Type'}, | ['Energy Type'] = {'Energy Type'}, | ||
['Energy Used'] = {'Energy Used'}, | ['Energy Used'] = {'Energy Used'}, | ||
['Fuel'] = {'Fuel'}, | ['Fuel'] = {'Fuel'}, | ||
['Fuels Used'] = {'Fuels Used'}, | |||
['Furniture Type'] = {'Furniture Type'}, | |||
['General'] = {'General'}, | ['General'] = {'General'}, | ||
['Housing'] = {'Housing'}, | ['Housing'] = {'Housing'}, | ||
['ID Number'] = {'ID Number'}, | ['ID Number'] = {'ID Number'}, | ||
['ID'] = {'ID', 'IDs'}, | ['ID'] = {'ID', 'IDs'}, | ||
['Input'] = {'Input'}, | |||
['Inventory Max Weight'] = {'Inventory Max Weight'}, | |||
['Inventory Slots'] = {'Inventory Slots'}, | |||
['Item ID'] = {'Item ID'}, | ['Item ID'] = {'Item ID'}, | ||
['Item with the %s Tag:'] = {'Item with the %s Tag:', 'Items with the %s Tag:'}, | ['Item with the %s Tag:'] = {'Item with the %s Tag:', 'Items with the %s Tag:'}, | ||
| Line 20: | Line 29: | ||
['N/A'] = {'N/A'}, | ['N/A'] = {'N/A'}, | ||
['Object'] = {'Object'}, | ['Object'] = {'Object'}, | ||
['Output'] = {'Output'}, | |||
['Placement'] = {'Placement'}, | ['Placement'] = {'Placement'}, | ||
['Power'] = {'Power'}, | ['Power'] = {'Power'}, | ||
['Room Category'] = {'Room Category'}, | |||
['Room Material'] = {'Room Material', 'Room Materials'}, | ['Room Material'] = {'Room Material', 'Room Materials'}, | ||
['Stack limit'] = {'Stack limit'}, | ['Stack limit'] = {'Stack limit'}, | ||
| Line 28: | Line 39: | ||
['Used as Currency'] = {'Used as Currency'}, | ['Used as Currency'] = {'Used as Currency'}, | ||
['Used at'] = {'Used at'}, | ['Used at'] = {'Used at'}, | ||
['Value'] = {'Value'}, | |||
['Vehicle/Mobile Object'] = {'Vehicle/Mobile Object'}, | |||
['Weight'] = {'Weight'}, | ['Weight'] = {'Weight'}, | ||
['World Object'] = {'World Object'}, | ['World Object'] = {'World Object'}, | ||
Revision as of 11:40, 2 March 2021
ATTENTION! Data files are generated using game data and are not intended for manual editing.
Warning about use
To prevent multiple call of data array, you must use the function: local LocalizationData = mw.loadData("Module:LocalizationData")
return {
msgs = {
['%'] = {'%'},
['%s at %sL'] = {'%s at %sL'},
['Carried in'] = {'Carried in'},
['Crafting'] = {'Crafting'},
['Created at'] = {'Created at'},
['Description'] = {'Description'},
['Dim. Return %'] = {'Dim. Return %'},
['Dimensions (X,Y,Z)'] = {'Dimensions (X,Y,Z)'},
['Energy Produced'] = {'Energy Produced'},
['Energy Type'] = {'Energy Type'},
['Energy Used'] = {'Energy Used'},
['Fuel'] = {'Fuel'},
['Fuels Used'] = {'Fuels Used'},
['Furniture Type'] = {'Furniture Type'},
['General'] = {'General'},
['Housing'] = {'Housing'},
['ID Number'] = {'ID Number'},
['ID'] = {'ID', 'IDs'},
['Input'] = {'Input'},
['Inventory Max Weight'] = {'Inventory Max Weight'},
['Inventory Slots'] = {'Inventory Slots'},
['Item ID'] = {'Item ID'},
['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'},
['Output'] = {'Output'},
['Placement'] = {'Placement'},
['Power'] = {'Power'},
['Room Category'] = {'Room Category'},
['Room Material'] = {'Room Material', 'Room Materials'},
['Stack limit'] = {'Stack limit'},
['Storage'] = {'Storage'},
['Tag'] = {'Tag', 'Tags'},
['Used as Currency'] = {'Used as Currency'},
['Used at'] = {'Used at'},
['Value'] = {'Value'},
['Vehicle/Mobile Object'] = {'Vehicle/Mobile Object'},
['Weight'] = {'Weight'},
['World Object'] = {'World Object'},
['World Object'] = {'World Object'},
['kg'] = {'kg'},
}
}