mirror of
https://github.com/Mrdabup/LocaleSpanish.git
synced 2025-12-06 14:23:00 -06:00
RU: new image strings, procedural assets debug
This commit is contained in:
parent
7dfa25a1aa
commit
fa79915c42
1 changed files with 6 additions and 0 deletions
6
ru.json
6
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}, Память: <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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue