ARK: Survival Evolved Wiki
TigerMehMat (обсуждение | вклад)
Нет описания правки
TigerMehMat (обсуждение | вклад)
Нет описания правки
Строка 1: Строка 1:
  +
 
return {
 
return {
["item"] = "Предмет",
+
["item"] = "Item",
["items"] = "Предметы",
+
["items"] = "Items",
["stacksizecomment"] = "Размер стека можно регулировать в конфигурации.",
+
["stacksizecomment"] = "Stack size can be adjusted in the configuration.",
["stacksize"] = "Размер стака",
+
["stacksize"] = "Stack Size",
["weight"] = "Вес",
+
["weight"] = "Weight",
["durability"] = "Прочность",
+
["durability"] = "Durability",
["durabilityperuse"] = "Прочность за использование",
+
["durabilityperuse"] = "Durability per use",
["singleuse"] = "Одноразовое",
+
["singleuse"] = "Single use",
["spoilsin"] = "Портится в",
+
["spoilsin"] = "Spoils in",
["spoilsto"] = "Портится за",
+
["spoilsto"] = "Spoils to",
["decomposesin"] = "Исчезнет за",
+
["decomposesin"] = "Decomposes in",
["addedin"] = "Добавлено в",
+
["addedin"] = "Added in",
["itemids"] = "ID Предметов",
+
["itemids"] = "Item IDs",
["spawncommand"] = "Команда Призыва",
+
["spawncommand"] = "Spawn Command",
["or"] = "или",
+
["or"] = "or",
["variant"] = "Вариант",
+
["variant"] = "Variant",
["unlocktekgram"] = "Разблок. [[Текграмма|Текграмму]]",
+
["unlocktekgram"] = "Unlock [[Tekgram]]",
["entityinformation"] = "Организатор",
+
["entityinformation"] = "Entity Information",
["releasedate"] = "Релиз",
+
["releasedate"] = "Release date",
["supportedby"] = "Поддерживается",
+
["supportedby"] = "Supported by",
["foundinsupplycrate"] = "Находится в [[Маяк|Маяках]]",
+
["foundinsupplycrate"] = "Found in [[Supply Crate]]",
["beacon-white"] = "Белый",
+
["beacon-white"] = "White",
["beacon-green"] = "Зеленый",
+
["beacon-green"] = "Green",
["beacon-blue"] = "Синий",
+
["beacon-blue"] = "Blue",
["beacon-purple"] = "Фиолетовый",
+
["beacon-purple"] = "Purple",
["beacon-yellow"] = "Желтый",
+
["beacon-yellow"] = "Yellow",
["beacon-red"] = "Красный",
+
["beacon-red"] = "Red",
["cat:foundinbeacon-white"] = "Категория:Можно найти в белых Маяках",
+
["cat:foundinbeacon-white"] = "Category:Found in white beacons",
["cat:foundinbeacon-green"] = "Категория:Можно найти в зелёных Маяках",
+
["cat:foundinbeacon-green"] = "Category:Found in green beacons",
["cat:foundinbeacon-blue"] = "Категория:Можно найти в синих Маяках",
+
["cat:foundinbeacon-blue"] = "Category:Found in blue beacons",
["cat:foundinbeacon-purple"]= "Категория:Можно найти в фиолетовых Маяках",
+
["cat:foundinbeacon-purple"]= "Category:Found in purple beacons",
["cat:foundinbeacon-yellow"]= "Категория:Можно найти в жёлтых Маяках",
+
["cat:foundinbeacon-yellow"]= "Category:Found in yellow beacons",
["cat:foundinbeacon-red"] = "Категория:Можно найти в красных Маяках",
+
["cat:foundinbeacon-red"] = "Category:Found in red beacons",
 
}
 
}

Версия от 10:48, 16 июля 2019

Для документации этого модуля может быть создана страница Модуль:TranslateForInfoboxes/aliases/doc

return {
	["item"]				= "Item",
	["items"]				= "Items",
	["stacksizecomment"]	= "Stack size can be adjusted in the configuration.",
	["stacksize"]			= "Stack Size",
	["weight"]				= "Weight",
	["durability"]			= "Durability",
	["durabilityperuse"]	= "Durability per use",
	["singleuse"]			= "Single use",
	["spoilsin"]			= "Spoils in",
	["spoilsto"]			= "Spoils to",
	["decomposesin"]		= "Decomposes in",
	["addedin"]				= "Added in",
	["itemids"]				= "Item IDs",
	["spawncommand"]		= "Spawn Command",
	["or"]					= "or",
	["variant"]				= "Variant",
	["unlocktekgram"]		= "Unlock [[Tekgram]]",
	["entityinformation"]	= "Entity Information",
	["releasedate"]			= "Release date",
	["supportedby"]			= "Supported by",
	["foundinsupplycrate"]	= "Found in [[Supply Crate]]",
	["beacon-white"]		= "White",
	["beacon-green"]		= "Green",
	["beacon-blue"]			= "Blue",
	["beacon-purple"]		= "Purple",
	["beacon-yellow"]		= "Yellow",
	["beacon-red"]			= "Red",
	["cat:foundinbeacon-white"]	= "Category:Found in white beacons",
	["cat:foundinbeacon-green"]	= "Category:Found in green beacons",
	["cat:foundinbeacon-blue"]	= "Category:Found in blue beacons",
	["cat:foundinbeacon-purple"]= "Category:Found in purple beacons",
	["cat:foundinbeacon-yellow"]= "Category:Found in yellow beacons",
	["cat:foundinbeacon-red"]	= "Category:Found in red beacons",
}