RU: new image strings, procedural assets debug

This commit is contained in:
Shadow Panther 2024-02-27 00:52:46 +01:00
parent 7dfa25a1aa
commit fa79915c42

View file

@ -107,6 +107,7 @@
"Interaction.ImportFile": "Импортировать файл",
"Interaction.ExportFile": "Экспортировать файл",
"Interaction.CopyLink": "Копировать ссылку",
"Interaction.CopyImage": "Копировать картинку",
"Inventory.OpenWorld": "Открыть мир",
"Inventory.Equip": "Надеть",
@ -1331,6 +1332,9 @@
"Inspector.Member.SetAllToZ" : "Установить все к Z",
"Inspector.Member.SetAllToW" : "Установить все к W",
"Inspector.ProceduralAsset.UpdateCount": "Количество обновлений: {n}",
"Inspector.ProceduralAsset.Error": "Ошибка: {error}",
"Inspector.Mesh.StatsHeader": "Статистика меша",
"Inspector.Mesh.VertexCount": "Кол-во вершин: {n}",
"Inspector.Mesh.TriangleCount": "Кол-во треугольников: {n}",
@ -1438,8 +1442,10 @@
"Inspector.Texture.Size": "Размер: {width} x {height}",
"Inspector.Texture.Format": "Формат: {format}, Память: <nobr>{memory}</nobr>",
"Inspector.Texture.Variant": "VariantID: {variant}",
"Inspector.Texture3D.Size": "Размер: {width} x {height} x {depth}",
"Inspector.Texture.BakeTexture": "Запечь текстуру",
"Inspector.Texture.ReplaceFromClipboard" : "Заменить из буфера",
"Inspector.Texture.InvertRGB": "Инвертировать RGB",
"Inspector.Texture.InvertR": "Инвертировать R",