Skip to content

Commit

Permalink
chore: russian translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatonndev authored Jun 4, 2023
1 parent 54209da commit 0b3ec6d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ For the library to work, you need to copy one of the necessary compiled native f
After that, load the library `ProgressBar.loadLib(File file)` and specify JavaFX/JFrame/LWJGL/LibGDX and other window name: `ProgressBar.setWindowName(String name)`.

## Setting Progress value
Используйте метод `ProgressBar.setProgressValue(int value)` для установки текущего значения загрузки. Вы можете установить значение от 0 до 100 включительно.
Use the `ProgressBar.setProgressValue(int value)` method to set the current load value. You can set the value from 0 to 100 inclusive.

## Setting Progress state
Используйте метод `ProgressBar.setProgressState(ProgressState state)` для установки состояния загрузки. Для настройки используется `enum ProgressState`.
Use the `ProgressBar.setProgressState(ProgressState state)` method to set the boot state. The `enum ProgressState` is used for configuration.

### Вот его виды:
- `NO_PROGRESS` - Отключает загрузку.
- `NORMAL` - Включает стандартную загрузку через проценты.
- `PAUSE` - Меняет цвет статуса трея на желтный, обозначает паузу.
- `STOP_ERROR` - Меняет цвет статуса трея на красный, обозначает ошибку.
- `INDETERMINATE` - Отключает показ процентного значения загрузки, обозначает загрузку с неизвестным процентом загрузки.
- `NO_PROGRESS` - Disables the download.
- `NORMAL` - Enables standard loading via percentages.
- `PAUSE` - Changes the color of the tray status to yellow, indicates a pause.
- `STOP_ERROR` - Changes the color of the tray status to red, indicates an error.
- `INDETERMINATE` - Disables the display of the download percentage value, denotes a download with an unknown download percentage.

0 comments on commit 0b3ec6d

Please sign in to comment.