This commit is contained in:
Dan
2025-05-12 05:32:15 +03:00
parent 455f63568c
commit ddb3687875
11 changed files with 48 additions and 17 deletions

View File

@@ -12,7 +12,7 @@ on:
tweak_version:
description: "The version of the tweak to use. Enter the version manually from dayanch96/InfusePlus/releases or leave default"
default: "2.0.1"
default: "2.1"
required: true
type: string
@@ -48,6 +48,8 @@ jobs:
- name: Hide sensitive inputs
uses: levibostian/action-hide-sensitive-inputs@v1
with:
exclude_inputs: display_name,tweak_version,bundle_id
- name: Validate IPA URL
run: |

Binary file not shown.

View File

@@ -110,6 +110,10 @@
"Japanese" = "Japanese localization";
"Spanish" = "Spanish localization";
"Photos" = "Photos";
"Imported" = "Imported";
"MediaNotFound" = "Media not found";
"Welcome.Premium" = "Premium features";
"Welcome.PremiumDesc" = "Get access to all exclusive app features";
"Welcome.Player" = "Player enhancement";

View File

@@ -110,6 +110,10 @@
"Japanese" = "الترجمة اليابانية";
"Spanish" = "الترجمة الأسبانية";
"Photos" = "Photos";
"Imported" = "Imported";
"MediaNotFound" = "Media not found";
"Welcome.Premium" = "Premium features";
"Welcome.PremiumDesc" = "Get access to all exclusive app features";
"Welcome.Player" = "Player enhancement";

View File

@@ -110,6 +110,10 @@
"Japanese" = "Traducción al Japonés";
"Spanish" = "Traducción al Español";
"Photos" = "Photos";
"Imported" = "Imported";
"MediaNotFound" = "Media not found";
"Welcome.Premium" = "Funciones Premium";
"Welcome.PremiumDesc" = "Obtén acceso a todas las funciones exclusivas de la app";
"Welcome.Player" = "Mejora del reproductor";

View File

@@ -110,6 +110,10 @@
"Japanese" = "日本語ローカライズ";
"Spanish" = "スペイン語ローカライズ";
"Photos" = "Photos";
"Imported" = "Imported";
"MediaNotFound" = "Media not found";
"Welcome.Premium" = "Premium features";
"Welcome.PremiumDesc" = "Get access to all exclusive app features";
"Welcome.Player" = "Player enhancement";

View File

@@ -114,6 +114,10 @@
"Japanese" = "Японская локализация";
"Spanish" = "Испанская локализация";
"Photos" = "Фото";
"Imported" = "Импортировано";
"MediaNotFound" = "Файл не найден";
"Welcome.Premium" = "Премиум функции";
"Welcome.PremiumDesc" = "Получите доступ ко всем эксклюзивным функциям приложения";
"Welcome.Player" = "Улучшенный плеер";

View File

@@ -82,7 +82,7 @@
"RestoreDefaults" = "Đặt lại cài đặt";
"PreImportMessage" = "Bạn sắp nhập các cài đặt Infuse Plus. Hành động này sẽ ghi đè vĩnh viễn các cài đặt hiện tại của bạn.\n\nBạn có muốn tiếp tục không?";
"Import.Yes" = "Có, nhập cài đặt;
"Import.Yes" = "Có, nhập cài đặt";
"PreResetMessage" = "Bạn sắp đặt lại các cài đặt Infuse Plus về mặc định. Hành động này sẽ làm mất tất cả các cài đặt của bạn.\n\nBạn có muốn tiếp tục không?";
"Reset.Yes" = "Có, đặt lại";
"No" = "Không";
@@ -110,6 +110,10 @@
"Japanese" = "Tiếng Nhật";
"Spanish" = "Tiếng Tây Ban Nha";
"Photos" = "Photos";
"Imported" = "Imported";
"MediaNotFound" = "Media not found";
"Welcome.Premium" = "Tính năng cao cấp";
"Welcome.PremiumDesc" = "Có quyền truy cập vào tất cả các tính trả phí";
"Welcome.Player" = "Trình phát nâng cao";

View File

@@ -110,6 +110,10 @@
"Japanese" = "日语本地化";
"Spanish" = "西班牙语本地化";
"Photos" = "Photos";
"Imported" = "Imported";
"MediaNotFound" = "Media not found";
"Welcome.Premium" = "高级功能";
"Welcome.PremiumDesc" = "访问所有独家应用程序功能";
"Welcome.Player" = "播放增强";

View File

@@ -110,6 +110,10 @@
"Japanese" = "日語在地化";
"Spanish" = "西班牙語在地化";
"Photos" = "Photos";
"Imported" = "Imported";
"MediaNotFound" = "Media not found";
"Welcome.Premium" = "進階功能";
"Welcome.PremiumDesc" = "享受所有獨家應用功能";
"Welcome.Player" = "播放器強化";

View File

@@ -58,11 +58,9 @@ Enhancer for Infuse iOS app.
> If this your first time, complete following steps before starting:
>
> 1. Fork this repository using the fork button on the top right
> 2. On your forked repository, go to **Repository Settings** > **Actions**, enable **Read and Write** permissions.
> 2. On your forked repository, go to **Actions** tab and click **I understand my workflows, go ahead and enable them**.
<details>
<summary>How to build the Infuse Plus app</summary>
<ol>
<ol>
<li>Click on <strong>Sync fork</strong>, and if your branch is out-of-date, click on <strong>Update branch</strong>.</li>
<li>Navigate to the <strong>Actions tab</strong> in your forked repository and select <strong>Build Infuse Plus app</strong>.</li>
<li>Click the <strong>Run workflow</strong> button located on the right side.</li>
@@ -71,5 +69,4 @@ Enhancer for Infuse iOS app.
<li>Enter the tweak version from the releases (the latest release is selected by default). You can also change the BundleID and Display Name if desired.</li>
<li>Make sure all inputs are correct, then click <strong>Run workflow</strong> to start the process.</li>
<li>Wait for the build to finish. You can download the Infuse Plus app from the releases section of your forked repo. (If you can't find the releases section, go to your forked repo and add /releases to the URL, i.e., github.com/user/InfusePlus/releases.)</li>
</ol>
</details>
</ol>