diff --git a/ru.json b/ru.json index 02ed329a..317a01e5 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",