Skip to content

Commit

Permalink
Merge pull request #83 from miru-project/dev
Browse files Browse the repository at this point in the history
Release 1.7.1
  • Loading branch information
MiaoMint authored Sep 26, 2023
2 parents e911abb + cdba0e0 commit 37b5e78
Show file tree
Hide file tree
Showing 54 changed files with 910 additions and 433 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/prbuild.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# This is a basic workflow to help you get started with Actions

name: prbuild
name: Dev Build CI

on:
pull_request:
branches: ["main"]
branches: ["main", "dev"]
push:
branches: ["dev"]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down
10 changes: 8 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# This is a basic workflow to help you get started with Actions

name: build
name: Release CI

# git push --tags 执行时候进行编译
on:
push:
tags:
Expand All @@ -17,6 +16,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: main
- uses: actions/setup-node@v3
with:
node-version: 16.x
Expand All @@ -33,6 +33,8 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
with:
ref: main
- name: Flutter action
uses: subosito/flutter-action@v2
with:
Expand Down Expand Up @@ -81,6 +83,8 @@ jobs:

# steps:
# - uses: actions/checkout@v3
# with:
# ref: main
# - uses: subosito/flutter-action@v2
# with:
# flutter-version: 3.10.3
Expand Down Expand Up @@ -117,6 +121,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
ref: main
- uses: subosito/flutter-action@v2
with:
flutter-version: 3.13.0
Expand Down
13 changes: 8 additions & 5 deletions assets/i18n/be.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
"repo-url-subtitle": "Атрымаць URL рэпазітара для пашырэнняў",
"tmdb-key": "Ключ API TMDB",
"tmdb-key-subtitle": "Атрымаць ключ API для метададзеных TMDB",
"bt-server": "BT Сервер",
"bt-server-subtitle": "BT Сервер - неабходны кампанент для анлайн-прайгравання сядоў BT",
"bt-server-manager": "Мэнэджэр",
"bt-server": "Сервер BT",
"bt-server-subtitle": "Сэрвер BT гэта неабходны кампанент для онлайн-выканання торэнтаў",
"bt-server-manager": "кіраваць",
"upgrade": "Абнаўленне ПЗ",
"upgrade-subtitle": "версія: {version}",
"upgrade-training": "Праверыць наяўнасць абнаўленняў",
Expand Down Expand Up @@ -186,11 +186,14 @@
"languages": "Мовы"
},

"bt-server": {
"bt-server": {
"not-installed": "BT-Сервер не ўсталяваны",
"running": "BT-Сервер запушчаны",
"stopped": "BT-Сервер спынены",
"version": "Версія {version}",
"start": "Запуск"
"remote-version": "Далёкая Версія {version}",
"stop": "Спыніць",
"upgrade": "Абнавіць",
"start": "Запусціць"
}
}
8 changes: 6 additions & 2 deletions assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
"tmdb-key": "TMDB API Key",
"tmdb-key-subtitle": "Get API Key for TMDB metadata",
"bt-server": "BT Server",
"bt-server-subtitle": "BT Server is a necessary component for online playback of BT seeds",
"bt-server-manager": "Manager",
"bt-server-subtitle": "BT Server is a necessary component for online playback of torrent",
"bt-server-manager": "Manage",
"upgrade": "Update Software",
"upgrade-subtitle": "version: {version}",
"upgrade-training": "Check",
Expand All @@ -89,6 +89,7 @@
"theme-system": "System",
"theme-light": "Light",
"theme-dark": "Dark",
"theme-black": "Black",
"nsfw": "NSFW",
"nsfw-subtitle": "Show NSFW content",
"external-player": "Preferred video player",
Expand Down Expand Up @@ -202,6 +203,9 @@
"running": "BT-Server is running",
"stopped": "BT-Server is stopped",
"version": "Version {version}",
"remote-version": "Remote Version {version}",
"stop": "Stop",
"upgrade": "Upgrade",
"start": "Start"
}
}
30 changes: 27 additions & 3 deletions assets/i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@

"search": {
"hint-text": "¡Por favor, busca ampliamente!~",
"all": "Todo"
"all": "Todo",
"filter": "Filtro"
},

"extension": {
Expand Down Expand Up @@ -63,6 +64,9 @@
"repo-url-subtitle": "Obtener el URL del repositorio para extensiones",
"tmdb-key": "Clave de la API de TMDB",
"tmdb-key-subtitle": "Obtener la clave de la API para los metadatos de TMDB",
"bt-server": "Servidor BT",
"bt-server-subtitle": "El servidor BT es un componente necesario para la reproducción en línea de torrents",
"bt-server-manager": "Gestionar",
"upgrade": "Actualizar aplicación",
"upgrade-subtitle": "versión: {version}",
"upgrade-training": "Comprobar",
Expand All @@ -76,6 +80,9 @@
"theme-dark": "Oscuro",
"nsfw": "NSFW",
"nsfw-subtitle": "Mostrar contenido NSFW",
"external-player": "Reproductor de vídeo preferido",
"external-player-subtitle": "Actualmente, el reproductor preferido es {player}",
"external-player-builtin": "Incorporado",
"language-subtitle": "Cambia el idioma de la aplicación",
"extension-log": "Ventana de registro de extensiones",
"extension-log-subtitle": "Usado para depurar extensiones",
Expand All @@ -88,6 +95,8 @@
"license-subtitle": "Licencia"
},

"external-player-launching": "Lanzando {player}",

"detail": {
"favorite": "Favorito",
"favorited": "Favorito",
Expand All @@ -96,7 +105,10 @@
"overview": "Descripción general",
"cast": "Reparto",
"additional-info": "Información adicional",
"get-lastest-data-error": "No se pudieron obtener los datos más recientes"
"get-lastest-data-error": "No se pudieron obtener los datos más recientes",
"modify-tmdb-binding": "Modificar enlace a TMDB",
"no-tmdb-data": "No hay datos de TMDB coincidentes, por favor, enlaza los datos tu mismo/a",
"tmdb-key-missing": "Falta la clave de la API de TMDB, por favor, rellenala en los ajustes"
},

"video": {
Expand All @@ -108,7 +120,8 @@
"subtitle-none": "Sin subtítulos",
"subtitle": "Subtítulos",
"subtitle-change": "Cambiar subtítulos {title}",
"subtitle-file": "Archivo de subtítulos"
"subtitle-file": "Archivo de subtítulos",
"torrent-downloading": "Descargando torrent"
},

"comic-settings": {
Expand Down Expand Up @@ -171,5 +184,16 @@
"genres": "Géneros",
"runtime": "Tiempo de ejecución",
"languages": "Idiomas"
},

"bt-server": {
"not-installed": "BT-Server no está instalado",
"running": "BT-Server está ejecutándose",
"stopped": "BT-Server está detenido",
"version": "Versión {version}",
"remote-version": "Versión remota {version}",
"stop": "Parar",
"upgrade": "Mejorar",
"start": "Iniciar"
}
}
12 changes: 6 additions & 6 deletions assets/i18n/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@
"retry": "リトライ",
"next": "",
"previous": "",
"show-all": "全て表示"
"show-all": "全て表示",
"delete": "削除",
"delete-all": "全て削除"
},

"home": {
"continue-watching": "続ける",
"favorite": "お気に入り",
"no-record": "お気に入りや閲覧記録はありません"
"no-record": "お気に入りや閲覧記録はありません",
"watched": "視聴済み {ep}"
},

"search": {
"hint-text": "検索を使ってください~!",
"all": "全て"
"all": "全て",
"filter": "フィルター"
},

Expand Down Expand Up @@ -105,7 +105,7 @@
"overview": "概要",
"cast": "キャスト",
"additional-info": "追加情報",
"get-lastest-data-error": "最新データの取得に失敗しました"
"get-lastest-data-error": "最新データの取得に失敗しました",
"modify-tmdb-binding": "TMDBバインディングを変更",
"no-tmdb-data": "TMDBデータは一致していません。自分でデータをバインドしてください",
"tmdb-key-missing": "TMDB APIキーがありません、設定から入力してください"
Expand All @@ -120,7 +120,7 @@
"subtitle-none": "字幕なし",
"subtitle": "字幕",
"subtitle-change": "字幕を変更 {title}",
"subtitle-file": "字幕ファイル"
"subtitle-file": "字幕ファイル",
"torrent-downloading": "Torrentでダウンロード"
},

Expand Down Expand Up @@ -184,7 +184,7 @@
"genres": "ジャンル",
"runtime": "実行時間",
"languages": "言語"
},
},

"bt-server": {
"not-installed": "BTサーバーがインストールされていません",
Expand Down
13 changes: 8 additions & 5 deletions assets/i18n/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
"repo-url-subtitle": "Получить URL репозитория для расширений",
"tmdb-key": "Ключ API TMDB",
"tmdb-key-subtitle": "Получить ключ API для метаданных TMDB",
"bt-server": "BT Сервер",
"bt-server-subtitle": "BT Сервер — необходимый компонент для онлайн-воспроизведения сидов BT",
"bt-server-manager": "Менеджер",
"bt-server": "Сервер BT",
"bt-server-subtitle": "Сервер BT является необходимым компонентом для онлайн-воспроизведения торрентов",
"bt-server-manager": "управлять",
"upgrade": "Обновление ПО",
"upgrade-subtitle": "версия: {version}",
"upgrade-training": "Проверить наличие обновлений",
Expand Down Expand Up @@ -188,9 +188,12 @@

"bt-server": {
"not-installed": "BT-Сервер не установлен",
"running": "BT-Сервер запущен",
"running": "BT-Сервер работает",
"stopped": "BT-Сервер остановлен",
"version": "Версия {version}",
"start": "Запуск"
"remote-version": "Удаленная версия {version}",
"stop": "Остановить",
"upgrade": "Обновить",
"start": "Запустить"
}
}
12 changes: 6 additions & 6 deletions assets/i18n/ryu.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@
"retry": "リトライ",
"next": "ちぎ",
"previous": "まい",
"show-all": "まじりひょうじ"
"show-all": "まじりひょうじ",
"delete": "さちゅるじょ",
"delete-all": "まじりさちゅるじょ"
},

"home": {
"continue-watching": "ちづきーん",
"favorite": "うきーがいー",
"no-record": "うきーにいりてぃがろーいちらんきるこーあいびらん"
"no-record": "うきーにいりてぃがろーいちらんきるこーあいびらん",
"watched": "しちょうじみ {ep}"
},

"search": {
"hint-text": "きんさくちかてぃくぃみそーれー~!",
"all": "まじり"
"all": "まじり",
"filter": "フィルター"
},

Expand Down Expand Up @@ -105,7 +105,7 @@
"overview": "がいよう",
"cast": "キャスト",
"additional-info": "ちいかじょうほう",
"get-lastest-data-error": "さいしんデータぬしゅとぅくんかいしっぺーさびたん"
"get-lastest-data-error": "さいしんデータぬしゅとぅくんかいしっぺーさびたん",
"modify-tmdb-binding": "TMDBバインディングへいるかん",
"no-tmdb-data": "TMDBデーターいっちさびらん。じぶんっしデータバインドしみそーれー",
"tmdb-key-missing": "TMDB APIキーぬあいびらん、しっていからんかいゅうりょくしみそーれー"
Expand All @@ -120,7 +120,7 @@
"subtitle-none": "じまちゅんなし",
"subtitle": "じまちゅん",
"subtitle-change": "じまちゅんへいるかん {title}",
"subtitle-file": "じまちゅるファイル"
"subtitle-file": "じまちゅるファイル",
"torrent-downloading": "Torrentっしダウンロード"
},

Expand Down Expand Up @@ -184,7 +184,7 @@
"genres": "ジャンル",
"runtime": "じっこうじがん",
"languages": "ぎんぐ"
},
},

"bt-server": {
"not-installed": "BTサーバーぬインストールさりやびらん",
Expand Down
15 changes: 9 additions & 6 deletions assets/i18n/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
"repo-url-subtitle": "Отримати URL репозиторія для розширень",
"tmdb-key": "Ключ API TMDB",
"tmdb-key-subtitle": "Отримати ключ API для метаданих TMDB",
"bt-server": "BT Сервер",
"bt-server-subtitle": "BT Сервер – необхідний компонент для онлайн-відтворення сидів BT",
"bt-server-manager": "Менеджер",
"bt-server": "Сервер BT",
"bt-server-subtitle": "Сервер BT є необхідним компонентом для онлайн-відтворення торрентів",
"bt-server-manager": "управляти",
"upgrade": "Оновлення ПЗ",
"upgrade-subtitle": "версія: {version}",
"upgrade-training": "Перевірити наявність оновлень",
Expand Down Expand Up @@ -186,11 +186,14 @@
"languages": "Мови"
},

"bt-server": {
"bt-server": {
"not-installed": "BT-Сервер не встановлено",
"running": "BT-Сервер запущено",
"running": "BT-Сервер працює",
"stopped": "BT-Сервер зупинено",
"version": "Версія {version}",
"start": "Запуск"
"remote-version": "Віддалена версія {version}",
"stop": "Зупинити",
"upgrade": "Оновити",
"start": "Запустити"
}
}
4 changes: 4 additions & 0 deletions assets/i18n/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"theme-system": "跟随系统",
"theme-light": "浅色",
"theme-dark": "深色",
"theme-black": "黑色",
"nsfw": "NSFW",
"nsfw-subtitle": "显示 NSFW 内容",
"external-player": "优先使用的视频播放器",
Expand Down Expand Up @@ -191,6 +192,9 @@
"running": "BT-Server 正在运行",
"stopped": "BT-Server 已停止",
"version": "版本 {version}",
"remote-version": "远程版本 {version}",
"stop": "停止",
"upgrade": "升级",
"start": "启动"
}
}
Loading

0 comments on commit 37b5e78

Please sign in to comment.