Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RU: new image strings, procedural assets debug #193

Merged
merged 1 commit into from
Mar 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
"Interaction.ImportFile": "Импортировать файл",
"Interaction.ExportFile": "Экспортировать файл",
"Interaction.CopyLink": "Копировать ссылку",
"Interaction.CopyImage": "Копировать картинку",

"Inventory.OpenWorld": "Открыть мир",
"Inventory.Equip": "Надеть",
Expand Down Expand Up @@ -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}",
Expand Down Expand Up @@ -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",
Expand Down