Module:LocalizationData
From Eco - English Wiki
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'},
['%s per 100 cals'] = {'%s per 100 cals'},
['ALL ROOM VALUE LOST'] = {'Alle Zimmerwert verloren'},
['Block Items'] = {'Block Items'},
['Calorie'] = {'Calorie', 'Calories'},
['Can back a currency'] = {'Wird als Währung verwendet'},
['Carbs'] = {'Kohlenhydrate'},
['Carried in'] = {'Getragen'},
['Crafting'] = {'Crafting'},
['Created at'] = {'Created at'},
['Description'] = {'Beschreibung'},
['Dim. Return %'] = {'Abnehmender Ertrag'},
['Dimensions (X,Y,Z)'] = {'Maße (X,Y,Z)'},
['Energy Produced'] = {'Energy Produced'},
['Energy Type'] = {'Energy Type'},
['Energy Used'] = {'Energy Used'},
['Fat'] = {'Fett'},
['Food'] = {'Nahrung'},
['Fuel'] = {'Fuel'},
['Fuel energy'] = {'Kraftstoff'},
['Fuels Used'] = {'Fuels Used'},
['Furniture Type'] = {'Möbeltyp'},
['General'] = {'General'},
['Housing'] = {'Gehäuse'},
['ID'] = {'ID', 'IDs'},
['ID Number'] = {'ID-Nummer'},
['Improve Gathering'] = {'Ertrag verbessern'},
['Industrial'] = {'Industrial'},
['Input'] = {'Input'},
['Inventory Max Weight'] = {'Inventar Max. Gewicht'},
['Inventory Slots'] = {'Inventarplätze'},
['Item'] = {'Item', 'Items'},
['Item ID'] = {'Artikel-ID'},
['Item with the %s Tag:'] = {'Item with the %s Tag:', 'Items with the %s Tag:'},
['Level'] = {'Level'},
['Liquid/Gas'] = {'Liquid/Gas'},
['N/A'] = {'N/A'},
['Nutrients'] = {'Nutrients'},
['Nutrition Density'] = {'Nutrition Density'},
['Object'] = {'Object'},
['Output'] = {'Output'},
['Placement'] = {'Platzierung'},
['Power'] = {'Power'},
['Protein'] = {'Protein'},
['Room Category'] = {'Zimmerkategorie'},
['Room Material'] = {'Raummaterial', 'Raummaterialien'},
['Room Required'] = {'Zimmer erforderlich'},
['Room Size'] = {'Raumgröße'},
['Skill Books'] = {'Fertigkeitsbücher'},
['Skill Scrolls'] = {'Skilschriftrollen'},
['Stack limit'] = {'Stapellimit'},
['Storage'] = {'Speicherung'},
['Tag'] = {'Tag', 'Tags'},
['Used as Currency'] = {'Used as Currency'},
['Used at'] = {'Used at'},
['Value'] = {'Wert'},
['Vehicle/Mobile Object'] = {'Fahrzeug / mobiles Objekt'},
['Vitamins'] = {'Vitamine'},
['Weight'] = {'Gewicht'},
['World Object'] = {'World Object'},
['World Object'] = {'World Object'},
['World Object Items'] = {'World Object Items'},
['cal'] = {'cal'},
['kg'] = {'kg'},
}
}