Skip to content

Latest commit

 

History

History
65 lines (50 loc) · 3.56 KB

File metadata and controls

65 lines (50 loc) · 3.56 KB

Updated Guide for Installing the Ukrainian Language Pack in aaPanel (Version 7.15.0+)

1. Download the Archive

  • Download the archive containing the Ukrainian language pack from the GitHub Release

2. Upload and Extract the Translation Files

  1. Log in to aaPanel.
  2. Go to the Files section in the file manager.
  3. Navigate to the folder: /www/server/panel/.
  4. Upload the downloaded BTPanel.zip archive.
  5. Right-click on the BTPanel.zip file and select Extract to unpack the files.

3. Set the Ukrainian Language

  1. Go to the main aaPanel dashboard.
  2. Click on Settings.
  3. Go to the Language tab.
  4. From the dropdown menu, select Українська to switch the panel's language to Ukrainian.

4. Use Command for Automatic Installation

For automatic installation of the Ukrainian language pack, you can use one of the following commands in the terminal:

Using wget:

sudo bash -c "$(wget -qO- https://raw.githubusercontent.com/Vova-Bob/aaPanel---Ukrainian-Language-pak/main/ua_language_pack.sh)"

Using curl:

sudo bash -c "$(curl -s https://raw.githubusercontent.com/Vova-Bob/aaPanel---Ukrainian-Language-pak/main/ua_language_pack.sh)"

Оновлений посібник з встановлення українського мовного пакету в aaPanel (версія 7.15.0+)

1. Завантажте архів

  • Завантажте архів з українським мовним пакетом з GitHub Release

2. Завантажте та розпакуйте файли локалізації

  1. Увійдіть в aaPanel.
  2. Перейдіть до розділу Файли у файловому менеджері.
  3. Перейдіть за шляхом: /www/server/panel/.
  4. Завантажте архів BTPanel.zip.
  5. Клацніть правою кнопкою на архіві BTPanel.zip і виберіть Розпакувати, щоб розпакувати файли.

3. Встановіть українську мову

  1. Перейдіть на головну сторінку aaPanel.
  2. Натисніть на Налаштування.
  3. Перейдіть до вкладки Мова.
  4. У випадаючому списку виберіть Українська, щоб змінити мову панелі на українську.

4. Використайте команду для автоматичної установки

Для автоматичної установки українського мовного пакету ви можете скористатися однією з наведених команд у терміналі:

Використовуючи wget:

sudo bash -c "$(wget -qO- https://raw.githubusercontent.com/Vova-Bob/aaPanel---Ukrainian-Language-pak/main/ua_language_pack.sh)"

Використовуючи curl:

sudo bash -c "$(curl -s https://raw.githubusercontent.com/Vova-Bob/aaPanel---Ukrainian-Language-pak/main/ua_language_pack.sh)"

Image Description