From fa79915c424c5a0aea50471ffb662f3c97164099 Mon Sep 17 00:00:00 2001 From: Shadow Panther Date: Tue, 27 Feb 2024 00:52:46 +0100 Subject: [PATCH] RU: new image strings, procedural assets debug --- ru.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ru.json b/ru.json index 02ed329..317a01e 100644 --- a/ru.json +++ b/ru.json @@ -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}, Память: {memory}", "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",