Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
Update to 1.3-rc6
Browse files Browse the repository at this point in the history
  • Loading branch information
lufog committed Jul 26, 2023
1 parent 7e736a7 commit 6449af8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Russian Language for the [Aseprite](https://github.com/aseprite/aseprite) graphi
Run Aseprite and go to "Edit > Preferences > Extensions", click the "Add Extension" button. Select the `russian-language.aseprite-extension` file and confirm your choice by pressing the "OK" button.

## Switch Language
Go to ```Edit``` -> ```Preferences``` on the ```General``` tab switch the language to ```Russian```.
Go to `Edit` -> `Preferences` on the `General` tab switch the language to `Русский`.
3 changes: 1 addition & 2 deletions README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ Language: [En](README.md), Ru
## Установка
Запустите Aseprite и перейдите в "Edit > Preferences > Extensions", нажмите кнопку "Add Extension". Выберите файл `russian-language.aseprite-extension` и подтвердите выбор, нажатием кнопки "ОК".


## Переключение языка
Перейдите в ```Edit``` -> ```Preferences``` на вкладке ```General``` переключите язык на ```Russian```.
Перейдите в `Edit` -> `Preferences` на вкладке `General` переключите язык на `Русский`.
8 changes: 4 additions & 4 deletions russian-language/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
"name": "russian-language",
"displayName": "Russian Translation",
"description": "Translation to Russian by Aleksey Smirnov (aka lufog)",
"version": "1.3-rc5",
"version": "1.3-rc6",
"author": {
"name": "Aleksey Smirnov (aka lufog)",
"email": "debugger94@gmail.com",
"url": "https://github.com/lufog/aseprite-language-russian"
},
"contributors": [ "lufog" ],
"contributors": [ ],
"publisher": "lufog",
"license": "CC-BY-4.0",
"categories": [ "Languages" ],
"contributes": {
"languages": [
{ "id": "ru", "path": "./ru.ini", "displayName": "Russian" }
{ "id": "ru", "path": "./ru.ini", "displayName": "Русский" }
]
}
}
}
8 changes: 4 additions & 4 deletions russian-language/ru.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# https://aseprite.org/docs/extensions/languages/
#
display_name = Russian
# display_name = English

[advanced_mode]
title = Предупреждение - Важно
Expand Down Expand Up @@ -1904,7 +1904,7 @@ allow_write_access = Разрешить запись (&A)
allow_read_access = Разрешить чтение (&A)
allow_open_conn_access = Разрешить открывать подключения (&A)
give_full_access = Предоставить скрипту полный доступ (&A)
allow_load_lib_access = Разрешить загрузку внешних библиотек (&A)
allow_load_lib_access = Разрешить загрузку внешней библиотеки (&A)
stop_script = Остановить скрипт (&S)
[select_accelerator]
Expand Down Expand Up @@ -1970,8 +1970,8 @@ square_pixels = Квадратные пиксели (1:1)
double_wide = Двойная ширина пикселей (2:1)
double_high = Двойная высота пикселей (1:2)
color_profile = Цветовой профиль:
assign_color_profile = Назначить
convert_color_profile = Конвертировать
assign = Назначить
convert = Конвертировать
rgb = RGB
grayscale = Оттенки серого
indexed_color = Индексировано ({0} цветов)
Expand Down

0 comments on commit 6449af8

Please sign in to comment.