diff --git a/langs/layers/ru.json b/langs/layers/ru.json index 0967ef424b..e5d7ccf81a 100644 --- a/langs/layers/ru.json +++ b/langs/layers/ru.json @@ -1 +1,58 @@ -{} +{ + "bench": { + "tagRenderings": { + "5": { + "mappings": { + "7": { + "then": "Цвет: желтый" + }, + "6": { + "then": "Цвет: синий" + }, + "5": { + "then": "Цвет: чёрный" + }, + "4": { + "then": "Цвет: красный" + }, + "3": { + "then": "Цвет: белый" + }, + "2": { + "then": "Цвет: серый" + }, + "1": { + "then": "Цвет: зеленый" + }, + "0": { + "then": "Цвет: коричневый" + } + } + }, + "3": { + "mappings": { + "5": { + "then": "Материал: сталь" + }, + "4": { + "then": "Материал: пластик" + }, + "3": { + "then": "Материал: бетон" + }, + "2": { + "then": "Материал: камень" + }, + "1": { + "then": "Материал: металл" + }, + "0": { + "then": "Материал: дерево" + } + }, + "render": "Материал: {material}" + } + }, + "name": "Скамейки" + } +}