Модуль:Localization/data: различия между версиями
Материал из Eco - Русская Wiki
[досмотренная версия] | [непроверенная версия] |
Avaren (обсуждение | вклад) Нет описания правки |
Avaren (обсуждение | вклад) Нет описания правки |
||
Строка 1: | Строка 1: | ||
return { | return { | ||
msgs = { | msgs = { | ||
['Tag'] = 'Тег' | ['%'] = {'%'}, | ||
['%s at %sL'] = {'%s at %sL'}, | |||
['%s per 100 cals'] = {'%s per 100 cals'}, | |||
['Calorie'] = {'Calorie', 'Calories'}, | |||
['Carbs'] = {'Carbs'}, | |||
['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'}, | |||
['Fat'] = {'Fat'}, | |||
['Fuel'] = {'Fuel'}, | |||
['Fuels Used'] = {'Fuels Used'}, | |||
['Furniture Type'] = {'Furniture Type'}, | |||
['General'] = {'General'}, | |||
['Housing'] = {'Housing'}, | |||
['ID'] = {'ID', 'IDs'}, | |||
['ID Number'] = {'ID Number'}, | |||
['Improve Gathering'] = {'Improve Gathering'}, | |||
['Input'] = {'Input'}, | |||
['Inventory Max Weight'] = {'Inventory Max Weight'}, | |||
['Inventory Slots'] = {'Inventory Slots'}, | |||
['Item'] = {'Item', 'Items'}, | |||
['Item ID'] = {'Item 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'] = {'Placement'}, | |||
['Power'] = {'Power'}, | |||
['Protein'] = {'Protein'}, | |||
['Room Category'] = {'Room Category'}, | |||
['Room Material'] = {'Room Material', 'Room Materials'}, | |||
['Stack limit'] = {'Stack limit'}, | |||
['Storage'] = {'Storage'}, | |||
['Tag'] = {'Тег', 'Тегs'}, | |||
['Used as Currency'] = {'Used as Currency'}, | |||
['Used at'] = {'Used at'}, | |||
['Value'] = {'Value'}, | |||
['Vehicle/Mobile Object'] = {'Vehicle/Mobile Object'}, | |||
['Vitamins'] = {'Vitamins'}, | |||
['Weight'] = {'Weight'}, | |||
['World Object'] = {'World Object'}, | |||
['World Object'] = {'World Object'}, | |||
['cal'] = {'cal'}, | |||
['kg'] = {'kg'}, | |||
} | } | ||
} | } |
Версия от 14:43, 2 марта 2021
Для документации этого модуля может быть создана страница Модуль:Localization/data/doc
return {
msgs = {
['%'] = {'%'},
['%s at %sL'] = {'%s at %sL'},
['%s per 100 cals'] = {'%s per 100 cals'},
['Calorie'] = {'Calorie', 'Calories'},
['Carbs'] = {'Carbs'},
['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'},
['Fat'] = {'Fat'},
['Fuel'] = {'Fuel'},
['Fuels Used'] = {'Fuels Used'},
['Furniture Type'] = {'Furniture Type'},
['General'] = {'General'},
['Housing'] = {'Housing'},
['ID'] = {'ID', 'IDs'},
['ID Number'] = {'ID Number'},
['Improve Gathering'] = {'Improve Gathering'},
['Input'] = {'Input'},
['Inventory Max Weight'] = {'Inventory Max Weight'},
['Inventory Slots'] = {'Inventory Slots'},
['Item'] = {'Item', 'Items'},
['Item ID'] = {'Item 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'] = {'Placement'},
['Power'] = {'Power'},
['Protein'] = {'Protein'},
['Room Category'] = {'Room Category'},
['Room Material'] = {'Room Material', 'Room Materials'},
['Stack limit'] = {'Stack limit'},
['Storage'] = {'Storage'},
['Tag'] = {'Тег', 'Тегs'},
['Used as Currency'] = {'Used as Currency'},
['Used at'] = {'Used at'},
['Value'] = {'Value'},
['Vehicle/Mobile Object'] = {'Vehicle/Mobile Object'},
['Vitamins'] = {'Vitamins'},
['Weight'] = {'Weight'},
['World Object'] = {'World Object'},
['World Object'] = {'World Object'},
['cal'] = {'cal'},
['kg'] = {'kg'},
}
}