mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
Compare commits
127 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 81d51fbd7e | |||
| 02f9b40d67 | |||
| 260a600bbc | |||
| 818005fcb5 | |||
| e5f704cf3b | |||
| e2f1e38472 | |||
| b3c82d5ba2 | |||
| 6d1868a6e0 | |||
| 98db9331d8 | |||
| 66e860a08e | |||
| 3172c341e0 | |||
| 8234234c48 | |||
| 8d5e782fc4 | |||
| 10d10d9021 | |||
| 68d6d89a3b | |||
| 3e73cfb71a | |||
| d7e970dcea | |||
| fb7249d1f6 | |||
| 521436dd21 | |||
| c145963b02 | |||
| 098ab9eae5 | |||
| a937efe719 | |||
| b7fcec7ce3 | |||
| 69c23aa3ec | |||
| 0a22e64799 | |||
| c3d6d69262 | |||
| 7cb78ed972 | |||
| cc70f5f6a0 | |||
| 85efbc6984 | |||
| 3a44e8f8d3 | |||
| 9bada51d56 | |||
| 7bc6e9ef64 | |||
| ea797c1723 | |||
| f63d6d5b67 | |||
| 8873c9a02f | |||
| ee0e131efa | |||
| af5a9d9108 | |||
| 56cf9464af | |||
| 9676412875 | |||
| 54bea23485 | |||
| 3053cbd4c8 | |||
| 07069c3b1e | |||
| c0ce81ca0e | |||
| 3bef456923 | |||
| 91e2348381 | |||
| 1564ed3256 | |||
| b8fec26115 | |||
| dd86aa9259 | |||
| 84e4c15ed5 | |||
| 25d1b3e1b1 | |||
| 0e63efb490 | |||
| 014d164d99 | |||
| fc64be6603 | |||
| 9a7e48eaa6 | |||
| e050121dbf | |||
| f0a5d39625 | |||
| 86f5ceb80e | |||
| 06959a9ea5 | |||
| acdc66413c | |||
| 816db700e1 | |||
| 9030b1f89f | |||
| 2e0c7abd65 | |||
| 1a633f3fca | |||
| dda735ec51 | |||
| f1c98ac9e6 | |||
| 7d07aaeba3 | |||
| a0163d8df0 | |||
| 49ef86173f | |||
| b6c6a7e403 | |||
| 672560f55b | |||
| 94cbbf3c4b | |||
| 40b802a5a9 | |||
| a63f027bf7 | |||
| 1c02e1dadf | |||
| 63b6a71ebd | |||
| 0a9b632e48 | |||
| 7fcc5a5417 | |||
| 9cec6aaf46 | |||
| a3206bf950 | |||
| 9c627920dd | |||
| 8a421eb778 | |||
| 14e681c954 | |||
| 095a5e0ffb | |||
| b1d31a4567 | |||
| b42ca61e1f | |||
| 197baf3473 | |||
| 3161eb7d16 | |||
| bbbdd463fd | |||
| 73ad0d468f | |||
| 74d34b4f6c | |||
| bf3b38a7f2 | |||
| 52d0c5fc73 | |||
| fb20381f98 | |||
| a678590ccd | |||
| bd226e9e2c | |||
| d023d5b6b4 | |||
| 9b30640e67 | |||
| d17b24eea3 | |||
| d38d0b8de0 | |||
| f10b74f1e2 | |||
| 5c63d8f07a | |||
| cb437829f3 | |||
| 7173af60e4 | |||
| afccb37a3b | |||
| c55ef7c383 | |||
| 47ea47ce14 | |||
| fd6ade2b5d | |||
| 77e38abe91 | |||
| 5d1011b482 | |||
| 4b11e925d9 | |||
| 258b98c262 | |||
| f1db257628 | |||
| 3edade6761 | |||
| efcc66d63b | |||
| ca96da22d0 | |||
| 85b98cf4c6 | |||
| a404fb6cb5 | |||
| 3432b4625f | |||
| b8777d7739 | |||
| fb477627c7 | |||
| fd78b89c92 | |||
| 45f9c52e7f | |||
| 0a24ff90bb | |||
| e1eae00b35 | |||
| 15bfceb05a | |||
| c1f4fe65bb | |||
| a4a6a97aa8 |
@@ -19,7 +19,7 @@ jobs:
|
|||||||
build-sign-android:
|
build-sign-android:
|
||||||
name: Build and sign Android
|
name: Build and sign Android
|
||||||
# Skip when PR from a fork
|
# Skip when PR from a fork
|
||||||
if: ${{ !github.event.pull_request.head.repo.fork }}
|
if: ${{ !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }}
|
||||||
runs-on: macos-12
|
runs-on: macos-12
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -45,7 +45,7 @@ jobs:
|
|||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
channel: "stable"
|
channel: "stable"
|
||||||
flutter-version: "3.13.0"
|
flutter-version: "3.13.3"
|
||||||
cache: true
|
cache: true
|
||||||
|
|
||||||
- name: Create the Keystore
|
- name: Create the Keystore
|
||||||
@@ -64,10 +64,12 @@ jobs:
|
|||||||
ALIAS: ${{ secrets.ALIAS }}
|
ALIAS: ${{ secrets.ALIAS }}
|
||||||
ANDROID_KEY_PASSWORD: ${{ secrets.ANDROID_KEY_PASSWORD }}
|
ANDROID_KEY_PASSWORD: ${{ secrets.ANDROID_KEY_PASSWORD }}
|
||||||
ANDROID_STORE_PASSWORD: ${{ secrets.ANDROID_STORE_PASSWORD }}
|
ANDROID_STORE_PASSWORD: ${{ secrets.ANDROID_STORE_PASSWORD }}
|
||||||
run: flutter build apk --release
|
run: |
|
||||||
|
flutter build apk --release
|
||||||
|
flutter build apk --release --split-per-abi --target-platform android-arm,android-arm64,android-x64
|
||||||
|
|
||||||
- name: Publish Android Artifact
|
- name: Publish Android Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: release-apk-signed
|
name: release-apk-signed
|
||||||
path: mobile/build/app/outputs/flutter-apk/app-release.apk
|
path: mobile/build/app/outputs/flutter-apk/*.apk
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ jobs:
|
|||||||
-
|
-
|
||||||
name: Clean temporary images
|
name: Clean temporary images
|
||||||
if: "${{ env.TOKEN != '' }}"
|
if: "${{ env.TOKEN != '' }}"
|
||||||
uses: stumpylog/image-cleaner-action/ephemeral@v0.2.0
|
uses: stumpylog/image-cleaner-action/ephemeral@v0.3.0
|
||||||
with:
|
with:
|
||||||
token: "${{ env.TOKEN }}"
|
token: "${{ env.TOKEN }}"
|
||||||
owner: "immich-app"
|
owner: "immich-app"
|
||||||
@@ -70,7 +70,7 @@ jobs:
|
|||||||
-
|
-
|
||||||
name: Clean untagged images
|
name: Clean untagged images
|
||||||
if: "${{ env.TOKEN != '' }}"
|
if: "${{ env.TOKEN != '' }}"
|
||||||
uses: stumpylog/image-cleaner-action/untagged@v0.2.0
|
uses: stumpylog/image-cleaner-action/untagged@v0.3.0
|
||||||
with:
|
with:
|
||||||
token: "${{ env.TOKEN }}"
|
token: "${{ env.TOKEN }}"
|
||||||
owner: "immich-app"
|
owner: "immich-app"
|
||||||
|
|||||||
@@ -39,10 +39,10 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v2.2.0
|
uses: docker/setup-qemu-action@v3.0.0
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v2.10.0
|
uses: docker/setup-buildx-action@v3.0.0
|
||||||
# Workaround to fix error:
|
# Workaround to fix error:
|
||||||
# failed to push: failed to copy: io: read/write on closed pipe
|
# failed to push: failed to copy: io: read/write on closed pipe
|
||||||
# See https://github.com/docker/build-push-action/issues/761
|
# See https://github.com/docker/build-push-action/issues/761
|
||||||
@@ -53,13 +53,13 @@ jobs:
|
|||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
# Only push to Docker Hub when making a release
|
# Only push to Docker Hub when making a release
|
||||||
if: ${{ github.event_name == 'release' }}
|
if: ${{ github.event_name == 'release' }}
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Login to GitHub Container Registry
|
- name: Login to GitHub Container Registry
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v3
|
||||||
# Skip when PR from a fork
|
# Skip when PR from a fork
|
||||||
if: ${{ !github.event.pull_request.head.repo.fork }}
|
if: ${{ !github.event.pull_request.head.repo.fork }}
|
||||||
with:
|
with:
|
||||||
@@ -69,7 +69,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Generate docker image tags
|
- name: Generate docker image tags
|
||||||
id: metadata
|
id: metadata
|
||||||
uses: docker/metadata-action@v4
|
uses: docker/metadata-action@v5
|
||||||
with:
|
with:
|
||||||
flavor: |
|
flavor: |
|
||||||
# Disable latest tag
|
# Disable latest tag
|
||||||
@@ -97,7 +97,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Build and push image
|
- name: Build and push image
|
||||||
uses: docker/build-push-action@v4.1.1
|
uses: docker/build-push-action@v5.0.0
|
||||||
with:
|
with:
|
||||||
context: ${{ matrix.context }}
|
context: ${{ matrix.context }}
|
||||||
platforms: ${{ matrix.platforms }}
|
platforms: ${{ matrix.platforms }}
|
||||||
@@ -123,10 +123,10 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v2.2.0
|
uses: docker/setup-qemu-action@v3.0.0
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v2.10.0
|
uses: docker/setup-buildx-action@v3.0.0
|
||||||
# Workaround to fix error:
|
# Workaround to fix error:
|
||||||
# failed to push: failed to copy: io: read/write on closed pipe
|
# failed to push: failed to copy: io: read/write on closed pipe
|
||||||
# See https://github.com/docker/build-push-action/issues/761
|
# See https://github.com/docker/build-push-action/issues/761
|
||||||
@@ -137,13 +137,13 @@ jobs:
|
|||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
# Only push to Docker Hub when making a release
|
# Only push to Docker Hub when making a release
|
||||||
if: ${{ github.event_name == 'release' }}
|
if: ${{ github.event_name == 'release' }}
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Login to GitHub Container Registry
|
- name: Login to GitHub Container Registry
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v3
|
||||||
# Skip when PR from a fork
|
# Skip when PR from a fork
|
||||||
if: ${{ !github.event.pull_request.head.repo.fork }}
|
if: ${{ !github.event.pull_request.head.repo.fork }}
|
||||||
with:
|
with:
|
||||||
@@ -153,7 +153,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Generate docker image tags
|
- name: Generate docker image tags
|
||||||
id: metadata
|
id: metadata
|
||||||
uses: docker/metadata-action@v4
|
uses: docker/metadata-action@v5
|
||||||
with:
|
with:
|
||||||
flavor: |
|
flavor: |
|
||||||
# Disable latest tag
|
# Disable latest tag
|
||||||
@@ -181,7 +181,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Build and push image
|
- name: Build and push image
|
||||||
uses: docker/build-push-action@v4.1.1
|
uses: docker/build-push-action@v5.0.0
|
||||||
with:
|
with:
|
||||||
context: ${{ matrix.context }}
|
context: ${{ matrix.context }}
|
||||||
platforms: ${{ matrix.platforms }}
|
platforms: ${{ matrix.platforms }}
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ jobs:
|
|||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
channel: "stable"
|
channel: "stable"
|
||||||
flutter-version: "3.13.0"
|
flutter-version: "3.13.3"
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: dart pub get
|
run: dart pub get
|
||||||
|
|||||||
@@ -149,7 +149,7 @@ jobs:
|
|||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
channel: "stable"
|
channel: "stable"
|
||||||
flutter-version: "3.13.0"
|
flutter-version: "3.13.3"
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
working-directory: ./mobile
|
working-directory: ./mobile
|
||||||
run: flutter test -j 1
|
run: flutter test -j 1
|
||||||
|
|||||||
@@ -22,6 +22,9 @@
|
|||||||
<a href="README_tr_TR.md">Türkçe</a>
|
<a href="README_tr_TR.md">Türkçe</a>
|
||||||
<a href="README_ca_ES.md">Català</a>
|
<a href="README_ca_ES.md">Català</a>
|
||||||
<a href="README_es_ES.md">Español</a>
|
<a href="README_es_ES.md">Español</a>
|
||||||
|
<a href="README_fr_FR.md">Français</a>
|
||||||
|
<a href="README_nl_NL.md">Nederlands</a>
|
||||||
|
<a href="README_ja_JP.md">日本語</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## Disclaimer
|
## Disclaimer
|
||||||
@@ -85,7 +88,7 @@ Spec: Free-tier Oracle VM - Amsterdam - 2.4Ghz quad-core ARM64 CPU, 24GB RAM
|
|||||||
| User-defined storage structure | Yes | Yes |
|
| User-defined storage structure | Yes | Yes |
|
||||||
| Public Sharing | No | Yes |
|
| Public Sharing | No | Yes |
|
||||||
| Archive and Favorites | Yes | Yes |
|
| Archive and Favorites | Yes | Yes |
|
||||||
| Global Map | No | Yes |
|
| Global Map | Yes | Yes |
|
||||||
| Partner Sharing | Yes | Yes |
|
| Partner Sharing | Yes | Yes |
|
||||||
| Facial recognition and clustering | Yes | Yes |
|
| Facial recognition and clustering | Yes | Yes |
|
||||||
| Memories (x years ago) | Yes | Yes |
|
| Memories (x years ago) | Yes | Yes |
|
||||||
|
|||||||
@@ -22,6 +22,9 @@
|
|||||||
<a href="README_zh_CN.md">中文</a>
|
<a href="README_zh_CN.md">中文</a>
|
||||||
<a href="README_tr_TR.md">Türkçe</a>
|
<a href="README_tr_TR.md">Türkçe</a>
|
||||||
<a href="README_ca_ES.md">Español</a>
|
<a href="README_ca_ES.md">Español</a>
|
||||||
|
<a href="README_fr_FR.md">Français</a>
|
||||||
|
<a href="README_nl_NL.md">Nederlands</a>
|
||||||
|
<a href="README_ja_JP.md">日本語</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## Avís legal
|
## Avís legal
|
||||||
|
|||||||
@@ -22,6 +22,8 @@
|
|||||||
<a href="README_zh_CN.md">中文</a>
|
<a href="README_zh_CN.md">中文</a>
|
||||||
<a href="README_tr_TR.md">Türkçe</a>
|
<a href="README_tr_TR.md">Türkçe</a>
|
||||||
<a href="README_ca_ES.md">Català</a>
|
<a href="README_ca_ES.md">Català</a>
|
||||||
|
<a href="README_fr_FR.md">Français</a>
|
||||||
|
<a href="README_ja_JP.md">日本語</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## Descargo de responsabilidad
|
## Descargo de responsabilidad
|
||||||
|
|||||||
+112
@@ -0,0 +1,112 @@
|
|||||||
|
<p align="center">
|
||||||
|
<br/>
|
||||||
|
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/license-MIT-green.svg?color=3F51B5&style=for-the-badge&label=License&logoColor=000000&labelColor=ececec" alt="License: MIT"></a>
|
||||||
|
<a href="https://discord.gg/D8JsnBEuKb">
|
||||||
|
<img src="https://img.shields.io/discord/979116623879368755.svg?label=Discord&logo=Discord&style=for-the-badge&logoColor=000000&labelColor=ececec" atl="Discord"/>
|
||||||
|
</a>
|
||||||
|
<br/>
|
||||||
|
<br/>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<img src="design/immich-logo.svg" width="150" title="Login With Custom URL">
|
||||||
|
</p>
|
||||||
|
<h3 align="center">Immich - Solution de sauvegarde performante et auto-hébergée des photos et des vidéos</h3>
|
||||||
|
<br/>
|
||||||
|
<a href="https://immich.app">
|
||||||
|
<img src="design/immich-screenshots.png" title="Main Screenshot">
|
||||||
|
</a>
|
||||||
|
<br/>
|
||||||
|
<p align="center">
|
||||||
|
<a href="README_zh_CN.md">中文</a>
|
||||||
|
<a href="README_tr_TR.md">Türkçe</a>
|
||||||
|
<a href="README_ca_ES.md">Català</a>
|
||||||
|
<a href="README_es_ES.md">Español</a>
|
||||||
|
<a href="README_fr_FR.md">Français</a>
|
||||||
|
<a href="README_nl_NL.md">Nederlands</a>
|
||||||
|
<a href="README_ja_JP.md">日本語</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
## Clause de non-responsabilité
|
||||||
|
|
||||||
|
- ⚠️ Le projet est en **très fort** développement.
|
||||||
|
- ⚠️ Attendez-vous à rencontrer des bugs et des changements importants.
|
||||||
|
- ⚠️ **N'utilisez pas cette application comme seule façon de sauvegarder vos photos et vos vidéos.**
|
||||||
|
- ⚠️ Ayez toujours un plan de sauvegarde en [3-2-1](https://www.seagate.com/fr/fr/blog/what-is-a-3-2-1-backup-strategy/) pour vos précieuses photos et vidéos !
|
||||||
|
|
||||||
|
## Sommaire
|
||||||
|
|
||||||
|
- [Documentation officielle](https://immich.app/docs)
|
||||||
|
- [Feuille de route](https://github.com/orgs/immich-app/projects/1)
|
||||||
|
- [Démo](#demo)
|
||||||
|
- [Fonctionnalités](#features)
|
||||||
|
- [Introduction](https://immich.app/docs/overview/introduction)
|
||||||
|
- [Installation](https://immich.app/docs/install/requirements)
|
||||||
|
- [Contribution](https://immich.app/docs/overview/support-the-project)
|
||||||
|
- [Soutenir le projet](#support-the-project)
|
||||||
|
|
||||||
|
## Documentation
|
||||||
|
|
||||||
|
Vous pouvez trouver la documentation principale ainsi que les guides d'installation sur https://immich.app/.
|
||||||
|
|
||||||
|
## Démo
|
||||||
|
|
||||||
|
Vous pouvez accéder à la démo Web sur https://demo.immich.app
|
||||||
|
|
||||||
|
Pour l'application mobile, vous pouvez utiliser `https://demo.immich.app/api` dans le champ 'URL du point d'accès au serveur'
|
||||||
|
|
||||||
|
```bash title="Demo Credential"
|
||||||
|
Les identifiants
|
||||||
|
email: demo@immich.app
|
||||||
|
mot de passe: demo
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
Caractéristiques: Plan gratuit Oracle VM - Amsterdam - 2.4Ghz quatre-cœurs ARM64 CPU, 24GB RAM
|
||||||
|
```
|
||||||
|
|
||||||
|
# Fonctionnalités
|
||||||
|
|
||||||
|
| Fonctionnalités | Mobile | Web |
|
||||||
|
| ---------------------------------------------------------------- | ------ | --- |
|
||||||
|
| Téléverser et voir les vidéos et photos | Oui | Oui |
|
||||||
|
| Sauvegarde automatique quand l'application est ouverte | Oui | N/A |
|
||||||
|
| Sélection des albums à sauvegarder | Oui | N/A |
|
||||||
|
| Télécharger les photos et les vidéos sur l'appareil | Oui | Oui |
|
||||||
|
| Support multi-utilisateur | Oui | Oui |
|
||||||
|
| Albums et albums partagés | Oui | Oui |
|
||||||
|
| Barre de défilement mobile | Oui | Oui |
|
||||||
|
| Support des formats raw | Oui | Oui |
|
||||||
|
| Vue sur les métadonnées (EXIF, carte) | Oui | Oui |
|
||||||
|
| Rechercher par métadonnées, objets, faces et CLIP | Oui | Oui |
|
||||||
|
| Fonctions d'administration (gestion des utilisateurs) | Non | Oui |
|
||||||
|
| Sauvegarde en tâche de fond | Oui | N/A |
|
||||||
|
| Défilement virtuel | Oui | Oui |
|
||||||
|
| Support de l'OAuth | Oui | Oui |
|
||||||
|
| Clés d'API | N/A | Oui |
|
||||||
|
| Sauvegarde et lecture des LivePhotos | iOS | Oui |
|
||||||
|
| Structure de stockage définissable | Oui | Oui |
|
||||||
|
| Partage public | Non | Oui |
|
||||||
|
| Archives et favoris | Oui | Oui |
|
||||||
|
| Carte globale | Non | Oui |
|
||||||
|
| Partage entre utilisateurs | Oui | Oui |
|
||||||
|
| Reconnaissance et regroupement facial | Oui | Oui |
|
||||||
|
| Souvenirs (il y a x années) | Oui | Oui |
|
||||||
|
| Support hors-ligne | Oui | Non |
|
||||||
|
| Gallerie en lecture seule | Oui | Oui |
|
||||||
|
|
||||||
|
# Soutenir le projet
|
||||||
|
|
||||||
|
Je me suis engagé sur ce projet, et je ne compte pas m'arrêter. Je continuerai à mettre à jour les documentations, d'ajouter de nouvelles fonctionnalités et de résoudre des bugs. Mais je ne peux pas faire cela seul. Donc j'ai besoin de votre aide pour me donner encore plus de motivation et ainsi continuer.
|
||||||
|
|
||||||
|
Comme l'ont dit nos hôtes dans le [selfhosted.show - Dans l'épisode 'The-organization-must-not-be-name is a Hostile Actor'](https://selfhosted.show/79?t=1418), c'est un travail colossal ce que l'équipe et moi faisons. J'aimerais un jour être capable de faire ça à temps plein, c'est pourquoi je vous demande votre aide pour rendre cela possible.
|
||||||
|
|
||||||
|
Si vous estimez que c'est pour la bonne cause et que vous prévoyez d'utiliser l'application pour un moment, s'il-vous-plaît, pensez à soutenir le projet avec les moyens ci-dessous.
|
||||||
|
|
||||||
|
## Donation
|
||||||
|
|
||||||
|
- [Donation mensuelle](https://github.com/sponsors/alextran1502) via GitHub Sponsors
|
||||||
|
- [Donation occasionnelle](https://github.com/sponsors/alextran1502?frequency=one-time&sponsor=alextran1502) via GitHub Sponsors
|
||||||
|
- [Librepay](https://liberapay.com/alex.tran1502/)
|
||||||
|
- [buymeacoffee](https://www.buymeacoffee.com/altran1502)
|
||||||
|
- Bitcoin: 1FvEp6P6NM8EZEkpGUFAN2LqJ1gxusNxZX
|
||||||
+111
@@ -0,0 +1,111 @@
|
|||||||
|
<p align="center">
|
||||||
|
<br/>
|
||||||
|
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/license-MIT-green.svg?color=3F51B5&style=for-the-badge&label=License&logoColor=000000&labelColor=ececec" alt="License: MIT"></a>
|
||||||
|
<a href="https://discord.gg/D8JsnBEuKb">
|
||||||
|
<img src="https://img.shields.io/discord/979116623879368755.svg?label=Discord&logo=Discord&style=for-the-badge&logoColor=000000&labelColor=ececec" atl="Discord"/>
|
||||||
|
</a>
|
||||||
|
<br/>
|
||||||
|
<br/>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<img src="design/immich-logo.svg" width="150" title="Login With Custom URL">
|
||||||
|
</p>
|
||||||
|
<h3 align="center">Immich - 高性能なセルフホスト 写真/ビデオバックアップソリューション</h3>
|
||||||
|
<br/>
|
||||||
|
<a href="https://immich.app">
|
||||||
|
<img src="design/immich-screenshots.png" title="Main Screenshot">
|
||||||
|
</a>
|
||||||
|
<br/>
|
||||||
|
<p align="center">
|
||||||
|
<a href="README_zh_CN.md">中文</a>
|
||||||
|
<a href="README_tr_TR.md">Türkçe</a>
|
||||||
|
<a href="README_ca_ES.md">Català</a>
|
||||||
|
<a href="README_es_ES.md">Español</a>
|
||||||
|
<a href="README_fr_FR.md">Français</a>
|
||||||
|
<a href="README_nl_NL.md">Nederlands</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
## 免責事項
|
||||||
|
|
||||||
|
- ⚠️ このプロジェクトは **非常に活発に** 開発中です。
|
||||||
|
- ⚠️ バグの存在や変更が入ることも予想されます。
|
||||||
|
- ⚠️ **写真やビデオを保存する唯一の方法としてこのアプリを使用しないでください。**
|
||||||
|
- ⚠️ 大切な写真やビデオは、常に [3-2-1](https://www.backblaze.com/blog/the-3-2-1-backup-strategy/) のバックアッププランに従ってください!
|
||||||
|
|
||||||
|
## コンテンツ
|
||||||
|
|
||||||
|
- [公式ドキュメント](https://immich.app/docs)
|
||||||
|
- [ロードマップ](https://github.com/orgs/immich-app/projects/1)
|
||||||
|
- [デモ](#デモ)
|
||||||
|
- [機能](#機能)
|
||||||
|
- [紹介](https://immich.app/docs/overview/introduction)
|
||||||
|
- [インストール](https://immich.app/docs/install/requirements)
|
||||||
|
- [コントリビューションガイド](https://immich.app/docs/overview/support-the-project)
|
||||||
|
- [プロジェクトのサポート](#プロジェクトのサポート)
|
||||||
|
|
||||||
|
## ドキュメント
|
||||||
|
|
||||||
|
インストールガイドを含む主なドキュメントは、https://immich.app/ です。
|
||||||
|
|
||||||
|
## デモ
|
||||||
|
|
||||||
|
web デモは https://demo.immich.app からアクセスできます
|
||||||
|
|
||||||
|
モバイルアプリの場合、`Server Endpoint URL` には `https://demo.immich.app/api` を使用することができます
|
||||||
|
|
||||||
|
```bash title="Demo Credential"
|
||||||
|
The credential
|
||||||
|
email: demo@immich.app
|
||||||
|
password: demo
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
Spec: Free-tier Oracle VM - Amsterdam - 2.4Ghz quad-core ARM64 CPU, 24GB RAM
|
||||||
|
```
|
||||||
|
|
||||||
|
# 機能
|
||||||
|
|
||||||
|
| 機能 | モバイル | Web |
|
||||||
|
| ------------------------------------------- | ------ | --- |
|
||||||
|
| ビデオや写真のアップロードと表示 | はい | はい |
|
||||||
|
| アプリを開いたとき自動バックアップ | はい | N/A |
|
||||||
|
| バックアップ用アルバム選択 | はい | N/A |
|
||||||
|
| 写真やビデオをローカルデバイスにダウンロード | はい | はい |
|
||||||
|
| マルチユーザー対応 | はい | はい |
|
||||||
|
| アルバムと共有アルバム | はい | はい |
|
||||||
|
| スクラブ可能/ドラッグ可能スクロールバ | はい | はい |
|
||||||
|
| 生のフォーマットに対応 | はい | はい |
|
||||||
|
| メタデータ表示(EXIF、地図) | はい | はい |
|
||||||
|
| メタデータ、オブジェクト、フェース、CLIPによる検索 | はい | はい |
|
||||||
|
| 管理機能(ユーザー管理) | いいえ | はい |
|
||||||
|
| バックグラウンドバックアップ | はい | N/A |
|
||||||
|
| 仮想スクロール | はい | はい |
|
||||||
|
| OAuth サポート | はい | はい |
|
||||||
|
| API キー | N/A | はい |
|
||||||
|
| LivePhoto のバックアップと再生 | iOS | はい |
|
||||||
|
| ユーザー定義のストレージ構造 | はい | はい |
|
||||||
|
| 公開シェアリング | いいえ | はい |
|
||||||
|
| アーカイブとお気に入り | はい | はい |
|
||||||
|
| グローバルマップ | はい | はい |
|
||||||
|
| パートナー共有 | はい | はい |
|
||||||
|
| 思い出(x 年前)顔認識とクラスタリング | はい | はい |
|
||||||
|
| 思い出(x 年前) | はい | はい |
|
||||||
|
| オフラインサポート | はい | いいえ |
|
||||||
|
| 読み取り専用ギャラリー | はい | はい |
|
||||||
|
|
||||||
|
# プロジェクトのサポート
|
||||||
|
|
||||||
|
私はこのプロジェクトにコミットしてきました。ドキュメントを更新し、新しい機能を追加し、バグを修正し続けるつもりですが、私ひとりではできません。だから、続けるためのモチベーションをさらに高めてくれる皆さんの助けが必要なのです。
|
||||||
|
|
||||||
|
[selfhosted.show - In the episode 'The-organization-must-いいえt-be-name is a Hostile Actor'](https://selfhosted.show/79?t=1418) のホストが言ったように、これはチームと私がやっていることの大規模な事業だ。そしていつの日か、フルタイムでこの仕事ができるようになりたいと思っています。
|
||||||
|
|
||||||
|
もし、あなたがこのプロジェクトに賛同し、このアプリを長く使い続けたいと思われるのであれば、以下のオプションから支援をご検討ください。
|
||||||
|
|
||||||
|
## 寄付
|
||||||
|
|
||||||
|
- GitHub スポンサー経由の[毎月の寄付](https://github.com/sponsors/alextran1502)
|
||||||
|
- GitHub スポンサー経由の[一回寄付](https://github.com/sponsors/alextran1502?frequency=one-time&sponsor=alextran1502)
|
||||||
|
- [Librepay](https://liberapay.com/alex.tran1502/)
|
||||||
|
- [buymeacoffee](https://www.buymeacoffee.com/altran1502)
|
||||||
|
- Bitcoin: 1FvEp6P6NM8EZEkpGUFAN2LqJ1gxusNxZX
|
||||||
+112
@@ -0,0 +1,112 @@
|
|||||||
|
<p align="center">
|
||||||
|
<br/>
|
||||||
|
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/license-MIT-green.svg?color=3F51B5&style=for-the-badge&label=License&logoColor=000000&labelColor=ececec" alt="License: MIT"></a>
|
||||||
|
<a href="https://discord.gg/D8JsnBEuKb">
|
||||||
|
<img src="https://img.shields.io/discord/979116623879368755.svg?label=Discord&logo=Discord&style=for-the-badge&logoColor=000000&labelColor=ececec" atl="Discord"/>
|
||||||
|
</a>
|
||||||
|
<br/>
|
||||||
|
<br/>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<img src="design/immich-logo.svg" width="150" title="Login met aangepaste URL">
|
||||||
|
</p>
|
||||||
|
<h3 align="center">Immich - Hoogwaardige, self-hosted back-up oplossing voor foto's en video's</h3>
|
||||||
|
<br/>
|
||||||
|
<a href="https://immich.app">
|
||||||
|
<img src="design/immich-screenshots.png" title="Main Screenshot">
|
||||||
|
</a>
|
||||||
|
<br/>
|
||||||
|
<p align="center">
|
||||||
|
<a href="README_zh_CN.md">中文</a>
|
||||||
|
<a href="README_tr_TR.md">Türkçe</a>
|
||||||
|
<a href="README_ca_ES.md">Català</a>
|
||||||
|
<a href="README_es_ES.md">Español</a>
|
||||||
|
<a href="README_fr_FR.md">Français</a>
|
||||||
|
<a href="README_nl_NL.md">Nederlands</a>
|
||||||
|
<a href="README_ja_JP.md">日本語</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
## Disclaimer
|
||||||
|
|
||||||
|
- ⚠️ Het project wordt momenteel **zeer actief** ontwikkeld.
|
||||||
|
- ⚠️ Verwacht bugs en ingrijpende wijzigingen.
|
||||||
|
- ⚠️ **Gebruik de app niet als de enige manier om uw foto's en video's op te slaan.**
|
||||||
|
- ⚠️ Volg altijd het [3-2-1](https://www.backblaze.com/blog/the-3-2-1-backup-strategy/) backup plan voor je kostbare foto's en video's!
|
||||||
|
|
||||||
|
## Inhoud
|
||||||
|
|
||||||
|
- [Officiële documentatie](https://immich.app/docs)
|
||||||
|
- [Roadmap](https://github.com/orgs/immich-app/projects/1)
|
||||||
|
- [Demo](#demo)
|
||||||
|
- [Functies](#functies)
|
||||||
|
- [Introductie](https://immich.app/docs/overview/introduction)
|
||||||
|
- [Installatie](https://immich.app/docs/install/requirements)
|
||||||
|
- [Richtlijnen voor bijdragen](https://immich.app/docs/overview/support-the-project)
|
||||||
|
- [Steun het project](#steun-het-project)
|
||||||
|
|
||||||
|
## Documentatie
|
||||||
|
|
||||||
|
De belangrijkste documentatie, inclusief installatie handleidingen, zijn te vinden op https://immich.app/.
|
||||||
|
|
||||||
|
## Demo
|
||||||
|
|
||||||
|
De demo is te bekijken op https://demo.immich.app.
|
||||||
|
|
||||||
|
Voor de mobiele app kunt u gebruik maken van `https://demo.immich.app/api` voor de `Server Endpoint URL`
|
||||||
|
|
||||||
|
```bash title="Demo Credential"
|
||||||
|
De inloggegevens
|
||||||
|
email: demo@immich.app
|
||||||
|
wachtwoord: demo
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
Spec: Free-tier Oracle VM - Amsterdam - 2.4Ghz quad-core ARM64 CPU, 24GB RAM
|
||||||
|
```
|
||||||
|
|
||||||
|
# Functies
|
||||||
|
|
||||||
|
| Functies | Mobiel | Web |
|
||||||
|
|-----------------------------------------------------|--------|-----|
|
||||||
|
| Upload en bekijk video's en foto's | Ja | Ja |
|
||||||
|
| Automatische back-up wanneer de app wordt geopend | Ja | NVT |
|
||||||
|
| Selectieve album(s) voor back-up | Ja | NVT |
|
||||||
|
| Download foto's en video's naar een lokaal apparaat | Ja | Ja |
|
||||||
|
| Ondersteuning voor meerdere gebruikers | Ja | Ja |
|
||||||
|
| Album en gedeelde albums | Ja | Ja |
|
||||||
|
| Versleepbare scroll balk | Ja | Ja |
|
||||||
|
| Ondersteuning voor het RAW formaat | Ja | Ja |
|
||||||
|
| Metagegevensweergave (EXIF, kaart) | Ja | Ja |
|
||||||
|
| Zoek op metagegevens, objecten, gezichten en CLIP | Ja | Ja |
|
||||||
|
| Administratieve functies (gebruikersbeheer) | Nee | Ja |
|
||||||
|
| Back-up op de achtergrond | Ja | NVT |
|
||||||
|
| Virtueel scrollen | Ja | Ja |
|
||||||
|
| OAuth-ondersteuning | Ja | Ja |
|
||||||
|
| API-sleutels | NVT | Ja |
|
||||||
|
| LivePhoto-back-up en weergave | iOS | Ja |
|
||||||
|
| Door de gebruiker gedefinieerde opslagstructuur | Ja | Ja |
|
||||||
|
| Openbaar delen | Nee | Ja |
|
||||||
|
| Archief en Favorieten | Ja | Ja |
|
||||||
|
| Wereldkaart | Ja | Ja |
|
||||||
|
| Delen met partner | Ja | Ja |
|
||||||
|
| Gezichtsherkenning en groepering | Ja | Ja |
|
||||||
|
| Herinneringen (x jaar geleden) | Ja | Ja |
|
||||||
|
| Offline-ondersteuning | Ja | Nee |
|
||||||
|
| Alleen-lezen galerij | Ja | Ja |
|
||||||
|
|
||||||
|
# Steun het project
|
||||||
|
|
||||||
|
Ik ben trouw aan dit project en ik zal niet stoppen. Ik zal de documenten blijven bijwerken, nieuwe functies toevoegen en bugs oplossen. Maar ik kan het niet alleen. Ik heb dus jouw hulp nodig om mij extra motivatie te geven om door te gaan.
|
||||||
|
|
||||||
|
Als onze gastheren in de [selfhosted.show - In de aflevering 'The-organization-must-Neet-be-name is a Hostile Actor'](https://selfhosted.show/79?t=1418) zeiden, dit is een eNeerme onderneming van wat het team en ik doen. En ik zou dit graag fulltime willen doen, ik vraag jouw hulp om dat mogelijk te maken.
|
||||||
|
|
||||||
|
Als je denkt dat dit het juiste doel is en de app iets is dat je jezelf al heel lang ziet gebruiken, overweeg dan om het project te steunen met de onderstaande optie.
|
||||||
|
|
||||||
|
## Doneren
|
||||||
|
|
||||||
|
- [Maandelijkse donatie](https://github.com/sponsors/alextran1502) via GitHub Sponsors
|
||||||
|
- [Eenmalige donatie](https://github.com/sponsors/alextran1502?frequency=one-time&sponsor=alextran1502) via GitHub Sponsors
|
||||||
|
- [Librepay](https://liberapay.com/alex.tran1502/)
|
||||||
|
- [buymeacoffee](https://www.buymeacoffee.com/altran1502)
|
||||||
|
- Bitcoin: 1FvEp6P6NM8EZEkpGUFAN2LqJ1gxusNxZX
|
||||||
@@ -22,6 +22,9 @@
|
|||||||
<a href="README_zh_CN.md">中文</a>
|
<a href="README_zh_CN.md">中文</a>
|
||||||
<a href="README_ca_ES.md">Català</a>
|
<a href="README_ca_ES.md">Català</a>
|
||||||
<a href="README_es_ES.md">Español</a>
|
<a href="README_es_ES.md">Español</a>
|
||||||
|
<a href="README_fr_FR.md">Français</a>
|
||||||
|
<a href="README_nl_NL.md">Nederlands</a>
|
||||||
|
<a href="README_ja_JP.md">日本語</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## Feragatname
|
## Feragatname
|
||||||
|
|||||||
@@ -26,6 +26,9 @@
|
|||||||
<a href="README_tr_TR.md">Türkçe</a>
|
<a href="README_tr_TR.md">Türkçe</a>
|
||||||
<a href="README_ca_ES.md">Català</a>
|
<a href="README_ca_ES.md">Català</a>
|
||||||
<a href="README_es_ES.md">Español</a>
|
<a href="README_es_ES.md">Español</a>
|
||||||
|
<a href="README_fr_FR.md">Français</a>
|
||||||
|
<a href="README_nl_NL.md">Nederlands</a>
|
||||||
|
<a href="README_ja_JP.md">日本語</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Generated
+1313
-8
File diff suppressed because it is too large
Load Diff
Generated
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
* Immich
|
* Immich
|
||||||
* Immich API
|
* Immich API
|
||||||
*
|
*
|
||||||
* The version of the OpenAPI document: 1.77.0
|
* The version of the OpenAPI document: 1.81.0
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||||
|
|||||||
Generated
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
* Immich
|
* Immich
|
||||||
* Immich API
|
* Immich API
|
||||||
*
|
*
|
||||||
* The version of the OpenAPI document: 1.77.0
|
* The version of the OpenAPI document: 1.81.0
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||||
|
|||||||
Generated
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
* Immich
|
* Immich
|
||||||
* Immich API
|
* Immich API
|
||||||
*
|
*
|
||||||
* The version of the OpenAPI document: 1.77.0
|
* The version of the OpenAPI document: 1.81.0
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||||
|
|||||||
Generated
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
* Immich
|
* Immich
|
||||||
* Immich API
|
* Immich API
|
||||||
*
|
*
|
||||||
* The version of the OpenAPI document: 1.77.0
|
* The version of the OpenAPI document: 1.81.0
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||||
|
|||||||
@@ -34,6 +34,7 @@ const other = [
|
|||||||
'orf',
|
'orf',
|
||||||
'ori',
|
'ori',
|
||||||
'pef',
|
'pef',
|
||||||
|
'psd',
|
||||||
'raf',
|
'raf',
|
||||||
'raw',
|
'raw',
|
||||||
'rwl',
|
'rwl',
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ export class CrawledAsset {
|
|||||||
async process() {
|
async process() {
|
||||||
const stats = await fs.promises.stat(this.path);
|
const stats = await fs.promises.stat(this.path);
|
||||||
this.deviceAssetId = `${basename(this.path)}-${stats.size}`.replace(/\s+/g, '');
|
this.deviceAssetId = `${basename(this.path)}-${stats.size}`.replace(/\s+/g, '');
|
||||||
this.fileCreatedAt = stats.ctime.toISOString();
|
this.fileCreatedAt = stats.mtime.toISOString();
|
||||||
this.fileModifiedAt = stats.mtime.toISOString();
|
this.fileModifiedAt = stats.mtime.toISOString();
|
||||||
this.fileSize = stats.size;
|
this.fileSize = stats.size;
|
||||||
|
|
||||||
|
|||||||
@@ -11,8 +11,10 @@ services:
|
|||||||
command: npm run start:debug immich
|
command: npm run start:debug immich
|
||||||
volumes:
|
volumes:
|
||||||
- ../server:/usr/src/app
|
- ../server:/usr/src/app
|
||||||
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
- ${UPLOAD_LOCATION}/photos:/usr/src/app/upload
|
||||||
- /usr/src/app/node_modules
|
- /usr/src/app/node_modules
|
||||||
|
- /etc/timezone:/etc/timezone:ro
|
||||||
|
- /etc/localtime:/etc/localtime:ro
|
||||||
ports:
|
ports:
|
||||||
- 3001:3001
|
- 3001:3001
|
||||||
- 9230:9230
|
- 9230:9230
|
||||||
@@ -25,25 +27,6 @@ services:
|
|||||||
- database
|
- database
|
||||||
- typesense
|
- typesense
|
||||||
|
|
||||||
immich-machine-learning:
|
|
||||||
container_name: immich_machine_learning
|
|
||||||
image: immich-machine-learning-dev:latest
|
|
||||||
build:
|
|
||||||
context: ../machine-learning
|
|
||||||
dockerfile: Dockerfile
|
|
||||||
ports:
|
|
||||||
- 3003:3003
|
|
||||||
volumes:
|
|
||||||
- ../machine-learning:/usr/src/app
|
|
||||||
- model-cache:/cache
|
|
||||||
env_file:
|
|
||||||
- .env
|
|
||||||
environment:
|
|
||||||
- NODE_ENV=development
|
|
||||||
depends_on:
|
|
||||||
- database
|
|
||||||
restart: unless-stopped
|
|
||||||
|
|
||||||
immich-microservices:
|
immich-microservices:
|
||||||
container_name: immich_microservices
|
container_name: immich_microservices
|
||||||
image: immich-microservices:latest
|
image: immich-microservices:latest
|
||||||
@@ -57,8 +40,10 @@ services:
|
|||||||
command: npm run start:debug microservices
|
command: npm run start:debug microservices
|
||||||
volumes:
|
volumes:
|
||||||
- ../server:/usr/src/app
|
- ../server:/usr/src/app
|
||||||
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
- ${UPLOAD_LOCATION}/photos:/usr/src/app/upload
|
||||||
- /usr/src/app/node_modules
|
- /usr/src/app/node_modules
|
||||||
|
- /etc/timezone:/etc/timezone:ro
|
||||||
|
- /etc/localtime:/etc/localtime:ro
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
ports:
|
ports:
|
||||||
@@ -94,6 +79,25 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- immich-server
|
- immich-server
|
||||||
|
|
||||||
|
immich-machine-learning:
|
||||||
|
container_name: immich_machine_learning
|
||||||
|
image: immich-machine-learning-dev:latest
|
||||||
|
build:
|
||||||
|
context: ../machine-learning
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
ports:
|
||||||
|
- 3003:3003
|
||||||
|
volumes:
|
||||||
|
- ../machine-learning:/usr/src/app
|
||||||
|
- model-cache:/cache
|
||||||
|
env_file:
|
||||||
|
- .env
|
||||||
|
environment:
|
||||||
|
- NODE_ENV=development
|
||||||
|
depends_on:
|
||||||
|
- database
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
typesense:
|
typesense:
|
||||||
container_name: immich_typesense
|
container_name: immich_typesense
|
||||||
image: typesense/typesense:0.24.1@sha256:9bcff2b829f12074426ca044b56160ca9d777a0c488303469143dd9f8259d4dd
|
image: typesense/typesense:0.24.1@sha256:9bcff2b829f12074426ca044b56160ca9d777a0c488303469143dd9f8259d4dd
|
||||||
@@ -103,7 +107,7 @@ services:
|
|||||||
# remove this to get debug messages
|
# remove this to get debug messages
|
||||||
- GLOG_minloglevel=1
|
- GLOG_minloglevel=1
|
||||||
volumes:
|
volumes:
|
||||||
- tsdata:/data
|
- ${UPLOAD_LOCATION}/typesense:/data
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
container_name: immich_redis
|
container_name: immich_redis
|
||||||
@@ -119,7 +123,7 @@ services:
|
|||||||
POSTGRES_USER: ${DB_USERNAME}
|
POSTGRES_USER: ${DB_USERNAME}
|
||||||
POSTGRES_DB: ${DB_DATABASE_NAME}
|
POSTGRES_DB: ${DB_DATABASE_NAME}
|
||||||
volumes:
|
volumes:
|
||||||
- pgdata:/var/lib/postgresql/data
|
- ${UPLOAD_LOCATION}/postgres:/data
|
||||||
ports:
|
ports:
|
||||||
- 5432:5432
|
- 5432:5432
|
||||||
|
|
||||||
@@ -141,6 +145,4 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
pgdata:
|
|
||||||
model-cache:
|
model-cache:
|
||||||
tsdata:
|
|
||||||
|
|||||||
@@ -10,6 +10,8 @@ services:
|
|||||||
command: ["./start-server.sh"]
|
command: ["./start-server.sh"]
|
||||||
volumes:
|
volumes:
|
||||||
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
||||||
|
- /etc/timezone:/etc/timezone:ro
|
||||||
|
- /etc/localtime:/etc/localtime:ro
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
depends_on:
|
depends_on:
|
||||||
@@ -29,7 +31,7 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
immich-microservices:
|
immich-microservices:
|
||||||
container_name: immich_microservices
|
container_name: immich_microservices
|
||||||
image: immich-microservices:latest
|
image: immich-microservices:latest
|
||||||
@@ -42,6 +44,8 @@ services:
|
|||||||
command: ["./start-microservices.sh"]
|
command: ["./start-microservices.sh"]
|
||||||
volumes:
|
volumes:
|
||||||
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
||||||
|
- /etc/timezone:/etc/timezone:ro
|
||||||
|
- /etc/localtime:/etc/localtime:ro
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
@@ -4,9 +4,11 @@ services:
|
|||||||
immich-server:
|
immich-server:
|
||||||
container_name: immich_server
|
container_name: immich_server
|
||||||
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
|
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
|
||||||
command: [ "start.sh", "immich" ]
|
command: ["start.sh", "immich"]
|
||||||
volumes:
|
volumes:
|
||||||
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
||||||
|
- /etc/timezone:/etc/timezone:ro
|
||||||
|
- /etc/localtime:/etc/localtime:ro
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
depends_on:
|
depends_on:
|
||||||
@@ -21,9 +23,11 @@ services:
|
|||||||
# extends:
|
# extends:
|
||||||
# file: hwaccel.yml
|
# file: hwaccel.yml
|
||||||
# service: hwaccel
|
# service: hwaccel
|
||||||
command: [ "start.sh", "microservices" ]
|
command: ["start.sh", "microservices"]
|
||||||
volumes:
|
volumes:
|
||||||
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
||||||
|
- /etc/timezone:/etc/timezone:ro
|
||||||
|
- /etc/localtime:/etc/localtime:ro
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
+31
-10
@@ -39,15 +39,40 @@ This often happens when using a reverse proxy or cloudflare tunnel in front of I
|
|||||||
|
|
||||||
### Why is Immich slow on low-memory systems like the Raspberry Pi?
|
### Why is Immich slow on low-memory systems like the Raspberry Pi?
|
||||||
|
|
||||||
Immich uses optional machine-learning features to enhance search results. This feature, however, can be too heavy to run on a Raspberry Pi. To disable machine learning, comment out the `immich-machine-learning` section of your docker-compose.yml and set `IMMICH_MACHINE_LEARNING_ENABLED=false` in your .env file.
|
Immich optionally uses machine learning for several features. However, it can be too heavy to run on a Raspberry Pi. You can [mitigate](/docs/FAQ#how-can-i-lower-immichs-cpu-usage) this or [disable](/docs/FAQ.md#how-can-i-disable-machine-learning) machine learning entirely.
|
||||||
|
|
||||||
### How to disable machine-learning and TypeSense?
|
### How can I lower Immich's CPU usage?
|
||||||
|
|
||||||
:::warning
|
The initial backup is the most intensive due to the number of jobs running. The most CPU-intensive ones are transcoding and machine learning jobs (Tag Images, Encode CLIP, Recognize Faces), and to a lesser extent thumbnail generation. Here are some ways to lower their CPU usage:
|
||||||
Disabling both will result in poor search experience and typesense utilizes CLIP embeddings which are generated by machine-learning.
|
|
||||||
|
- Lower the job concurrency for these jobs to 1.
|
||||||
|
- Under Settings > Transcoding Settings > Threads, set the number of threads to a low number like 1 or 2.
|
||||||
|
- Set the `TYPESENSE_THREAD_POOL_SIZE` environmental variable and restart the Typesense container. For instance, `TYPESENSE_THREAD_POOL_SIZE=8` will limit it to 8 threads.
|
||||||
|
- Under Settings > Machine Learning Settings > Facial Recognition > Model Name, you can change the facial recognition model to `buffalo_s` instead of `buffalo_l`. The former is a smaller and faster model, albeit not as good.
|
||||||
|
- You _must_ re-run the Recognize Faces job for all images after this for facial recognition on new images to work properly.
|
||||||
|
- If these changes are not enough, see [below](/docs/FAQ.md#how-can-i-disable-machine-learning) for how you can disable machine learning.
|
||||||
|
|
||||||
|
### How can I disable machine learning?
|
||||||
|
|
||||||
|
:::info
|
||||||
|
Disabling machine learning will result in a poor experience for searching and the 'Explore' page, as these are reliant on it to work as intended.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
These features can be disabled by commenting out `immich-typesense` and `immich-machine-learning` sections of the docker-compose.yml and setting `IMMICH_MACHINE_LEARNING_ENABLED=false` & `TYPESENSE_ENABLED=false` in your .env file.
|
Machine learning can be disabled under Settings > Machine Learning Settings, either entirely or by model type. For instance, you can choose to disable smart search with CLIP, but keep facial recognition enabled. This means that the machine learning service will only process the enabled jobs.
|
||||||
|
|
||||||
|
However, disabling all jobs will not disable the machine learning service itself. To prevent it from starting up at all in this case, you can comment out the `immich-machine-learning` section of the docker-compose.yml.
|
||||||
|
|
||||||
|
### How can I disable TypeSense?
|
||||||
|
|
||||||
|
:::info
|
||||||
|
Disabling Typesense will result in a poor search experience since searching is reliant on it.
|
||||||
|
:::
|
||||||
|
|
||||||
|
You can disable Typesense by commenting out the `immich-typesense` section of the docker-compose.yml and setting `TYPESENSE_ENABLED=false` in your .env file.
|
||||||
|
|
||||||
|
### I'm getting errors about models being corrupt or failing to download. What do I do?
|
||||||
|
|
||||||
|
You can delete the model cache volume, which is where models are downloaded. This will give the service a clean environment to download the model again.
|
||||||
|
|
||||||
### What happens to existing files after I choose a new [Storage Template](/docs/administration/storage-template.mdx)?
|
### What happens to existing files after I choose a new [Storage Template](/docs/administration/storage-template.mdx)?
|
||||||
|
|
||||||
@@ -59,7 +84,7 @@ This is fixed by running the storage migration job.
|
|||||||
|
|
||||||
### Why is object detection not very good?
|
### Why is object detection not very good?
|
||||||
|
|
||||||
The model we used for machine learning is a prebuilt model, so the accuracy is not very good. It will hopefully be replaced with a better solution in the future.
|
The default image tagging model is relatively small. You can change this for a larger model like `google/vit-base-patch16-224` by setting the model name under Settings > Machine Learning Settings > Image Tagging. You can then re-run the Image Tagging job to get improved tags.
|
||||||
|
|
||||||
### How can I see Immich logs?
|
### How can I see Immich logs?
|
||||||
|
|
||||||
@@ -96,10 +121,6 @@ docker-compose down -v
|
|||||||
|
|
||||||
After removing the containers and volumes, the **Files** can be cleaned up (if necessary) from the `UPLOAD_LOCATION` by simply deleting an unwanted files or folders.
|
After removing the containers and volumes, the **Files** can be cleaned up (if necessary) from the `UPLOAD_LOCATION` by simply deleting an unwanted files or folders.
|
||||||
|
|
||||||
### Why iOS app shows duplicate photos on the timeline while the web doesn't?
|
|
||||||
|
|
||||||
If you are using `My Photo Stream`, the Photos app temporarily creates duplicates of photos taken in the last 30 days. These photos are included in the `Recents` album and thus shown up twice. To fix this, you can disable `My Photo Stream` in the native Photos app or choose a different album in the backup screen in Immich.
|
|
||||||
|
|
||||||
### How can I move all data (photos, persons, albums) from one user to another?
|
### How can I move all data (photos, persons, albums) from one user to another?
|
||||||
|
|
||||||
This requires some database queries. You can do this on the command line (in the PostgreSQL container using the psql command), or you can add for example an [Adminer](https://www.adminer.org/) container to the `docker-compose.yml` file, so that you can use a web-interface.
|
This requires some database queries. You can do this on the command line (in the PostgreSQL container using the psql command), or you can add for example an [Adminer](https://www.adminer.org/) container to the `docker-compose.yml` file, so that you can use a web-interface.
|
||||||
|
|||||||
@@ -16,20 +16,53 @@ To run a command, [connect](/docs/guides/docker-help.md#attach-to-a-container) t
|
|||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
Note that the commands below should begin with `immich-admin`.
|
|
||||||
|
|
||||||
Reset Admin Password
|
Reset Admin Password
|
||||||
|
|
||||||

|
```
|
||||||
|
immich-admin reset-admin-password
|
||||||
|
Found Admin:
|
||||||
|
- ID=e65e6f88-2a30-4dbe-8dd9-1885f4889b53
|
||||||
|
- OAuth ID=
|
||||||
|
- Email=admin@example.com
|
||||||
|
- Name=Immich Admin
|
||||||
|
? Please choose a new password (optional) immich-is-cool
|
||||||
|
The admin password has been updated.
|
||||||
|
```
|
||||||
|
|
||||||
Disable Password Login
|
Disable Password Login
|
||||||
|
|
||||||

|
```
|
||||||
|
immich-admin disable-password-login
|
||||||
|
Password login has been disabled.
|
||||||
|
```
|
||||||
|
|
||||||
Enabled Password Login
|
Enabled Password Login
|
||||||
|
|
||||||

|
```
|
||||||
|
immich-admin enable-password-login
|
||||||
|
Password login has been enabled.
|
||||||
|
```
|
||||||
|
|
||||||
List Users
|
List Users
|
||||||
|
|
||||||

|
```
|
||||||
|
immich-admin list-users
|
||||||
|
[
|
||||||
|
{
|
||||||
|
id: 'e65e6f88-2a30-4dbe-8dd9-1885f4889b53',
|
||||||
|
email: 'immich@example.com.com',
|
||||||
|
firstName: 'Immich',
|
||||||
|
lastName: 'Admin',
|
||||||
|
storageLabel: 'admin',
|
||||||
|
externalPath: null,
|
||||||
|
profileImagePath: 'upload/profile/e65e6f88-2a30-4dbe-8dd9-1885f4889b53/e65e6f88-2a30-4dbe-8dd9-1885f4889b53.jpg',
|
||||||
|
shouldChangePassword: true,
|
||||||
|
isAdmin: true,
|
||||||
|
createdAt: 2023-07-11T20:12:20.602Z,
|
||||||
|
deletedAt: null,
|
||||||
|
updatedAt: 2023-09-21T15:42:28.129Z,
|
||||||
|
oauthId: '',
|
||||||
|
memoriesEnabled: true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
```
|
||||||
|
|||||||
@@ -89,6 +89,12 @@ The machine learning service is written in [Python](https://www.python.org/) and
|
|||||||
|
|
||||||
All machine learning related operations have been externalized to this service, `immich-machine-learning`. Python is a natural choice for AI and machine learning. It also has some pretty specific hardware requirements. Running it as a separate container makes it possible to run the container on a separate machine, or easily disable it entirely.
|
All machine learning related operations have been externalized to this service, `immich-machine-learning`. Python is a natural choice for AI and machine learning. It also has some pretty specific hardware requirements. Running it as a separate container makes it possible to run the container on a separate machine, or easily disable it entirely.
|
||||||
|
|
||||||
|
Each request to the machine learning service contains the relevant metadata for the model task, model name, and so on. These settings are stored in Postgres along with other system configs. For each request, the microservices container fetches these settings in order to attach them to the request.
|
||||||
|
|
||||||
|
Internally, the machine learning service downloads, loads and configures the specified model for a given request before processing the text or image payload with it. Models that have been loaded are cached and reused across requests. A thread pool is used to process each request in a different thread so as not to block the async event loop.
|
||||||
|
|
||||||
|
All models are in ONNX format. This format has wide industry support, meaning that most other model formats can be exported to it and many hardware APIs support it. It's also quite fast.
|
||||||
|
|
||||||
Machine learning models are also quite _large_, requiring _quite a bit_ of memory. We are always looking for ways to improve and optimize this aspect of this container specifically.
|
Machine learning models are also quite _large_, requiring _quite a bit_ of memory. We are always looking for ways to improve and optimize this aspect of this container specifically.
|
||||||
|
|
||||||
### Postgres
|
### Postgres
|
||||||
|
|||||||
@@ -56,8 +56,6 @@ The API key can be obtained in the user setting panel on the web interface.
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Uploading existing libraries
|
|
||||||
|
|
||||||
### Run via Docker
|
### Run via Docker
|
||||||
|
|
||||||
You can run the CLI inside of a docker container to avoid needing to install anything.
|
You can run the CLI inside of a docker container to avoid needing to install anything.
|
||||||
|
|||||||
@@ -0,0 +1,148 @@
|
|||||||
|
# Libraries
|
||||||
|
|
||||||
|
## Overview
|
||||||
|
|
||||||
|
Immich supports the creation of libraries which is a top-level asset container. Currently, there are two types of libraries: traditional upload libraries that can sync with a mobile device, and external libraries, that keeps up to date with files on disk. Libraries are different from albums in that an asset can belong to multiple albums but only one library, and deleting a library deletes all assets contained within. As of August 2023, this is a new feature and libraries have a lot of potential for future development beyond what is documented here. This document attempts to describe the current state of libraries.
|
||||||
|
|
||||||
|
## The Upload Library
|
||||||
|
|
||||||
|
Immich comes preconfigured with an upload library for each user. All assets uploaded to Immich are added to this library. This library can be renamed, but not deleted. The upload library is the only library that can be synced with a mobile device. No items in an upload library is allowed to have the same sha1 hash as another item in the same library in order to prevent duplicates.
|
||||||
|
|
||||||
|
## External Libraries
|
||||||
|
|
||||||
|
External libraries tracks assets stored outside of immich, i.e. in the file system. Immich will only read data from the files, and will not modify them in any way. Therefore, the delete button is disabled for external assets. When the external library is scanned, immich will read the metadata from the file and create an asset in the library for each image or video file. These items will then be shown in the main timeline, and they will look and behave like any other asset, including viewing on the map, adding to albums, etc.
|
||||||
|
|
||||||
|
If a file is modified outside of Immich, the changes will not be reflected in immich until the library is scanned again. There are different ways to scan a library depending on the use case:
|
||||||
|
|
||||||
|
- Scan Library Files: This is the default scan method and also the quickest. It will scan all files in the library and add new files to the library. It will notice if any files are missing (see below) but not check existing assets
|
||||||
|
- Scan All Library Files: Same as above, but will check each existing asset to see if the modification time has changed. If it has, the asset will be updated. Since it has to check each asset, this is slower than Scan Library Files.
|
||||||
|
- Force Scan All Library Files: Same as above, but will read each asset from disk no matter the modification time. This is useful in some cases where an asset has been modified externally but the modification time has not changed. This is the slowest way to scan because it reads each asset from disk.
|
||||||
|
|
||||||
|
:::caution
|
||||||
|
|
||||||
|
Due to aggressive caching it can take some time for a refreshed asset to appear correctly in the web view. You need to clear the cache in your browser to see the changes. This is a known issue and will be fixed in a future release. In Chrome, you need to open the developer console with F12, then reload the page with F5, and finally right click on the reload button and select "Empty Cache and Hard Reload".
|
||||||
|
|
||||||
|
:::
|
||||||
|
|
||||||
|
In external libraries, the file path is used for duplicate detection. This means that if a file is moved to a different location, it will be added as a new asset. If the file is moved back to its original location, it will be added as a new asset. In contrast to upload libraries, two identical files can be uploaded if they are in different locations. This is a deliberate design choice to make Immich reflect the file system as closely as possible. Remember that duplication detection is only done within the same library, so if you have multiple external libraries, the same file can be added to multiple libraries.
|
||||||
|
|
||||||
|
:::caution
|
||||||
|
|
||||||
|
If you add assets from an external library to an album and then move the asset to another location within the library, the asset will be removed from the album upon rescan. This is because the asset is considered a new asset after the move. This is a known issue and will be fixed in a future release.
|
||||||
|
|
||||||
|
:::
|
||||||
|
|
||||||
|
### Deleted External Assets
|
||||||
|
|
||||||
|
In all above scan methods, Immich will check if any files are missing. This can happen if files are deleted, or if they are on a storage location that is currently unavailable, like a network drive that is not mounted, or a USB drive that has been unplugged. In order to prevent accidental deletion of assets, Immich will not immediately delete an asset from the library if the file is missing. Instead, the asset will be internally marked as offline and will still be visible in the main timeline. If the file is moved back to its original location and the library is scanned again, the asset will be restored.
|
||||||
|
|
||||||
|
Finally, files can be deleted from Immich via the `Remove Offline Files` job. Any assets marked as offline will then be removed from Immich. Run this job whenever files have been deleted from the file system and you want to remove them from Immich. Note that a library scan must be performed first to mark the assets as offline.
|
||||||
|
|
||||||
|
### Import Paths
|
||||||
|
|
||||||
|
External libraries use import paths to determine which files to scan. Each library can have multiple import paths so that files from different locations can be added to the same library. Import paths are scanned recursively, and if a file is in multiple import paths, it will only be added once. If the import paths are edited in a way that an external file is no longer in any import path, it will be removed from the library in the same way a deleted file would. If the file is moved back to an import path, it will be added again as if it was a new file.
|
||||||
|
|
||||||
|
### Security Considerations
|
||||||
|
|
||||||
|
For security purposes, each Immich user is disallowed to add external files by default. This is to prevent devastating [path traversal attacks](https://owasp.org/www-community/attacks/Path_Traversal). An admin can allow individual users to use external path feature via the `external path` setting found in the admin panel. Without the external path restriction, a user can add any image or video file on the Immich host filesystem to be imported into Immich, potentially allowing sensitive data to be accessed. If you are running Immich as root in your Docker setup (which is the default), all external file reads are done with root privileges. This is particularly dangerous if the Immich host is a shared server.
|
||||||
|
|
||||||
|
With the `external path` set, a user is restricted to accessing external files to files or directories within that path. The Immich admin should still be careful not set the external path too generously. For example, `user1` wants to read their photos in to `/home/user1`. A lazy admin sets that user's external path to `/home/` since it "gets the job done". However, that user will then be able to read all photos in `/home/user2/private-photos`, too! Please set the external path as specific as possible. If multiple folders must be added, do this using the docker volume mount feature described below.
|
||||||
|
|
||||||
|
### Exclusion Patterns and Scan Settings
|
||||||
|
|
||||||
|
By default, all files in the import paths will be added to the library. If there are files that should not be added, exclusion patterns can be used to exclude them. Exclusion patterns are glob patterns are matched against the full file path. If a file matches an exclusion pattern, it will not be added to the library. Exclusion patterns can be added in the Scan Settings page for each library. Under the hood, Immich uses the [glob](https://www.npmjs.com/package/glob) package to match patterns, so please refer to [their documentation](https://github.com/isaacs/node-glob#glob-primer) to see what patterns are supported.
|
||||||
|
|
||||||
|
Some basic examples:
|
||||||
|
|
||||||
|
- `*.tif` will exclude all files with the extension `.tif`
|
||||||
|
- `hidden.jpg` will exclude all files named `hidden.jpg`
|
||||||
|
- `**/Raw/**` will exclude all files in any directory named `Raw`
|
||||||
|
- `*.(tif,jpg)` will exclude all files with the extension `.tif` or `.jpg`
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
Let's show a concrete example where we add an existing gallery to Immich. Here, we have the following folders we want to add:
|
||||||
|
|
||||||
|
- `/home/user/old-pics`: a folder contining childhood photos.
|
||||||
|
- `/mnt/nas/christmas-trip`: photos from a christmas trip. The subfolder `/mnt/nas/christmas-trip/Raw` contains the raw files directly from the DSLR. We don't want to import the raw files to Immich
|
||||||
|
- `/mnt/media/videos`: Videos from the same christmas trip.
|
||||||
|
|
||||||
|
First, we need to plan how we want to organize the libraries. The christmas trip photos should belong to its own library since we want to exclude the raw files. The videos and old photos can be in the same library since we want to import all files. We could also add all three folders to the same library if there are no files matching the Raw exclusion pattern in the other folders.
|
||||||
|
|
||||||
|
### Mount Docker Volumes
|
||||||
|
|
||||||
|
`immich-server` and `immich-microservices` containers will need access to the gallery. Modify your docker compose file as follows
|
||||||
|
|
||||||
|
```diff title="docker-compose.yml"
|
||||||
|
immich-server:
|
||||||
|
volumes:
|
||||||
|
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
||||||
|
+ - /mnt/nas/christmas-trip:/mnt/media/christmas-trip:ro
|
||||||
|
+ - /home/user/old-pics:/mnt/media/old-pics:ro
|
||||||
|
+ - /mnt/media/videos:/mnt/media/videos:ro
|
||||||
|
|
||||||
|
|
||||||
|
immich-microservices:
|
||||||
|
volumes:
|
||||||
|
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
||||||
|
+ - /mnt/nas/christmas-trip:/mnt/media/christmas-trip:ro
|
||||||
|
+ - /home/user/old-pics:/mnt/media/old-pics:ro
|
||||||
|
+ - /mnt/media/videos:/mnt/media/videos:ro
|
||||||
|
```
|
||||||
|
|
||||||
|
:::tip
|
||||||
|
The `ro` flag at the end only gives read-only access to the volumes. While Immich does not modify files, it's a good practice to mount read-only.
|
||||||
|
:::
|
||||||
|
|
||||||
|
_Remember to bring the container down/up to register the changes. Make sure you can see the mounted path in the container._
|
||||||
|
|
||||||
|
### Set External Path
|
||||||
|
|
||||||
|
Only an admin can do this.
|
||||||
|
|
||||||
|
- Navigate to `Administration > Users` page on the web.
|
||||||
|
- Click on the user edit button.
|
||||||
|
- Set `/mnt/media` to be the external path. This folder will only contain the three folders that we want to import, so nothing else can be accessed.
|
||||||
|
|
||||||
|
### Create External Libraries
|
||||||
|
|
||||||
|
- Click on your user name in the top right corner -> Account Settings
|
||||||
|
- Click on Libraries
|
||||||
|
- Click on Create External Library
|
||||||
|
- Click the drop-down menu on the newly created library
|
||||||
|
- Click on Rename Library and rename it to "Christmas Trip"
|
||||||
|
- Click Edit Import Paths
|
||||||
|
- Click on Add Path
|
||||||
|
- Enter `/mnt/media/christmas-trip` then click Add
|
||||||
|
|
||||||
|
NOTE: We have to use the `/mnt/media/christmas-trip` path and not the `/mnt/nas/christmas-trip` path since all paths have to be what the Docker containers see.
|
||||||
|
|
||||||
|
Next, we'll add an exclusion pattern to filter out raw files.
|
||||||
|
|
||||||
|
- Click the drop-down menu on the newly christmas library
|
||||||
|
- Click on Manage
|
||||||
|
- Click on Scan Settings
|
||||||
|
- Click on Add Exclusion Pattern
|
||||||
|
- Enter `**/Raw/**` and click save.
|
||||||
|
- Click save
|
||||||
|
- Click the drop-down menu on the newly created library
|
||||||
|
- Click on Scan Library Files
|
||||||
|
|
||||||
|
The christmas trip library will now be scanned in the background. In the meantime, let's add the videos and old photos to another library.
|
||||||
|
|
||||||
|
- Click on Create External Library.
|
||||||
|
|
||||||
|
:::info Note
|
||||||
|
If you get an error here, please rename the other external library to something else. This is a bug that will be fixed in a future release.
|
||||||
|
:::
|
||||||
|
|
||||||
|
- Click the drop-down menu on the newly created library
|
||||||
|
- Click Edit Import Paths
|
||||||
|
- Click on Add Path
|
||||||
|
- Enter `/mnt/media/old-pics` then click Add
|
||||||
|
- Click on Add Path
|
||||||
|
- Enter `/mnt/media/videos` then click Add
|
||||||
|
- Click Save
|
||||||
|
- Click on Scan Library Files
|
||||||
|
|
||||||
|
Within seconds, the assets from the old-pics and videos folders should show up in the main timeline.
|
||||||
@@ -1,4 +1,10 @@
|
|||||||
# Read-only Gallery [Experimental]
|
# Read-only Gallery [Deprecated]
|
||||||
|
|
||||||
|
:::caution
|
||||||
|
|
||||||
|
This feature is being deprecated in favor of [Libraries](/docs/features/libraries.md).
|
||||||
|
|
||||||
|
:::
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
@@ -6,18 +12,6 @@ This feature enables users to use an existing gallery without uploading the asse
|
|||||||
|
|
||||||
Upon syncing the file information, it will be read by Immich to generate supported files.
|
Upon syncing the file information, it will be read by Immich to generate supported files.
|
||||||
|
|
||||||
:::caution
|
|
||||||
|
|
||||||
This feature is still in an experimental stage. And this is an initial implementation and will receive improvements in the future.
|
|
||||||
|
|
||||||
The current limitations of this feature are:
|
|
||||||
|
|
||||||
- Assets are not automatically synced and must instead be manually synced with the CLI tool.
|
|
||||||
- Only new files that are added to the gallery will be detected.
|
|
||||||
- Deleted and moved files will not be detected.
|
|
||||||
|
|
||||||
:::
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
:::tip Example scenario
|
:::tip Example scenario
|
||||||
|
|||||||
@@ -0,0 +1,81 @@
|
|||||||
|
# Database Queries
|
||||||
|
|
||||||
|
:::danger
|
||||||
|
Keep in mind that mucking around in the database might set the moon on fire. Avoid modifying the database directly when possible, and always have current backups.
|
||||||
|
:::
|
||||||
|
|
||||||
|
:::tip
|
||||||
|
Run `docker exec -it immich_postgres psql immich <DB_USERNAME>` to connect to the database via the container directly.
|
||||||
|
|
||||||
|
(Replace `<DB_USERNAME>` wit the value from your [`.env` file](/docs/install/environment-variables#database)).
|
||||||
|
:::
|
||||||
|
|
||||||
|
## Assets
|
||||||
|
|
||||||
|
:::note
|
||||||
|
The `"originalFileName"` column is the name of the uploaded file _without_ the extension.
|
||||||
|
:::
|
||||||
|
|
||||||
|
```sql title="Find by original filename"
|
||||||
|
SELECT * FROM "assets" WHERE "originalFileName" = 'PXL_20230903_232542848';
|
||||||
|
SELECT * FROM "assets" WHERE "originalFileName" LIKE 'PXL_%'; -- all files starting with PXL_
|
||||||
|
SELECT * FROM "assets" WHERE "originalFileName" LIKE '%_2023_%'; -- all files with _2023_ in the middle
|
||||||
|
```
|
||||||
|
|
||||||
|
```sql title="Find by path"
|
||||||
|
SELECT * FROM "assets" WHERE "originalPath" = 'upload/library/admin/2023/2023-09-03/PXL_20230903_232542848.jpg';
|
||||||
|
SELECT * FROM "assets" WHERE "originalPath" LIKE 'upload/library/admin/2023/%';
|
||||||
|
```
|
||||||
|
|
||||||
|
```sql title="Find by checksum" (sha1)
|
||||||
|
SELECT encode("checksum", 'hex') FROM "assets";
|
||||||
|
SELECT * FROM "assets" WHERE "checksum" = decode('69de19c87658c4c15d9cacb9967b8e033bf74dd1', 'hex');
|
||||||
|
```
|
||||||
|
|
||||||
|
```sql title="Live photos"
|
||||||
|
SELECT * FROM "assets" where "livePhotoVideoId" IS NOT NULL;
|
||||||
|
```
|
||||||
|
|
||||||
|
```sql title="Without metadata"
|
||||||
|
SELECT "assets".* FROM "exif" LEFT JOIN "assets" ON "assets"."id" = "exif"."assetId" WHERE "exif"."assetId" IS NULL;
|
||||||
|
```
|
||||||
|
|
||||||
|
```sql title="Without thumbnails"
|
||||||
|
SELECT * FROM "assets" WHERE "assets"."resizePath" IS NULL OR "assets"."webpPath" IS NULL;
|
||||||
|
```
|
||||||
|
|
||||||
|
```sql title="By type"
|
||||||
|
SELECT * FROM "assets" WHERE "assets"."type" = 'VIDEO';
|
||||||
|
SELECT * FROM "assets" WHERE "assets"."type" = 'IMAGE';
|
||||||
|
```
|
||||||
|
|
||||||
|
```sql title="Count by type"
|
||||||
|
SELECT "assets"."type", count(*) FROM "assets" GROUP BY "assets"."type";
|
||||||
|
```
|
||||||
|
|
||||||
|
```sql title="Count by type (per user)"
|
||||||
|
SELECT
|
||||||
|
"users"."email", "assets"."type", COUNT(*)
|
||||||
|
FROM
|
||||||
|
"assets"
|
||||||
|
JOIN
|
||||||
|
"users" ON "assets"."ownerId" = "users"."id"
|
||||||
|
GROUP BY
|
||||||
|
"assets"."type", "users"."email"
|
||||||
|
ORDER BY
|
||||||
|
"users"."email";
|
||||||
|
```
|
||||||
|
|
||||||
|
## Users
|
||||||
|
|
||||||
|
```sql title="List"
|
||||||
|
SELECT * FROM "users";
|
||||||
|
```
|
||||||
|
|
||||||
|
## System Config
|
||||||
|
|
||||||
|
```sql title="Custom settings"
|
||||||
|
SELECT "key", "value" FROM "system_config";
|
||||||
|
```
|
||||||
|
|
||||||
|
(Only used when not using the [config file](/docs/install/config-file))
|
||||||
@@ -1,7 +1,3 @@
|
|||||||
---
|
|
||||||
sidebar_position: 1
|
|
||||||
---
|
|
||||||
|
|
||||||
# Docker Help
|
# Docker Help
|
||||||
|
|
||||||
## Containers
|
## Containers
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Hosting the machine-learning service on another system
|
# Remote Machine Learning
|
||||||
|
|
||||||
To alleviate [performance issues on low-memory systems](/docs/FAQ.md#why-is-immich-slow-on-low-memory-systems-like-the-raspberry-pi) like the Raspberry Pi, you may also host Immich's machine-learning container on a more powerful system (e.g. your laptop or desktop computer):
|
To alleviate [performance issues on low-memory systems](/docs/FAQ.md#why-is-immich-slow-on-low-memory-systems-like-the-raspberry-pi) like the Raspberry Pi, you may also host Immich's machine-learning container on a more powerful system (e.g. your laptop or desktop computer):
|
||||||
|
|
||||||
|
|||||||
@@ -54,6 +54,26 @@ The default configuration looks like this:
|
|||||||
"concurrency": 1
|
"concurrency": 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"machineLearning": {
|
||||||
|
"classification": {
|
||||||
|
"minScore": 0.7,
|
||||||
|
"enabled": true,
|
||||||
|
"modelName": "microsoft/resnet-50"
|
||||||
|
},
|
||||||
|
"enabled": true,
|
||||||
|
"url": "http://immich-machine-learning:3003",
|
||||||
|
"clip": {
|
||||||
|
"enabled": true,
|
||||||
|
"modelName": "ViT-B-32::openai"
|
||||||
|
},
|
||||||
|
"facialRecognition": {
|
||||||
|
"enabled": true,
|
||||||
|
"modelName": "buffalo_l",
|
||||||
|
"minScore": 0.7,
|
||||||
|
"maxDistance": 0.6,
|
||||||
|
"minFaces": 1
|
||||||
|
}
|
||||||
|
},
|
||||||
"oauth": {
|
"oauth": {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"issuerUrl": "",
|
"issuerUrl": "",
|
||||||
@@ -75,7 +95,9 @@ The default configuration looks like this:
|
|||||||
},
|
},
|
||||||
"thumbnail": {
|
"thumbnail": {
|
||||||
"webpSize": 250,
|
"webpSize": 250,
|
||||||
"jpegSize": 1440
|
"jpegSize": 1440,
|
||||||
|
"quality": 90,
|
||||||
|
"colorspace": "p3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -4,6 +4,17 @@ sidebar_position: 90
|
|||||||
|
|
||||||
# Environment Variables
|
# Environment Variables
|
||||||
|
|
||||||
|
:::caution
|
||||||
|
|
||||||
|
To change environment variables, you must recreate the Immich containers.
|
||||||
|
Just restarting the containers does not replace the environment within the container!
|
||||||
|
|
||||||
|
In order to recreate the container using docker compose, run `docker compose up -d`.
|
||||||
|
In most cases docker will recognize that the `.env` file has changed and recreate the affected containers.
|
||||||
|
If this should not work, try running `docker compose up -d --force-recreate`.
|
||||||
|
|
||||||
|
:::
|
||||||
|
|
||||||
## Docker Compose
|
## Docker Compose
|
||||||
|
|
||||||
| Variable | Description | Default | Services |
|
| Variable | Description | Default | Services |
|
||||||
@@ -38,11 +49,9 @@ These environment variables are used by the `docker-compose.yml` file and do **N
|
|||||||
|
|
||||||
## Geocoding
|
## Geocoding
|
||||||
|
|
||||||
| Variable | Description | Default | Services |
|
| Variable | Description | Default | Services |
|
||||||
| :--------------------------------- | :---------------------------------- | :--------------------------: | :------------ |
|
| :--------------------------------- | :------------------------------- | :--------------------------: | :------------ |
|
||||||
| `DISABLE_REVERSE_GEOCODING` | Disable Reverse Geocoding Precision | `false` | microservices |
|
| `REVERSE_GEOCODING_DUMP_DIRECTORY` | Reverse Geocoding Dump Directory | `./.reverse-geocoding-dump/` | microservices |
|
||||||
| `REVERSE_GEOCODING_PRECISION` | Reverse Geocoding Precision | `3` | microservices |
|
|
||||||
| `REVERSE_GEOCODING_DUMP_DIRECTORY` | Reverse Geocoding Dump Directory | `./.reverse-geocoding-dump/` | microservices |
|
|
||||||
|
|
||||||
## Ports
|
## Ports
|
||||||
|
|
||||||
@@ -177,15 +186,21 @@ Typesense URL example JSON before encoding:
|
|||||||
|
|
||||||
## Machine Learning
|
## Machine Learning
|
||||||
|
|
||||||
| Variable | Description | Default | Services |
|
| Variable | Description | Default | Services |
|
||||||
| :----------------------------------------------- | :----------------------------------------- | :-----------------: | :--------------- |
|
| :----------------------------------------------- | :---------------------------------------------------------------- | :-----------------: | :--------------- |
|
||||||
| `MACHINE_LEARNING_MODEL_TTL` | Model TTL | `300` | machine learning |
|
| `MACHINE_LEARNING_MODEL_TTL`<sup>\*1</sup> | Inactivity time (s) before a model is unloaded (disabled if <= 0) | `0` | machine learning |
|
||||||
| `MACHINE_LEARNING_CACHE_FOLDER` | ML Cache Location | `/cache` | machine learning |
|
| `MACHINE_LEARNING_CACHE_FOLDER` | Directory where models are downloaded | `/cache` | machine learning |
|
||||||
| `MACHINE_LEARNING_REQUEST_THREADS`<sup>\*1</sup> | Request thread pool size | number of CPU cores | machine learning |
|
| `MACHINE_LEARNING_REQUEST_THREADS`<sup>\*2</sup> | Thread count of the request thread pool (disabled if <= 0) | number of CPU cores | machine learning |
|
||||||
| `MACHINE_LEARNING_MODEL_INTER_OP_THREADS` | Number of parallel model operations | `1` | machine learning |
|
| `MACHINE_LEARNING_MODEL_INTER_OP_THREADS` | Number of parallel model operations | `1` | machine learning |
|
||||||
| `MACHINE_LEARNING_MODEL_INTRA_OP_THREADS` | Number of threads for each model operation | `2` | machine learning |
|
| `MACHINE_LEARNING_MODEL_INTRA_OP_THREADS` | Number of threads for each model operation | `2` | machine learning |
|
||||||
|
| `MACHINE_LEARNING_WORKERS`<sup>\*3</sup> | Number of worker processes to spawn | `1` | machine learning |
|
||||||
|
| `MACHINE_LEARNING_WORKER_TIMEOUT` | Maximum time (s) of unresponsiveness before a worker is killed | `120` | machine learning |
|
||||||
|
|
||||||
\*1: It is recommended to begin with this parameter when changing the concurrency levels of the machine learning service and then tune the other ones.
|
\*1: This is an experimental feature. It may result in increased memory use over time when loading models repeatedly.
|
||||||
|
|
||||||
|
\*2: It is recommended to begin with this parameter when changing the concurrency levels of the machine learning service and then tune the other ones.
|
||||||
|
|
||||||
|
\*3: Since each process duplicates models in memory, changing this is not recommended unless you have abundant memory to go around.
|
||||||
|
|
||||||
:::info
|
:::info
|
||||||
|
|
||||||
|
|||||||
@@ -161,6 +161,7 @@ const config = {
|
|||||||
prism: {
|
prism: {
|
||||||
theme: lightCodeTheme,
|
theme: lightCodeTheme,
|
||||||
darkTheme: darkCodeTheme,
|
darkTheme: darkCodeTheme,
|
||||||
|
additionalLanguages: ['sql'],
|
||||||
},
|
},
|
||||||
image: 'overview/img/feature-panel.png',
|
image: 'overview/img/feature-panel.png',
|
||||||
}),
|
}),
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
"docusaurus": "docusaurus",
|
"docusaurus": "docusaurus",
|
||||||
"format": "prettier --check .",
|
"format": "prettier --check .",
|
||||||
"format:fix": "prettier --write .",
|
"format:fix": "prettier --write .",
|
||||||
"start": "docusaurus start",
|
"start": "docusaurus start --port 3005",
|
||||||
"build": "docusaurus build",
|
"build": "docusaurus build",
|
||||||
"swizzle": "docusaurus swizzle",
|
"swizzle": "docusaurus swizzle",
|
||||||
"deploy": "docusaurus deploy",
|
"deploy": "docusaurus deploy",
|
||||||
|
|||||||
@@ -17,6 +17,8 @@ Be sure to commit the `poetry.lock` and `pyproject.toml` files to reflect any ch
|
|||||||
|
|
||||||
To measure inference throughput and latency, you can use [Locust](https://locust.io/) using the provided `locustfile.py`.
|
To measure inference throughput and latency, you can use [Locust](https://locust.io/) using the provided `locustfile.py`.
|
||||||
Locust works by querying the model endpoints and aggregating their statistics, meaning the app must be deployed.
|
Locust works by querying the model endpoints and aggregating their statistics, meaning the app must be deployed.
|
||||||
You can run `load_test.sh` to automatically deploy the app locally and start Locust, optionally adjusting its env variables as needed.
|
You can change the models or adjust options like score thresholds through the Locust UI.
|
||||||
|
|
||||||
Alternatively, for more custom testing, you may also run `locust` directly: see the [documentation](https://docs.locust.io/en/stable/index.html). Note that in Locust's jargon, concurrency is measured in `users`, and each user runs one task at a time. To achieve a particular per-endpoint concurrency, multiply that number by the number of endpoints to be queried. For example, if there are 3 endpoints and you want each of them to receive 8 requests at a time, you should set the number of users to 24.
|
To get started, you can simply run `locust --web-host 127.0.0.1` and open `localhost:8089` in a browser to access the UI. See the [Locust documentation](https://docs.locust.io/en/stable/index.html) for more info on running Locust.
|
||||||
|
|
||||||
|
Note that in Locust's jargon, concurrency is measured in `users`, and each user runs one task at a time. To achieve a particular per-endpoint concurrency, multiply that number by the number of endpoints to be queried. For example, if there are 3 endpoints and you want each of them to receive 8 requests at a time, you should set the number of users to 24.
|
||||||
@@ -0,0 +1,22 @@
|
|||||||
|
# Immich Apprentissage machine
|
||||||
|
|
||||||
|
- Classification d'images
|
||||||
|
- Embarquement de CLIP
|
||||||
|
- Reconnaissance faciale
|
||||||
|
|
||||||
|
# Mise en place
|
||||||
|
|
||||||
|
Ce projet utilise [Poetry](https://python-poetry.org/docs/#installation), donc soyez certain de l'installer en premier.
|
||||||
|
Exécuter `poetry install --no-root --with dev` installera tout ce dont vous avez besoin dans un environnement virtuel isolé.
|
||||||
|
|
||||||
|
Pour ajouter ou supprimer des dépendances, vous pouvez utiliser les commandes `poetry add $PACKAGE_NAME` et `poetry remove $PACKAGE_NAME` respectivement.
|
||||||
|
Soyez sûr de commit les fichiers `poetry.lock` et `pyproject.toml` pour refléter les changements de dépendances.
|
||||||
|
|
||||||
|
|
||||||
|
# Test de charge
|
||||||
|
|
||||||
|
Pour mesurer le débit d'inférence et la latence, vous pouvez utiliser [Locust](https://locust.io/) avec le fichier fourni `locustfile.py`.
|
||||||
|
Locust fonctionne en interrogeant les endpoints des modèles et en aggrégeant leurs statistiques, signifiant que l'application doit être déployée.
|
||||||
|
Vous pouvez exécuter `load_test.sh` pour automatiquement déployer l'application localement et démarrer Locust, en ajustant si besoin ses variables d'environnement.
|
||||||
|
|
||||||
|
En alternative, pour réaliser plus de tests customisés, vous pourriez aussi exécuter `locust` directement : voir la [documentation](https://docs.locust.io/en/stable/index.html). Notez que dans le jargon de Locust, la concurrence est mesurée en `users` et que chaque user exécute une tâche après l'autre. Pour parvenir à une concurrence par endpoint, multipliez ce nombre par le nombre d'endpoints à interroger. Par exemple, s'il y a 3 endpoints et que vous voulez que chacun d'entre eux reçoive 8 requêtes à la fois, vous devrez mettre ce nombre d'users à 24.
|
||||||
@@ -1,4 +1,5 @@
|
|||||||
from typing import Iterator, TypeAlias
|
import json
|
||||||
|
from typing import Any, Iterator, TypeAlias
|
||||||
from unittest import mock
|
from unittest import mock
|
||||||
|
|
||||||
import numpy as np
|
import numpy as np
|
||||||
@@ -31,3 +32,8 @@ def mock_get_model() -> Iterator[mock.Mock]:
|
|||||||
def deployed_app() -> TestClient:
|
def deployed_app() -> TestClient:
|
||||||
init_state()
|
init_state()
|
||||||
return TestClient(app)
|
return TestClient(app)
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.fixture(scope="session")
|
||||||
|
def responses() -> dict[str, Any]:
|
||||||
|
return json.load(open("responses.json", "r"))
|
||||||
|
|||||||
@@ -1,10 +1,13 @@
|
|||||||
import asyncio
|
import asyncio
|
||||||
|
import threading
|
||||||
from concurrent.futures import ThreadPoolExecutor
|
from concurrent.futures import ThreadPoolExecutor
|
||||||
from typing import Any
|
from typing import Any
|
||||||
|
from zipfile import BadZipFile
|
||||||
|
|
||||||
import orjson
|
import orjson
|
||||||
from fastapi import FastAPI, Form, HTTPException, UploadFile
|
from fastapi import FastAPI, Form, HTTPException, UploadFile
|
||||||
from fastapi.responses import ORJSONResponse
|
from fastapi.responses import ORJSONResponse
|
||||||
|
from onnxruntime.capi.onnxruntime_pybind11_state import InvalidProtobuf, NoSuchFile # type: ignore
|
||||||
from starlette.formparsers import MultiPartParser
|
from starlette.formparsers import MultiPartParser
|
||||||
|
|
||||||
from app.models.base import InferenceModel
|
from app.models.base import InferenceModel
|
||||||
@@ -31,6 +34,7 @@ def init_state() -> None:
|
|||||||
)
|
)
|
||||||
# asyncio is a huge bottleneck for performance, so we use a thread pool to run blocking code
|
# asyncio is a huge bottleneck for performance, so we use a thread pool to run blocking code
|
||||||
app.state.thread_pool = ThreadPoolExecutor(settings.request_threads) if settings.request_threads > 0 else None
|
app.state.thread_pool = ThreadPoolExecutor(settings.request_threads) if settings.request_threads > 0 else None
|
||||||
|
app.state.locks = {model_type: threading.Lock() for model_type in ModelType}
|
||||||
log.info(f"Initialized request thread pool with {settings.request_threads} threads.")
|
log.info(f"Initialized request thread pool with {settings.request_threads} threads.")
|
||||||
|
|
||||||
|
|
||||||
@@ -63,14 +67,49 @@ async def predict(
|
|||||||
inputs = text
|
inputs = text
|
||||||
else:
|
else:
|
||||||
raise HTTPException(400, "Either image or text must be provided")
|
raise HTTPException(400, "Either image or text must be provided")
|
||||||
|
try:
|
||||||
|
kwargs = orjson.loads(options)
|
||||||
|
except orjson.JSONDecodeError:
|
||||||
|
raise HTTPException(400, f"Invalid options JSON: {options}")
|
||||||
|
|
||||||
model: InferenceModel = await app.state.model_cache.get(model_name, model_type, **orjson.loads(options))
|
model = await load(await app.state.model_cache.get(model_name, model_type, **kwargs))
|
||||||
|
model.configure(**kwargs)
|
||||||
outputs = await run(model, inputs)
|
outputs = await run(model, inputs)
|
||||||
return ORJSONResponse(outputs)
|
return ORJSONResponse(outputs)
|
||||||
|
|
||||||
|
|
||||||
async def run(model: InferenceModel, inputs: Any) -> Any:
|
async def run(model: InferenceModel, inputs: Any) -> Any:
|
||||||
if app.state.thread_pool is not None:
|
if app.state.thread_pool is None:
|
||||||
return await asyncio.get_running_loop().run_in_executor(app.state.thread_pool, model.predict, inputs)
|
|
||||||
else:
|
|
||||||
return model.predict(inputs)
|
return model.predict(inputs)
|
||||||
|
|
||||||
|
return await asyncio.get_running_loop().run_in_executor(app.state.thread_pool, model.predict, inputs)
|
||||||
|
|
||||||
|
|
||||||
|
async def load(model: InferenceModel) -> InferenceModel:
|
||||||
|
if model.loaded:
|
||||||
|
return model
|
||||||
|
|
||||||
|
def _load() -> None:
|
||||||
|
with app.state.locks[model.model_type]:
|
||||||
|
model.load()
|
||||||
|
|
||||||
|
loop = asyncio.get_running_loop()
|
||||||
|
try:
|
||||||
|
if app.state.thread_pool is None:
|
||||||
|
model.load()
|
||||||
|
else:
|
||||||
|
await loop.run_in_executor(app.state.thread_pool, _load)
|
||||||
|
return model
|
||||||
|
except (OSError, InvalidProtobuf, BadZipFile, NoSuchFile):
|
||||||
|
log.warn(
|
||||||
|
(
|
||||||
|
f"Failed to load {model.model_type.replace('_', ' ')} model '{model.model_name}'."
|
||||||
|
"Clearing cache and retrying."
|
||||||
|
)
|
||||||
|
)
|
||||||
|
model.clear_cache()
|
||||||
|
if app.state.thread_pool is None:
|
||||||
|
model.load()
|
||||||
|
else:
|
||||||
|
await loop.run_in_executor(app.state.thread_pool, _load)
|
||||||
|
return model
|
||||||
|
|||||||
@@ -5,10 +5,8 @@ from abc import ABC, abstractmethod
|
|||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from shutil import rmtree
|
from shutil import rmtree
|
||||||
from typing import Any
|
from typing import Any
|
||||||
from zipfile import BadZipFile
|
|
||||||
|
|
||||||
import onnxruntime as ort
|
import onnxruntime as ort
|
||||||
from onnxruntime.capi.onnxruntime_pybind11_state import InvalidProtobuf, NoSuchFile # type: ignore
|
|
||||||
|
|
||||||
from ..config import get_cache_dir, log, settings
|
from ..config import get_cache_dir, log, settings
|
||||||
from ..schemas import ModelType
|
from ..schemas import ModelType
|
||||||
@@ -21,16 +19,13 @@ class InferenceModel(ABC):
|
|||||||
self,
|
self,
|
||||||
model_name: str,
|
model_name: str,
|
||||||
cache_dir: Path | str | None = None,
|
cache_dir: Path | str | None = None,
|
||||||
eager: bool = True,
|
|
||||||
inter_op_num_threads: int = settings.model_inter_op_threads,
|
inter_op_num_threads: int = settings.model_inter_op_threads,
|
||||||
intra_op_num_threads: int = settings.model_intra_op_threads,
|
intra_op_num_threads: int = settings.model_intra_op_threads,
|
||||||
**model_kwargs: Any,
|
**model_kwargs: Any,
|
||||||
) -> None:
|
) -> None:
|
||||||
self.model_name = model_name
|
self.model_name = model_name
|
||||||
self._loaded = False
|
self.loaded = False
|
||||||
self._cache_dir = Path(cache_dir) if cache_dir is not None else get_cache_dir(model_name, self.model_type)
|
self._cache_dir = Path(cache_dir) if cache_dir is not None else get_cache_dir(model_name, self.model_type)
|
||||||
loader = self.load if eager else self.download
|
|
||||||
|
|
||||||
self.providers = model_kwargs.pop("providers", ["CPUExecutionProvider"])
|
self.providers = model_kwargs.pop("providers", ["CPUExecutionProvider"])
|
||||||
# don't pre-allocate more memory than needed
|
# don't pre-allocate more memory than needed
|
||||||
self.provider_options = model_kwargs.pop(
|
self.provider_options = model_kwargs.pop(
|
||||||
@@ -55,34 +50,23 @@ class InferenceModel(ABC):
|
|||||||
self.sess_options.intra_op_num_threads = intra_op_num_threads
|
self.sess_options.intra_op_num_threads = intra_op_num_threads
|
||||||
self.sess_options.enable_cpu_mem_arena = False
|
self.sess_options.enable_cpu_mem_arena = False
|
||||||
|
|
||||||
try:
|
def download(self) -> None:
|
||||||
loader(**model_kwargs)
|
|
||||||
except (OSError, InvalidProtobuf, BadZipFile, NoSuchFile):
|
|
||||||
log.warn(
|
|
||||||
(
|
|
||||||
f"Failed to load {self.model_type.replace('_', ' ')} model '{self.model_name}'."
|
|
||||||
"Clearing cache and retrying."
|
|
||||||
)
|
|
||||||
)
|
|
||||||
self.clear_cache()
|
|
||||||
loader(**model_kwargs)
|
|
||||||
|
|
||||||
def download(self, **model_kwargs: Any) -> None:
|
|
||||||
if not self.cached:
|
if not self.cached:
|
||||||
log.info(
|
log.info(
|
||||||
(f"Downloading {self.model_type.replace('_', ' ')} model '{self.model_name}'." "This may take a while.")
|
(f"Downloading {self.model_type.replace('-', ' ')} model '{self.model_name}'." "This may take a while.")
|
||||||
)
|
)
|
||||||
self._download(**model_kwargs)
|
self._download()
|
||||||
|
|
||||||
def load(self, **model_kwargs: Any) -> None:
|
def load(self) -> None:
|
||||||
self.download(**model_kwargs)
|
if self.loaded:
|
||||||
self._load(**model_kwargs)
|
return
|
||||||
self._loaded = True
|
self.download()
|
||||||
|
log.info(f"Loading {self.model_type.replace('-', ' ')} model '{self.model_name}'")
|
||||||
|
self._load()
|
||||||
|
self.loaded = True
|
||||||
|
|
||||||
def predict(self, inputs: Any, **model_kwargs: Any) -> Any:
|
def predict(self, inputs: Any, **model_kwargs: Any) -> Any:
|
||||||
if not self._loaded:
|
self.load()
|
||||||
log.info(f"Loading {self.model_type.replace('_', ' ')} model '{self.model_name}'")
|
|
||||||
self.load()
|
|
||||||
if model_kwargs:
|
if model_kwargs:
|
||||||
self.configure(**model_kwargs)
|
self.configure(**model_kwargs)
|
||||||
return self._predict(inputs)
|
return self._predict(inputs)
|
||||||
@@ -95,11 +79,11 @@ class InferenceModel(ABC):
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
def _download(self, **model_kwargs: Any) -> None:
|
def _download(self) -> None:
|
||||||
...
|
...
|
||||||
|
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
def _load(self, **model_kwargs: Any) -> None:
|
def _load(self) -> None:
|
||||||
...
|
...
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ class ModelCache:
|
|||||||
revalidate: bool = False,
|
revalidate: bool = False,
|
||||||
timeout: int | None = None,
|
timeout: int | None = None,
|
||||||
profiling: bool = False,
|
profiling: bool = False,
|
||||||
):
|
) -> None:
|
||||||
"""
|
"""
|
||||||
Args:
|
Args:
|
||||||
ttl: Unloads model after this duration. Disabled if None. Defaults to None.
|
ttl: Unloads model after this duration. Disabled if None. Defaults to None.
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ class CLIPEncoder(InferenceModel):
|
|||||||
jina_model_name = self._get_jina_model_name(model_name)
|
jina_model_name = self._get_jina_model_name(model_name)
|
||||||
super().__init__(jina_model_name, cache_dir, **model_kwargs)
|
super().__init__(jina_model_name, cache_dir, **model_kwargs)
|
||||||
|
|
||||||
def _download(self, **model_kwargs: Any) -> None:
|
def _download(self) -> None:
|
||||||
models: tuple[tuple[str, str], tuple[str, str]] = _MODELS[self.model_name]
|
models: tuple[tuple[str, str], tuple[str, str]] = _MODELS[self.model_name]
|
||||||
text_onnx_path = self.cache_dir / "textual.onnx"
|
text_onnx_path = self.cache_dir / "textual.onnx"
|
||||||
vision_onnx_path = self.cache_dir / "visual.onnx"
|
vision_onnx_path = self.cache_dir / "visual.onnx"
|
||||||
@@ -53,8 +53,9 @@ class CLIPEncoder(InferenceModel):
|
|||||||
if not vision_onnx_path.is_file():
|
if not vision_onnx_path.is_file():
|
||||||
self._download_model(*models[1])
|
self._download_model(*models[1])
|
||||||
|
|
||||||
def _load(self, **model_kwargs: Any) -> None:
|
def _load(self) -> None:
|
||||||
if self.mode == "text" or self.mode is None:
|
if self.mode == "text" or self.mode is None:
|
||||||
|
log.debug(f"Loading clip text model '{self.model_name}'")
|
||||||
self.text_model = ort.InferenceSession(
|
self.text_model = ort.InferenceSession(
|
||||||
self.cache_dir / "textual.onnx",
|
self.cache_dir / "textual.onnx",
|
||||||
sess_options=self.sess_options,
|
sess_options=self.sess_options,
|
||||||
@@ -65,6 +66,7 @@ class CLIPEncoder(InferenceModel):
|
|||||||
self.tokenizer = Tokenizer(self.model_name)
|
self.tokenizer = Tokenizer(self.model_name)
|
||||||
|
|
||||||
if self.mode == "vision" or self.mode is None:
|
if self.mode == "vision" or self.mode is None:
|
||||||
|
log.debug(f"Loading clip vision model '{self.model_name}'")
|
||||||
self.vision_model = ort.InferenceSession(
|
self.vision_model = ort.InferenceSession(
|
||||||
self.cache_dir / "visual.onnx",
|
self.cache_dir / "visual.onnx",
|
||||||
sess_options=self.sess_options,
|
sess_options=self.sess_options,
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ class FaceRecognizer(InferenceModel):
|
|||||||
self.min_score = model_kwargs.pop("minScore", min_score)
|
self.min_score = model_kwargs.pop("minScore", min_score)
|
||||||
super().__init__(model_name, cache_dir, **model_kwargs)
|
super().__init__(model_name, cache_dir, **model_kwargs)
|
||||||
|
|
||||||
def _download(self, **model_kwargs: Any) -> None:
|
def _download(self) -> None:
|
||||||
zip_file = self.cache_dir / f"{self.model_name}.zip"
|
zip_file = self.cache_dir / f"{self.model_name}.zip"
|
||||||
download_file(f"{BASE_REPO_URL}/{self.model_name}.zip", zip_file)
|
download_file(f"{BASE_REPO_URL}/{self.model_name}.zip", zip_file)
|
||||||
with zipfile.ZipFile(zip_file, "r") as zip:
|
with zipfile.ZipFile(zip_file, "r") as zip:
|
||||||
@@ -36,7 +36,7 @@ class FaceRecognizer(InferenceModel):
|
|||||||
zip.extractall(self.cache_dir, members=[det_file, rec_file])
|
zip.extractall(self.cache_dir, members=[det_file, rec_file])
|
||||||
zip_file.unlink()
|
zip_file.unlink()
|
||||||
|
|
||||||
def _load(self, **model_kwargs: Any) -> None:
|
def _load(self) -> None:
|
||||||
try:
|
try:
|
||||||
det_file = next(self.cache_dir.glob("det_*.onnx"))
|
det_file = next(self.cache_dir.glob("det_*.onnx"))
|
||||||
rec_file = next(self.cache_dir.glob("w600k_*.onnx"))
|
rec_file = next(self.cache_dir.glob("w600k_*.onnx"))
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ class ImageClassifier(InferenceModel):
|
|||||||
self.min_score = model_kwargs.pop("minScore", min_score)
|
self.min_score = model_kwargs.pop("minScore", min_score)
|
||||||
super().__init__(model_name, cache_dir, **model_kwargs)
|
super().__init__(model_name, cache_dir, **model_kwargs)
|
||||||
|
|
||||||
def _download(self, **model_kwargs: Any) -> None:
|
def _download(self) -> None:
|
||||||
snapshot_download(
|
snapshot_download(
|
||||||
cache_dir=self.cache_dir,
|
cache_dir=self.cache_dir,
|
||||||
repo_id=self.model_name,
|
repo_id=self.model_name,
|
||||||
@@ -35,10 +35,10 @@ class ImageClassifier(InferenceModel):
|
|||||||
local_dir_use_symlinks=True,
|
local_dir_use_symlinks=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
def _load(self, **model_kwargs: Any) -> None:
|
def _load(self) -> None:
|
||||||
processor = AutoImageProcessor.from_pretrained(self.cache_dir, cache_dir=self.cache_dir)
|
processor = AutoImageProcessor.from_pretrained(self.cache_dir, cache_dir=self.cache_dir)
|
||||||
model_path = self.cache_dir / "model.onnx"
|
model_path = self.cache_dir / "model.onnx"
|
||||||
model_kwargs |= {
|
model_kwargs = {
|
||||||
"cache_dir": self.cache_dir,
|
"cache_dir": self.cache_dir,
|
||||||
"provider": self.providers[0],
|
"provider": self.providers[0],
|
||||||
"provider_options": self.provider_options[0],
|
"provider_options": self.provider_options[0],
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
|
import json
|
||||||
import pickle
|
import pickle
|
||||||
from io import BytesIO
|
from io import BytesIO
|
||||||
from typing import TypeAlias
|
from typing import Any, TypeAlias
|
||||||
from unittest import mock
|
from unittest import mock
|
||||||
|
|
||||||
import cv2
|
import cv2
|
||||||
import numpy as np
|
import numpy as np
|
||||||
import onnxruntime as ort
|
|
||||||
import pytest
|
import pytest
|
||||||
from fastapi.testclient import TestClient
|
from fastapi.testclient import TestClient
|
||||||
from PIL import Image
|
from PIL import Image
|
||||||
@@ -31,23 +31,6 @@ class TestImageClassifier:
|
|||||||
{"label": "probably a virus", "score": 0.01},
|
{"label": "probably a virus", "score": 0.01},
|
||||||
]
|
]
|
||||||
|
|
||||||
def test_eager_init(self, mocker: MockerFixture) -> None:
|
|
||||||
mocker.patch.object(ImageClassifier, "download")
|
|
||||||
mock_load = mocker.patch.object(ImageClassifier, "load")
|
|
||||||
classifier = ImageClassifier("test_model_name", cache_dir="test_cache", eager=True, test_arg="test_arg")
|
|
||||||
|
|
||||||
assert classifier.model_name == "test_model_name"
|
|
||||||
mock_load.assert_called_once_with(test_arg="test_arg")
|
|
||||||
|
|
||||||
def test_lazy_init(self, mocker: MockerFixture) -> None:
|
|
||||||
mock_download = mocker.patch.object(ImageClassifier, "download")
|
|
||||||
mock_load = mocker.patch.object(ImageClassifier, "load")
|
|
||||||
face_model = ImageClassifier("test_model_name", cache_dir="test_cache", eager=False, test_arg="test_arg")
|
|
||||||
|
|
||||||
assert face_model.model_name == "test_model_name"
|
|
||||||
mock_download.assert_called_once_with(test_arg="test_arg")
|
|
||||||
mock_load.assert_not_called()
|
|
||||||
|
|
||||||
def test_min_score(self, pil_image: Image.Image, mocker: MockerFixture) -> None:
|
def test_min_score(self, pil_image: Image.Image, mocker: MockerFixture) -> None:
|
||||||
mocker.patch.object(ImageClassifier, "load")
|
mocker.patch.object(ImageClassifier, "load")
|
||||||
classifier = ImageClassifier("test_model_name", min_score=0.0)
|
classifier = ImageClassifier("test_model_name", min_score=0.0)
|
||||||
@@ -74,23 +57,6 @@ class TestImageClassifier:
|
|||||||
class TestCLIP:
|
class TestCLIP:
|
||||||
embedding = np.random.rand(512).astype(np.float32)
|
embedding = np.random.rand(512).astype(np.float32)
|
||||||
|
|
||||||
def test_eager_init(self, mocker: MockerFixture) -> None:
|
|
||||||
mocker.patch.object(CLIPEncoder, "download")
|
|
||||||
mock_load = mocker.patch.object(CLIPEncoder, "load")
|
|
||||||
clip_model = CLIPEncoder("ViT-B-32::openai", cache_dir="test_cache", eager=True, test_arg="test_arg")
|
|
||||||
|
|
||||||
assert clip_model.model_name == "ViT-B-32::openai"
|
|
||||||
mock_load.assert_called_once_with(test_arg="test_arg")
|
|
||||||
|
|
||||||
def test_lazy_init(self, mocker: MockerFixture) -> None:
|
|
||||||
mock_download = mocker.patch.object(CLIPEncoder, "download")
|
|
||||||
mock_load = mocker.patch.object(CLIPEncoder, "load")
|
|
||||||
clip_model = CLIPEncoder("ViT-B-32::openai", cache_dir="test_cache", eager=False, test_arg="test_arg")
|
|
||||||
|
|
||||||
assert clip_model.model_name == "ViT-B-32::openai"
|
|
||||||
mock_download.assert_called_once_with(test_arg="test_arg")
|
|
||||||
mock_load.assert_not_called()
|
|
||||||
|
|
||||||
def test_basic_image(self, pil_image: Image.Image, mocker: MockerFixture) -> None:
|
def test_basic_image(self, pil_image: Image.Image, mocker: MockerFixture) -> None:
|
||||||
mocker.patch.object(CLIPEncoder, "download")
|
mocker.patch.object(CLIPEncoder, "download")
|
||||||
mocked = mocker.patch("app.models.clip.ort.InferenceSession", autospec=True)
|
mocked = mocker.patch("app.models.clip.ort.InferenceSession", autospec=True)
|
||||||
@@ -119,23 +85,6 @@ class TestCLIP:
|
|||||||
|
|
||||||
|
|
||||||
class TestFaceRecognition:
|
class TestFaceRecognition:
|
||||||
def test_eager_init(self, mocker: MockerFixture) -> None:
|
|
||||||
mocker.patch.object(FaceRecognizer, "download")
|
|
||||||
mock_load = mocker.patch.object(FaceRecognizer, "load")
|
|
||||||
face_model = FaceRecognizer("test_model_name", cache_dir="test_cache", eager=True, test_arg="test_arg")
|
|
||||||
|
|
||||||
assert face_model.model_name == "test_model_name"
|
|
||||||
mock_load.assert_called_once_with(test_arg="test_arg")
|
|
||||||
|
|
||||||
def test_lazy_init(self, mocker: MockerFixture) -> None:
|
|
||||||
mock_download = mocker.patch.object(FaceRecognizer, "download")
|
|
||||||
mock_load = mocker.patch.object(FaceRecognizer, "load")
|
|
||||||
face_model = FaceRecognizer("test_model_name", cache_dir="test_cache", eager=False, test_arg="test_arg")
|
|
||||||
|
|
||||||
assert face_model.model_name == "test_model_name"
|
|
||||||
mock_download.assert_called_once_with(test_arg="test_arg")
|
|
||||||
mock_load.assert_not_called()
|
|
||||||
|
|
||||||
def test_set_min_score(self, mocker: MockerFixture) -> None:
|
def test_set_min_score(self, mocker: MockerFixture) -> None:
|
||||||
mocker.patch.object(FaceRecognizer, "load")
|
mocker.patch.object(FaceRecognizer, "load")
|
||||||
face_recognizer = FaceRecognizer("test_model_name", cache_dir="test_cache", min_score=0.5)
|
face_recognizer = FaceRecognizer("test_model_name", cache_dir="test_cache", min_score=0.5)
|
||||||
@@ -220,45 +169,64 @@ class TestCache:
|
|||||||
reason="More time-consuming since it deploys the app and loads models.",
|
reason="More time-consuming since it deploys the app and loads models.",
|
||||||
)
|
)
|
||||||
class TestEndpoints:
|
class TestEndpoints:
|
||||||
def test_tagging_endpoint(self, pil_image: Image.Image, deployed_app: TestClient) -> None:
|
def test_tagging_endpoint(
|
||||||
|
self, pil_image: Image.Image, responses: dict[str, Any], deployed_app: TestClient
|
||||||
|
) -> None:
|
||||||
byte_image = BytesIO()
|
byte_image = BytesIO()
|
||||||
pil_image.save(byte_image, format="jpeg")
|
pil_image.save(byte_image, format="jpeg")
|
||||||
headers = {"Content-Type": "image/jpg"}
|
|
||||||
response = deployed_app.post(
|
response = deployed_app.post(
|
||||||
"http://localhost:3003/image-classifier/tag-image",
|
"http://localhost:3003/predict",
|
||||||
content=byte_image.getvalue(),
|
data={
|
||||||
headers=headers,
|
"modelName": "microsoft/resnet-50",
|
||||||
|
"modelType": "image-classification",
|
||||||
|
"options": json.dumps({"minScore": 0.0}),
|
||||||
|
},
|
||||||
|
files={"image": byte_image.getvalue()},
|
||||||
)
|
)
|
||||||
assert response.status_code == 200
|
assert response.status_code == 200
|
||||||
|
assert response.json() == responses["image-classification"]
|
||||||
|
|
||||||
def test_clip_image_endpoint(self, pil_image: Image.Image, deployed_app: TestClient) -> None:
|
def test_clip_image_endpoint(
|
||||||
|
self, pil_image: Image.Image, responses: dict[str, Any], deployed_app: TestClient
|
||||||
|
) -> None:
|
||||||
byte_image = BytesIO()
|
byte_image = BytesIO()
|
||||||
pil_image.save(byte_image, format="jpeg")
|
pil_image.save(byte_image, format="jpeg")
|
||||||
headers = {"Content-Type": "image/jpg"}
|
|
||||||
response = deployed_app.post(
|
response = deployed_app.post(
|
||||||
"http://localhost:3003/sentence-transformer/encode-image",
|
"http://localhost:3003/predict",
|
||||||
content=byte_image.getvalue(),
|
data={"modelName": "ViT-B-32::openai", "modelType": "clip", "options": json.dumps({"mode": "vision"})},
|
||||||
headers=headers,
|
files={"image": byte_image.getvalue()},
|
||||||
)
|
)
|
||||||
assert response.status_code == 200
|
assert response.status_code == 200
|
||||||
|
assert response.json() == responses["clip"]["image"]
|
||||||
|
|
||||||
def test_clip_text_endpoint(self, deployed_app: TestClient) -> None:
|
def test_clip_text_endpoint(self, responses: dict[str, Any], deployed_app: TestClient) -> None:
|
||||||
response = deployed_app.post(
|
response = deployed_app.post(
|
||||||
"http://localhost:3003/sentence-transformer/encode-text",
|
"http://localhost:3003/predict",
|
||||||
json={"text": "test search query"},
|
data={
|
||||||
|
"modelName": "ViT-B-32::openai",
|
||||||
|
"modelType": "clip",
|
||||||
|
"text": "test search query",
|
||||||
|
"options": json.dumps({"mode": "text"}),
|
||||||
|
},
|
||||||
)
|
)
|
||||||
assert response.status_code == 200
|
assert response.status_code == 200
|
||||||
|
assert response.json() == responses["clip"]["text"]
|
||||||
|
|
||||||
def test_face_endpoint(self, pil_image: Image.Image, deployed_app: TestClient) -> None:
|
def test_face_endpoint(self, pil_image: Image.Image, responses: dict[str, Any], deployed_app: TestClient) -> None:
|
||||||
byte_image = BytesIO()
|
byte_image = BytesIO()
|
||||||
pil_image.save(byte_image, format="jpeg")
|
pil_image.save(byte_image, format="jpeg")
|
||||||
headers = {"Content-Type": "image/jpg"}
|
|
||||||
response = deployed_app.post(
|
response = deployed_app.post(
|
||||||
"http://localhost:3003/facial-recognition/detect-faces",
|
"http://localhost:3003/predict",
|
||||||
content=byte_image.getvalue(),
|
data={
|
||||||
headers=headers,
|
"modelName": "buffalo_l",
|
||||||
|
"modelType": "facial-recognition",
|
||||||
|
"options": json.dumps({"minScore": 0.034}),
|
||||||
|
},
|
||||||
|
files={"image": byte_image.getvalue()},
|
||||||
)
|
)
|
||||||
assert response.status_code == 200
|
assert response.status_code == 200
|
||||||
|
assert response.json() == responses["facial-recognition"]
|
||||||
|
|
||||||
|
|
||||||
def test_sess_options() -> None:
|
def test_sess_options() -> None:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "machine-learning"
|
name = "machine-learning"
|
||||||
version = "1.77.0"
|
version = "1.81.0"
|
||||||
description = ""
|
description = ""
|
||||||
authors = ["Hau Tran <alex.tran1502@gmail.com>"]
|
authors = ["Hau Tran <alex.tran1502@gmail.com>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -5,9 +5,11 @@ export LD_PRELOAD="/usr/lib/$(arch)-linux-gnu/libmimalloc.so.2"
|
|||||||
: "${MACHINE_LEARNING_HOST:=0.0.0.0}"
|
: "${MACHINE_LEARNING_HOST:=0.0.0.0}"
|
||||||
: "${MACHINE_LEARNING_PORT:=3003}"
|
: "${MACHINE_LEARNING_PORT:=3003}"
|
||||||
: "${MACHINE_LEARNING_WORKERS:=1}"
|
: "${MACHINE_LEARNING_WORKERS:=1}"
|
||||||
|
: "${MACHINE_LEARNING_WORKER_TIMEOUT:=120}"
|
||||||
|
|
||||||
gunicorn app.main:app \
|
gunicorn app.main:app \
|
||||||
-k uvicorn.workers.UvicornWorker \
|
-k uvicorn.workers.UvicornWorker \
|
||||||
-w $MACHINE_LEARNING_WORKERS \
|
-w $MACHINE_LEARNING_WORKERS \
|
||||||
-b $MACHINE_LEARNING_HOST:$MACHINE_LEARNING_PORT \
|
-b $MACHINE_LEARNING_HOST:$MACHINE_LEARNING_PORT \
|
||||||
|
-t $MACHINE_LEARNING_WORKER_TIMEOUT \
|
||||||
--log-config-json log_conf.json
|
--log-config-json log_conf.json
|
||||||
|
|||||||
Vendored
+11
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"dart.flutterSdkPath": ".fvm/flutter_sdk",
|
||||||
|
// Remove .fvm files from search
|
||||||
|
"search.exclude": {
|
||||||
|
"**/.fvm": true
|
||||||
|
},
|
||||||
|
// Remove from file watching
|
||||||
|
"files.watcherExclude": {
|
||||||
|
"**/.fvm": true
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -35,8 +35,8 @@ platform :android do
|
|||||||
task: 'bundle',
|
task: 'bundle',
|
||||||
build_type: 'Release',
|
build_type: 'Release',
|
||||||
properties: {
|
properties: {
|
||||||
"android.injected.version.code" => 100,
|
"android.injected.version.code" => 105,
|
||||||
"android.injected.version.name" => "1.77.0",
|
"android.injected.version.name" => "1.81.0",
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
upload_to_play_store(skip_upload_apk: true, skip_upload_images: true, skip_upload_screenshots: true, aab: '../build/app/outputs/bundle/release/app-release.aab')
|
upload_to_play_store(skip_upload_apk: true, skip_upload_images: true, skip_upload_screenshots: true, aab: '../build/app/outputs/bundle/release/app-release.aab')
|
||||||
|
|||||||
@@ -5,17 +5,17 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.00023">
|
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000269">
|
||||||
|
|
||||||
</testcase>
|
</testcase>
|
||||||
|
|
||||||
|
|
||||||
<testcase classname="fastlane.lanes" name="1: bundleRelease" time="63.585931">
|
<testcase classname="fastlane.lanes" name="1: bundleRelease" time="81.160108">
|
||||||
|
|
||||||
</testcase>
|
</testcase>
|
||||||
|
|
||||||
|
|
||||||
<testcase classname="fastlane.lanes" name="2: upload_to_play_store" time="24.755096">
|
<testcase classname="fastlane.lanes" name="2: upload_to_play_store" time="39.176668">
|
||||||
|
|
||||||
</testcase>
|
</testcase>
|
||||||
|
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"add_to_album_bottom_sheet_added": "Přidáno do {album}",
|
"add_to_album_bottom_sheet_added": "Přidáno do {album}",
|
||||||
"add_to_album_bottom_sheet_already_exists": "Již v {album}",
|
"add_to_album_bottom_sheet_already_exists": "Je již v {album}",
|
||||||
"advanced_settings_prefer_remote_subtitle": "U některých zařízení je načítání miniatur z prostředků v zařízení velmi pomalé. Aktivujte toto nastavení, aby se místo toho načítaly vzdálené obrázky.",
|
"advanced_settings_prefer_remote_subtitle": "U některých zařízení je načítání miniatur z prostředků v zařízení velmi pomalé. Aktivujte toto nastavení, aby se místo toho načítaly vzdálené obrázky.",
|
||||||
"advanced_settings_prefer_remote_title": "Preferovat vzdálené obrázky",
|
"advanced_settings_prefer_remote_title": "Preferovat vzdálené obrázky",
|
||||||
"advanced_settings_tile_subtitle": "Pokročilé uživatelské nastavení",
|
"advanced_settings_tile_subtitle": "Pokročilé uživatelské nastavení",
|
||||||
"advanced_settings_tile_title": "Pokročilé",
|
"advanced_settings_tile_title": "Pokročilé",
|
||||||
"advanced_settings_troubleshooting_subtitle": "Povolit dodatečné funkce pro řešení problémů",
|
"advanced_settings_troubleshooting_subtitle": "Zobrazit dodatečné vlastnosti pro řešení problémů",
|
||||||
"advanced_settings_troubleshooting_title": "Řešení problémů",
|
"advanced_settings_troubleshooting_title": "Řešení problémů",
|
||||||
"album_info_card_backup_album_excluded": "VYLOUČENO",
|
"album_info_card_backup_album_excluded": "VYLOUČENO",
|
||||||
"album_info_card_backup_album_included": "ZAHRNUTO",
|
"album_info_card_backup_album_included": "ZAHRNUTO",
|
||||||
@@ -16,8 +16,8 @@
|
|||||||
"album_thumbnail_shared_by": "Sdílené od {}",
|
"album_thumbnail_shared_by": "Sdílené od {}",
|
||||||
"album_viewer_appbar_share_delete": "Odstranit album",
|
"album_viewer_appbar_share_delete": "Odstranit album",
|
||||||
"album_viewer_appbar_share_err_delete": "Nepodařilo se odstranit album",
|
"album_viewer_appbar_share_err_delete": "Nepodařilo se odstranit album",
|
||||||
"album_viewer_appbar_share_err_leave": "Nepodařilo se ukončit album",
|
"album_viewer_appbar_share_err_leave": "Nepodařilo se opustit album",
|
||||||
"album_viewer_appbar_share_err_remove": "Při odstraňování souborů z alba se vyskytly problémy.",
|
"album_viewer_appbar_share_err_remove": "Při odstraňování položek z alba se vyskytly problémy.",
|
||||||
"album_viewer_appbar_share_err_title": "Nepodařilo se změnit název alba",
|
"album_viewer_appbar_share_err_title": "Nepodařilo se změnit název alba",
|
||||||
"album_viewer_appbar_share_leave": "Opustit album",
|
"album_viewer_appbar_share_leave": "Opustit album",
|
||||||
"album_viewer_appbar_share_remove": "Odstranit z alba",
|
"album_viewer_appbar_share_remove": "Odstranit z alba",
|
||||||
@@ -35,18 +35,18 @@
|
|||||||
"asset_list_settings_title": "Fotografická mřížka",
|
"asset_list_settings_title": "Fotografická mřížka",
|
||||||
"backup_album_selection_page_albums_device": "Alba v zařízení ({})",
|
"backup_album_selection_page_albums_device": "Alba v zařízení ({})",
|
||||||
"backup_album_selection_page_albums_tap": "Klepnutím na položku ji zahrnete, dvojím klepnutím ji vyloučíte",
|
"backup_album_selection_page_albums_tap": "Klepnutím na položku ji zahrnete, dvojím klepnutím ji vyloučíte",
|
||||||
"backup_album_selection_page_assets_scatter": "Soubory mohou být roztroušeny ve více albech. To umožňuje zahrnout nebo vyloučit alba během procesu zálohování.",
|
"backup_album_selection_page_assets_scatter": "Položky mohou být roztroušeny ve více albech. To umožňuje zahrnout nebo vyloučit alba během procesu zálohování.",
|
||||||
"backup_album_selection_page_select_albums": "Vybraná alba",
|
"backup_album_selection_page_select_albums": "Vybraná alba",
|
||||||
"backup_album_selection_page_selection_info": "Informace o výběru",
|
"backup_album_selection_page_selection_info": "Informace o výběru",
|
||||||
"backup_album_selection_page_total_assets": "Celkový počet jedinečných souborů",
|
"backup_album_selection_page_total_assets": "Celkový počet jedinečných položek",
|
||||||
"backup_all": "Vše",
|
"backup_all": "Vše",
|
||||||
"backup_background_service_backup_failed_message": "Zálohování médií selhalo. Zkouším to znovu...",
|
"backup_background_service_backup_failed_message": "Zálohování médií selhalo. Zkouším to znovu...",
|
||||||
"backup_background_service_connection_failed_message": "Nepodařilo se připojit k serveru. Zkouším to znovu...",
|
"backup_background_service_connection_failed_message": "Nepodařilo se připojit k serveru. Zkouším to znovu...",
|
||||||
"backup_background_service_current_upload_notification": "Nahrávání {}",
|
"backup_background_service_current_upload_notification": "Zálohování {}",
|
||||||
"backup_background_service_default_notification": "Kontrola nových médií {}",
|
"backup_background_service_default_notification": "Kontrola nových médií…",
|
||||||
"backup_background_service_error_title": "Chyba zálohování",
|
"backup_background_service_error_title": "Chyba zálohování",
|
||||||
"backup_background_service_in_progress_notification": "Vytvářím kopii vašich médií...",
|
"backup_background_service_in_progress_notification": "Zálohování vašich médií...",
|
||||||
"backup_background_service_upload_failure_notification": "Nepodařilo se nahrát {}",
|
"backup_background_service_upload_failure_notification": "Nepodařilo se zálohovat {}",
|
||||||
"backup_controller_page_albums": "Zálohovaná alba",
|
"backup_controller_page_albums": "Zálohovaná alba",
|
||||||
"backup_controller_page_background_app_refresh_disabled_content": "Povolte obnovení aplikace na pozadí v Nastavení > Obecné > Obnovení aplikace na pozadí, abyste mohli používat zálohování na pozadí.",
|
"backup_controller_page_background_app_refresh_disabled_content": "Povolte obnovení aplikace na pozadí v Nastavení > Obecné > Obnovení aplikace na pozadí, abyste mohli používat zálohování na pozadí.",
|
||||||
"backup_controller_page_background_app_refresh_disabled_title": " Obnovování aplikací na pozadí je vypnuté",
|
"backup_controller_page_background_app_refresh_disabled_title": " Obnovování aplikací na pozadí je vypnuté",
|
||||||
@@ -58,12 +58,12 @@
|
|||||||
"backup_controller_page_background_charging": "Pouze během nabíjení",
|
"backup_controller_page_background_charging": "Pouze během nabíjení",
|
||||||
"backup_controller_page_background_configure_error": "Nepodařilo se nakonfigurovat službu na pozadí",
|
"backup_controller_page_background_configure_error": "Nepodařilo se nakonfigurovat službu na pozadí",
|
||||||
"backup_controller_page_background_delay": "Zpoždění zálohování nových médií: {}",
|
"backup_controller_page_background_delay": "Zpoždění zálohování nových médií: {}",
|
||||||
"backup_controller_page_background_description": "Povolte službu na pozadí pro automatické zálohování všech nových aktiv bez nutnosti otevření aplikace",
|
"backup_controller_page_background_description": "Povolte službu na pozadí pro automatické zálohování všech nových položek bez nutnosti otevření aplikace",
|
||||||
"backup_controller_page_background_is_off": "Automatické zálohování na pozadí je vypnuto",
|
"backup_controller_page_background_is_off": "Automatické zálohování na pozadí je vypnuto",
|
||||||
"backup_controller_page_background_is_on": "Automatické zálohování na pozadí je zapnuto",
|
"backup_controller_page_background_is_on": "Automatické zálohování na pozadí je zapnuto",
|
||||||
"backup_controller_page_background_turn_off": "Vypnout zálohování na pozadí",
|
"backup_controller_page_background_turn_off": "Vypnout zálohování na pozadí",
|
||||||
"backup_controller_page_background_turn_on": "Povolit zálohování na pozadí",
|
"backup_controller_page_background_turn_on": "Povolit zálohování na pozadí",
|
||||||
"backup_controller_page_background_wifi": "Jen na WiFi",
|
"backup_controller_page_background_wifi": "Jen na Wi-Fi",
|
||||||
"backup_controller_page_backup": "Zálohování",
|
"backup_controller_page_backup": "Zálohování",
|
||||||
"backup_controller_page_backup_selected": "Vybrané: ",
|
"backup_controller_page_backup_selected": "Vybrané: ",
|
||||||
"backup_controller_page_backup_sub": "Zálohované fotografie a videa",
|
"backup_controller_page_backup_sub": "Zálohované fotografie a videa",
|
||||||
@@ -76,7 +76,7 @@
|
|||||||
"backup_controller_page_id": "ID: {}",
|
"backup_controller_page_id": "ID: {}",
|
||||||
"backup_controller_page_info": "Informace o zálohování",
|
"backup_controller_page_info": "Informace o zálohování",
|
||||||
"backup_controller_page_none_selected": "Žádné vybrané",
|
"backup_controller_page_none_selected": "Žádné vybrané",
|
||||||
"backup_controller_page_remainder": "Zůstává",
|
"backup_controller_page_remainder": "Zbývá",
|
||||||
"backup_controller_page_remainder_sub": "Zbývající fotografie a videa, která se mají zálohovat z vybraných alb",
|
"backup_controller_page_remainder_sub": "Zbývající fotografie a videa, která se mají zálohovat z vybraných alb",
|
||||||
"backup_controller_page_select": "Vybrat",
|
"backup_controller_page_select": "Vybrat",
|
||||||
"backup_controller_page_server_storage": "Serverové úložiště",
|
"backup_controller_page_server_storage": "Serverové úložiště",
|
||||||
@@ -89,12 +89,12 @@
|
|||||||
"backup_controller_page_total_sub": "Všechny jedinečné fotografie a videa z vybraných alb",
|
"backup_controller_page_total_sub": "Všechny jedinečné fotografie a videa z vybraných alb",
|
||||||
"backup_controller_page_turn_off": "Vypnout zálohování na popředí",
|
"backup_controller_page_turn_off": "Vypnout zálohování na popředí",
|
||||||
"backup_controller_page_turn_on": "Povolit zálohování na popředí",
|
"backup_controller_page_turn_on": "Povolit zálohování na popředí",
|
||||||
"backup_controller_page_uploading_file_info": "Nahrávaný soubor",
|
"backup_controller_page_uploading_file_info": "Informace o zálohovaném souboru",
|
||||||
"backup_err_only_album": "Nelze odstranit jediné vybrané album",
|
"backup_err_only_album": "Nelze odstranit jediné vybrané album",
|
||||||
"backup_info_card_assets": "položek",
|
"backup_info_card_assets": "položek",
|
||||||
"backup_manual_cancelled": "Cancelled",
|
"backup_manual_cancelled": "Zrušeno",
|
||||||
"backup_manual_failed": "Selhalo",
|
"backup_manual_failed": "Selhalo",
|
||||||
"backup_manual_in_progress": "Zálohování již probíhá. Zkuste znovu později",
|
"backup_manual_in_progress": "Zálohování již probíhá. Zkuste to znovu později",
|
||||||
"backup_manual_success": "Úspěch",
|
"backup_manual_success": "Úspěch",
|
||||||
"backup_manual_title": "Stav zálohování",
|
"backup_manual_title": "Stav zálohování",
|
||||||
"cache_settings_album_thumbnails": "Náhledy stránek knihovny (položek {})",
|
"cache_settings_album_thumbnails": "Náhledy stránek knihovny (položek {})",
|
||||||
@@ -111,7 +111,7 @@
|
|||||||
"cache_settings_thumbnail_size": "Velikost vyrovnávací paměti náhledů (položek {})",
|
"cache_settings_thumbnail_size": "Velikost vyrovnávací paměti náhledů (položek {})",
|
||||||
"cache_settings_title": "Nastavení vyrovnávací paměti",
|
"cache_settings_title": "Nastavení vyrovnávací paměti",
|
||||||
"change_password_form_confirm_password": "Potvrďte heslo",
|
"change_password_form_confirm_password": "Potvrďte heslo",
|
||||||
"change_password_form_description": "Dobrý den, {firstName} {lastName},\n\nJe to buď poprvé, co se přihlašujete do systému, nebo byl vytvořen požadavek na změnu hesla. Zadejte níže, prosím, nové heslo.",
|
"change_password_form_description": "Dobrý den, {firstName} {lastName},\n\nje to buď poprvé, co se přihlašujete do systému, nebo byl vytvořen požadavek na změnu hesla. Níže zadejte nové heslo.",
|
||||||
"change_password_form_new_password": "Nové heslo",
|
"change_password_form_new_password": "Nové heslo",
|
||||||
"change_password_form_password_mismatch": "Hesla se neshodují",
|
"change_password_form_password_mismatch": "Hesla se neshodují",
|
||||||
"change_password_form_reenter_new_password": "Znovu zadejte nové heslo",
|
"change_password_form_reenter_new_password": "Znovu zadejte nové heslo",
|
||||||
@@ -122,7 +122,7 @@
|
|||||||
"common_shared": "Sdílené",
|
"common_shared": "Sdílené",
|
||||||
"control_bottom_app_bar_add_to_album": "Přidat do alba",
|
"control_bottom_app_bar_add_to_album": "Přidat do alba",
|
||||||
"control_bottom_app_bar_album_info": "{} položek",
|
"control_bottom_app_bar_album_info": "{} položek",
|
||||||
"control_bottom_app_bar_album_info_shared": "{} položky - sdílené",
|
"control_bottom_app_bar_album_info_shared": "{} položky – sdílené",
|
||||||
"control_bottom_app_bar_archive": "Archív",
|
"control_bottom_app_bar_archive": "Archív",
|
||||||
"control_bottom_app_bar_create_new_album": "Vytvořit nové album",
|
"control_bottom_app_bar_create_new_album": "Vytvořit nové album",
|
||||||
"control_bottom_app_bar_delete": "Vymazat",
|
"control_bottom_app_bar_delete": "Vymazat",
|
||||||
@@ -132,14 +132,14 @@
|
|||||||
"create_album_page_untitled": "Bez názvu",
|
"create_album_page_untitled": "Bez názvu",
|
||||||
"create_shared_album_page_create": "Vytvořit",
|
"create_shared_album_page_create": "Vytvořit",
|
||||||
"create_shared_album_page_share": "Sdílet",
|
"create_shared_album_page_share": "Sdílet",
|
||||||
"create_shared_album_page_share_add_assets": "PŘIDAT",
|
"create_shared_album_page_share_add_assets": "PŘIDAT POLOŽKY",
|
||||||
"create_shared_album_page_share_select_photos": "Vybrat fotografie",
|
"create_shared_album_page_share_select_photos": "Vybrat fotografie",
|
||||||
"curated_location_page_title": "Místa",
|
"curated_location_page_title": "Místa",
|
||||||
"curated_object_page_title": "Věci",
|
"curated_object_page_title": "Věci",
|
||||||
"daily_title_text_date": "EEEE, d. MMMM",
|
"daily_title_text_date": "EEEE, d. MMMM",
|
||||||
"daily_title_text_date_year": "EEEE, d. MMMM y",
|
"daily_title_text_date_year": "EEEE, d. MMMM y",
|
||||||
"date_format": "EEEE, d. MMMM y • H:mm",
|
"date_format": "EEEE, d. MMMM y • H:mm",
|
||||||
"delete_dialog_alert": "Tyto položky budou trvale odstraněny z Immich a z vašeho zařízení.",
|
"delete_dialog_alert": "Tyto položky budou trvale odstraněny z Immich i z vašeho zařízení",
|
||||||
"delete_dialog_cancel": "Zrušit",
|
"delete_dialog_cancel": "Zrušit",
|
||||||
"delete_dialog_ok": "Vymazat",
|
"delete_dialog_ok": "Vymazat",
|
||||||
"delete_dialog_title": "Vymazat trvale",
|
"delete_dialog_title": "Vymazat trvale",
|
||||||
@@ -155,13 +155,13 @@
|
|||||||
"favorites_page_no_favorites": "Nebyla nalezena žádná oblíbená média",
|
"favorites_page_no_favorites": "Nebyla nalezena žádná oblíbená média",
|
||||||
"favorites_page_title": "Oblíbené",
|
"favorites_page_title": "Oblíbené",
|
||||||
"home_page_add_to_album_conflicts": "Přidáno {added} položek do alba {album}. {failed} položek již je v albu.",
|
"home_page_add_to_album_conflicts": "Přidáno {added} položek do alba {album}. {failed} položek již je v albu.",
|
||||||
"home_page_add_to_album_err_local": "Zatím není možné přidat lokální média do alb, přeskakuje se",
|
"home_page_add_to_album_err_local": "Zatím není možné přidat lokální média do alb, přeskakuji",
|
||||||
"home_page_add_to_album_success": "Přidány položky {added} do alba {album}.",
|
"home_page_add_to_album_success": "Přidány položky {added} do alba {album}.",
|
||||||
"home_page_archive_err_local": "Zatím nemohu archivovat lokální média, přeskakuji",
|
"home_page_archive_err_local": "Zatím nemohu archivovat lokální média, přeskakuji",
|
||||||
"home_page_building_timeline": "Vytváření časové osy",
|
"home_page_building_timeline": "Vytváření časové osy",
|
||||||
"home_page_favorite_err_local": "Zatím není možné zařadit lokální média mezi oblíbená, přeskakuje se",
|
"home_page_favorite_err_local": "Zatím není možné zařadit lokální média mezi oblíbená, přeskakuji",
|
||||||
"home_page_first_time_notice": "Pokud aplikaci používáte poprvé, nezapomeňte si vybrat zálohovaná alba, aby se na časové ose mohly nacházet fotografie a videa z vybraných albech.",
|
"home_page_first_time_notice": "Pokud aplikaci používáte poprvé, nezapomeňte si vybrat zálohovaná alba, aby se na časové ose mohly nacházet fotografie a videa z vybraných alb.",
|
||||||
"home_page_upload_err_limit": "Lze nahrát nejvýše 30 položek najednou, přeskakuji",
|
"home_page_upload_err_limit": "Lze zálohovat nejvýše 30 položek najednou, přeskakuji",
|
||||||
"image_viewer_page_state_provider_download_error": "Chyba stahování",
|
"image_viewer_page_state_provider_download_error": "Chyba stahování",
|
||||||
"image_viewer_page_state_provider_download_success": "Stahování bylo úspěšné",
|
"image_viewer_page_state_provider_download_success": "Stahování bylo úspěšné",
|
||||||
"library_page_albums": "Alba",
|
"library_page_albums": "Alba",
|
||||||
@@ -175,7 +175,7 @@
|
|||||||
"login_disabled": "Přihlášení bylo zakázáno",
|
"login_disabled": "Přihlášení bylo zakázáno",
|
||||||
"login_form_api_exception": "Výjimka API. Zkontrolujte URL serveru a zkuste to znovu.",
|
"login_form_api_exception": "Výjimka API. Zkontrolujte URL serveru a zkuste to znovu.",
|
||||||
"login_form_button_text": "Přihlásit se",
|
"login_form_button_text": "Přihlásit se",
|
||||||
"login_form_email_hint": "tvůjmail@email.com",
|
"login_form_email_hint": "tvůje-mail@email.com",
|
||||||
"login_form_endpoint_hint": "http://ip-tvého-serveru:port/api",
|
"login_form_endpoint_hint": "http://ip-tvého-serveru:port/api",
|
||||||
"login_form_endpoint_url": "URL adresa serveru",
|
"login_form_endpoint_url": "URL adresa serveru",
|
||||||
"login_form_err_http": "Prosím, uveďte http:// nebo https://",
|
"login_form_err_http": "Prosím, uveďte http:// nebo https://",
|
||||||
@@ -185,7 +185,7 @@
|
|||||||
"login_form_err_trailing_whitespace": "Koncová mezera",
|
"login_form_err_trailing_whitespace": "Koncová mezera",
|
||||||
"login_form_failed_get_oauth_server_config": "Chyba přihlášení pomocí OAuth, zkontrolujte adresu URL serveru",
|
"login_form_failed_get_oauth_server_config": "Chyba přihlášení pomocí OAuth, zkontrolujte adresu URL serveru",
|
||||||
"login_form_failed_get_oauth_server_disable": "Funkce OAuth není na tomto serveru dostupná",
|
"login_form_failed_get_oauth_server_disable": "Funkce OAuth není na tomto serveru dostupná",
|
||||||
"login_form_failed_login": "Chyba přihlášení, zkontrolujte url adresu serveru, e-mail a heslo.",
|
"login_form_failed_login": "Chyba přihlášení, zkontrolujte URL adresu serveru, e-mail a heslo.",
|
||||||
"login_form_label_email": "E-mail",
|
"login_form_label_email": "E-mail",
|
||||||
"login_form_label_password": "Heslo",
|
"login_form_label_password": "Heslo",
|
||||||
"login_form_next_button": "Další",
|
"login_form_next_button": "Další",
|
||||||
@@ -196,7 +196,7 @@
|
|||||||
"monthly_title_text_date_format": "LLLL y",
|
"monthly_title_text_date_format": "LLLL y",
|
||||||
"motion_photos_page_title": "Pohyblivé fotky",
|
"motion_photos_page_title": "Pohyblivé fotky",
|
||||||
"notification_permission_dialog_cancel": "Zrušit",
|
"notification_permission_dialog_cancel": "Zrušit",
|
||||||
"notification_permission_dialog_content": "Chcete-li povolit oznámení, přejděte do Nastavení a vyberte možnost povolit.",
|
"notification_permission_dialog_content": "Chcete-li povolit oznámení, přejděte do nastavení a vyberte možnost povolit.",
|
||||||
"notification_permission_dialog_settings": "Nastavení",
|
"notification_permission_dialog_settings": "Nastavení",
|
||||||
"notification_permission_list_tile_content": "Udělte oprávnění k aktivaci oznámení.",
|
"notification_permission_list_tile_content": "Udělte oprávnění k aktivaci oznámení.",
|
||||||
"notification_permission_list_tile_enable_button": "Povolit oznámení",
|
"notification_permission_list_tile_enable_button": "Povolit oznámení",
|
||||||
@@ -215,16 +215,16 @@
|
|||||||
"permission_onboarding_go_to_settings": "Přejít do nastavení",
|
"permission_onboarding_go_to_settings": "Přejít do nastavení",
|
||||||
"permission_onboarding_grant_permission": "Povolit přístup",
|
"permission_onboarding_grant_permission": "Povolit přístup",
|
||||||
"permission_onboarding_log_out": "Odhlásit se",
|
"permission_onboarding_log_out": "Odhlásit se",
|
||||||
"permission_onboarding_permission_denied": "Přístup odepřen. Pro používání Immich, je nutné povolit přístup k fotkám a videím v nastavení.",
|
"permission_onboarding_permission_denied": "Přístup odepřen. Pro používání Immich je nutné povolit přístup k fotkám a videím v nastavení.",
|
||||||
"permission_onboarding_permission_granted": "Přístup povolen! Vše je připraveno.",
|
"permission_onboarding_permission_granted": "Přístup povolen! Vše je připraveno.",
|
||||||
"permission_onboarding_permission_limited": "Přístup omezen. Chcete-li používat Immich k zálohování a správě celé vaší kolekci galerií, povolte přístup k fotkám a videím v Nastavení.",
|
"permission_onboarding_permission_limited": "Přístup omezen. Chcete-li používat Immich k zálohování a správě celé vaší kolekce galerií, povolte v nastavení přístup k fotkám a videím.",
|
||||||
"permission_onboarding_request": "Immich potřebuje přístup k zobrazení vašich fotek a videí.",
|
"permission_onboarding_request": "Immich potřebuje přístup k zobrazení vašich fotek a videí.",
|
||||||
"profile_drawer_app_logs": "Logy",
|
"profile_drawer_app_logs": "Logy",
|
||||||
"profile_drawer_client_server_up_to_date": "Klient a server jsou aktuální",
|
"profile_drawer_client_server_up_to_date": "Klient a server jsou aktuální",
|
||||||
"profile_drawer_settings": "Nastavení",
|
"profile_drawer_settings": "Nastavení",
|
||||||
"profile_drawer_sign_out": "Odhlásit se",
|
"profile_drawer_sign_out": "Odhlásit se",
|
||||||
"recently_added_page_title": "Nedávno přidané",
|
"recently_added_page_title": "Nedávno přidané",
|
||||||
"search_bar_hint": "Prohledejte své obrázky",
|
"search_bar_hint": "Prohledejte své fotky",
|
||||||
"search_page_categories": "Kategorie",
|
"search_page_categories": "Kategorie",
|
||||||
"search_page_favorites": "Oblíbené",
|
"search_page_favorites": "Oblíbené",
|
||||||
"search_page_motion_photos": "Pohyblivé fotky",
|
"search_page_motion_photos": "Pohyblivé fotky",
|
||||||
@@ -234,7 +234,7 @@
|
|||||||
"search_page_places": "Místa",
|
"search_page_places": "Místa",
|
||||||
"search_page_recently_added": "Nedávno přidané",
|
"search_page_recently_added": "Nedávno přidané",
|
||||||
"search_page_screenshots": "Snímky obrazovky",
|
"search_page_screenshots": "Snímky obrazovky",
|
||||||
"search_page_selfies": "Selfie",
|
"search_page_selfies": "Autoportréty",
|
||||||
"search_page_things": "Věci",
|
"search_page_things": "Věci",
|
||||||
"search_page_videos": "Videa",
|
"search_page_videos": "Videa",
|
||||||
"search_page_view_all_button": "Zobrazit vše",
|
"search_page_view_all_button": "Zobrazit vše",
|
||||||
@@ -258,11 +258,11 @@
|
|||||||
"setting_notifications_notify_minutes": "{} minut",
|
"setting_notifications_notify_minutes": "{} minut",
|
||||||
"setting_notifications_notify_never": "nikdy",
|
"setting_notifications_notify_never": "nikdy",
|
||||||
"setting_notifications_notify_seconds": "{} sekundy",
|
"setting_notifications_notify_seconds": "{} sekundy",
|
||||||
"setting_notifications_single_progress_subtitle": "Podrobné informace o průběhu nahrávání pro položku",
|
"setting_notifications_single_progress_subtitle": "Podrobné informace o průběhu zálohování položky",
|
||||||
"setting_notifications_single_progress_title": "Zobrazit průběh detailů zálohování na pozadí",
|
"setting_notifications_single_progress_title": "Zobrazit průběh detailů zálohování na pozadí",
|
||||||
"setting_notifications_subtitle": "Přizpůsobení předvoleb oznámení",
|
"setting_notifications_subtitle": "Přizpůsobení předvoleb oznámení",
|
||||||
"setting_notifications_title": "Oznámení",
|
"setting_notifications_title": "Oznámení",
|
||||||
"setting_notifications_total_progress_subtitle": "Celkový průběh nahrávání (nahraných/celkově)",
|
"setting_notifications_total_progress_subtitle": "Celkový průběh zálohování (hotovo/celkově)",
|
||||||
"setting_notifications_total_progress_title": "Zobrazit celkový průběh zálohování na pozadí",
|
"setting_notifications_total_progress_title": "Zobrazit celkový průběh zálohování na pozadí",
|
||||||
"setting_pages_app_bar_settings": "Nastavení",
|
"setting_pages_app_bar_settings": "Nastavení",
|
||||||
"settings_require_restart": "Pro použití tohoto nastavení restartujte Immich",
|
"settings_require_restart": "Pro použití tohoto nastavení restartujte Immich",
|
||||||
@@ -297,7 +297,7 @@
|
|||||||
"upload_dialog_title": "Zálohovat položku",
|
"upload_dialog_title": "Zálohovat položku",
|
||||||
"version_announcement_overlay_ack": "Potvrdit",
|
"version_announcement_overlay_ack": "Potvrdit",
|
||||||
"version_announcement_overlay_release_notes": "poznámky k vydání",
|
"version_announcement_overlay_release_notes": "poznámky k vydání",
|
||||||
"version_announcement_overlay_text_1": "Ahoj, je zde nová verze",
|
"version_announcement_overlay_text_1": "Ahoj, k dispozici je nová verze",
|
||||||
"version_announcement_overlay_text_2": "najděte si čas na návštěvu ",
|
"version_announcement_overlay_text_2": "najděte si čas na návštěvu ",
|
||||||
"version_announcement_overlay_text_3": " a ujistěte se, že vaše konfigurace docker-compose a .env je aktuální, abyste předešli nesprávné konfiguraci, zvláště pokud používáte WatchTower nebo jakýkoli mechanismus, který podporuje automatické aktualizace serverových aplikací.",
|
"version_announcement_overlay_text_3": " a ujistěte se, že vaše konfigurace docker-compose a .env je aktuální, abyste předešli nesprávné konfiguraci, zvláště pokud používáte WatchTower nebo jakýkoli mechanismus, který podporuje automatické aktualizace serverových aplikací.",
|
||||||
"version_announcement_overlay_title": "K dispozici je nová verze serveru \uD83C\uDF89"
|
"version_announcement_overlay_title": "K dispozici je nová verze serveru \uD83C\uDF89"
|
||||||
|
|||||||
@@ -40,29 +40,29 @@
|
|||||||
"backup_album_selection_page_selection_info": "Oplysninger om valgte",
|
"backup_album_selection_page_selection_info": "Oplysninger om valgte",
|
||||||
"backup_album_selection_page_total_assets": "Samlede unikke elementer",
|
"backup_album_selection_page_total_assets": "Samlede unikke elementer",
|
||||||
"backup_all": "Alt",
|
"backup_all": "Alt",
|
||||||
"backup_background_service_backup_failed_message": "Backup af elementer fejlede. Forsøger igen...",
|
"backup_background_service_backup_failed_message": "Sikkerhedskopiering af elementer fejlede. Forsøger igen...",
|
||||||
"backup_background_service_connection_failed_message": "Forbindelsen til serveren blev tabt. Forsøger igen...",
|
"backup_background_service_connection_failed_message": "Forbindelsen til serveren blev tabt. Forsøger igen...",
|
||||||
"backup_background_service_current_upload_notification": "Uploader {}",
|
"backup_background_service_current_upload_notification": "Uploader {}",
|
||||||
"backup_background_service_default_notification": "Søger efter nye elementer...",
|
"backup_background_service_default_notification": "Søger efter nye elementer...",
|
||||||
"backup_background_service_error_title": "Fejl med backup",
|
"backup_background_service_error_title": "Fejl med sikkerhedskopiering",
|
||||||
"backup_background_service_in_progress_notification": "Tager backup af dine elementer...",
|
"backup_background_service_in_progress_notification": "Tager sikkerhedskopi af dine elementer...",
|
||||||
"backup_background_service_upload_failure_notification": "Fejlede med uploade af {}",
|
"backup_background_service_upload_failure_notification": "Fejlede med uploade af {}",
|
||||||
"backup_controller_page_albums": "Sikkerhedskopiér albummer",
|
"backup_controller_page_albums": "Sikkerhedskopiér albummer",
|
||||||
"backup_controller_page_background_app_refresh_disabled_content": "Slå baggrundsopdatering af applikationen til i Indstillinger > Generelt > Baggrundsopdatering af applikationer, for at bruge baggrundsbackup.",
|
"backup_controller_page_background_app_refresh_disabled_content": "Slå baggrundsopdatering af applikationen til i Indstillinger > Generelt > Baggrundsopdatering af applikationer, for at bruge sikkerhedskopi i baggrunden.",
|
||||||
"backup_controller_page_background_app_refresh_disabled_title": "Baggrundsopdatering af app er slået fra",
|
"backup_controller_page_background_app_refresh_disabled_title": "Baggrundsopdatering af app er slået fra",
|
||||||
"backup_controller_page_background_app_refresh_enable_button_text": "Gå til indstillinger",
|
"backup_controller_page_background_app_refresh_enable_button_text": "Gå til indstillinger",
|
||||||
"backup_controller_page_background_battery_info_link": "Vis mig hvordan",
|
"backup_controller_page_background_battery_info_link": "Vis mig hvordan",
|
||||||
"backup_controller_page_background_battery_info_message": "For den bedste oplevelse med baggrundsbackup, bør du slå batterioptimering, der begrænder baggrundsaktivitet, fra.\n\nSiden dette er afhængigt af enheden, bør du undersøge denne information leveret af din enheds producent.",
|
"backup_controller_page_background_battery_info_message": "For den bedste oplevelse med sikkerhedskopiering i baggrunden, bør du slå batterioptimering, der begrænder baggrundsaktivitet, fra.\n\nSiden dette er afhængigt af enheden, bør du undersøge denne information leveret af din enheds producent.",
|
||||||
"backup_controller_page_background_battery_info_ok": "OK",
|
"backup_controller_page_background_battery_info_ok": "OK",
|
||||||
"backup_controller_page_background_battery_info_title": "Batterioptimering",
|
"backup_controller_page_background_battery_info_title": "Batterioptimering",
|
||||||
"backup_controller_page_background_charging": "Kun under opladning",
|
"backup_controller_page_background_charging": "Kun under opladning",
|
||||||
"backup_controller_page_background_configure_error": "Fejlede konfigureringen af baggrundsbackup",
|
"backup_controller_page_background_configure_error": "Fejlede konfigureringen af sikkerhedskopiering i baggrunden",
|
||||||
"backup_controller_page_background_delay": "Udskyd backup af nye elementer: {}",
|
"backup_controller_page_background_delay": "Udskyd sikkerhedskopi af nye elementer: {}",
|
||||||
"backup_controller_page_background_description": "Slå baggrundsbackup til, for automatisk at tage backup af nye elementer, uden at skulle åbne appen",
|
"backup_controller_page_background_description": "Slå sikkerhedskopiering i baggrunden til, for automatisk at tage sikkerhedskopi af nye elementer, uden at skulle åbne appen",
|
||||||
"backup_controller_page_background_is_off": "Automatisk baggrundsbackup er slået fra",
|
"backup_controller_page_background_is_off": "Automatisk sikkerhedskopiering i baggrunden er slået fra",
|
||||||
"backup_controller_page_background_is_on": "Automatisk baggrundsbackup er slået til",
|
"backup_controller_page_background_is_on": "Automatisk sikkerhedskopiering i baggrunden er slået til",
|
||||||
"backup_controller_page_background_turn_off": "Slå baggrundsbackup fra",
|
"backup_controller_page_background_turn_off": "Slå sikkerhedskopiering i baggrunden fra",
|
||||||
"backup_controller_page_background_turn_on": "Slå baggrundsbackup til",
|
"backup_controller_page_background_turn_on": "Slå sikkerhedskopiering i baggrunden til",
|
||||||
"backup_controller_page_background_wifi": "Kun med WiFi",
|
"backup_controller_page_background_wifi": "Kun med WiFi",
|
||||||
"backup_controller_page_backup": "Sikkerhedskopier",
|
"backup_controller_page_backup": "Sikkerhedskopier",
|
||||||
"backup_controller_page_backup_selected": "Valgte: ",
|
"backup_controller_page_backup_selected": "Valgte: ",
|
||||||
@@ -92,11 +92,11 @@
|
|||||||
"backup_controller_page_uploading_file_info": "Uploader filinformation",
|
"backup_controller_page_uploading_file_info": "Uploader filinformation",
|
||||||
"backup_err_only_album": "Kan ikke slette det eneste album",
|
"backup_err_only_album": "Kan ikke slette det eneste album",
|
||||||
"backup_info_card_assets": "elementer",
|
"backup_info_card_assets": "elementer",
|
||||||
"backup_manual_cancelled": "Cancelled",
|
"backup_manual_cancelled": "Annulleret",
|
||||||
"backup_manual_failed": "Failed",
|
"backup_manual_failed": "Mislykkedes",
|
||||||
"backup_manual_in_progress": "Upload already in progress. Try after sometime",
|
"backup_manual_in_progress": "Upload er allerede undervejs. Prøv igen efter noget tid",
|
||||||
"backup_manual_success": "Success",
|
"backup_manual_success": "Succes",
|
||||||
"backup_manual_title": "Upload status",
|
"backup_manual_title": "Uploadstatus",
|
||||||
"cache_settings_album_thumbnails": "Biblioteksminiaturebilleder ({} elementer)",
|
"cache_settings_album_thumbnails": "Biblioteksminiaturebilleder ({} elementer)",
|
||||||
"cache_settings_clear_cache_button": "Fjern cache",
|
"cache_settings_clear_cache_button": "Fjern cache",
|
||||||
"cache_settings_clear_cache_button_title": "Fjern appens cache. Dette vil i stor grad påvirke appens ydeevne indtil cachen er genopbygget.",
|
"cache_settings_clear_cache_button_title": "Fjern appens cache. Dette vil i stor grad påvirke appens ydeevne indtil cachen er genopbygget.",
|
||||||
@@ -160,8 +160,8 @@
|
|||||||
"home_page_archive_err_local": "Kan ikke arkivere lokalt element endnu.. Springer over",
|
"home_page_archive_err_local": "Kan ikke arkivere lokalt element endnu.. Springer over",
|
||||||
"home_page_building_timeline": "Bygger tidslinjen",
|
"home_page_building_timeline": "Bygger tidslinjen",
|
||||||
"home_page_favorite_err_local": "Kan endnu ikke gøre lokale elementer til favoritter. Springer over..",
|
"home_page_favorite_err_local": "Kan endnu ikke gøre lokale elementer til favoritter. Springer over..",
|
||||||
"home_page_first_time_notice": "Hvis dette er din første gang i appen, bedes du vælge en backup af albummer så tidlinjen kan blive fyldt med billeder og videoer fra albummerne.",
|
"home_page_first_time_notice": "Hvis det er din første gang i appen, bedes du vælge en sikkerhedskopi af albummer så tidlinjen kan blive fyldt med billeder og videoer fra albummerne.",
|
||||||
"home_page_upload_err_limit": "Can only upload a maximum of 30 assets at a time, skipping",
|
"home_page_upload_err_limit": "Det er kun muligt at lave sikkerhedskopi af 30 elementer ad gangen. Springer over",
|
||||||
"image_viewer_page_state_provider_download_error": "Fejl ved download",
|
"image_viewer_page_state_provider_download_error": "Fejl ved download",
|
||||||
"image_viewer_page_state_provider_download_success": "Download succesfuld",
|
"image_viewer_page_state_provider_download_success": "Download succesfuld",
|
||||||
"library_page_albums": "Albummer",
|
"library_page_albums": "Albummer",
|
||||||
@@ -172,7 +172,7 @@
|
|||||||
"library_page_sharing": "Delte",
|
"library_page_sharing": "Delte",
|
||||||
"library_page_sort_created": "Senest oprettet",
|
"library_page_sort_created": "Senest oprettet",
|
||||||
"library_page_sort_title": "Albumtitel",
|
"library_page_sort_title": "Albumtitel",
|
||||||
"login_disabled": "Login has been disabled",
|
"login_disabled": "Login er blevet deaktiveret",
|
||||||
"login_form_api_exception": "API-undtagelse. Tjek serverens URL og prøv igen. ",
|
"login_form_api_exception": "API-undtagelse. Tjek serverens URL og prøv igen. ",
|
||||||
"login_form_button_text": "Log ind",
|
"login_form_button_text": "Log ind",
|
||||||
"login_form_email_hint": "din-e-mail@e-mail.com",
|
"login_form_email_hint": "din-e-mail@e-mail.com",
|
||||||
@@ -217,7 +217,7 @@
|
|||||||
"permission_onboarding_log_out": "Log ud",
|
"permission_onboarding_log_out": "Log ud",
|
||||||
"permission_onboarding_permission_denied": "Tilladelse afvist. For at bruge Immich, skal der gives tilladelse til at se billeder og videoer i indstillinger.",
|
"permission_onboarding_permission_denied": "Tilladelse afvist. For at bruge Immich, skal der gives tilladelse til at se billeder og videoer i indstillinger.",
|
||||||
"permission_onboarding_permission_granted": "Tilladelse givet! Du er nu klar.",
|
"permission_onboarding_permission_granted": "Tilladelse givet! Du er nu klar.",
|
||||||
"permission_onboarding_permission_limited": "Tilladelse begrænset. For at lade Immich lave backup og styre hele dit galleri, skal der gives tilladelse til billeder og videoer i indstillinger.",
|
"permission_onboarding_permission_limited": "Tilladelse begrænset. For at lade Immich lave sikkerhedskopi og styre hele dit galleri, skal der gives tilladelse til billeder og videoer i indstillinger.",
|
||||||
"permission_onboarding_request": "Immich kræver tilliadelse til at se dine billeder og videoer.",
|
"permission_onboarding_request": "Immich kræver tilliadelse til at se dine billeder og videoer.",
|
||||||
"profile_drawer_app_logs": "Log",
|
"profile_drawer_app_logs": "Log",
|
||||||
"profile_drawer_client_server_up_to_date": "Klient og server er ajour",
|
"profile_drawer_client_server_up_to_date": "Klient og server er ajour",
|
||||||
@@ -252,7 +252,7 @@
|
|||||||
"setting_image_viewer_original_title": "Indlæs originalbillede",
|
"setting_image_viewer_original_title": "Indlæs originalbillede",
|
||||||
"setting_image_viewer_preview_subtitle": "Slå indlæsning af et mediumstørrelse billede til. Slå fra for enten direkte at indlæse originalen eller kun at bruge miniaturebilledet.",
|
"setting_image_viewer_preview_subtitle": "Slå indlæsning af et mediumstørrelse billede til. Slå fra for enten direkte at indlæse originalen eller kun at bruge miniaturebilledet.",
|
||||||
"setting_image_viewer_preview_title": "Indlæs forhåndsvisning af billedet",
|
"setting_image_viewer_preview_title": "Indlæs forhåndsvisning af billedet",
|
||||||
"setting_notifications_notify_failures_grace_period": "Giv besked om baggrundsbackupfejl: {}",
|
"setting_notifications_notify_failures_grace_period": "Giv besked om fejl med sikkerhedskopiering i baggrunden: {}",
|
||||||
"setting_notifications_notify_hours": "{} timer",
|
"setting_notifications_notify_hours": "{} timer",
|
||||||
"setting_notifications_notify_immediately": "med det samme",
|
"setting_notifications_notify_immediately": "med det samme",
|
||||||
"setting_notifications_notify_minutes": "{} minutter",
|
"setting_notifications_notify_minutes": "{} minutter",
|
||||||
@@ -291,10 +291,10 @@
|
|||||||
"theme_setting_theme_title": "Tema",
|
"theme_setting_theme_title": "Tema",
|
||||||
"theme_setting_three_stage_loading_subtitle": "Tre-trins indlæsning kan øge ydeevnen, men kan ligeledes føre til højere netværksbelastning",
|
"theme_setting_three_stage_loading_subtitle": "Tre-trins indlæsning kan øge ydeevnen, men kan ligeledes føre til højere netværksbelastning",
|
||||||
"theme_setting_three_stage_loading_title": "Slå tre-trins indlæsning til",
|
"theme_setting_three_stage_loading_title": "Slå tre-trins indlæsning til",
|
||||||
"upload_dialog_cancel": "Cancel",
|
"upload_dialog_cancel": "Annuller",
|
||||||
"upload_dialog_info": "Do you want to backup the selected Asset(s) to the server?",
|
"upload_dialog_info": "Vil du sikkerhedskopiere de(t) valgte element(er) til serveren?",
|
||||||
"upload_dialog_ok": "Upload",
|
"upload_dialog_ok": "Upload",
|
||||||
"upload_dialog_title": "Upload Asset",
|
"upload_dialog_title": "Upload element",
|
||||||
"version_announcement_overlay_ack": "Accepter",
|
"version_announcement_overlay_ack": "Accepter",
|
||||||
"version_announcement_overlay_release_notes": "udgivelsesnoterne",
|
"version_announcement_overlay_release_notes": "udgivelsesnoterne",
|
||||||
"version_announcement_overlay_text_1": "Hej ven, der er en ny version af",
|
"version_announcement_overlay_text_1": "Hej ven, der er en ny version af",
|
||||||
|
|||||||
@@ -7,6 +7,8 @@
|
|||||||
"advanced_settings_tile_title": "Advanced",
|
"advanced_settings_tile_title": "Advanced",
|
||||||
"advanced_settings_troubleshooting_subtitle": "Enable additional features for troubleshooting",
|
"advanced_settings_troubleshooting_subtitle": "Enable additional features for troubleshooting",
|
||||||
"advanced_settings_troubleshooting_title": "Troubleshooting",
|
"advanced_settings_troubleshooting_title": "Troubleshooting",
|
||||||
|
"advanced_settings_self_signed_ssl_title": "Allow self-signed SSL certificates",
|
||||||
|
"advanced_settings_self_signed_ssl_subtitle": "Skips SSL certificate verification for the server endpoint. Required for self-signed certificates.",
|
||||||
"album_info_card_backup_album_excluded": "EXCLUDED",
|
"album_info_card_backup_album_excluded": "EXCLUDED",
|
||||||
"album_info_card_backup_album_included": "INCLUDED",
|
"album_info_card_backup_album_included": "INCLUDED",
|
||||||
"album_thumbnail_card_item": "1 item",
|
"album_thumbnail_card_item": "1 item",
|
||||||
@@ -174,6 +176,7 @@
|
|||||||
"library_page_sort_title": "Album title",
|
"library_page_sort_title": "Album title",
|
||||||
"login_disabled": "Login has been disabled",
|
"login_disabled": "Login has been disabled",
|
||||||
"login_form_api_exception": "API exception. Please check the server URL and try again.",
|
"login_form_api_exception": "API exception. Please check the server URL and try again.",
|
||||||
|
"login_form_handshake_exception": "There was an Handshake Exception with the server. Enable self-signed certificate support in the settings if you are using a self-signed certificate.",
|
||||||
"login_form_button_text": "Login",
|
"login_form_button_text": "Login",
|
||||||
"login_form_email_hint": "youremail@email.com",
|
"login_form_email_hint": "youremail@email.com",
|
||||||
"login_form_endpoint_hint": "http://your-server-ip:port/api",
|
"login_form_endpoint_hint": "http://your-server-ip:port/api",
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"add_to_album_bottom_sheet_added": "Lisätty albumiin {album}",
|
"add_to_album_bottom_sheet_added": "Lisätty albumiin {album}",
|
||||||
"add_to_album_bottom_sheet_already_exists": "Kohde on jo albumissa {album}",
|
"add_to_album_bottom_sheet_already_exists": "Kohde on jo albumissa {album}",
|
||||||
"advanced_settings_prefer_remote_subtitle": "Some devices are painfully slow to load thumbnails from assets on the device. Activate this setting to load remote images instead.",
|
"advanced_settings_prefer_remote_subtitle": "Jotkut laitteet ovat erittäin hitaita lataamaan esikatselukuvia laitteen kohteista. Aktivoi tämä asetus käyttääksesi etäkuvia.",
|
||||||
"advanced_settings_prefer_remote_title": "Prefer remote images",
|
"advanced_settings_prefer_remote_title": "Suosi etäkuvia",
|
||||||
"advanced_settings_tile_subtitle": "Edistyneen käyttäjän asetukset",
|
"advanced_settings_tile_subtitle": "Edistyneen käyttäjän asetukset",
|
||||||
"advanced_settings_tile_title": "Edistyneet",
|
"advanced_settings_tile_title": "Edistyneet",
|
||||||
"advanced_settings_troubleshooting_subtitle": "Kytke vianetsinnän lisäominaisuudet päälle",
|
"advanced_settings_troubleshooting_subtitle": "Kytke vianetsinnän lisäominaisuudet päälle",
|
||||||
@@ -22,12 +22,12 @@
|
|||||||
"album_viewer_appbar_share_leave": "Poistu albumista",
|
"album_viewer_appbar_share_leave": "Poistu albumista",
|
||||||
"album_viewer_appbar_share_remove": "Poista albumista",
|
"album_viewer_appbar_share_remove": "Poista albumista",
|
||||||
"album_viewer_page_share_add_users": "Lisää käyttäjiä",
|
"album_viewer_page_share_add_users": "Lisää käyttäjiä",
|
||||||
"all_people_page_title": "People",
|
"all_people_page_title": "Ihmiset",
|
||||||
"all_videos_page_title": "Videot",
|
"all_videos_page_title": "Videot",
|
||||||
"archive_page_no_archived_assets": "No archived assets found",
|
"archive_page_no_archived_assets": "Arkistoituja kohteita ei löytynyt",
|
||||||
"archive_page_title": "Arkisto ({})",
|
"archive_page_title": "Arkisto ({})",
|
||||||
"asset_list_layout_settings_dynamic_layout_title": "Dynaaminen asetelma",
|
"asset_list_layout_settings_dynamic_layout_title": "Dynaaminen asetelma",
|
||||||
"asset_list_layout_settings_group_automatically": "Automatic",
|
"asset_list_layout_settings_group_automatically": "Automaattisesti",
|
||||||
"asset_list_layout_settings_group_by": "Ryhmittele",
|
"asset_list_layout_settings_group_by": "Ryhmittele",
|
||||||
"asset_list_layout_settings_group_by_month": "Kuukauden mukaan",
|
"asset_list_layout_settings_group_by_month": "Kuukauden mukaan",
|
||||||
"asset_list_layout_settings_group_by_month_day": "Kuukauden ja päivän mukaan",
|
"asset_list_layout_settings_group_by_month_day": "Kuukauden ja päivän mukaan",
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
"backup_controller_page_backup_sub": "Varmuuskopioidut kuvat ja videot",
|
"backup_controller_page_backup_sub": "Varmuuskopioidut kuvat ja videot",
|
||||||
"backup_controller_page_cancel": "Peruuta",
|
"backup_controller_page_cancel": "Peruuta",
|
||||||
"backup_controller_page_created": "Luotu: {}",
|
"backup_controller_page_created": "Luotu: {}",
|
||||||
"backup_controller_page_desc_backup": "Kytke varmuuskopiointi päälle ladataksesi uudet kohteet palvelimelle automaattisesti.",
|
"backup_controller_page_desc_backup": "Kytke varmuuskopiointi päälle lähettääksesi uudet kohteet palvelimelle automaattisesti.",
|
||||||
"backup_controller_page_excluded": "Jätetty pois:",
|
"backup_controller_page_excluded": "Jätetty pois:",
|
||||||
"backup_controller_page_failed": "Epäonnistui ({})",
|
"backup_controller_page_failed": "Epäonnistui ({})",
|
||||||
"backup_controller_page_filename": "Tiedoston nimi: {} [{}]",
|
"backup_controller_page_filename": "Tiedoston nimi: {} [{}]",
|
||||||
@@ -92,11 +92,11 @@
|
|||||||
"backup_controller_page_uploading_file_info": "Tiedostojen lähetystiedot",
|
"backup_controller_page_uploading_file_info": "Tiedostojen lähetystiedot",
|
||||||
"backup_err_only_album": "Vähintään yhden albumin tulee olla valittuna",
|
"backup_err_only_album": "Vähintään yhden albumin tulee olla valittuna",
|
||||||
"backup_info_card_assets": "kohdetta",
|
"backup_info_card_assets": "kohdetta",
|
||||||
"backup_manual_cancelled": "Cancelled",
|
"backup_manual_cancelled": "Peruutettu",
|
||||||
"backup_manual_failed": "Failed",
|
"backup_manual_failed": "Epäonnistui",
|
||||||
"backup_manual_in_progress": "Upload already in progress. Try after sometime",
|
"backup_manual_in_progress": "Lähetys palvelimelle on jo käynnissä. Kokeile uudelleen hetken kuluttua.",
|
||||||
"backup_manual_success": "Success",
|
"backup_manual_success": "Onnistui",
|
||||||
"backup_manual_title": "Upload status",
|
"backup_manual_title": "Lähetyksen tila",
|
||||||
"cache_settings_album_thumbnails": "Kirjastosivun esikatselukuvat ({} kohdetta)",
|
"cache_settings_album_thumbnails": "Kirjastosivun esikatselukuvat ({} kohdetta)",
|
||||||
"cache_settings_clear_cache_button": "Tyhjennä välimuisti",
|
"cache_settings_clear_cache_button": "Tyhjennä välimuisti",
|
||||||
"cache_settings_clear_cache_button_title": "Tyhjennä sovelluksen välimuisti. Tämä vaikuttaa merkittävästi sovelluksen suorituskykyyn, kunnes välimuisti on rakennettu uudelleen.",
|
"cache_settings_clear_cache_button_title": "Tyhjennä sovelluksen välimuisti. Tämä vaikuttaa merkittävästi sovelluksen suorituskykyyn, kunnes välimuisti on rakennettu uudelleen.",
|
||||||
@@ -128,7 +128,7 @@
|
|||||||
"control_bottom_app_bar_delete": "Poista",
|
"control_bottom_app_bar_delete": "Poista",
|
||||||
"control_bottom_app_bar_favorite": "Suosikki",
|
"control_bottom_app_bar_favorite": "Suosikki",
|
||||||
"control_bottom_app_bar_share": "Jaa",
|
"control_bottom_app_bar_share": "Jaa",
|
||||||
"control_bottom_app_bar_unarchive": "Unarchive",
|
"control_bottom_app_bar_unarchive": "Palauta arkistosta",
|
||||||
"create_album_page_untitled": "Nimetön",
|
"create_album_page_untitled": "Nimetön",
|
||||||
"create_shared_album_page_create": "Luo",
|
"create_shared_album_page_create": "Luo",
|
||||||
"create_shared_album_page_share": "Jaa",
|
"create_shared_album_page_share": "Jaa",
|
||||||
@@ -152,7 +152,7 @@
|
|||||||
"experimental_settings_new_asset_list_title": "Ota käyttöön kokeellinen kuvaruudukko",
|
"experimental_settings_new_asset_list_title": "Ota käyttöön kokeellinen kuvaruudukko",
|
||||||
"experimental_settings_subtitle": "Käyttö omalla vastuulla!",
|
"experimental_settings_subtitle": "Käyttö omalla vastuulla!",
|
||||||
"experimental_settings_title": "Kokeellinen",
|
"experimental_settings_title": "Kokeellinen",
|
||||||
"favorites_page_no_favorites": "No favorite assets found",
|
"favorites_page_no_favorites": "Suosikkikohteita ei löytynyt",
|
||||||
"favorites_page_title": "Suosikit",
|
"favorites_page_title": "Suosikit",
|
||||||
"home_page_add_to_album_conflicts": "Lisätty {added} kohdetta albumiin {album}. {failed} kohdetta on jo albumissa.",
|
"home_page_add_to_album_conflicts": "Lisätty {added} kohdetta albumiin {album}. {failed} kohdetta on jo albumissa.",
|
||||||
"home_page_add_to_album_err_local": "Paikallisten kohteiden lisääminen albumeihin ei ole mahdollista, ohitetaan",
|
"home_page_add_to_album_err_local": "Paikallisten kohteiden lisääminen albumeihin ei ole mahdollista, ohitetaan",
|
||||||
@@ -161,7 +161,7 @@
|
|||||||
"home_page_building_timeline": "Rakennetaan aikajanaa",
|
"home_page_building_timeline": "Rakennetaan aikajanaa",
|
||||||
"home_page_favorite_err_local": "Paikallisten kohteiden lisääminen suosikkeihin ei ole mahdollista, ohitetaan",
|
"home_page_favorite_err_local": "Paikallisten kohteiden lisääminen suosikkeihin ei ole mahdollista, ohitetaan",
|
||||||
"home_page_first_time_notice": "Jos käytät sovellusta ensimmäistä kertaa, muista valita varmuuskopioitavat albumi(t), jotta aikajanalla voi olla kuvia ja videoita.",
|
"home_page_first_time_notice": "Jos käytät sovellusta ensimmäistä kertaa, muista valita varmuuskopioitavat albumi(t), jotta aikajanalla voi olla kuvia ja videoita.",
|
||||||
"home_page_upload_err_limit": "Can only upload a maximum of 30 assets at a time, skipping",
|
"home_page_upload_err_limit": "Voit lähettää palvelimelle enintään 30 kohdetta kerrallaan, ohitetaan",
|
||||||
"image_viewer_page_state_provider_download_error": "Lataus epäonnistui",
|
"image_viewer_page_state_provider_download_error": "Lataus epäonnistui",
|
||||||
"image_viewer_page_state_provider_download_success": "Lataus onnistui",
|
"image_viewer_page_state_provider_download_success": "Lataus onnistui",
|
||||||
"library_page_albums": "Albumit",
|
"library_page_albums": "Albumit",
|
||||||
@@ -172,7 +172,7 @@
|
|||||||
"library_page_sharing": "Jakaminen",
|
"library_page_sharing": "Jakaminen",
|
||||||
"library_page_sort_created": "Viimeisin luotu",
|
"library_page_sort_created": "Viimeisin luotu",
|
||||||
"library_page_sort_title": "Albumin otsikko",
|
"library_page_sort_title": "Albumin otsikko",
|
||||||
"login_disabled": "Login has been disabled",
|
"login_disabled": "Kirjautuminen on poistettu käytöstä",
|
||||||
"login_form_api_exception": "API-virhe. Tarkista palvelimen URL-osoite ja yritä uudelleen.",
|
"login_form_api_exception": "API-virhe. Tarkista palvelimen URL-osoite ja yritä uudelleen.",
|
||||||
"login_form_button_text": "Kirjaudu",
|
"login_form_button_text": "Kirjaudu",
|
||||||
"login_form_email_hint": "sahkopostisi@esimerkki.fi",
|
"login_form_email_hint": "sahkopostisi@esimerkki.fi",
|
||||||
@@ -201,15 +201,15 @@
|
|||||||
"notification_permission_list_tile_content": "Myönnä käyttöoikeus ottaaksesi ilmoitukset käyttöön.",
|
"notification_permission_list_tile_content": "Myönnä käyttöoikeus ottaaksesi ilmoitukset käyttöön.",
|
||||||
"notification_permission_list_tile_enable_button": "Ota ilmoitukset käyttöön",
|
"notification_permission_list_tile_enable_button": "Ota ilmoitukset käyttöön",
|
||||||
"notification_permission_list_tile_title": "Ilmoitusten käyttöoikeus",
|
"notification_permission_list_tile_title": "Ilmoitusten käyttöoikeus",
|
||||||
"partner_page_add_partner": "Add partner",
|
"partner_page_add_partner": "Lisää kumppani",
|
||||||
"partner_page_empty_message": "Your photos are not yet shared with any partner.",
|
"partner_page_empty_message": "Kuviasi ei ole vielä jaettu kenenkään kumppanin kanssa.",
|
||||||
"partner_page_no_more_users": "No more users to add",
|
"partner_page_no_more_users": "Ei enempää käyttäjiä lisättäväksi",
|
||||||
"partner_page_partner_add_failed": "Failed to add partner",
|
"partner_page_partner_add_failed": "Kumppanin lisääminen epäonnistui",
|
||||||
"partner_page_select_partner": "Select partner",
|
"partner_page_select_partner": "Valitse kumppani",
|
||||||
"partner_page_shared_to_title": "Shared to",
|
"partner_page_shared_to_title": "Jaettu henkilöille",
|
||||||
"partner_page_stop_sharing_content": "{} will no longer be able to access your photos.",
|
"partner_page_stop_sharing_content": "{} ei voi enää käyttää kuviasi.",
|
||||||
"partner_page_stop_sharing_title": "Stop sharing your photos?",
|
"partner_page_stop_sharing_title": "Lopetetaanko kuvien jakaminen?",
|
||||||
"partner_page_title": "Partner",
|
"partner_page_title": "Kumppani",
|
||||||
"permission_onboarding_continue_anyway": "Jatka silti",
|
"permission_onboarding_continue_anyway": "Jatka silti",
|
||||||
"permission_onboarding_get_started": "Aloittaminen",
|
"permission_onboarding_get_started": "Aloittaminen",
|
||||||
"permission_onboarding_go_to_settings": "Siirry asetuksiin",
|
"permission_onboarding_go_to_settings": "Siirry asetuksiin",
|
||||||
@@ -230,7 +230,7 @@
|
|||||||
"search_page_motion_photos": "Liikekuvat",
|
"search_page_motion_photos": "Liikekuvat",
|
||||||
"search_page_no_objects": "Objektitietoja ei ole saatavilla",
|
"search_page_no_objects": "Objektitietoja ei ole saatavilla",
|
||||||
"search_page_no_places": "Paikkatietoja ei ole saatavilla",
|
"search_page_no_places": "Paikkatietoja ei ole saatavilla",
|
||||||
"search_page_people": "People",
|
"search_page_people": "Ihmiset",
|
||||||
"search_page_places": "Paikat",
|
"search_page_places": "Paikat",
|
||||||
"search_page_recently_added": "Viimeksi lisätyt",
|
"search_page_recently_added": "Viimeksi lisätyt",
|
||||||
"search_page_screenshots": "Näyttökuvat",
|
"search_page_screenshots": "Näyttökuvat",
|
||||||
@@ -291,10 +291,10 @@
|
|||||||
"theme_setting_theme_title": "Teema",
|
"theme_setting_theme_title": "Teema",
|
||||||
"theme_setting_three_stage_loading_subtitle": "Kolmivaiheinen lataaminen saattaa parantaa latauksen suorituskykyä, mutta lisää kaistankäyttöä huomattavasti.",
|
"theme_setting_three_stage_loading_subtitle": "Kolmivaiheinen lataaminen saattaa parantaa latauksen suorituskykyä, mutta lisää kaistankäyttöä huomattavasti.",
|
||||||
"theme_setting_three_stage_loading_title": "Ota kolmivaiheinen lataus käyttöön",
|
"theme_setting_three_stage_loading_title": "Ota kolmivaiheinen lataus käyttöön",
|
||||||
"upload_dialog_cancel": "Cancel",
|
"upload_dialog_cancel": "Peruuta",
|
||||||
"upload_dialog_info": "Do you want to backup the selected Asset(s) to the server?",
|
"upload_dialog_info": "Haluatko varmuuskopioida valitut kohteet palvelimelle?",
|
||||||
"upload_dialog_ok": "Upload",
|
"upload_dialog_ok": "Lähetä",
|
||||||
"upload_dialog_title": "Upload Asset",
|
"upload_dialog_title": "Lähetä kohde",
|
||||||
"version_announcement_overlay_ack": "Tiedostan",
|
"version_announcement_overlay_ack": "Tiedostan",
|
||||||
"version_announcement_overlay_release_notes": "julkaisutiedoissa",
|
"version_announcement_overlay_release_notes": "julkaisutiedoissa",
|
||||||
"version_announcement_overlay_text_1": "Hei, kaveri! Uusi palvelinversio on saatavilla sovelluksesta",
|
"version_announcement_overlay_text_1": "Hei, kaveri! Uusi palvelinversio on saatavilla sovelluksesta",
|
||||||
|
|||||||
@@ -92,11 +92,11 @@
|
|||||||
"backup_controller_page_uploading_file_info": "Transfert des informations du fichier",
|
"backup_controller_page_uploading_file_info": "Transfert des informations du fichier",
|
||||||
"backup_err_only_album": "Impossible de retirer le seul album",
|
"backup_err_only_album": "Impossible de retirer le seul album",
|
||||||
"backup_info_card_assets": "éléments",
|
"backup_info_card_assets": "éléments",
|
||||||
"backup_manual_cancelled": "Cancelled",
|
"backup_manual_cancelled": "Annulé",
|
||||||
"backup_manual_failed": "Failed",
|
"backup_manual_failed": "Echec",
|
||||||
"backup_manual_in_progress": "Upload already in progress. Try after sometime",
|
"backup_manual_in_progress": "Téléchargement déjà en cours. Essayez après un instant",
|
||||||
"backup_manual_success": "Success",
|
"backup_manual_success": "Succès ",
|
||||||
"backup_manual_title": "Upload status",
|
"backup_manual_title": "Statut du téléchargement ",
|
||||||
"cache_settings_album_thumbnails": "Miniatures de la page bibliothèque ({} éléments)",
|
"cache_settings_album_thumbnails": "Miniatures de la page bibliothèque ({} éléments)",
|
||||||
"cache_settings_clear_cache_button": "Effacer le cache",
|
"cache_settings_clear_cache_button": "Effacer le cache",
|
||||||
"cache_settings_clear_cache_button_title": "Efface le cache de l'application. Cela aura un impact significatif sur les performances de l'application jusqu'à ce que le cache soit reconstruit.",
|
"cache_settings_clear_cache_button_title": "Efface le cache de l'application. Cela aura un impact significatif sur les performances de l'application jusqu'à ce que le cache soit reconstruit.",
|
||||||
@@ -161,7 +161,7 @@
|
|||||||
"home_page_building_timeline": "Construction de la chronologie",
|
"home_page_building_timeline": "Construction de la chronologie",
|
||||||
"home_page_favorite_err_local": "Impossible d'ajouter des éléments locaux aux favoris pour le moment, étape ignorée",
|
"home_page_favorite_err_local": "Impossible d'ajouter des éléments locaux aux favoris pour le moment, étape ignorée",
|
||||||
"home_page_first_time_notice": "Si c'est la première fois que vous utilisez l'application, veillez à choisir un ou plusieurs albums de sauvegarde afin que la chronologie puisse alimenter les photos et les vidéos de cet ou ces albums.",
|
"home_page_first_time_notice": "Si c'est la première fois que vous utilisez l'application, veillez à choisir un ou plusieurs albums de sauvegarde afin que la chronologie puisse alimenter les photos et les vidéos de cet ou ces albums.",
|
||||||
"home_page_upload_err_limit": "Can only upload a maximum of 30 assets at a time, skipping",
|
"home_page_upload_err_limit": "Limite de téléchargement de 30 éléments en même temps, demande ignorée",
|
||||||
"image_viewer_page_state_provider_download_error": "Erreur de téléchargement",
|
"image_viewer_page_state_provider_download_error": "Erreur de téléchargement",
|
||||||
"image_viewer_page_state_provider_download_success": "Téléchargement réussi",
|
"image_viewer_page_state_provider_download_success": "Téléchargement réussi",
|
||||||
"library_page_albums": "Albums",
|
"library_page_albums": "Albums",
|
||||||
@@ -172,7 +172,7 @@
|
|||||||
"library_page_sharing": "Partage",
|
"library_page_sharing": "Partage",
|
||||||
"library_page_sort_created": "Créations les plus récentes",
|
"library_page_sort_created": "Créations les plus récentes",
|
||||||
"library_page_sort_title": "Titre de l'album",
|
"library_page_sort_title": "Titre de l'album",
|
||||||
"login_disabled": "Login has been disabled",
|
"login_disabled": "La connexion a été désactivée ",
|
||||||
"login_form_api_exception": "Erreur de l'API. Veuillez vérifier l'URL du serveur et et réessayer.",
|
"login_form_api_exception": "Erreur de l'API. Veuillez vérifier l'URL du serveur et et réessayer.",
|
||||||
"login_form_button_text": "Connexion",
|
"login_form_button_text": "Connexion",
|
||||||
"login_form_email_hint": "votreemail@email.com",
|
"login_form_email_hint": "votreemail@email.com",
|
||||||
@@ -291,10 +291,10 @@
|
|||||||
"theme_setting_theme_title": "Thème",
|
"theme_setting_theme_title": "Thème",
|
||||||
"theme_setting_three_stage_loading_subtitle": "Le chargement en trois étapes peut améliorer les performances de chargement, mais entraîne une augmentation significative de la charge du réseau.",
|
"theme_setting_three_stage_loading_subtitle": "Le chargement en trois étapes peut améliorer les performances de chargement, mais entraîne une augmentation significative de la charge du réseau.",
|
||||||
"theme_setting_three_stage_loading_title": "Activer le chargement en trois étapes",
|
"theme_setting_three_stage_loading_title": "Activer le chargement en trois étapes",
|
||||||
"upload_dialog_cancel": "Cancel",
|
"upload_dialog_cancel": "Annuler",
|
||||||
"upload_dialog_info": "Do you want to backup the selected Asset(s) to the server?",
|
"upload_dialog_info": "Voulez-vous sauvegarder la sélection vers le serveur ?",
|
||||||
"upload_dialog_ok": "Upload",
|
"upload_dialog_ok": "Télécharger ",
|
||||||
"upload_dialog_title": "Upload Asset",
|
"upload_dialog_title": "Télécharger cet élément ",
|
||||||
"version_announcement_overlay_ack": "Confirmer",
|
"version_announcement_overlay_ack": "Confirmer",
|
||||||
"version_announcement_overlay_release_notes": "notes de mise à jour",
|
"version_announcement_overlay_release_notes": "notes de mise à jour",
|
||||||
"version_announcement_overlay_text_1": "Bonjour, une nouvelle version de",
|
"version_announcement_overlay_text_1": "Bonjour, une nouvelle version de",
|
||||||
|
|||||||
+163
-163
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"add_to_album_bottom_sheet_added": "Added to {album}",
|
"add_to_album_bottom_sheet_added": "Hozzáadva a(z) {album} nevű albumhoz",
|
||||||
"add_to_album_bottom_sheet_already_exists": "Already in {album}",
|
"add_to_album_bottom_sheet_already_exists": "Már eleme a(z) {album} nevű albumnak",
|
||||||
"advanced_settings_prefer_remote_subtitle": "Some devices are painfully slow to load thumbnails from assets on the device. Activate this setting to load remote images instead.",
|
"advanced_settings_prefer_remote_subtitle": "Some devices are painfully slow to load thumbnails from assets on the device. Activate this setting to load remote images instead.",
|
||||||
"advanced_settings_prefer_remote_title": "Prefer remote images",
|
"advanced_settings_prefer_remote_title": "Prefer remote images",
|
||||||
"advanced_settings_tile_subtitle": "Haladó felhasználói beállítások",
|
"advanced_settings_tile_subtitle": "Haladó felhasználói beállítások",
|
||||||
@@ -9,107 +9,107 @@
|
|||||||
"advanced_settings_troubleshooting_title": "Hibaelhárítás",
|
"advanced_settings_troubleshooting_title": "Hibaelhárítás",
|
||||||
"album_info_card_backup_album_excluded": "EXCLUDED",
|
"album_info_card_backup_album_excluded": "EXCLUDED",
|
||||||
"album_info_card_backup_album_included": "INCLUDED",
|
"album_info_card_backup_album_included": "INCLUDED",
|
||||||
"album_thumbnail_card_item": "1 item",
|
"album_thumbnail_card_item": "1 elem",
|
||||||
"album_thumbnail_card_items": "{} items",
|
"album_thumbnail_card_items": "{} elem",
|
||||||
"album_thumbnail_card_shared": " · Shared",
|
"album_thumbnail_card_shared": "· Megosztott",
|
||||||
"album_thumbnail_owned": "Tulajdonos",
|
"album_thumbnail_owned": "Tulajdonos",
|
||||||
"album_thumbnail_shared_by": "Megosztotta: {}",
|
"album_thumbnail_shared_by": "Megosztotta: {}",
|
||||||
"album_viewer_appbar_share_delete": "Delete album",
|
"album_viewer_appbar_share_delete": "Album törlése",
|
||||||
"album_viewer_appbar_share_err_delete": "Failed to delete album",
|
"album_viewer_appbar_share_err_delete": "Hiba az album törlése közben",
|
||||||
"album_viewer_appbar_share_err_leave": "Failed to leave album",
|
"album_viewer_appbar_share_err_leave": "Hiba az albumból való kilépés közben",
|
||||||
"album_viewer_appbar_share_err_remove": "There are problems in removing assets from album",
|
"album_viewer_appbar_share_err_remove": "Hiba az elemek törlése közben",
|
||||||
"album_viewer_appbar_share_err_title": "Failed to change album title",
|
"album_viewer_appbar_share_err_title": "Hiba az album átnevezése közben",
|
||||||
"album_viewer_appbar_share_leave": "Leave album",
|
"album_viewer_appbar_share_leave": "Kilépés az albumból",
|
||||||
"album_viewer_appbar_share_remove": "Remove from album",
|
"album_viewer_appbar_share_remove": "Törlés az albumból",
|
||||||
"album_viewer_page_share_add_users": "Add users",
|
"album_viewer_page_share_add_users": "Felhasználók hozzáadása",
|
||||||
"all_people_page_title": "People",
|
"all_people_page_title": "Emberek",
|
||||||
"all_videos_page_title": "Videók",
|
"all_videos_page_title": "Videók",
|
||||||
"archive_page_no_archived_assets": "Nem található archivált média",
|
"archive_page_no_archived_assets": "Nem található archivált média",
|
||||||
"archive_page_title": "Archívum ({})",
|
"archive_page_title": "Archívum ({})",
|
||||||
"asset_list_layout_settings_dynamic_layout_title": "Dynamic layout",
|
"asset_list_layout_settings_dynamic_layout_title": "Dynamic layout",
|
||||||
"asset_list_layout_settings_group_automatically": "Automatikus",
|
"asset_list_layout_settings_group_automatically": "Automatikus",
|
||||||
"asset_list_layout_settings_group_by": "Group assets by",
|
"asset_list_layout_settings_group_by": "Group assets by",
|
||||||
"asset_list_layout_settings_group_by_month": "Month",
|
"asset_list_layout_settings_group_by_month": "Hónap",
|
||||||
"asset_list_layout_settings_group_by_month_day": "Month + day",
|
"asset_list_layout_settings_group_by_month_day": "Hónap + nap",
|
||||||
"asset_list_settings_subtitle": "Photo grid layout settings",
|
"asset_list_settings_subtitle": "Photo grid layout settings",
|
||||||
"asset_list_settings_title": "Photo Grid",
|
"asset_list_settings_title": "Photo Grid",
|
||||||
"backup_album_selection_page_albums_device": "Albums on device ({})",
|
"backup_album_selection_page_albums_device": "Az eszközön lévő albumok ({})",
|
||||||
"backup_album_selection_page_albums_tap": "Tap to include, double tap to exclude",
|
"backup_album_selection_page_albums_tap": "Tap to include, double tap to exclude",
|
||||||
"backup_album_selection_page_assets_scatter": "Assets can scatter across multiple albums. Thus, albums can be included or excluded during the backup process.",
|
"backup_album_selection_page_assets_scatter": "Assets can scatter across multiple albums. Thus, albums can be included or excluded during the backup process.",
|
||||||
"backup_album_selection_page_select_albums": "Select albums",
|
"backup_album_selection_page_select_albums": "Albumok kiválasztása",
|
||||||
"backup_album_selection_page_selection_info": "Selection Info",
|
"backup_album_selection_page_selection_info": "Selection Info",
|
||||||
"backup_album_selection_page_total_assets": "Total unique assets",
|
"backup_album_selection_page_total_assets": "Összes egyedi elem",
|
||||||
"backup_all": "All",
|
"backup_all": "Összes",
|
||||||
"backup_background_service_backup_failed_message": "Failed to backup assets. Retrying…",
|
"backup_background_service_backup_failed_message": "HIba a mentés közben. Újrapróbálkozás...",
|
||||||
"backup_background_service_connection_failed_message": "Failed to connect to the server. Retrying…",
|
"backup_background_service_connection_failed_message": "HIba a szerverhez való csatlakozás közben. Újrapróbálkozás...",
|
||||||
"backup_background_service_current_upload_notification": "Uploading {}",
|
"backup_background_service_current_upload_notification": "Feltöltés {}",
|
||||||
"backup_background_service_default_notification": "Checking for new assets…",
|
"backup_background_service_default_notification": "Keresés új elemek után...",
|
||||||
"backup_background_service_error_title": "Backup error",
|
"backup_background_service_error_title": "Hiba mentés közben",
|
||||||
"backup_background_service_in_progress_notification": "Backing up your assets…",
|
"backup_background_service_in_progress_notification": "Elemek mentés alatt..",
|
||||||
"backup_background_service_upload_failure_notification": "Failed to upload {}",
|
"backup_background_service_upload_failure_notification": "Hiba feltöltés közben {}",
|
||||||
"backup_controller_page_albums": "Backup Albums",
|
"backup_controller_page_albums": "Albumok mentése",
|
||||||
"backup_controller_page_background_app_refresh_disabled_content": "Enable background app refresh in Settings > General > Background App Refresh in order to use background backup.",
|
"backup_controller_page_background_app_refresh_disabled_content": "Enable background app refresh in Settings > General > Background App Refresh in order to use background backup.",
|
||||||
"backup_controller_page_background_app_refresh_disabled_title": "Background app refresh disabled",
|
"backup_controller_page_background_app_refresh_disabled_title": "Background app refresh disabled",
|
||||||
"backup_controller_page_background_app_refresh_enable_button_text": "Beállítások megnyitása",
|
"backup_controller_page_background_app_refresh_enable_button_text": "Beállítások megnyitása",
|
||||||
"backup_controller_page_background_battery_info_link": "Show me how",
|
"backup_controller_page_background_battery_info_link": "Mutasd meg hogyan",
|
||||||
"backup_controller_page_background_battery_info_message": "For the best background backup experience, please disable any battery optimizations restricting background activity for Immich.\n\nSince this is device-specific, please lookup the required information for your device manufacturer.",
|
"backup_controller_page_background_battery_info_message": "For the best background backup experience, please disable any battery optimizations restricting background activity for Immich.\n\nSince this is device-specific, please lookup the required information for your device manufacturer.",
|
||||||
"backup_controller_page_background_battery_info_ok": "OK",
|
"backup_controller_page_background_battery_info_ok": "OK",
|
||||||
"backup_controller_page_background_battery_info_title": "Battery optimizations",
|
"backup_controller_page_background_battery_info_title": "Akkumulátoroptimalizálás",
|
||||||
"backup_controller_page_background_charging": "Only while charging",
|
"backup_controller_page_background_charging": "Csak töltés közben",
|
||||||
"backup_controller_page_background_configure_error": "Failed to configure the background service",
|
"backup_controller_page_background_configure_error": "Failed to configure the background service",
|
||||||
"backup_controller_page_background_delay": "Delay new assets backup: {}",
|
"backup_controller_page_background_delay": "Delay new assets backup: {}",
|
||||||
"backup_controller_page_background_description": "Turn on the background service to automatically backup any new assets without needing to open the app",
|
"backup_controller_page_background_description": "Kapcsold be a háttérfolyamatot, hogy automatikusan mentsen elemeket az applikáció megnyitása nélkül",
|
||||||
"backup_controller_page_background_is_off": "Automatic background backup is off",
|
"backup_controller_page_background_is_off": "Automatikus mentés a háttérben ki van kapcsolva",
|
||||||
"backup_controller_page_background_is_on": "Automatic background backup is on",
|
"backup_controller_page_background_is_on": "Automatikus mentés a háttérben bekapcsolva",
|
||||||
"backup_controller_page_background_turn_off": "Turn off background service",
|
"backup_controller_page_background_turn_off": "Háttérfolyamat kikapcsolása",
|
||||||
"backup_controller_page_background_turn_on": "Turn on background service",
|
"backup_controller_page_background_turn_on": "Háttérfolyamat bekapcsolása",
|
||||||
"backup_controller_page_background_wifi": "Only on WiFi",
|
"backup_controller_page_background_wifi": "Csak WiFi-n",
|
||||||
"backup_controller_page_backup": "Backup",
|
"backup_controller_page_backup": "Mentés",
|
||||||
"backup_controller_page_backup_selected": "Selected: ",
|
"backup_controller_page_backup_selected": "Kiválasztva:",
|
||||||
"backup_controller_page_backup_sub": "Backed up photos and videos",
|
"backup_controller_page_backup_sub": "Mentett fotók és videók",
|
||||||
"backup_controller_page_cancel": "Cancel",
|
"backup_controller_page_cancel": "Megszakít",
|
||||||
"backup_controller_page_created": "Created on: {}",
|
"backup_controller_page_created": "Létrehozva: {}",
|
||||||
"backup_controller_page_desc_backup": "Turn on foreground backup to automatically upload new assets to the server when opening the app.",
|
"backup_controller_page_desc_backup": "Turn on foreground backup to automatically upload new assets to the server when opening the app.",
|
||||||
"backup_controller_page_excluded": "Excluded: ",
|
"backup_controller_page_excluded": "Kivéve:",
|
||||||
"backup_controller_page_failed": "Failed ({})",
|
"backup_controller_page_failed": "Sikertelen ({})",
|
||||||
"backup_controller_page_filename": "File name: {} [{}]",
|
"backup_controller_page_filename": "Fájlnév: {}[{}]",
|
||||||
"backup_controller_page_id": "ID: {}",
|
"backup_controller_page_id": "Azonosító: {}",
|
||||||
"backup_controller_page_info": "Backup Information",
|
"backup_controller_page_info": "Mentésinformációk",
|
||||||
"backup_controller_page_none_selected": "None selected",
|
"backup_controller_page_none_selected": "Egy sincs kiválasztva",
|
||||||
"backup_controller_page_remainder": "Remainder",
|
"backup_controller_page_remainder": "Maradék",
|
||||||
"backup_controller_page_remainder_sub": "Remaining photos and videos to back up from selection",
|
"backup_controller_page_remainder_sub": "Hátralévő fotók és videók a kijelöltek közül",
|
||||||
"backup_controller_page_select": "Select",
|
"backup_controller_page_select": "Kiválaszt",
|
||||||
"backup_controller_page_server_storage": "Server Storage",
|
"backup_controller_page_server_storage": "Szerver tárhely",
|
||||||
"backup_controller_page_start_backup": "Start Backup",
|
"backup_controller_page_start_backup": "Mentés elindítása",
|
||||||
"backup_controller_page_status_off": "Automatic foreground backup is off",
|
"backup_controller_page_status_off": "Autoatikus mentés az előtérben kikapcsolva",
|
||||||
"backup_controller_page_status_on": "Automatic foreground backup is on",
|
"backup_controller_page_status_on": "Autoatikus mentés az előtérben bekapcsolva",
|
||||||
"backup_controller_page_storage_format": "{} of {} used",
|
"backup_controller_page_storage_format": "{} / {} felhasználva",
|
||||||
"backup_controller_page_to_backup": "Albums to be backup",
|
"backup_controller_page_to_backup": "Albumok amiket mentesz",
|
||||||
"backup_controller_page_total": "Total",
|
"backup_controller_page_total": "Összes",
|
||||||
"backup_controller_page_total_sub": "All unique photos and videos from selected albums",
|
"backup_controller_page_total_sub": "Minden egyedi fotó és videó a kijelölt albumokból",
|
||||||
"backup_controller_page_turn_off": "Turn off foreground backup",
|
"backup_controller_page_turn_off": "Turn off foreground backup",
|
||||||
"backup_controller_page_turn_on": "Turn on foreground backup",
|
"backup_controller_page_turn_on": "Turn on foreground backup",
|
||||||
"backup_controller_page_uploading_file_info": "Uploading file info",
|
"backup_controller_page_uploading_file_info": "Uploading file info",
|
||||||
"backup_err_only_album": "Cannot remove the only album",
|
"backup_err_only_album": "Az utolsó albumot nem tudod törölni",
|
||||||
"backup_info_card_assets": "assets",
|
"backup_info_card_assets": "elemek",
|
||||||
"backup_manual_cancelled": "Cancelled",
|
"backup_manual_cancelled": "Megszakítva",
|
||||||
"backup_manual_failed": "Failed",
|
"backup_manual_failed": "Failed",
|
||||||
"backup_manual_in_progress": "Upload already in progress. Try after sometime",
|
"backup_manual_in_progress": "Upload already in progress. Try after sometime",
|
||||||
"backup_manual_success": "Success",
|
"backup_manual_success": "Sikeres",
|
||||||
"backup_manual_title": "Upload status",
|
"backup_manual_title": "Upload status",
|
||||||
"cache_settings_album_thumbnails": "Library page thumbnails ({} assets)",
|
"cache_settings_album_thumbnails": "Library page thumbnails ({} assets)",
|
||||||
"cache_settings_clear_cache_button": "Clear cache",
|
"cache_settings_clear_cache_button": "Gyorsítótár törlése",
|
||||||
"cache_settings_clear_cache_button_title": "Clears the app's cache. This will significantly impact the app's performance until the cache has rebuilt.",
|
"cache_settings_clear_cache_button_title": "Clears the app's cache. This will significantly impact the app's performance until the cache has rebuilt.",
|
||||||
"cache_settings_image_cache_size": "Image cache size ({} assets)",
|
"cache_settings_image_cache_size": "Image cache size ({} assets)",
|
||||||
"cache_settings_statistics_album": "Library thumbnails",
|
"cache_settings_statistics_album": "Library thumbnails",
|
||||||
"cache_settings_statistics_assets": "{} assets ({})",
|
"cache_settings_statistics_assets": "{} assets ({})",
|
||||||
"cache_settings_statistics_full": "Full images",
|
"cache_settings_statistics_full": "Teljes képek",
|
||||||
"cache_settings_statistics_shared": "Shared album thumbnails",
|
"cache_settings_statistics_shared": "Shared album thumbnails",
|
||||||
"cache_settings_statistics_thumbnail": "Thumbnails",
|
"cache_settings_statistics_thumbnail": "Előnézeti képek",
|
||||||
"cache_settings_statistics_title": "Cache usage",
|
"cache_settings_statistics_title": "Gyorsítótár által használt terület",
|
||||||
"cache_settings_subtitle": "Control the caching behaviour of the Immich mobile application",
|
"cache_settings_subtitle": "Control the caching behaviour of the Immich mobile application",
|
||||||
"cache_settings_thumbnail_size": "Thumbnail cache size ({} assets)",
|
"cache_settings_thumbnail_size": "Thumbnail cache size ({} assets)",
|
||||||
"cache_settings_title": "Caching Settings",
|
"cache_settings_title": "Gyorsítótár beállítások",
|
||||||
"change_password_form_confirm_password": "Jelszó Megerősítése",
|
"change_password_form_confirm_password": "Jelszó Megerősítése",
|
||||||
"change_password_form_description": "Kedves {lastName} {firstName}!\n\nMost jelentkezel be először a rendszerbe vagy más okból szükséfes a jelszavad meváltoztatása. Kérjük, add meg új jelszavad.",
|
"change_password_form_description": "Kedves {lastName} {firstName}!\n\nMost jelentkezel be először a rendszerbe vagy más okból szükséfes a jelszavad meváltoztatása. Kérjük, add meg új jelszavad.",
|
||||||
"change_password_form_new_password": "Új Jelszó",
|
"change_password_form_new_password": "Új Jelszó",
|
||||||
@@ -118,42 +118,42 @@
|
|||||||
"common_add_to_album": "Albumhoz ad",
|
"common_add_to_album": "Albumhoz ad",
|
||||||
"common_change_password": "Jelszócsere",
|
"common_change_password": "Jelszócsere",
|
||||||
"common_create_new_album": "Új album létrehozása",
|
"common_create_new_album": "Új album létrehozása",
|
||||||
"common_server_error": "Kérjük, ellenőrid a hálózati kapcsolatot, gondoskodj róla, hogy a szerver elérhető legyen, valamint az app és a szerver kompatibilis verziójú legyen.",
|
"common_server_error": "Kérjük, ellenőrizd a hálózati kapcsolatot, gondoskodj róla, hogy a szerver elérhető legyen, valamint az app és a szerver kompatibilis verziójú legyen.",
|
||||||
"common_shared": "Megosztva",
|
"common_shared": "Megosztva",
|
||||||
"control_bottom_app_bar_add_to_album": "Add to album",
|
"control_bottom_app_bar_add_to_album": "Hozzáadás az albumhoz",
|
||||||
"control_bottom_app_bar_album_info": "{} items",
|
"control_bottom_app_bar_album_info": "{} elem",
|
||||||
"control_bottom_app_bar_album_info_shared": "{} items · Shared",
|
"control_bottom_app_bar_album_info_shared": "{} elemek· Megosztva",
|
||||||
"control_bottom_app_bar_archive": "Archivál",
|
"control_bottom_app_bar_archive": "Archivál",
|
||||||
"control_bottom_app_bar_create_new_album": "Create new album",
|
"control_bottom_app_bar_create_new_album": "Album létrehozása",
|
||||||
"control_bottom_app_bar_delete": "Delete",
|
"control_bottom_app_bar_delete": "Törlés",
|
||||||
"control_bottom_app_bar_favorite": "Kedvenc",
|
"control_bottom_app_bar_favorite": "Kedvenc",
|
||||||
"control_bottom_app_bar_share": "Share",
|
"control_bottom_app_bar_share": "Megosztás",
|
||||||
"control_bottom_app_bar_unarchive": "Archiválás megszüntetése",
|
"control_bottom_app_bar_unarchive": "Archiválás megszüntetése",
|
||||||
"create_album_page_untitled": "Untitled",
|
"create_album_page_untitled": "Névtelen",
|
||||||
"create_shared_album_page_create": "Create",
|
"create_shared_album_page_create": "Létrehoz",
|
||||||
"create_shared_album_page_share": "Share",
|
"create_shared_album_page_share": "Megosztás",
|
||||||
"create_shared_album_page_share_add_assets": "ADD ASSETS",
|
"create_shared_album_page_share_add_assets": "ELEMEK HOZZÁADÁSA",
|
||||||
"create_shared_album_page_share_select_photos": "Select Photos",
|
"create_shared_album_page_share_select_photos": "Fotók kiválasztása",
|
||||||
"curated_location_page_title": "Helyek",
|
"curated_location_page_title": "Helyek",
|
||||||
"curated_object_page_title": "Dolgok",
|
"curated_object_page_title": "Dolgok",
|
||||||
"daily_title_text_date": "E, MMM dd",
|
"daily_title_text_date": "E, MMM dd",
|
||||||
"daily_title_text_date_year": "E, MMM dd, yyyy",
|
"daily_title_text_date_year": "E, MMM dd, yyyy",
|
||||||
"date_format": "E, LLL d, y • h:mm a",
|
"date_format": "E, LLL d, y • h:mm a",
|
||||||
"delete_dialog_alert": "These items will be permanently deleted from Immich and from your device",
|
"delete_dialog_alert": "Ezek az elemek véglegesen törölve lesznek Immich-ről és az eszközödről is",
|
||||||
"delete_dialog_cancel": "Cancel",
|
"delete_dialog_cancel": "Mégse",
|
||||||
"delete_dialog_ok": "Delete",
|
"delete_dialog_ok": "Törlés",
|
||||||
"delete_dialog_title": "Delete Permanently",
|
"delete_dialog_title": "Törlés véglegesen",
|
||||||
"description_input_hint_text": "Leírás hozzáadása...",
|
"description_input_hint_text": "Leírás hozzáadása...",
|
||||||
"description_input_submit_error": "Nem sikerült frissíteni a leírást. További információért kérjük, nézd meg az eseménynaplót",
|
"description_input_submit_error": "Nem sikerült frissíteni a leírást. További információért kérjük, nézd meg az eseménynaplót",
|
||||||
"exif_bottom_sheet_description": "Add Description...",
|
"exif_bottom_sheet_description": "Leírás hozzáadása...",
|
||||||
"exif_bottom_sheet_details": "DETAILS",
|
"exif_bottom_sheet_details": "RÉSZLETEK",
|
||||||
"exif_bottom_sheet_location": "LOCATION",
|
"exif_bottom_sheet_location": "HELYSZÍN",
|
||||||
"experimental_settings_new_asset_list_subtitle": "Work in progress",
|
"experimental_settings_new_asset_list_subtitle": "Fejlesztés alatt",
|
||||||
"experimental_settings_new_asset_list_title": "Enable experimental photo grid",
|
"experimental_settings_new_asset_list_title": "Enable experimental photo grid",
|
||||||
"experimental_settings_subtitle": "Use at your own risk!",
|
"experimental_settings_subtitle": "Csak saját felelősségre használd",
|
||||||
"experimental_settings_title": "Experimental",
|
"experimental_settings_title": "Kísérleti",
|
||||||
"favorites_page_no_favorites": "Nem található kedvencnek jelölt média",
|
"favorites_page_no_favorites": "Nem található kedvencnek jelölt média",
|
||||||
"favorites_page_title": "Favorites",
|
"favorites_page_title": "Kedvencek",
|
||||||
"home_page_add_to_album_conflicts": "Added {added} assets to album {album}. {failed} assets are already in the album.",
|
"home_page_add_to_album_conflicts": "Added {added} assets to album {album}. {failed} assets are already in the album.",
|
||||||
"home_page_add_to_album_err_local": "Helyi médiát még nem lehet albumba tenni. Kihagyjuk.",
|
"home_page_add_to_album_err_local": "Helyi médiát még nem lehet albumba tenni. Kihagyjuk.",
|
||||||
"home_page_add_to_album_success": "Added {added} assets to album {album}.",
|
"home_page_add_to_album_success": "Added {added} assets to album {album}.",
|
||||||
@@ -161,42 +161,42 @@
|
|||||||
"home_page_building_timeline": "Building the timeline",
|
"home_page_building_timeline": "Building the timeline",
|
||||||
"home_page_favorite_err_local": "Helyi médiát még nem lehet a kedvencek közé tenni. Kihagyjuk.",
|
"home_page_favorite_err_local": "Helyi médiát még nem lehet a kedvencek közé tenni. Kihagyjuk.",
|
||||||
"home_page_first_time_notice": "If this is your first time using the app, please make sure to choose a backup album(s) so that the timeline can populate photos and videos in the album(s).",
|
"home_page_first_time_notice": "If this is your first time using the app, please make sure to choose a backup album(s) so that the timeline can populate photos and videos in the album(s).",
|
||||||
"home_page_upload_err_limit": "Can only upload a maximum of 30 assets at a time, skipping",
|
"home_page_upload_err_limit": "Csak 30 elemet tudsz egyszerre feltölteni, átugrás",
|
||||||
"image_viewer_page_state_provider_download_error": "Letöltési Hiba",
|
"image_viewer_page_state_provider_download_error": "Letöltési Hiba",
|
||||||
"image_viewer_page_state_provider_download_success": "Letöltés Sikeres",
|
"image_viewer_page_state_provider_download_success": "Letöltés Sikeres",
|
||||||
"library_page_albums": "Albums",
|
"library_page_albums": "Albumok",
|
||||||
"library_page_archive": "Archívum",
|
"library_page_archive": "Archívum",
|
||||||
"library_page_device_albums": "Albumok az Eszközön",
|
"library_page_device_albums": "Albumok az Eszközön",
|
||||||
"library_page_favorites": "Favorites",
|
"library_page_favorites": "Kedvencek",
|
||||||
"library_page_new_album": "New album",
|
"library_page_new_album": "Új album",
|
||||||
"library_page_sharing": "Sharing",
|
"library_page_sharing": "Megosztás\n",
|
||||||
"library_page_sort_created": "Most recently created",
|
"library_page_sort_created": "Legutoljára létrehozott",
|
||||||
"library_page_sort_title": "Album title",
|
"library_page_sort_title": "Album címe",
|
||||||
"login_disabled": "Login has been disabled",
|
"login_disabled": "A bejelentkezés letiltva",
|
||||||
"login_form_api_exception": "API hiba. Kérljük, ellenőrid a szerver címét, majd próbáld újra.",
|
"login_form_api_exception": "API hiba. Kérljük, ellenőrid a szerver címét, majd próbáld újra.",
|
||||||
"login_form_button_text": "Login",
|
"login_form_button_text": "Belépés",
|
||||||
"login_form_email_hint": "youremail@email.com",
|
"login_form_email_hint": "teemailed@email.com",
|
||||||
"login_form_endpoint_hint": "http://your-server-ip:port/api",
|
"login_form_endpoint_hint": "http://szerver-címe:port/api",
|
||||||
"login_form_endpoint_url": "Server Endpoint URL",
|
"login_form_endpoint_url": "Kiszolgáló végpont címe",
|
||||||
"login_form_err_http": "Please specify http:// or https://",
|
"login_form_err_http": "Kérem, adjon meg egy http:// vagy https:// címet",
|
||||||
"login_form_err_invalid_email": "Invalid Email",
|
"login_form_err_invalid_email": "Érvénytelen email cím",
|
||||||
"login_form_err_invalid_url": "Invalid URL",
|
"login_form_err_invalid_url": "Érvénytelen cím",
|
||||||
"login_form_err_leading_whitespace": "Leading whitespace",
|
"login_form_err_leading_whitespace": "Az első karakter szóköz",
|
||||||
"login_form_err_trailing_whitespace": "Trailing whitespace",
|
"login_form_err_trailing_whitespace": "Az utolsó karakter szóköz",
|
||||||
"login_form_failed_get_oauth_server_config": "Error logging using OAuth, check server URL",
|
"login_form_failed_get_oauth_server_config": "Error logging using OAuth, check server URL",
|
||||||
"login_form_failed_get_oauth_server_disable": "OAuth feature is not available on this server",
|
"login_form_failed_get_oauth_server_disable": "OAuth feature is not available on this server",
|
||||||
"login_form_failed_login": "Error logging you in, check server URL, email and password",
|
"login_form_failed_login": "Hiba bejelentkezés közben, ellenőrizd a címet, email-t és a jelszót",
|
||||||
"login_form_label_email": "Email",
|
"login_form_label_email": "Email",
|
||||||
"login_form_label_password": "Password",
|
"login_form_label_password": "Jelszó",
|
||||||
"login_form_next_button": "Következő",
|
"login_form_next_button": "Következő",
|
||||||
"login_form_password_hint": "password",
|
"login_form_password_hint": "jelszó",
|
||||||
"login_form_save_login": "Stay logged in",
|
"login_form_save_login": "Maradjon bejelentkezve",
|
||||||
"login_form_server_empty": "Add meg a szerver címét.",
|
"login_form_server_empty": "Add meg a szerver címét.",
|
||||||
"login_form_server_error": "Nem sikerült kapcsolódni a szerverhez.",
|
"login_form_server_error": "Nem sikerült kapcsolódni a szerverhez.",
|
||||||
"monthly_title_text_date_format": "MMMM y",
|
"monthly_title_text_date_format": "MMMM y",
|
||||||
"motion_photos_page_title": "Mozgó Fotók",
|
"motion_photos_page_title": "Mozgó Fotók",
|
||||||
"notification_permission_dialog_cancel": "Mégsem",
|
"notification_permission_dialog_cancel": "Mégsem",
|
||||||
"notification_permission_dialog_content": "Az értesítések bakapcsolásához a Beállítások menüben válaszd ki az Engedélyezés-t.",
|
"notification_permission_dialog_content": "Az értesítések bekapcsolásához a Beállítások menüben válaszd ki az Engedélyezés-t.",
|
||||||
"notification_permission_dialog_settings": "Beállítások",
|
"notification_permission_dialog_settings": "Beállítások",
|
||||||
"notification_permission_list_tile_content": "Értesítések engedélyezése",
|
"notification_permission_list_tile_content": "Értesítések engedélyezése",
|
||||||
"notification_permission_list_tile_enable_button": "Értesítések Bekapcsolása",
|
"notification_permission_list_tile_enable_button": "Értesítések Bekapcsolása",
|
||||||
@@ -215,36 +215,36 @@
|
|||||||
"permission_onboarding_go_to_settings": "Beállítások megnyitása",
|
"permission_onboarding_go_to_settings": "Beállítások megnyitása",
|
||||||
"permission_onboarding_grant_permission": "Engedélyezés",
|
"permission_onboarding_grant_permission": "Engedélyezés",
|
||||||
"permission_onboarding_log_out": "Kijelentkezés",
|
"permission_onboarding_log_out": "Kijelentkezés",
|
||||||
"permission_onboarding_permission_denied": "Hozzáférés megtagadva. Az Immich használatához enedélyezni kell a fotó és videó hozzáférést a Beállításokban.",
|
"permission_onboarding_permission_denied": "Hozzáférés megtagadva. Az Immich használatához engedélyezni kell a fotó és videó hozzáférést a Beállításokban.",
|
||||||
"permission_onboarding_permission_granted": "Hozzáférés engedélyezve! Minden készen áll.",
|
"permission_onboarding_permission_granted": "Hozzáférés engedélyezve! Minden készen áll.",
|
||||||
"permission_onboarding_permission_limited": "Korlátozott hozzáférés. Ha szeretnéd, hogy az Immich a teljes galéria gyűjteményedet mentse és kezelje, akkor a Beállításokban engedélyezd a fotó és videó jogosultságokat.",
|
"permission_onboarding_permission_limited": "Korlátozott hozzáférés. Ha szeretnéd, hogy az Immich a teljes galéria gyűjteményedet mentse és kezelje, akkor a Beállításokban engedélyezd a fotó és videó jogosultságokat.",
|
||||||
"permission_onboarding_request": "Engedélyezni kell, hogy az Immich hozzáférjen a képekhez és videókhoz",
|
"permission_onboarding_request": "Engedélyezni kell, hogy az Immich hozzáférjen a képekhez és videókhoz",
|
||||||
"profile_drawer_app_logs": "Logs",
|
"profile_drawer_app_logs": "Naplók",
|
||||||
"profile_drawer_client_server_up_to_date": "Client and Server are up-to-date",
|
"profile_drawer_client_server_up_to_date": "Kliens és a szerver is naprakész",
|
||||||
"profile_drawer_settings": "Settings",
|
"profile_drawer_settings": "Beállítások",
|
||||||
"profile_drawer_sign_out": "Sign Out",
|
"profile_drawer_sign_out": "Kijelentkezés",
|
||||||
"recently_added_page_title": "Nemrég Hozzáadott",
|
"recently_added_page_title": "Nemrég Hozzáadott",
|
||||||
"search_bar_hint": "Search your photos",
|
"search_bar_hint": "Keress a fotóid között",
|
||||||
"search_page_categories": "Kategóriák",
|
"search_page_categories": "Kategóriák",
|
||||||
"search_page_favorites": "Kedvencek",
|
"search_page_favorites": "Kedvencek",
|
||||||
"search_page_motion_photos": "Mozgó Fotók",
|
"search_page_motion_photos": "Mozgó Fotók",
|
||||||
"search_page_no_objects": "No Objects Info Available",
|
"search_page_no_objects": "No Objects Info Available",
|
||||||
"search_page_no_places": "No Places Info Available",
|
"search_page_no_places": "Helyinformáció nem érhető el",
|
||||||
"search_page_people": "People",
|
"search_page_people": "Emberek",
|
||||||
"search_page_places": "Places",
|
"search_page_places": "Helyszínek",
|
||||||
"search_page_recently_added": "Nemrég hozzáadott",
|
"search_page_recently_added": "Nemrég hozzáadott",
|
||||||
"search_page_screenshots": "Képernyőképek",
|
"search_page_screenshots": "Képernyőképek",
|
||||||
"search_page_selfies": "Szelfik",
|
"search_page_selfies": "Szelfik",
|
||||||
"search_page_things": "Things",
|
"search_page_things": "Dolgok",
|
||||||
"search_page_videos": "Videók",
|
"search_page_videos": "Videók",
|
||||||
"search_page_view_all_button": "Összes mutatása",
|
"search_page_view_all_button": "Összes mutatása",
|
||||||
"search_page_your_activity": "Tevékenységeid",
|
"search_page_your_activity": "Tevékenységeid",
|
||||||
"search_result_page_new_search_hint": "New Search",
|
"search_result_page_new_search_hint": "Új keresés",
|
||||||
"search_suggestion_list_smart_search_hint_1": "Az intelligens keresés alapértelmezetten be van kapcsolva, metaadatokat így kereshetsz",
|
"search_suggestion_list_smart_search_hint_1": "Az intelligens keresés alapértelmezetten be van kapcsolva, metaadatokat így kereshetsz",
|
||||||
"search_suggestion_list_smart_search_hint_2": "m:keresési-kifejezés",
|
"search_suggestion_list_smart_search_hint_2": "m:keresési-kifejezés",
|
||||||
"select_additional_user_for_sharing_page_suggestions": "Suggestions",
|
"select_additional_user_for_sharing_page_suggestions": "Javaslatok",
|
||||||
"select_user_for_sharing_page_err_album": "Failed to create album",
|
"select_user_for_sharing_page_err_album": "Hiba az album létrehozása közben",
|
||||||
"select_user_for_sharing_page_share_suggestions": "Suggestions",
|
"select_user_for_sharing_page_share_suggestions": "Javaslatok",
|
||||||
"server_info_box_app_version": "Alkalmazás Verzió",
|
"server_info_box_app_version": "Alkalmazás Verzió",
|
||||||
"server_info_box_server_version": "Szerver Verzió",
|
"server_info_box_server_version": "Szerver Verzió",
|
||||||
"setting_image_viewer_help": "The detail viewer loads the small thumbnail first, then loads the medium-size preview (if enabled), finally loads the original (if enabled).",
|
"setting_image_viewer_help": "The detail viewer loads the small thumbnail first, then loads the medium-size preview (if enabled), finally loads the original (if enabled).",
|
||||||
@@ -253,52 +253,52 @@
|
|||||||
"setting_image_viewer_preview_subtitle": "Enable to load a medium-resolution image. Disable to either directly load the original or only use the thumbnail.",
|
"setting_image_viewer_preview_subtitle": "Enable to load a medium-resolution image. Disable to either directly load the original or only use the thumbnail.",
|
||||||
"setting_image_viewer_preview_title": "Load preview image",
|
"setting_image_viewer_preview_title": "Load preview image",
|
||||||
"setting_notifications_notify_failures_grace_period": "Notify background backup failures: {}",
|
"setting_notifications_notify_failures_grace_period": "Notify background backup failures: {}",
|
||||||
"setting_notifications_notify_hours": "{} hours",
|
"setting_notifications_notify_hours": "{} óra",
|
||||||
"setting_notifications_notify_immediately": "immediately",
|
"setting_notifications_notify_immediately": "azonnal",
|
||||||
"setting_notifications_notify_minutes": "{} minutes",
|
"setting_notifications_notify_minutes": "{} perc",
|
||||||
"setting_notifications_notify_never": "never",
|
"setting_notifications_notify_never": "soha",
|
||||||
"setting_notifications_notify_seconds": "{} seconds",
|
"setting_notifications_notify_seconds": "{} másodperc",
|
||||||
"setting_notifications_single_progress_subtitle": "Detailed upload progress information per asset",
|
"setting_notifications_single_progress_subtitle": "Detailed upload progress information per asset",
|
||||||
"setting_notifications_single_progress_title": "Show background backup detail progress",
|
"setting_notifications_single_progress_title": "Show background backup detail progress",
|
||||||
"setting_notifications_subtitle": "Adjust your notification preferences",
|
"setting_notifications_subtitle": "Adjust your notification preferences",
|
||||||
"setting_notifications_title": "Notifications",
|
"setting_notifications_title": "Értesítések",
|
||||||
"setting_notifications_total_progress_subtitle": "Overall upload progress (done/total assets)",
|
"setting_notifications_total_progress_subtitle": "Overall upload progress (done/total assets)",
|
||||||
"setting_notifications_total_progress_title": "Show background backup total progress",
|
"setting_notifications_total_progress_title": "Show background backup total progress",
|
||||||
"setting_pages_app_bar_settings": "Settings",
|
"setting_pages_app_bar_settings": "Beállítások",
|
||||||
"settings_require_restart": "Please restart Immich to apply this setting",
|
"settings_require_restart": "Kérlek indítsd újra az Immich-et hogy alkalmazd ezt a beállítást",
|
||||||
"share_add": "Add",
|
"share_add": "Hozzáadás",
|
||||||
"share_add_photos": "Add photos",
|
"share_add_photos": "Fotók hozzáadása",
|
||||||
"share_add_title": "Add a title",
|
"share_add_title": "Cím hozzáadása",
|
||||||
"share_create_album": "Create album",
|
"share_create_album": "Album létrehozása",
|
||||||
"share_dialog_preparing": "Preparing...",
|
"share_dialog_preparing": "Előkészítés...",
|
||||||
"share_invite": "Invite to album",
|
"share_invite": "Meghívás az albumba",
|
||||||
"sharing_page_album": "Shared albums",
|
"sharing_page_album": "Megosztott albumok",
|
||||||
"sharing_page_description": "Create shared albums to share photos and videos with people in your network.",
|
"sharing_page_description": "Hozzon létre megosztott albumokat, hogy megoszthasson fényképeket és videókat a hálózatában lévő emberekkel.",
|
||||||
"sharing_page_empty_list": "EMPTY LIST",
|
"sharing_page_empty_list": "ÜRES LISTA",
|
||||||
"sharing_silver_appbar_create_shared_album": "Create shared album",
|
"sharing_silver_appbar_create_shared_album": "Megosztott album létrehozása",
|
||||||
"sharing_silver_appbar_share_partner": "Share with partner",
|
"sharing_silver_appbar_share_partner": "Megosztás másokkal",
|
||||||
"tab_controller_nav_library": "Library",
|
"tab_controller_nav_library": "Könyvtár",
|
||||||
"tab_controller_nav_photos": "Photos",
|
"tab_controller_nav_photos": "Képek",
|
||||||
"tab_controller_nav_search": "Search",
|
"tab_controller_nav_search": "Keresés",
|
||||||
"tab_controller_nav_sharing": "Sharing",
|
"tab_controller_nav_sharing": "Megosztás",
|
||||||
"theme_setting_asset_list_storage_indicator_title": "Show storage indicator on asset tiles",
|
"theme_setting_asset_list_storage_indicator_title": "Show storage indicator on asset tiles",
|
||||||
"theme_setting_asset_list_tiles_per_row_title": "Number of assets per row ({})",
|
"theme_setting_asset_list_tiles_per_row_title": "Number of assets per row ({})",
|
||||||
"theme_setting_dark_mode_switch": "Dark mode",
|
"theme_setting_dark_mode_switch": "Sötét mód",
|
||||||
"theme_setting_image_viewer_quality_subtitle": "Adjust the quality of the detail image viewer",
|
"theme_setting_image_viewer_quality_subtitle": "Adjust the quality of the detail image viewer",
|
||||||
"theme_setting_image_viewer_quality_title": "Image viewer quality",
|
"theme_setting_image_viewer_quality_title": "Image viewer quality",
|
||||||
"theme_setting_system_theme_switch": "Automatic (Follow system setting)",
|
"theme_setting_system_theme_switch": "Automatikus (követi a rendszer témáját)",
|
||||||
"theme_setting_theme_subtitle": "Choose the app's theme setting",
|
"theme_setting_theme_subtitle": "Choose the app's theme setting",
|
||||||
"theme_setting_theme_title": "Theme",
|
"theme_setting_theme_title": "Téma",
|
||||||
"theme_setting_three_stage_loading_subtitle": "Three-stage loading might increase the loading performance but causes significantly higher network load",
|
"theme_setting_three_stage_loading_subtitle": "Three-stage loading might increase the loading performance but causes significantly higher network load",
|
||||||
"theme_setting_three_stage_loading_title": "Enable three-stage loading",
|
"theme_setting_three_stage_loading_title": "Enable three-stage loading",
|
||||||
"upload_dialog_cancel": "Cancel",
|
"upload_dialog_cancel": "Mégse",
|
||||||
"upload_dialog_info": "Do you want to backup the selected Asset(s) to the server?",
|
"upload_dialog_info": "Akarod menteni a kiválasztott eleme(ke)t a szerverre?",
|
||||||
"upload_dialog_ok": "Upload",
|
"upload_dialog_ok": "Feltöltés",
|
||||||
"upload_dialog_title": "Upload Asset",
|
"upload_dialog_title": "Elem feltöltése",
|
||||||
"version_announcement_overlay_ack": "Acknowledge",
|
"version_announcement_overlay_ack": "Megértettem",
|
||||||
"version_announcement_overlay_release_notes": "release notes",
|
"version_announcement_overlay_release_notes": "a változtatások listáját elolvasd",
|
||||||
"version_announcement_overlay_text_1": "Hi friend, there is a new release of",
|
"version_announcement_overlay_text_1": "Szia, egy új verzió érhető el",
|
||||||
"version_announcement_overlay_text_2": "please take your time to visit the ",
|
"version_announcement_overlay_text_2": "kérlek szánj időt arra, hogy ",
|
||||||
"version_announcement_overlay_text_3": " and ensure your docker-compose and .env setup is up-to-date to prevent any misconfigurations, especially if you use WatchTower or any mechanism that handles updating your server application automatically.",
|
"version_announcement_overlay_text_3": "és gyöződj meg róla, hogy a docker-compose és .env beállításai naprakészek és pontosak, különösen akkor, ha használsz watchtower-t vagy bármi olyan megoldást ami automatikusan frissíti a szervert.",
|
||||||
"version_announcement_overlay_title": "New Server Version Available \uD83C\uDF89"
|
"version_announcement_overlay_title": "Új szerververzió érhető el \uD83C\uDF89"
|
||||||
}
|
}
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"add_to_album_bottom_sheet_added": "Aggiunto in {album}",
|
"add_to_album_bottom_sheet_added": "Aggiunto in {album}",
|
||||||
"add_to_album_bottom_sheet_already_exists": "Già presente in {album}",
|
"add_to_album_bottom_sheet_already_exists": "Già presente in {album}",
|
||||||
"advanced_settings_prefer_remote_subtitle": "Some devices are painfully slow to load thumbnails from assets on the device. Activate this setting to load remote images instead.",
|
"advanced_settings_prefer_remote_subtitle": "Alcuni dispositivi sono molto lenti a caricare le anteprime delle immagini dal dispositivo. Attivare questa impostazione per caricare invece le immagini remote.",
|
||||||
"advanced_settings_prefer_remote_title": "Prefer remote images",
|
"advanced_settings_prefer_remote_title": "Preferisci immagini remote.",
|
||||||
"advanced_settings_tile_subtitle": "Impostazioni aggiuntive utenti",
|
"advanced_settings_tile_subtitle": "Impostazioni aggiuntive utenti",
|
||||||
"advanced_settings_tile_title": "Avanzato",
|
"advanced_settings_tile_title": "Avanzato",
|
||||||
"advanced_settings_troubleshooting_subtitle": "Attiva funzioni addizionali per la risoluzione dei problemi",
|
"advanced_settings_troubleshooting_subtitle": "Attiva funzioni addizionali per la risoluzione dei problemi",
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
"album_viewer_appbar_share_leave": "Lascia album",
|
"album_viewer_appbar_share_leave": "Lascia album",
|
||||||
"album_viewer_appbar_share_remove": "Rimuovere dall'album ",
|
"album_viewer_appbar_share_remove": "Rimuovere dall'album ",
|
||||||
"album_viewer_page_share_add_users": "Aggiungi utenti",
|
"album_viewer_page_share_add_users": "Aggiungi utenti",
|
||||||
"all_people_page_title": "People",
|
"all_people_page_title": "Persone",
|
||||||
"all_videos_page_title": "Video",
|
"all_videos_page_title": "Video",
|
||||||
"archive_page_no_archived_assets": "Nessuna oggetto archiviato",
|
"archive_page_no_archived_assets": "Nessuna oggetto archiviato",
|
||||||
"archive_page_title": "Archivia ({})",
|
"archive_page_title": "Archivia ({})",
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
"asset_list_layout_settings_group_by_month_day": "Mese + giorno",
|
"asset_list_layout_settings_group_by_month_day": "Mese + giorno",
|
||||||
"asset_list_settings_subtitle": "Impostazion del layout della griglia delle foto",
|
"asset_list_settings_subtitle": "Impostazion del layout della griglia delle foto",
|
||||||
"asset_list_settings_title": "Griglia foto",
|
"asset_list_settings_title": "Griglia foto",
|
||||||
"backup_album_selection_page_albums_device": "Albums sul device ({})",
|
"backup_album_selection_page_albums_device": "Album sul dispositivo ({})",
|
||||||
"backup_album_selection_page_albums_tap": "Tap per includere, doppio tap per escludere.",
|
"backup_album_selection_page_albums_tap": "Tap per includere, doppio tap per escludere.",
|
||||||
"backup_album_selection_page_assets_scatter": "Stesse immagini e video possono trovarsi tra più album, così gli album possono essere inclusi o esclusi dal backup.",
|
"backup_album_selection_page_assets_scatter": "Stesse immagini e video possono trovarsi tra più album, così gli album possono essere inclusi o esclusi dal backup.",
|
||||||
"backup_album_selection_page_select_albums": "Seleziona gli album",
|
"backup_album_selection_page_select_albums": "Seleziona gli album",
|
||||||
@@ -44,8 +44,8 @@
|
|||||||
"backup_background_service_connection_failed_message": "Impossibile connettersi al server. Riprovo…",
|
"backup_background_service_connection_failed_message": "Impossibile connettersi al server. Riprovo…",
|
||||||
"backup_background_service_current_upload_notification": "Caricamento {}",
|
"backup_background_service_current_upload_notification": "Caricamento {}",
|
||||||
"backup_background_service_default_notification": "Ricerca di nuovi contenuti…",
|
"backup_background_service_default_notification": "Ricerca di nuovi contenuti…",
|
||||||
"backup_background_service_error_title": "Errore di Backup",
|
"backup_background_service_error_title": "Errore di backup",
|
||||||
"backup_background_service_in_progress_notification": "Backing dei tuoi contenuti…",
|
"backup_background_service_in_progress_notification": "Backup dei tuoi contenuti…",
|
||||||
"backup_background_service_upload_failure_notification": "Impossibile caricare {}",
|
"backup_background_service_upload_failure_notification": "Impossibile caricare {}",
|
||||||
"backup_controller_page_albums": "Backup Album",
|
"backup_controller_page_albums": "Backup Album",
|
||||||
"backup_controller_page_background_app_refresh_disabled_content": "Attiva background app refresh dalle Impostazioni > Generale > Background App Refresh per utilizzare backup in background.",
|
"backup_controller_page_background_app_refresh_disabled_content": "Attiva background app refresh dalle Impostazioni > Generale > Background App Refresh per utilizzare backup in background.",
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
"backup_controller_page_backup_sub": "Foto e video caricati",
|
"backup_controller_page_backup_sub": "Foto e video caricati",
|
||||||
"backup_controller_page_cancel": "Cancella ",
|
"backup_controller_page_cancel": "Cancella ",
|
||||||
"backup_controller_page_created": "Creato il: {}",
|
"backup_controller_page_created": "Creato il: {}",
|
||||||
"backup_controller_page_desc_backup": "Attiva il backup per eseguire il caricamento automatico sul server",
|
"backup_controller_page_desc_backup": "Attiva il backup per eseguire il caricamento automatico sul server all'apertura dell'applicazione.",
|
||||||
"backup_controller_page_excluded": "Esclusi:",
|
"backup_controller_page_excluded": "Esclusi:",
|
||||||
"backup_controller_page_failed": "Falliti: ({})",
|
"backup_controller_page_failed": "Falliti: ({})",
|
||||||
"backup_controller_page_filename": "Nome del file: {} [{}]",
|
"backup_controller_page_filename": "Nome del file: {} [{}]",
|
||||||
@@ -77,7 +77,7 @@
|
|||||||
"backup_controller_page_info": "Informazioni sul backup",
|
"backup_controller_page_info": "Informazioni sul backup",
|
||||||
"backup_controller_page_none_selected": "Nessuna selezione",
|
"backup_controller_page_none_selected": "Nessuna selezione",
|
||||||
"backup_controller_page_remainder": "Promemoria ",
|
"backup_controller_page_remainder": "Promemoria ",
|
||||||
"backup_controller_page_remainder_sub": "Photo e album selezionati che rimangono da caricare",
|
"backup_controller_page_remainder_sub": "Foto e album selezionati che rimangono da caricare",
|
||||||
"backup_controller_page_select": "Seleziona ",
|
"backup_controller_page_select": "Seleziona ",
|
||||||
"backup_controller_page_server_storage": "Spazio sul server",
|
"backup_controller_page_server_storage": "Spazio sul server",
|
||||||
"backup_controller_page_start_backup": "Inizia backup ",
|
"backup_controller_page_start_backup": "Inizia backup ",
|
||||||
@@ -92,11 +92,11 @@
|
|||||||
"backup_controller_page_uploading_file_info": "Caricando informazioni sul file",
|
"backup_controller_page_uploading_file_info": "Caricando informazioni sul file",
|
||||||
"backup_err_only_album": "Non è possibile rimuovere l'unico album",
|
"backup_err_only_album": "Non è possibile rimuovere l'unico album",
|
||||||
"backup_info_card_assets": "oggetti ",
|
"backup_info_card_assets": "oggetti ",
|
||||||
"backup_manual_cancelled": "Cancelled",
|
"backup_manual_cancelled": "Annullato",
|
||||||
"backup_manual_failed": "Failed",
|
"backup_manual_failed": "Fallito",
|
||||||
"backup_manual_in_progress": "Upload already in progress. Try after sometime",
|
"backup_manual_in_progress": "Caricamento già in corso. Riprova più tardi.",
|
||||||
"backup_manual_success": "Success",
|
"backup_manual_success": "Successo",
|
||||||
"backup_manual_title": "Upload status",
|
"backup_manual_title": "Stato del caricamento",
|
||||||
"cache_settings_album_thumbnails": "Anteprime pagine librerie ({} assets)",
|
"cache_settings_album_thumbnails": "Anteprime pagine librerie ({} assets)",
|
||||||
"cache_settings_clear_cache_button": "Cancella cache",
|
"cache_settings_clear_cache_button": "Cancella cache",
|
||||||
"cache_settings_clear_cache_button_title": "Cancella la cache dell'app. Questo impatterà significativamente le prestazioni dell''app fino a quando la cache non sarà rigenerata.",
|
"cache_settings_clear_cache_button_title": "Cancella la cache dell'app. Questo impatterà significativamente le prestazioni dell''app fino a quando la cache non sarà rigenerata.",
|
||||||
@@ -161,7 +161,7 @@
|
|||||||
"home_page_building_timeline": "Costruendo il Timeline",
|
"home_page_building_timeline": "Costruendo il Timeline",
|
||||||
"home_page_favorite_err_local": "Non puoi aggiungere tra i preferiti le foto ancora non caricate",
|
"home_page_favorite_err_local": "Non puoi aggiungere tra i preferiti le foto ancora non caricate",
|
||||||
"home_page_first_time_notice": "Se è la prima volta che usi l'app, assicurati di scegliere gli album per avere il Timeline con immagini e video",
|
"home_page_first_time_notice": "Se è la prima volta che usi l'app, assicurati di scegliere gli album per avere il Timeline con immagini e video",
|
||||||
"home_page_upload_err_limit": "Can only upload a maximum of 30 assets at a time, skipping",
|
"home_page_upload_err_limit": "Puoi caricare al massimo 30 file per volta, ignora quelli in eccesso",
|
||||||
"image_viewer_page_state_provider_download_error": "Errore nel Download",
|
"image_viewer_page_state_provider_download_error": "Errore nel Download",
|
||||||
"image_viewer_page_state_provider_download_success": "Download con successo",
|
"image_viewer_page_state_provider_download_success": "Download con successo",
|
||||||
"library_page_albums": "Album",
|
"library_page_albums": "Album",
|
||||||
@@ -172,7 +172,7 @@
|
|||||||
"library_page_sharing": "Condividendo",
|
"library_page_sharing": "Condividendo",
|
||||||
"library_page_sort_created": "Creato il più recente",
|
"library_page_sort_created": "Creato il più recente",
|
||||||
"library_page_sort_title": "Titolo album",
|
"library_page_sort_title": "Titolo album",
|
||||||
"login_disabled": "Login has been disabled",
|
"login_disabled": "L'accesso è stato disattivato",
|
||||||
"login_form_api_exception": "API error, per favore ricontrolli URL del server e riprovi",
|
"login_form_api_exception": "API error, per favore ricontrolli URL del server e riprovi",
|
||||||
"login_form_button_text": "Login",
|
"login_form_button_text": "Login",
|
||||||
"login_form_email_hint": "tuaemail@email.com",
|
"login_form_email_hint": "tuaemail@email.com",
|
||||||
@@ -201,14 +201,14 @@
|
|||||||
"notification_permission_list_tile_content": "Concedi i permessi per attivare le notifiche",
|
"notification_permission_list_tile_content": "Concedi i permessi per attivare le notifiche",
|
||||||
"notification_permission_list_tile_enable_button": "Attiva notifiche",
|
"notification_permission_list_tile_enable_button": "Attiva notifiche",
|
||||||
"notification_permission_list_tile_title": "Permessi delle Notifiche",
|
"notification_permission_list_tile_title": "Permessi delle Notifiche",
|
||||||
"partner_page_add_partner": "Add partner",
|
"partner_page_add_partner": "Aggiungi partner.",
|
||||||
"partner_page_empty_message": "Your photos are not yet shared with any partner.",
|
"partner_page_empty_message": "Le tue foto non sono ancora condivise con alcun partner.",
|
||||||
"partner_page_no_more_users": "No more users to add",
|
"partner_page_no_more_users": "Nessun altro utente da aggiungere.",
|
||||||
"partner_page_partner_add_failed": "Failed to add partner",
|
"partner_page_partner_add_failed": "Aggiunta del partner non riuscita.",
|
||||||
"partner_page_select_partner": "Select partner",
|
"partner_page_select_partner": "Seleziona partner.",
|
||||||
"partner_page_shared_to_title": "Shared to",
|
"partner_page_shared_to_title": "Condividi con",
|
||||||
"partner_page_stop_sharing_content": "{} will no longer be able to access your photos.",
|
"partner_page_stop_sharing_content": "{} non sarà più in grado di accedere alle tue foto.",
|
||||||
"partner_page_stop_sharing_title": "Stop sharing your photos?",
|
"partner_page_stop_sharing_title": "Stoppare la condivisione delle tue foto?",
|
||||||
"partner_page_title": "Partner",
|
"partner_page_title": "Partner",
|
||||||
"permission_onboarding_continue_anyway": "Continua lo stesso",
|
"permission_onboarding_continue_anyway": "Continua lo stesso",
|
||||||
"permission_onboarding_get_started": "Inizia",
|
"permission_onboarding_get_started": "Inizia",
|
||||||
@@ -230,7 +230,7 @@
|
|||||||
"search_page_motion_photos": "Motion Foto",
|
"search_page_motion_photos": "Motion Foto",
|
||||||
"search_page_no_objects": "Nessuna informazione relativa all'oggetto disponibile",
|
"search_page_no_objects": "Nessuna informazione relativa all'oggetto disponibile",
|
||||||
"search_page_no_places": "Nessun informazione sul luogo disponibile",
|
"search_page_no_places": "Nessun informazione sul luogo disponibile",
|
||||||
"search_page_people": "People",
|
"search_page_people": "Persone",
|
||||||
"search_page_places": "Luoghi",
|
"search_page_places": "Luoghi",
|
||||||
"search_page_recently_added": "Aggiunte di recente",
|
"search_page_recently_added": "Aggiunte di recente",
|
||||||
"search_page_screenshots": "Screenshot",
|
"search_page_screenshots": "Screenshot",
|
||||||
@@ -291,10 +291,10 @@
|
|||||||
"theme_setting_theme_title": "Tema",
|
"theme_setting_theme_title": "Tema",
|
||||||
"theme_setting_three_stage_loading_subtitle": "Il caricamento a tre stage aumenterà le performance di caricamento ma anche il consumo di banda",
|
"theme_setting_three_stage_loading_subtitle": "Il caricamento a tre stage aumenterà le performance di caricamento ma anche il consumo di banda",
|
||||||
"theme_setting_three_stage_loading_title": "Abilita il caricamento a tre stage",
|
"theme_setting_three_stage_loading_title": "Abilita il caricamento a tre stage",
|
||||||
"upload_dialog_cancel": "Cancel",
|
"upload_dialog_cancel": "Cancella",
|
||||||
"upload_dialog_info": "Do you want to backup the selected Asset(s) to the server?",
|
"upload_dialog_info": "Vuoi fare il backup sul server di ciò che hai selezionato?",
|
||||||
"upload_dialog_ok": "Upload",
|
"upload_dialog_ok": "Carica",
|
||||||
"upload_dialog_title": "Upload Asset",
|
"upload_dialog_title": "Carica file",
|
||||||
"version_announcement_overlay_ack": "Presa visione",
|
"version_announcement_overlay_ack": "Presa visione",
|
||||||
"version_announcement_overlay_release_notes": "note di rilascio ",
|
"version_announcement_overlay_release_notes": "note di rilascio ",
|
||||||
"version_announcement_overlay_text_1": "Ciao, c'è una nuova versione di",
|
"version_announcement_overlay_text_1": "Ciao, c'è una nuova versione di",
|
||||||
|
|||||||
@@ -92,7 +92,7 @@
|
|||||||
"backup_controller_page_uploading_file_info": "Laster opp filinformasjon",
|
"backup_controller_page_uploading_file_info": "Laster opp filinformasjon",
|
||||||
"backup_err_only_album": "Kan ikke fjerne det eneste albumet",
|
"backup_err_only_album": "Kan ikke fjerne det eneste albumet",
|
||||||
"backup_info_card_assets": "objekter",
|
"backup_info_card_assets": "objekter",
|
||||||
"backup_manual_cancelled": "Cancelled",
|
"backup_manual_cancelled": "Avbrutt",
|
||||||
"backup_manual_failed": "Feilet",
|
"backup_manual_failed": "Feilet",
|
||||||
"backup_manual_in_progress": "Opplasting er allerede i gang. Prøv igjen om litt",
|
"backup_manual_in_progress": "Opplasting er allerede i gang. Prøv igjen om litt",
|
||||||
"backup_manual_success": "Vellykket",
|
"backup_manual_success": "Vellykket",
|
||||||
|
|||||||
@@ -92,11 +92,11 @@
|
|||||||
"backup_controller_page_uploading_file_info": "Bestandsgegevens uploaden",
|
"backup_controller_page_uploading_file_info": "Bestandsgegevens uploaden",
|
||||||
"backup_err_only_album": "Kan het enige album niet verwijderen",
|
"backup_err_only_album": "Kan het enige album niet verwijderen",
|
||||||
"backup_info_card_assets": "items",
|
"backup_info_card_assets": "items",
|
||||||
"backup_manual_cancelled": "Cancelled",
|
"backup_manual_cancelled": "Geannuleerd",
|
||||||
"backup_manual_failed": "Failed",
|
"backup_manual_failed": "Gefaald",
|
||||||
"backup_manual_in_progress": "Upload already in progress. Try after sometime",
|
"backup_manual_in_progress": "Het uploaden is al bezig. Probeer het na een tijdje",
|
||||||
"backup_manual_success": "Success",
|
"backup_manual_success": "Succes",
|
||||||
"backup_manual_title": "Upload status",
|
"backup_manual_title": "Uploadstatus",
|
||||||
"cache_settings_album_thumbnails": "Thumbnails bibliotheekpagina ({} items)",
|
"cache_settings_album_thumbnails": "Thumbnails bibliotheekpagina ({} items)",
|
||||||
"cache_settings_clear_cache_button": "Cache wissen",
|
"cache_settings_clear_cache_button": "Cache wissen",
|
||||||
"cache_settings_clear_cache_button_title": "Wist de cache van de app. Dit zal de presentaties van de app aanzienlijk beïnvloeden totdat de cache opnieuw is opgebouwd.",
|
"cache_settings_clear_cache_button_title": "Wist de cache van de app. Dit zal de presentaties van de app aanzienlijk beïnvloeden totdat de cache opnieuw is opgebouwd.",
|
||||||
@@ -161,7 +161,7 @@
|
|||||||
"home_page_building_timeline": "Tijdlijn opbouwen",
|
"home_page_building_timeline": "Tijdlijn opbouwen",
|
||||||
"home_page_favorite_err_local": "Lokale items kunnen nog niet als favoriet worden aangemerkt, overslaan",
|
"home_page_favorite_err_local": "Lokale items kunnen nog niet als favoriet worden aangemerkt, overslaan",
|
||||||
"home_page_first_time_notice": "Als dit de eerste keer is dat je de app gebruikt, zorg er dan voor dat je een back-up album kiest, zodat de tijdlijn gevuld kan worden met foto's en video's uit het album.",
|
"home_page_first_time_notice": "Als dit de eerste keer is dat je de app gebruikt, zorg er dan voor dat je een back-up album kiest, zodat de tijdlijn gevuld kan worden met foto's en video's uit het album.",
|
||||||
"home_page_upload_err_limit": "Can only upload a maximum of 30 assets at a time, skipping",
|
"home_page_upload_err_limit": "Kan maximaal 30 assets tegelijk uploaden, overslaan",
|
||||||
"image_viewer_page_state_provider_download_error": "Download mislukt",
|
"image_viewer_page_state_provider_download_error": "Download mislukt",
|
||||||
"image_viewer_page_state_provider_download_success": "Download succesvol",
|
"image_viewer_page_state_provider_download_success": "Download succesvol",
|
||||||
"library_page_albums": "Albums",
|
"library_page_albums": "Albums",
|
||||||
@@ -172,7 +172,7 @@
|
|||||||
"library_page_sharing": "Gedeeld",
|
"library_page_sharing": "Gedeeld",
|
||||||
"library_page_sort_created": "Meest recent gemaakt",
|
"library_page_sort_created": "Meest recent gemaakt",
|
||||||
"library_page_sort_title": "Albumtitel",
|
"library_page_sort_title": "Albumtitel",
|
||||||
"login_disabled": "Login has been disabled",
|
"login_disabled": "Aanmelding uitgeschakeld",
|
||||||
"login_form_api_exception": "API fout. Controleer de server URL en probeer opnieuw.",
|
"login_form_api_exception": "API fout. Controleer de server URL en probeer opnieuw.",
|
||||||
"login_form_button_text": "Inloggen",
|
"login_form_button_text": "Inloggen",
|
||||||
"login_form_email_hint": "jouwemail@email.com",
|
"login_form_email_hint": "jouwemail@email.com",
|
||||||
@@ -291,10 +291,10 @@
|
|||||||
"theme_setting_theme_title": "Thema",
|
"theme_setting_theme_title": "Thema",
|
||||||
"theme_setting_three_stage_loading_subtitle": "Laden in drie fasen kan de laadprestaties verbeteren, maar veroorzaakt een aanzienlijk hogere netwerkbelasting",
|
"theme_setting_three_stage_loading_subtitle": "Laden in drie fasen kan de laadprestaties verbeteren, maar veroorzaakt een aanzienlijk hogere netwerkbelasting",
|
||||||
"theme_setting_three_stage_loading_title": "Laden in drie fasen inschakelen",
|
"theme_setting_three_stage_loading_title": "Laden in drie fasen inschakelen",
|
||||||
"upload_dialog_cancel": "Cancel",
|
"upload_dialog_cancel": "Annuleren",
|
||||||
"upload_dialog_info": "Do you want to backup the selected Asset(s) to the server?",
|
"upload_dialog_info": "Wilt u een backup maken van de geselecteerde Asset(s) op de server?",
|
||||||
"upload_dialog_ok": "Upload",
|
"upload_dialog_ok": "Upload",
|
||||||
"upload_dialog_title": "Upload Asset",
|
"upload_dialog_title": "Asset uploaden",
|
||||||
"version_announcement_overlay_ack": "Bevestig",
|
"version_announcement_overlay_ack": "Bevestig",
|
||||||
"version_announcement_overlay_release_notes": "releaseopmerkingen",
|
"version_announcement_overlay_release_notes": "releaseopmerkingen",
|
||||||
"version_announcement_overlay_text_1": "Hoi, er is een nieuwe versie beschikbaar van",
|
"version_announcement_overlay_text_1": "Hoi, er is een nieuwe versie beschikbaar van",
|
||||||
|
|||||||
+134
-134
@@ -1,19 +1,19 @@
|
|||||||
{
|
{
|
||||||
"add_to_album_bottom_sheet_added": "Added to {album}",
|
"add_to_album_bottom_sheet_added": "Dodano do {album}",
|
||||||
"add_to_album_bottom_sheet_already_exists": "Already in {album}",
|
"add_to_album_bottom_sheet_already_exists": "Już w {album}",
|
||||||
"advanced_settings_prefer_remote_subtitle": "Some devices are painfully slow to load thumbnails from assets on the device. Activate this setting to load remote images instead.",
|
"advanced_settings_prefer_remote_subtitle": "Niektóre urządzenia bardzo wolno ładują miniatury z zasobów na urządzeniu. Aktywuj to ustawienie, aby ładować zdalne obrazy.",
|
||||||
"advanced_settings_prefer_remote_title": "Prefer remote images",
|
"advanced_settings_prefer_remote_title": "Preferuj obrazy zdalne",
|
||||||
"advanced_settings_tile_subtitle": "Advanced user's settings",
|
"advanced_settings_tile_subtitle": "Zaawansowane ustawienia użytkownika",
|
||||||
"advanced_settings_tile_title": "Advanced",
|
"advanced_settings_tile_title": "Zaawansowane",
|
||||||
"advanced_settings_troubleshooting_subtitle": "Enable additional features for troubleshooting",
|
"advanced_settings_troubleshooting_subtitle": "Włącz dodatkowe funkcje rozwiązywania problemów",
|
||||||
"advanced_settings_troubleshooting_title": "Troubleshooting",
|
"advanced_settings_troubleshooting_title": "Rozwiązywanie problemów",
|
||||||
"album_info_card_backup_album_excluded": "WYKLUCZONE",
|
"album_info_card_backup_album_excluded": "WYKLUCZONE",
|
||||||
"album_info_card_backup_album_included": "WŁĄCZONE",
|
"album_info_card_backup_album_included": "WŁĄCZONE",
|
||||||
"album_thumbnail_card_item": "1 pozycja",
|
"album_thumbnail_card_item": "1 pozycja",
|
||||||
"album_thumbnail_card_items": "{} pozycje",
|
"album_thumbnail_card_items": "{} pozycje",
|
||||||
"album_thumbnail_card_shared": "Udostępniony",
|
"album_thumbnail_card_shared": "Udostępniony",
|
||||||
"album_thumbnail_owned": "Owned",
|
"album_thumbnail_owned": "Posiadany",
|
||||||
"album_thumbnail_shared_by": "Shared by {}",
|
"album_thumbnail_shared_by": "Udostępnione przez {}",
|
||||||
"album_viewer_appbar_share_delete": "Usuń album",
|
"album_viewer_appbar_share_delete": "Usuń album",
|
||||||
"album_viewer_appbar_share_err_delete": "Nie udało się usunąć albumu",
|
"album_viewer_appbar_share_err_delete": "Nie udało się usunąć albumu",
|
||||||
"album_viewer_appbar_share_err_leave": "Nie udało się wyjść z albumu",
|
"album_viewer_appbar_share_err_leave": "Nie udało się wyjść z albumu",
|
||||||
@@ -22,15 +22,15 @@
|
|||||||
"album_viewer_appbar_share_leave": "Opuść album",
|
"album_viewer_appbar_share_leave": "Opuść album",
|
||||||
"album_viewer_appbar_share_remove": "Usuń z albumu",
|
"album_viewer_appbar_share_remove": "Usuń z albumu",
|
||||||
"album_viewer_page_share_add_users": "Dodaj użytkowników",
|
"album_viewer_page_share_add_users": "Dodaj użytkowników",
|
||||||
"all_people_page_title": "People",
|
"all_people_page_title": "Ludzie",
|
||||||
"all_videos_page_title": "Videos",
|
"all_videos_page_title": "Filmy",
|
||||||
"archive_page_no_archived_assets": "No archived assets found",
|
"archive_page_no_archived_assets": "Nie znaleziono zarchiwizowanych zasobów",
|
||||||
"archive_page_title": "Archive ({})",
|
"archive_page_title": "Archiwum ({})",
|
||||||
"asset_list_layout_settings_dynamic_layout_title": "Dynamic layout",
|
"asset_list_layout_settings_dynamic_layout_title": "Układ dynamiczny",
|
||||||
"asset_list_layout_settings_group_automatically": "Automatic",
|
"asset_list_layout_settings_group_automatically": "Automatyczny",
|
||||||
"asset_list_layout_settings_group_by": "Group assets by",
|
"asset_list_layout_settings_group_by": "Grupuj zasoby według",
|
||||||
"asset_list_layout_settings_group_by_month": "Month",
|
"asset_list_layout_settings_group_by_month": "Miesiąc",
|
||||||
"asset_list_layout_settings_group_by_month_day": "Month + day",
|
"asset_list_layout_settings_group_by_month_day": "Miesiąc + dzień",
|
||||||
"asset_list_settings_subtitle": "Ustawienia układu siatki zdjęć",
|
"asset_list_settings_subtitle": "Ustawienia układu siatki zdjęć",
|
||||||
"asset_list_settings_title": "Siatka Zdjęć",
|
"asset_list_settings_title": "Siatka Zdjęć",
|
||||||
"backup_album_selection_page_albums_device": "Albumy na urządzeniu ({})",
|
"backup_album_selection_page_albums_device": "Albumy na urządzeniu ({})",
|
||||||
@@ -48,16 +48,16 @@
|
|||||||
"backup_background_service_in_progress_notification": "Tworzę kopię twoich zasobów...",
|
"backup_background_service_in_progress_notification": "Tworzę kopię twoich zasobów...",
|
||||||
"backup_background_service_upload_failure_notification": "Nie udało się przesłać {}",
|
"backup_background_service_upload_failure_notification": "Nie udało się przesłać {}",
|
||||||
"backup_controller_page_albums": "Backup Albumów",
|
"backup_controller_page_albums": "Backup Albumów",
|
||||||
"backup_controller_page_background_app_refresh_disabled_content": "Enable background app refresh in Settings > General > Background App Refresh in order to use background backup.",
|
"backup_controller_page_background_app_refresh_disabled_content": "Włącz odświeżanie aplikacji w tle w Ustawienia > Ogólne > Odświeżanie aplikacji w tle, aby móc korzystać z kopii zapasowej w tle.",
|
||||||
"backup_controller_page_background_app_refresh_disabled_title": "Background app refresh disabled",
|
"backup_controller_page_background_app_refresh_disabled_title": "Odświeżanie aplikacji w tle wyłączone",
|
||||||
"backup_controller_page_background_app_refresh_enable_button_text": "Go to settings",
|
"backup_controller_page_background_app_refresh_enable_button_text": "Przejdź do ustawień",
|
||||||
"backup_controller_page_background_battery_info_link": "Pokaż mi jak",
|
"backup_controller_page_background_battery_info_link": "Pokaż mi jak",
|
||||||
"backup_controller_page_background_battery_info_message": "Aby uzyskać najlepsze rezultaty podczas tworzenia kopii zapasowej w tle, należy wyłączyć wszelkie optymalizacje baterii ograniczające aktywność w tle dla Immich w urządzeniu.\n\nPonieważ jest to zależne od urządzenia, proszę sprawdzić wymagane informacje dla producenta urządzenia.",
|
"backup_controller_page_background_battery_info_message": "Aby uzyskać najlepsze rezultaty podczas tworzenia kopii zapasowej w tle, należy wyłączyć wszelkie optymalizacje baterii ograniczające aktywność w tle dla Immich w urządzeniu.\n\nPonieważ jest to zależne od urządzenia, proszę sprawdzić wymagane informacje dla producenta urządzenia.",
|
||||||
"backup_controller_page_background_battery_info_ok": "OK",
|
"backup_controller_page_background_battery_info_ok": "OK",
|
||||||
"backup_controller_page_background_battery_info_title": "Optymalizacja Baterii",
|
"backup_controller_page_background_battery_info_title": "Optymalizacja Baterii",
|
||||||
"backup_controller_page_background_charging": "Tylko podczas ładowania",
|
"backup_controller_page_background_charging": "Tylko podczas ładowania",
|
||||||
"backup_controller_page_background_configure_error": "Nie udało się skonfigurować usługi w tle",
|
"backup_controller_page_background_configure_error": "Nie udało się skonfigurować usługi w tle",
|
||||||
"backup_controller_page_background_delay": "Delay new assets backup: {}",
|
"backup_controller_page_background_delay": "Opóźnij tworzenie kopii zapasowych nowych zasobów: {}",
|
||||||
"backup_controller_page_background_description": "Włącz usługę w tle, aby automatycznie tworzyć kopie zapasowe wszelkich nowych zasobów bez konieczności otwierania aplikacji",
|
"backup_controller_page_background_description": "Włącz usługę w tle, aby automatycznie tworzyć kopie zapasowe wszelkich nowych zasobów bez konieczności otwierania aplikacji",
|
||||||
"backup_controller_page_background_is_off": "Automatyczna kopia zapasowa w tle jest wyłączona",
|
"backup_controller_page_background_is_off": "Automatyczna kopia zapasowa w tle jest wyłączona",
|
||||||
"backup_controller_page_background_is_on": "Automatyczna kopia zapasowa w tle jest włączona",
|
"backup_controller_page_background_is_on": "Automatyczna kopia zapasowa w tle jest włączona",
|
||||||
@@ -92,11 +92,11 @@
|
|||||||
"backup_controller_page_uploading_file_info": "Przesyłanie informacji o pliku",
|
"backup_controller_page_uploading_file_info": "Przesyłanie informacji o pliku",
|
||||||
"backup_err_only_album": "Nie można usunąć tylko i wyłącznie albumu",
|
"backup_err_only_album": "Nie można usunąć tylko i wyłącznie albumu",
|
||||||
"backup_info_card_assets": "zasoby",
|
"backup_info_card_assets": "zasoby",
|
||||||
"backup_manual_cancelled": "Cancelled",
|
"backup_manual_cancelled": "Anulowano",
|
||||||
"backup_manual_failed": "Failed",
|
"backup_manual_failed": "Niepowodzenie",
|
||||||
"backup_manual_in_progress": "Upload already in progress. Try after sometime",
|
"backup_manual_in_progress": "Przesyłanie już trwa. Spróbuj po pewnym czasie",
|
||||||
"backup_manual_success": "Success",
|
"backup_manual_success": "Sukces",
|
||||||
"backup_manual_title": "Upload status",
|
"backup_manual_title": "Stan przesyłania",
|
||||||
"cache_settings_album_thumbnails": "Miniatury stron bibliotek ({} zasobów)",
|
"cache_settings_album_thumbnails": "Miniatury stron bibliotek ({} zasobów)",
|
||||||
"cache_settings_clear_cache_button": "Wyczyść Cache",
|
"cache_settings_clear_cache_button": "Wyczyść Cache",
|
||||||
"cache_settings_clear_cache_button_title": "Czyści pamięć podręczną aplikacji. Wpłynie to znacząco na wydajność aplikacji, dopóki pamięć podręczna nie zostanie odbudowana.",
|
"cache_settings_clear_cache_button_title": "Czyści pamięć podręczną aplikacji. Wpłynie to znacząco na wydajność aplikacji, dopóki pamięć podręczna nie zostanie odbudowana.",
|
||||||
@@ -110,32 +110,32 @@
|
|||||||
"cache_settings_subtitle": "Kontrolowanie zachowania buforowania aplikacji mobilnej Immich",
|
"cache_settings_subtitle": "Kontrolowanie zachowania buforowania aplikacji mobilnej Immich",
|
||||||
"cache_settings_thumbnail_size": "Rozmiar pamięci podręcznej miniatur ({} zasobów)",
|
"cache_settings_thumbnail_size": "Rozmiar pamięci podręcznej miniatur ({} zasobów)",
|
||||||
"cache_settings_title": "Ustawienia Buforowania",
|
"cache_settings_title": "Ustawienia Buforowania",
|
||||||
"change_password_form_confirm_password": "Confirm Password",
|
"change_password_form_confirm_password": "Potwierdź Hasło",
|
||||||
"change_password_form_description": "Hi {firstName} {lastName},\n\nThis is either the first time you are signing into the system or a request has been made to change your password. Please enter the new password below.",
|
"change_password_form_description": "Cześć {firstName} {lastName},\n\nPierwszy raz logujesz się do systemu, albo złożono prośbę o zmianę hasła. Wpisz poniżej nowe hasło.",
|
||||||
"change_password_form_new_password": "New Password",
|
"change_password_form_new_password": "Nowe Hasło",
|
||||||
"change_password_form_password_mismatch": "Passwords do not match",
|
"change_password_form_password_mismatch": "Hasła nie są zgodne",
|
||||||
"change_password_form_reenter_new_password": "Re-enter New Password",
|
"change_password_form_reenter_new_password": "Wprowadź ponownie Nowe Hasło",
|
||||||
"common_add_to_album": "Add to album",
|
"common_add_to_album": "Dodaj do albumu",
|
||||||
"common_change_password": "Change Password",
|
"common_change_password": "Zmień Hasło",
|
||||||
"common_create_new_album": "Create new album",
|
"common_create_new_album": "Utwórz nowy album",
|
||||||
"common_server_error": "Please check your network connection, make sure the server is reachable and app/server versions are compatible.",
|
"common_server_error": "Sprawdź połączenie sieciowe, upewnij się, że serwer jest osiągalny i wersje aplikacji/serwera są kompatybilne.",
|
||||||
"common_shared": "Shared",
|
"common_shared": "Udostępnione",
|
||||||
"control_bottom_app_bar_add_to_album": "Add to album",
|
"control_bottom_app_bar_add_to_album": "Dodaj do albumu",
|
||||||
"control_bottom_app_bar_album_info": "{} items",
|
"control_bottom_app_bar_album_info": "{} pozycji",
|
||||||
"control_bottom_app_bar_album_info_shared": "{} items · Shared",
|
"control_bottom_app_bar_album_info_shared": "{} pozycji · Udostępnionych",
|
||||||
"control_bottom_app_bar_archive": "Archive",
|
"control_bottom_app_bar_archive": "Archiwum",
|
||||||
"control_bottom_app_bar_create_new_album": "Create new album",
|
"control_bottom_app_bar_create_new_album": "Utwórz nowy album",
|
||||||
"control_bottom_app_bar_delete": "Usuń",
|
"control_bottom_app_bar_delete": "Usuń",
|
||||||
"control_bottom_app_bar_favorite": "Favorite",
|
"control_bottom_app_bar_favorite": "Ulubione",
|
||||||
"control_bottom_app_bar_share": "Udostępnij",
|
"control_bottom_app_bar_share": "Udostępnij",
|
||||||
"control_bottom_app_bar_unarchive": "Unarchive",
|
"control_bottom_app_bar_unarchive": "Cofnij archiwizację",
|
||||||
"create_album_page_untitled": "Bez tytułu",
|
"create_album_page_untitled": "Bez tytułu",
|
||||||
"create_shared_album_page_create": "Utwórz",
|
"create_shared_album_page_create": "Utwórz",
|
||||||
"create_shared_album_page_share": "Udostępnij",
|
"create_shared_album_page_share": "Udostępnij",
|
||||||
"create_shared_album_page_share_add_assets": "DODAJ ZASOBY",
|
"create_shared_album_page_share_add_assets": "DODAJ ZASOBY",
|
||||||
"create_shared_album_page_share_select_photos": "Zaznacz Zdjęcia",
|
"create_shared_album_page_share_select_photos": "Zaznacz Zdjęcia",
|
||||||
"curated_location_page_title": "Places",
|
"curated_location_page_title": "Miejsca",
|
||||||
"curated_object_page_title": "Things",
|
"curated_object_page_title": "Rzeczy",
|
||||||
"daily_title_text_date": "E, MMM dd",
|
"daily_title_text_date": "E, MMM dd",
|
||||||
"daily_title_text_date_year": "E, MMM dd, yyyy",
|
"daily_title_text_date_year": "E, MMM dd, yyyy",
|
||||||
"date_format": "E, LLL d, y • h:mm a",
|
"date_format": "E, LLL d, y • h:mm a",
|
||||||
@@ -143,129 +143,129 @@
|
|||||||
"delete_dialog_cancel": "Anuluj",
|
"delete_dialog_cancel": "Anuluj",
|
||||||
"delete_dialog_ok": "Usuń",
|
"delete_dialog_ok": "Usuń",
|
||||||
"delete_dialog_title": "Usuń trwale",
|
"delete_dialog_title": "Usuń trwale",
|
||||||
"description_input_hint_text": "Add description...",
|
"description_input_hint_text": "Dodaj opis...",
|
||||||
"description_input_submit_error": "Error updating description, check the log for more details",
|
"description_input_submit_error": "Błąd aktualizacji opisu, sprawdź dziennik, aby uzyskać więcej szczegółów",
|
||||||
"exif_bottom_sheet_description": "Dodaj Opis...",
|
"exif_bottom_sheet_description": "Dodaj Opis...",
|
||||||
"exif_bottom_sheet_details": "SZCZEGÓŁY",
|
"exif_bottom_sheet_details": "SZCZEGÓŁY",
|
||||||
"exif_bottom_sheet_location": "LOKALIZACJA",
|
"exif_bottom_sheet_location": "LOKALIZACJA",
|
||||||
"experimental_settings_new_asset_list_subtitle": "Work in progress",
|
"experimental_settings_new_asset_list_subtitle": "Praca w toku",
|
||||||
"experimental_settings_new_asset_list_title": "Enable experimental photo grid",
|
"experimental_settings_new_asset_list_title": "Włącz eksperymentalną układ zdjęć",
|
||||||
"experimental_settings_subtitle": "Use at your own risk!",
|
"experimental_settings_subtitle": "Używaj na własne ryzyko!",
|
||||||
"experimental_settings_title": "Experimental",
|
"experimental_settings_title": "Eksperymentalny",
|
||||||
"favorites_page_no_favorites": "No favorite assets found",
|
"favorites_page_no_favorites": "Nie znaleziono ulubionych zasobów",
|
||||||
"favorites_page_title": "Favorites",
|
"favorites_page_title": "Ulubione",
|
||||||
"home_page_add_to_album_conflicts": "Added {added} assets to album {album}. {failed} assets are already in the album.",
|
"home_page_add_to_album_conflicts": "Dodano {added} zasoby do albumu {album}. {failed} zasobów jest już w albumie.",
|
||||||
"home_page_add_to_album_err_local": "Can not add local assets to albums yet, skipping",
|
"home_page_add_to_album_err_local": "Nie można dodawać zasobów lokalnych do albumów, pomijam",
|
||||||
"home_page_add_to_album_success": "Added {added} assets to album {album}.",
|
"home_page_add_to_album_success": "Dodano {added} zasoby do albumu {album}.",
|
||||||
"home_page_archive_err_local": "Can not archive local assets yet, skipping",
|
"home_page_archive_err_local": "Nie można jeszcze zarchiwizować zasobów lokalnych, pomijanie",
|
||||||
"home_page_building_timeline": "Building the timeline",
|
"home_page_building_timeline": "Budowanie osi czasu",
|
||||||
"home_page_favorite_err_local": "Can not favorite local assets yet, skipping",
|
"home_page_favorite_err_local": "Nie można dodać do ulubionych lokalnych zasobów, pomijam",
|
||||||
"home_page_first_time_notice": "If this is your first time using the app, please make sure to choose a backup album(s) so that the timeline can populate photos and videos in the album(s).",
|
"home_page_first_time_notice": "Jeśli korzystasz z aplikacji po raz pierwszy, pamiętaj o wybraniu albumów zapasowych, aby oś czasu mogła zapełnić zdjęcia i filmy w albumach.",
|
||||||
"home_page_upload_err_limit": "Can only upload a maximum of 30 assets at a time, skipping",
|
"home_page_upload_err_limit": "Można przesłać maksymalnie 30 zasobów jednocześnie, pomijanie",
|
||||||
"image_viewer_page_state_provider_download_error": "Download Error",
|
"image_viewer_page_state_provider_download_error": "Błąd pobierania",
|
||||||
"image_viewer_page_state_provider_download_success": "Download Success",
|
"image_viewer_page_state_provider_download_success": "Pobieranie zakończone",
|
||||||
"library_page_albums": "Albumy",
|
"library_page_albums": "Albumy",
|
||||||
"library_page_archive": "Archive",
|
"library_page_archive": "Archiwum",
|
||||||
"library_page_device_albums": "Albums on Device",
|
"library_page_device_albums": "Albumy na Urządzeniu",
|
||||||
"library_page_favorites": "Favorites",
|
"library_page_favorites": "Ulubione",
|
||||||
"library_page_new_album": "Nowy album",
|
"library_page_new_album": "Nowy album",
|
||||||
"library_page_sharing": "Sharing",
|
"library_page_sharing": "Udostępnianie",
|
||||||
"library_page_sort_created": "Most recently created",
|
"library_page_sort_created": "Ostatnio utworzone",
|
||||||
"library_page_sort_title": "Album title",
|
"library_page_sort_title": "Tytuł albumu",
|
||||||
"login_disabled": "Login has been disabled",
|
"login_disabled": "Logowanie zostało wyłączone",
|
||||||
"login_form_api_exception": "API exception. Please check the server URL and try again.",
|
"login_form_api_exception": "Wyjątek API. Sprawdź adres URL serwera i spróbuj ponownie.",
|
||||||
"login_form_button_text": "Login",
|
"login_form_button_text": "Login",
|
||||||
"login_form_email_hint": "twojmail@email.com",
|
"login_form_email_hint": "twojmail@email.com",
|
||||||
"login_form_endpoint_hint": "http://ip-twojego-serwera:port/api",
|
"login_form_endpoint_hint": "http://ip-twojego-serwera:port/api",
|
||||||
"login_form_endpoint_url": "URL Serwera",
|
"login_form_endpoint_url": "URL Serwera",
|
||||||
"login_form_err_http": "Proszę określić http:// lub https://",
|
"login_form_err_http": "Proszę określić http:// lub https://",
|
||||||
"login_form_err_invalid_email": "Niepoprawny Email",
|
"login_form_err_invalid_email": "Niepoprawny Email",
|
||||||
"login_form_err_invalid_url": "Invalid URL",
|
"login_form_err_invalid_url": "Nieprawidłowy URL",
|
||||||
"login_form_err_leading_whitespace": "Białe znaki",
|
"login_form_err_leading_whitespace": "Białe znaki",
|
||||||
"login_form_err_trailing_whitespace": "Białe znaki po przecinku",
|
"login_form_err_trailing_whitespace": "Białe znaki po przecinku",
|
||||||
"login_form_failed_get_oauth_server_config": "Error logging using OAuth, check server URL",
|
"login_form_failed_get_oauth_server_config": "Błąd logowania przy użyciu OAuth. Sprawdź adres URL serwera",
|
||||||
"login_form_failed_get_oauth_server_disable": "OAuth feature is not available on this server",
|
"login_form_failed_get_oauth_server_disable": "Funkcja OAuth nie jest dostępna na tym serwerze",
|
||||||
"login_form_failed_login": "Błąd logowania, sprawdź adres url serwera, email i hasło.",
|
"login_form_failed_login": "Błąd logowania, sprawdź adres url serwera, email i hasło.",
|
||||||
"login_form_label_email": "Email",
|
"login_form_label_email": "Email",
|
||||||
"login_form_label_password": "Hasło",
|
"login_form_label_password": "Hasło",
|
||||||
"login_form_next_button": "Next",
|
"login_form_next_button": "Dalej",
|
||||||
"login_form_password_hint": "hasło",
|
"login_form_password_hint": "hasło",
|
||||||
"login_form_save_login": "Pozostań zalogowany",
|
"login_form_save_login": "Pozostań zalogowany",
|
||||||
"login_form_server_empty": "Enter a server URL.",
|
"login_form_server_empty": "Wprowadź adres URL serwera.",
|
||||||
"login_form_server_error": "Could not connect to server.",
|
"login_form_server_error": "Nie można połączyć się z serwerem.",
|
||||||
"monthly_title_text_date_format": "MMMM y",
|
"monthly_title_text_date_format": "MMMM y",
|
||||||
"motion_photos_page_title": "Motion Photos",
|
"motion_photos_page_title": "Zdjęcia ruchome",
|
||||||
"notification_permission_dialog_cancel": "Cancel",
|
"notification_permission_dialog_cancel": "Anuluj",
|
||||||
"notification_permission_dialog_content": "To enable notifications, go to Settings and select allow.",
|
"notification_permission_dialog_content": "Aby włączyć powiadomienia, przejdź do Ustawień i wybierz opcję Zezwalaj.",
|
||||||
"notification_permission_dialog_settings": "Settings",
|
"notification_permission_dialog_settings": "Ustawienia",
|
||||||
"notification_permission_list_tile_content": "Grant permission to enable notifications.",
|
"notification_permission_list_tile_content": "Przyznaj uprawnienia, aby włączyć powiadomienia.",
|
||||||
"notification_permission_list_tile_enable_button": "Enable Notifications",
|
"notification_permission_list_tile_enable_button": "Włącz Powiadomienia",
|
||||||
"notification_permission_list_tile_title": "Notification Permission",
|
"notification_permission_list_tile_title": "Pozwolenie na powiadomienia",
|
||||||
"partner_page_add_partner": "Add partner",
|
"partner_page_add_partner": "Dodaj partnera",
|
||||||
"partner_page_empty_message": "Your photos are not yet shared with any partner.",
|
"partner_page_empty_message": "Twoje zdjęcia nie są udostępnione żadnemu partnerowi",
|
||||||
"partner_page_no_more_users": "No more users to add",
|
"partner_page_no_more_users": "Brak użytkowników do dodania",
|
||||||
"partner_page_partner_add_failed": "Failed to add partner",
|
"partner_page_partner_add_failed": "Nie udało się dodać partnera",
|
||||||
"partner_page_select_partner": "Select partner",
|
"partner_page_select_partner": "Wybierz partnera",
|
||||||
"partner_page_shared_to_title": "Shared to",
|
"partner_page_shared_to_title": "Udostępniono",
|
||||||
"partner_page_stop_sharing_content": "{} will no longer be able to access your photos.",
|
"partner_page_stop_sharing_content": "{} nie będziesz już mieć dostępu do swoich zdjęć.",
|
||||||
"partner_page_stop_sharing_title": "Stop sharing your photos?",
|
"partner_page_stop_sharing_title": "Przestać udostępniać swoje zdjęcia?",
|
||||||
"partner_page_title": "Partner",
|
"partner_page_title": "Partner",
|
||||||
"permission_onboarding_continue_anyway": "Continue anyway",
|
"permission_onboarding_continue_anyway": "Kontynuuj mimo to",
|
||||||
"permission_onboarding_get_started": "Get started",
|
"permission_onboarding_get_started": "Rozpocznij",
|
||||||
"permission_onboarding_go_to_settings": "Go to settings",
|
"permission_onboarding_go_to_settings": "Przejdź do ustawień",
|
||||||
"permission_onboarding_grant_permission": "Grant permission",
|
"permission_onboarding_grant_permission": "Wydaj pozwolenie",
|
||||||
"permission_onboarding_log_out": "Log out",
|
"permission_onboarding_log_out": "Wyloguj",
|
||||||
"permission_onboarding_permission_denied": "Permission denied. To use Immich, grant photo and video permissions in Settings.",
|
"permission_onboarding_permission_denied": "Odmowa pozwolenia. Aby korzystać z Immich, przyznaj uprawnienia do zdjęć i filmów w Ustawieniach.",
|
||||||
"permission_onboarding_permission_granted": "Permission granted! You are all set.",
|
"permission_onboarding_permission_granted": "Pozwolenie udzielone! Wszystko gotowe.",
|
||||||
"permission_onboarding_permission_limited": "Permission limited. To let Immich backup and manage your entire gallery collection, grant photo and video permissions in Settings.",
|
"permission_onboarding_permission_limited": "Pozwolenie ograniczone. Aby umożliwić Immichowi tworzenie kopii zapasowych całej kolekcji galerii i zarządzanie nią, przyznaj uprawnienia do zdjęć i filmów w Ustawieniach.",
|
||||||
"permission_onboarding_request": "Immich requires permission to view your photos and videos.",
|
"permission_onboarding_request": "Immich potrzebuje pozwolenia na przeglądanie Twoich zdjęć i filmów.",
|
||||||
"profile_drawer_app_logs": "Logs",
|
"profile_drawer_app_logs": "Logi",
|
||||||
"profile_drawer_client_server_up_to_date": "Klient i serwer są aktualne",
|
"profile_drawer_client_server_up_to_date": "Klient i serwer są aktualne",
|
||||||
"profile_drawer_settings": "Ustawienia",
|
"profile_drawer_settings": "Ustawienia",
|
||||||
"profile_drawer_sign_out": "Wyloguj się",
|
"profile_drawer_sign_out": "Wyloguj się",
|
||||||
"recently_added_page_title": "Recently Added",
|
"recently_added_page_title": "Ostatnio Dodane",
|
||||||
"search_bar_hint": "Szukaj swoich zdjęć",
|
"search_bar_hint": "Szukaj swoich zdjęć",
|
||||||
"search_page_categories": "Categories",
|
"search_page_categories": "Kategorie",
|
||||||
"search_page_favorites": "Favorites",
|
"search_page_favorites": "Ulubione",
|
||||||
"search_page_motion_photos": "Motion Photos",
|
"search_page_motion_photos": "Zdjęcia ruchome",
|
||||||
"search_page_no_objects": "Brak informacji o obiektach",
|
"search_page_no_objects": "Brak informacji o obiektach",
|
||||||
"search_page_no_places": "Brak informacji o miejscu",
|
"search_page_no_places": "Brak informacji o miejscu",
|
||||||
"search_page_people": "People",
|
"search_page_people": "Ludzie",
|
||||||
"search_page_places": "Miejsca",
|
"search_page_places": "Miejsca",
|
||||||
"search_page_recently_added": "Recently added",
|
"search_page_recently_added": "Ostatnio dodane",
|
||||||
"search_page_screenshots": "Screenshots",
|
"search_page_screenshots": "Zrzuty ekranu",
|
||||||
"search_page_selfies": "Selfies",
|
"search_page_selfies": "Selfi",
|
||||||
"search_page_things": "Rzeczy",
|
"search_page_things": "Rzeczy",
|
||||||
"search_page_videos": "Videos",
|
"search_page_videos": "Filmy",
|
||||||
"search_page_view_all_button": "View all",
|
"search_page_view_all_button": "Pokaż wszystkie",
|
||||||
"search_page_your_activity": "Your activity",
|
"search_page_your_activity": "Twoja aktywność",
|
||||||
"search_result_page_new_search_hint": "Nowe wyszukiwanie",
|
"search_result_page_new_search_hint": "Nowe wyszukiwanie",
|
||||||
"search_suggestion_list_smart_search_hint_1": "Smart search is enabled by default, to search for metadata use the syntax ",
|
"search_suggestion_list_smart_search_hint_1": "Inteligentne wyszukiwanie jest domyślnie włączone, aby wyszukiwać metadane, użyj składni ",
|
||||||
"search_suggestion_list_smart_search_hint_2": "m:your-search-term",
|
"search_suggestion_list_smart_search_hint_2": "m:your-search-term",
|
||||||
"select_additional_user_for_sharing_page_suggestions": "Propozycje",
|
"select_additional_user_for_sharing_page_suggestions": "Propozycje",
|
||||||
"select_user_for_sharing_page_err_album": "Nie udało się utworzyć albumu",
|
"select_user_for_sharing_page_err_album": "Nie udało się utworzyć albumu",
|
||||||
"select_user_for_sharing_page_share_suggestions": "Propozycje",
|
"select_user_for_sharing_page_share_suggestions": "Propozycje",
|
||||||
"server_info_box_app_version": "App Version",
|
"server_info_box_app_version": "Wersja Aplikacji",
|
||||||
"server_info_box_server_version": "Server Version",
|
"server_info_box_server_version": "Wersja Serwera",
|
||||||
"setting_image_viewer_help": "The detail viewer loads the small thumbnail first, then loads the medium-size preview (if enabled), finally loads the original (if enabled).",
|
"setting_image_viewer_help": "Przeglądarka szczegółów najpierw ładuje małą miniaturę, następnie ładuje podgląd średniej wielkości (jeśli jest włączony), a na koniec ładuje oryginał (jeśli jest włączony).",
|
||||||
"setting_image_viewer_original_subtitle": "Enable to load the original full-resolution image (large!). Disable to reduce data usage (both network and on device cache).",
|
"setting_image_viewer_original_subtitle": "Włącz ładowanie oryginalnego obrazu w pełnej rozdzielczości (dużego!). Wyłącz, aby zmniejszyć zużycie danych (zarówno w sieci, jak i w pamięci podręcznej urządzenia).",
|
||||||
"setting_image_viewer_original_title": "Load original image",
|
"setting_image_viewer_original_title": "Załaduj oryginalny obraz",
|
||||||
"setting_image_viewer_preview_subtitle": "Enable to load a medium-resolution image. Disable to either directly load the original or only use the thumbnail.",
|
"setting_image_viewer_preview_subtitle": "Włącz ładowanie obrazu o średniej rozdzielczości. Wyłącz opcję bezpośredniego ładowania oryginału lub używania tylko miniatury.",
|
||||||
"setting_image_viewer_preview_title": "Load preview image",
|
"setting_image_viewer_preview_title": "Załaduj obraz podglądu",
|
||||||
"setting_notifications_notify_failures_grace_period": "Powiadomienie o awariach kopii zapasowych w tle: {}",
|
"setting_notifications_notify_failures_grace_period": "Powiadomienie o awariach kopii zapasowych w tle: {}",
|
||||||
"setting_notifications_notify_hours": "{} godzin",
|
"setting_notifications_notify_hours": "{} godzin",
|
||||||
"setting_notifications_notify_immediately": "natychmiast",
|
"setting_notifications_notify_immediately": "natychmiast",
|
||||||
"setting_notifications_notify_minutes": "{} minut",
|
"setting_notifications_notify_minutes": "{} minut",
|
||||||
"setting_notifications_notify_never": "nigdy",
|
"setting_notifications_notify_never": "nigdy",
|
||||||
"setting_notifications_notify_seconds": "{} seconds",
|
"setting_notifications_notify_seconds": "{} sekund",
|
||||||
"setting_notifications_single_progress_subtitle": "Detailed upload progress information per asset",
|
"setting_notifications_single_progress_subtitle": "Szczegółowe informacje o postępie przesyłania dla każdego zasobu",
|
||||||
"setting_notifications_single_progress_title": "Show background backup detail progress",
|
"setting_notifications_single_progress_title": "Pokaż postęp szczegółów kopii zapasowej w tle",
|
||||||
"setting_notifications_subtitle": "Dostosuj preferencje powiadomień",
|
"setting_notifications_subtitle": "Dostosuj preferencje powiadomień",
|
||||||
"setting_notifications_title": "Powiadomienia",
|
"setting_notifications_title": "Powiadomienia",
|
||||||
"setting_notifications_total_progress_subtitle": "Overall upload progress (done/total assets)",
|
"setting_notifications_total_progress_subtitle": "Ogólny postęp przesyłania (gotowe/całkowite zasoby)",
|
||||||
"setting_notifications_total_progress_title": "Show background backup total progress",
|
"setting_notifications_total_progress_title": "Pokaż całkowity postęp tworzenia kopii zapasowej w tle",
|
||||||
"setting_pages_app_bar_settings": "Ustawienia",
|
"setting_pages_app_bar_settings": "Ustawienia",
|
||||||
"settings_require_restart": "Please restart Immich to apply this setting",
|
"settings_require_restart": "Aby zastosować to ustawienie, uruchom ponownie Immich",
|
||||||
"share_add": "Dodaj",
|
"share_add": "Dodaj",
|
||||||
"share_add_photos": "Dodaj zdjęcia",
|
"share_add_photos": "Dodaj zdjęcia",
|
||||||
"share_add_title": "Dodaj tytuł",
|
"share_add_title": "Dodaj tytuł",
|
||||||
@@ -282,7 +282,7 @@
|
|||||||
"tab_controller_nav_search": "Szukaj",
|
"tab_controller_nav_search": "Szukaj",
|
||||||
"tab_controller_nav_sharing": "Udostępnianie",
|
"tab_controller_nav_sharing": "Udostępnianie",
|
||||||
"theme_setting_asset_list_storage_indicator_title": "Pokaż wskaźnik przechowywania na kafelkach zasobów",
|
"theme_setting_asset_list_storage_indicator_title": "Pokaż wskaźnik przechowywania na kafelkach zasobów",
|
||||||
"theme_setting_asset_list_tiles_per_row_title": "Number of assets per row ({})",
|
"theme_setting_asset_list_tiles_per_row_title": "Liczba zasobów w wierszu ({})",
|
||||||
"theme_setting_dark_mode_switch": "Ciemny Motyw",
|
"theme_setting_dark_mode_switch": "Ciemny Motyw",
|
||||||
"theme_setting_image_viewer_quality_subtitle": "Dostosuj jakość podglądu szczegółowości",
|
"theme_setting_image_viewer_quality_subtitle": "Dostosuj jakość podglądu szczegółowości",
|
||||||
"theme_setting_image_viewer_quality_title": "Jakość przeglądania obrazów",
|
"theme_setting_image_viewer_quality_title": "Jakość przeglądania obrazów",
|
||||||
@@ -291,10 +291,10 @@
|
|||||||
"theme_setting_theme_title": "Motyw",
|
"theme_setting_theme_title": "Motyw",
|
||||||
"theme_setting_three_stage_loading_subtitle": "Trójstopniowe ładowanie może zwiększyć wydajność ładowania, ale powoduje znacznie większe obciążenie sieci",
|
"theme_setting_three_stage_loading_subtitle": "Trójstopniowe ładowanie może zwiększyć wydajność ładowania, ale powoduje znacznie większe obciążenie sieci",
|
||||||
"theme_setting_three_stage_loading_title": "Włączenie trójstopniowego ładowania",
|
"theme_setting_three_stage_loading_title": "Włączenie trójstopniowego ładowania",
|
||||||
"upload_dialog_cancel": "Cancel",
|
"upload_dialog_cancel": "Anuluj",
|
||||||
"upload_dialog_info": "Do you want to backup the selected Asset(s) to the server?",
|
"upload_dialog_info": "Czy chcesz wykonać kopię zapasową wybranych zasobów na serwerze?",
|
||||||
"upload_dialog_ok": "Upload",
|
"upload_dialog_ok": "Prześlij",
|
||||||
"upload_dialog_title": "Upload Asset",
|
"upload_dialog_title": "Prześlij Zasób",
|
||||||
"version_announcement_overlay_ack": "Potwierdzam",
|
"version_announcement_overlay_ack": "Potwierdzam",
|
||||||
"version_announcement_overlay_release_notes": "informacje o wydaniu",
|
"version_announcement_overlay_release_notes": "informacje o wydaniu",
|
||||||
"version_announcement_overlay_text_1": "Cześć przyjacielu, jest nowe wydanie",
|
"version_announcement_overlay_text_1": "Cześć przyjacielu, jest nowe wydanie",
|
||||||
|
|||||||
@@ -1,19 +1,19 @@
|
|||||||
{
|
{
|
||||||
"add_to_album_bottom_sheet_added": "Добавлено в {album}",
|
"add_to_album_bottom_sheet_added": "Добавлено в {album}",
|
||||||
"add_to_album_bottom_sheet_already_exists": "Уже в {album}",
|
"add_to_album_bottom_sheet_already_exists": "Уже в {album}",
|
||||||
"advanced_settings_prefer_remote_subtitle": "Some devices are painfully slow to load thumbnails from assets on the device. Activate this setting to load remote images instead.",
|
"advanced_settings_prefer_remote_subtitle": "Некоторые устройства очень медленно загружают предпросмотр объектов, находящихся на устройстве. Активируйте эту настройку, чтобы вместо них загружались изображени с сервера.",
|
||||||
"advanced_settings_prefer_remote_title": "Prefer remote images",
|
"advanced_settings_prefer_remote_title": "Предпочитать фото на сервере",
|
||||||
"advanced_settings_tile_subtitle": "Advanced user's settings",
|
"advanced_settings_tile_subtitle": "Расширенные настройки пользователя",
|
||||||
"advanced_settings_tile_title": "Advanced",
|
"advanced_settings_tile_title": "Расширенные",
|
||||||
"advanced_settings_troubleshooting_subtitle": "Enable additional features for troubleshooting",
|
"advanced_settings_troubleshooting_subtitle": "Включить расширенные возможности для решения проблем",
|
||||||
"advanced_settings_troubleshooting_title": "Troubleshooting",
|
"advanced_settings_troubleshooting_title": "Решение проблем",
|
||||||
"album_info_card_backup_album_excluded": "ИСКЛЮЧЕН",
|
"album_info_card_backup_album_excluded": "ИСКЛЮЧЕН",
|
||||||
"album_info_card_backup_album_included": "ВКЛЮЧЕН",
|
"album_info_card_backup_album_included": "ВКЛЮЧЕН",
|
||||||
"album_thumbnail_card_item": "1 объект",
|
"album_thumbnail_card_item": "1 объект",
|
||||||
"album_thumbnail_card_items": "{} объектов",
|
"album_thumbnail_card_items": "{} объектов",
|
||||||
"album_thumbnail_card_shared": "· Общий",
|
"album_thumbnail_card_shared": "· Общий",
|
||||||
"album_thumbnail_owned": "Owned",
|
"album_thumbnail_owned": "Автор",
|
||||||
"album_thumbnail_shared_by": "Shared by {}",
|
"album_thumbnail_shared_by": "Поделился {}",
|
||||||
"album_viewer_appbar_share_delete": "Удалить альбом",
|
"album_viewer_appbar_share_delete": "Удалить альбом",
|
||||||
"album_viewer_appbar_share_err_delete": "Невозможно удалить альбом",
|
"album_viewer_appbar_share_err_delete": "Невозможно удалить альбом",
|
||||||
"album_viewer_appbar_share_err_leave": "Невозможно покинуть альбом",
|
"album_viewer_appbar_share_err_leave": "Невозможно покинуть альбом",
|
||||||
@@ -22,15 +22,15 @@
|
|||||||
"album_viewer_appbar_share_leave": "Покинуть альбом",
|
"album_viewer_appbar_share_leave": "Покинуть альбом",
|
||||||
"album_viewer_appbar_share_remove": "Удалить из альбома",
|
"album_viewer_appbar_share_remove": "Удалить из альбома",
|
||||||
"album_viewer_page_share_add_users": "Добавить пользователей",
|
"album_viewer_page_share_add_users": "Добавить пользователей",
|
||||||
"all_people_page_title": "People",
|
"all_people_page_title": "Люди",
|
||||||
"all_videos_page_title": "Videos",
|
"all_videos_page_title": "Видео",
|
||||||
"archive_page_no_archived_assets": "No archived assets found",
|
"archive_page_no_archived_assets": "В архиве сейчас пусто",
|
||||||
"archive_page_title": "Archive ({})",
|
"archive_page_title": "Архив ({})",
|
||||||
"asset_list_layout_settings_dynamic_layout_title": "Динамическое расположение",
|
"asset_list_layout_settings_dynamic_layout_title": "Динамическое расположение",
|
||||||
"asset_list_layout_settings_group_automatically": "Automatic",
|
"asset_list_layout_settings_group_automatically": "Автоматически",
|
||||||
"asset_list_layout_settings_group_by": "Группировать объекты по",
|
"asset_list_layout_settings_group_by": "Группировать объекты по:",
|
||||||
"asset_list_layout_settings_group_by_month": "месяцу",
|
"asset_list_layout_settings_group_by_month": "Месяцу",
|
||||||
"asset_list_layout_settings_group_by_month_day": "месяцу и дню",
|
"asset_list_layout_settings_group_by_month_day": "Месяцу и дню",
|
||||||
"asset_list_settings_subtitle": "Настройки макета сетки фотографий",
|
"asset_list_settings_subtitle": "Настройки макета сетки фотографий",
|
||||||
"asset_list_settings_title": "Сетка фотографий",
|
"asset_list_settings_title": "Сетка фотографий",
|
||||||
"backup_album_selection_page_albums_device": "Альбомов на устройстве ({})",
|
"backup_album_selection_page_albums_device": "Альбомов на устройстве ({})",
|
||||||
@@ -48,9 +48,9 @@
|
|||||||
"backup_background_service_in_progress_notification": "Резервное копирование ваших объектов…",
|
"backup_background_service_in_progress_notification": "Резервное копирование ваших объектов…",
|
||||||
"backup_background_service_upload_failure_notification": "Ошибка загрузки {}",
|
"backup_background_service_upload_failure_notification": "Ошибка загрузки {}",
|
||||||
"backup_controller_page_albums": "Резервное копирование альбомов",
|
"backup_controller_page_albums": "Резервное копирование альбомов",
|
||||||
"backup_controller_page_background_app_refresh_disabled_content": "Enable background app refresh in Settings > General > Background App Refresh in order to use background backup.",
|
"backup_controller_page_background_app_refresh_disabled_content": "Включите фоновое обновление приложений в меню Настройки > Общие > Фоновое обновление приложений, чтобы использовать фоновое резервное копирование.",
|
||||||
"backup_controller_page_background_app_refresh_disabled_title": "Background app refresh disabled",
|
"backup_controller_page_background_app_refresh_disabled_title": "Фоновое обновление отключено",
|
||||||
"backup_controller_page_background_app_refresh_enable_button_text": "Go to settings",
|
"backup_controller_page_background_app_refresh_enable_button_text": "Перейти в настройки",
|
||||||
"backup_controller_page_background_battery_info_link": "Показать как",
|
"backup_controller_page_background_battery_info_link": "Показать как",
|
||||||
"backup_controller_page_background_battery_info_message": "Для наилучшего фонового резервного копирования отключите любые настройки оптимизации батареи, ограничивающие фоновую активность для Immich.\n\nПоскольку это зависит от устройства, найдите необходимую информацию для производителя вашего устройства.",
|
"backup_controller_page_background_battery_info_message": "Для наилучшего фонового резервного копирования отключите любые настройки оптимизации батареи, ограничивающие фоновую активность для Immich.\n\nПоскольку это зависит от устройства, найдите необходимую информацию для производителя вашего устройства.",
|
||||||
"backup_controller_page_background_battery_info_ok": "ОК",
|
"backup_controller_page_background_battery_info_ok": "ОК",
|
||||||
@@ -68,8 +68,8 @@
|
|||||||
"backup_controller_page_backup_selected": "Выбрано: ",
|
"backup_controller_page_backup_selected": "Выбрано: ",
|
||||||
"backup_controller_page_backup_sub": "Загруженные фото и видео",
|
"backup_controller_page_backup_sub": "Загруженные фото и видео",
|
||||||
"backup_controller_page_cancel": "Отмена",
|
"backup_controller_page_cancel": "Отмена",
|
||||||
"backup_controller_page_created": "Создано на: {}",
|
"backup_controller_page_created": "Создано: {}",
|
||||||
"backup_controller_page_desc_backup": "Включите резервное копирование в активном режиме, чтобы автоматически загружать новые активы на сервер при открытии приложения.",
|
"backup_controller_page_desc_backup": "Включите резервное копирование в активном режиме, чтобы автоматически загружать новые объекты на сервер при открытии приложения.",
|
||||||
"backup_controller_page_excluded": "Исключены:",
|
"backup_controller_page_excluded": "Исключены:",
|
||||||
"backup_controller_page_failed": "Неудачных ({})",
|
"backup_controller_page_failed": "Неудачных ({})",
|
||||||
"backup_controller_page_filename": "Имя файла: {} [{}]",
|
"backup_controller_page_filename": "Имя файла: {} [{}]",
|
||||||
@@ -89,14 +89,14 @@
|
|||||||
"backup_controller_page_total_sub": "Все уникальные фото и видео из выбранных альбомов",
|
"backup_controller_page_total_sub": "Все уникальные фото и видео из выбранных альбомов",
|
||||||
"backup_controller_page_turn_off": "Выключить резервное копирование в активном режиме",
|
"backup_controller_page_turn_off": "Выключить резервное копирование в активном режиме",
|
||||||
"backup_controller_page_turn_on": "Включить резервное копирование в активном режиме",
|
"backup_controller_page_turn_on": "Включить резервное копирование в активном режиме",
|
||||||
"backup_controller_page_uploading_file_info": "Загрузка информации о файле",
|
"backup_controller_page_uploading_file_info": "Информация о загружаемом файле",
|
||||||
"backup_err_only_album": "Невозможно удалить единственный альбом",
|
"backup_err_only_album": "Невозможно удалить единственный альбом",
|
||||||
"backup_info_card_assets": "объекты",
|
"backup_info_card_assets": "объектов",
|
||||||
"backup_manual_cancelled": "Cancelled",
|
"backup_manual_cancelled": "Отменено",
|
||||||
"backup_manual_failed": "Failed",
|
"backup_manual_failed": "Неудачно",
|
||||||
"backup_manual_in_progress": "Upload already in progress. Try after sometime",
|
"backup_manual_in_progress": "Загрузка уже в процессе, попробуйте позже",
|
||||||
"backup_manual_success": "Success",
|
"backup_manual_success": "Успешно",
|
||||||
"backup_manual_title": "Upload status",
|
"backup_manual_title": "Статус загрузки",
|
||||||
"cache_settings_album_thumbnails": "Миниатюры страниц библиотеки ({} объектов)",
|
"cache_settings_album_thumbnails": "Миниатюры страниц библиотеки ({} объектов)",
|
||||||
"cache_settings_clear_cache_button": "Очистить кэш",
|
"cache_settings_clear_cache_button": "Очистить кэш",
|
||||||
"cache_settings_clear_cache_button_title": "Очищает кэш приложения. Это значительно повлияет на производительность приложения, до тех пор, пока кэш не будет перестроен заново.",
|
"cache_settings_clear_cache_button_title": "Очищает кэш приложения. Это значительно повлияет на производительность приложения, до тех пор, пока кэш не будет перестроен заново.",
|
||||||
@@ -118,66 +118,66 @@
|
|||||||
"common_add_to_album": "Добавить в альбом",
|
"common_add_to_album": "Добавить в альбом",
|
||||||
"common_change_password": "Изменить пароль",
|
"common_change_password": "Изменить пароль",
|
||||||
"common_create_new_album": "Создать новый альбом",
|
"common_create_new_album": "Создать новый альбом",
|
||||||
"common_server_error": "Please check your network connection, make sure the server is reachable and app/server versions are compatible.",
|
"common_server_error": "Пожалуйста, проверьте подключение к сети и убедитесь, что ваш сервер доступен, а версии приложения и сервера — совместимы.",
|
||||||
"common_shared": "Общие",
|
"common_shared": "Общие",
|
||||||
"control_bottom_app_bar_add_to_album": "Добавить в альбом",
|
"control_bottom_app_bar_add_to_album": "Добавить в альбом",
|
||||||
"control_bottom_app_bar_album_info": "{} файлов",
|
"control_bottom_app_bar_album_info": "{} файлов",
|
||||||
"control_bottom_app_bar_album_info_shared": "{} файлов · Общий",
|
"control_bottom_app_bar_album_info_shared": "{} файлов · Общий",
|
||||||
"control_bottom_app_bar_archive": "Archive",
|
"control_bottom_app_bar_archive": "Архив",
|
||||||
"control_bottom_app_bar_create_new_album": "\nСоздать новый альбом",
|
"control_bottom_app_bar_create_new_album": "\nСоздать новый альбом",
|
||||||
"control_bottom_app_bar_delete": "Удалить",
|
"control_bottom_app_bar_delete": "Удалить",
|
||||||
"control_bottom_app_bar_favorite": "Избранное",
|
"control_bottom_app_bar_favorite": "Избранное",
|
||||||
"control_bottom_app_bar_share": "Поделиться",
|
"control_bottom_app_bar_share": "Поделиться",
|
||||||
"control_bottom_app_bar_unarchive": "Unarchive",
|
"control_bottom_app_bar_unarchive": "Восстановить",
|
||||||
"create_album_page_untitled": "Без названия",
|
"create_album_page_untitled": "Без названия",
|
||||||
"create_shared_album_page_create": "Создать",
|
"create_shared_album_page_create": "Создать",
|
||||||
"create_shared_album_page_share": "Поделиться",
|
"create_shared_album_page_share": "Поделиться",
|
||||||
"create_shared_album_page_share_add_assets": "ДОБАВИТЬ ОБЪЕКТЫ",
|
"create_shared_album_page_share_add_assets": "ДОБАВИТЬ ОБЪЕКТЫ",
|
||||||
"create_shared_album_page_share_select_photos": "Выберите фотографии",
|
"create_shared_album_page_share_select_photos": "Выберите фотографии",
|
||||||
"curated_location_page_title": "Places",
|
"curated_location_page_title": "Места",
|
||||||
"curated_object_page_title": "Things",
|
"curated_object_page_title": "Предметы",
|
||||||
"daily_title_text_date": "E, MMM dd",
|
"daily_title_text_date": "E, MMM dd",
|
||||||
"daily_title_text_date_year": "E, MMM dd, yyyy",
|
"daily_title_text_date_year": "E, MMM dd, yyyy",
|
||||||
"date_format": "E, LLL d, y • h:mm a",
|
"date_format": "E, LLL d, y • h:mm a",
|
||||||
"delete_dialog_alert": "Эти объекты будут безвозвратно удалены из приложения, а также с вашего устройства",
|
"delete_dialog_alert": "Эти элементы будут безвозвратно удалены из приложения, а также с вашего устройства",
|
||||||
"delete_dialog_cancel": "Отменить",
|
"delete_dialog_cancel": "Отменить",
|
||||||
"delete_dialog_ok": "Удалить",
|
"delete_dialog_ok": "Удалить",
|
||||||
"delete_dialog_title": "Удалить навсегда",
|
"delete_dialog_title": "Удалить навсегда",
|
||||||
"description_input_hint_text": "Add description...",
|
"description_input_hint_text": "Добавить описание...",
|
||||||
"description_input_submit_error": "Error updating description, check the log for more details",
|
"description_input_submit_error": "Не удалось обновить описание, проверьте логи, чтобы узнать причину",
|
||||||
"exif_bottom_sheet_description": "Добавить описание...",
|
"exif_bottom_sheet_description": "Добавить описание...",
|
||||||
"exif_bottom_sheet_details": "ПОДРОБНОСТИ",
|
"exif_bottom_sheet_details": "ПОДРОБНОСТИ",
|
||||||
"exif_bottom_sheet_location": "МЕСТОПОЛОЖЕНИЕ",
|
"exif_bottom_sheet_location": "МЕСТОПОЛОЖЕНИЕ",
|
||||||
"experimental_settings_new_asset_list_subtitle": "Работа ведётся",
|
"experimental_settings_new_asset_list_subtitle": "Ведутся работы",
|
||||||
"experimental_settings_new_asset_list_title": "Включить экспериментальную сетку фотографий",
|
"experimental_settings_new_asset_list_title": "Включить экспериментальную сетку фотографий",
|
||||||
"experimental_settings_subtitle": "Используйте на свой страх и риск!",
|
"experimental_settings_subtitle": "Используйте на свой страх и риск!",
|
||||||
"experimental_settings_title": "Экспериментальные функции",
|
"experimental_settings_title": "Экспериментальные функции",
|
||||||
"favorites_page_no_favorites": "No favorite assets found",
|
"favorites_page_no_favorites": "В избранном сейчас пусто",
|
||||||
"favorites_page_title": "Избранное",
|
"favorites_page_title": "Избранное",
|
||||||
"home_page_add_to_album_conflicts": "Добавлено {added} объектов в альбом {album}. Объекты {failed} уже есть в альбоме.",
|
"home_page_add_to_album_conflicts": "Добавлено {added} объектов в альбом {album}. Объекты {failed} уже есть в альбоме.",
|
||||||
"home_page_add_to_album_err_local": "Пока нельзя добавлять локальные объекты в альбомы, пропускаем",
|
"home_page_add_to_album_err_local": "Пока нельзя добавлять локальные объекты в альбомы, пропускаем",
|
||||||
"home_page_add_to_album_success": "Добавлено {added} объектов в альбом {album}.",
|
"home_page_add_to_album_success": "Добавлено {added} объектов в альбом {album}.",
|
||||||
"home_page_archive_err_local": "Can not archive local assets yet, skipping",
|
"home_page_archive_err_local": "Пока невозможно добавить локальные объекты в архив, пропускаем",
|
||||||
"home_page_building_timeline": "Построение временной шкалы",
|
"home_page_building_timeline": "Построение временной шкалы",
|
||||||
"home_page_favorite_err_local": "Пока не удается добавить в избранное локальные объекты, пропускаем",
|
"home_page_favorite_err_local": "Пока не удается добавить в избранное локальные объекты, пропускаем",
|
||||||
"home_page_first_time_notice": "Если вы используете приложение впервые, убедитесь, что вы выбрали резервный(е) альбом(ы), чтобы временная шкала могла заполнить фотографии и видео в альбоме(ах).",
|
"home_page_first_time_notice": "Если вы используете приложение впервые, убедитесь, что вы выбрали резервный(е) альбом(ы), чтобы временная шкала могла заполнить фотографии и видео в альбоме(ах).",
|
||||||
"home_page_upload_err_limit": "Can only upload a maximum of 30 assets at a time, skipping",
|
"home_page_upload_err_limit": "Вы можете выгрузить максимум 30 файлов за раз",
|
||||||
"image_viewer_page_state_provider_download_error": "Ошибка загрузки",
|
"image_viewer_page_state_provider_download_error": "Ошибка загрузки",
|
||||||
"image_viewer_page_state_provider_download_success": "Успешно загружено",
|
"image_viewer_page_state_provider_download_success": "Успешно загружено",
|
||||||
"library_page_albums": "Альбомы",
|
"library_page_albums": "Альбомы",
|
||||||
"library_page_archive": "Archive",
|
"library_page_archive": "Архив",
|
||||||
"library_page_device_albums": "Albums on Device",
|
"library_page_device_albums": "Альбомы на устройстве",
|
||||||
"library_page_favorites": "Избранное",
|
"library_page_favorites": "Избранное",
|
||||||
"library_page_new_album": "Новый альбом",
|
"library_page_new_album": "Новый альбом",
|
||||||
"library_page_sharing": "Общие",
|
"library_page_sharing": "Общие",
|
||||||
"library_page_sort_created": "По новизне",
|
"library_page_sort_created": "По новизне",
|
||||||
"library_page_sort_title": "По названию альбома",
|
"library_page_sort_title": "По названию альбома",
|
||||||
"login_disabled": "Login has been disabled",
|
"login_disabled": "Вход отключен",
|
||||||
"login_form_api_exception": "API exception. Please check the server URL and try again.",
|
"login_form_api_exception": "Ошибка при попытке взаимодействия с сервером. Проверьте URL-адрес до него и попробуйте еще раз.",
|
||||||
"login_form_button_text": "Войти",
|
"login_form_button_text": "Войти",
|
||||||
"login_form_email_hint": "youremail@email.com",
|
"login_form_email_hint": "youremail@email.com",
|
||||||
"login_form_endpoint_hint": "http://your-server-ip:port/api",
|
"login_form_endpoint_hint": "http://your-server-ip:port/api",
|
||||||
"login_form_endpoint_url": "URL Адрес сервера",
|
"login_form_endpoint_url": "URL-aдрес сервера",
|
||||||
"login_form_err_http": "Пожалуйста, укажите http:// или https://",
|
"login_form_err_http": "Пожалуйста, укажите http:// или https://",
|
||||||
"login_form_err_invalid_email": "Неверный адрес Email",
|
"login_form_err_invalid_email": "Неверный адрес Email",
|
||||||
"login_form_err_invalid_url": "Неверная ссылка",
|
"login_form_err_invalid_url": "Неверная ссылка",
|
||||||
@@ -188,60 +188,60 @@
|
|||||||
"login_form_failed_login": "Ошибка при входе в систему, проверьте URL-адрес сервера, адрес электронной почты и пароль",
|
"login_form_failed_login": "Ошибка при входе в систему, проверьте URL-адрес сервера, адрес электронной почты и пароль",
|
||||||
"login_form_label_email": "Email",
|
"login_form_label_email": "Email",
|
||||||
"login_form_label_password": "Пароль",
|
"login_form_label_password": "Пароль",
|
||||||
"login_form_next_button": "Next",
|
"login_form_next_button": "Далее",
|
||||||
"login_form_password_hint": "пароль",
|
"login_form_password_hint": "пароль",
|
||||||
"login_form_save_login": "Оставаться в системе",
|
"login_form_save_login": "Оставаться в системе",
|
||||||
"login_form_server_empty": "Enter a server URL.",
|
"login_form_server_empty": "Введите URL-адрес вашего сервера.",
|
||||||
"login_form_server_error": "Could not connect to server.",
|
"login_form_server_error": "Нет соединения с сервером.",
|
||||||
"monthly_title_text_date_format": "MMMM y",
|
"monthly_title_text_date_format": "MMMM y",
|
||||||
"motion_photos_page_title": "Motion Photos",
|
"motion_photos_page_title": "Динамические фото",
|
||||||
"notification_permission_dialog_cancel": "Отмена",
|
"notification_permission_dialog_cancel": "Отмена",
|
||||||
"notification_permission_dialog_content": "Чтобы включить уведомления, перейдите в «Настройки» и выберите «Разрешить».",
|
"notification_permission_dialog_content": "Чтобы включить уведомления, перейдите в «Настройки» и выберите «Разрешить».",
|
||||||
"notification_permission_dialog_settings": "Настройки",
|
"notification_permission_dialog_settings": "Настройки",
|
||||||
"notification_permission_list_tile_content": "Предоставьте разрешение на включение уведомлений",
|
"notification_permission_list_tile_content": "Предоставьте разрешение на включение уведомлений",
|
||||||
"notification_permission_list_tile_enable_button": "Включить уведомления",
|
"notification_permission_list_tile_enable_button": "Включить уведомления",
|
||||||
"notification_permission_list_tile_title": "Разрешение на уведомление",
|
"notification_permission_list_tile_title": "Разрешение на уведомление",
|
||||||
"partner_page_add_partner": "Add partner",
|
"partner_page_add_partner": "Добавить партнёра",
|
||||||
"partner_page_empty_message": "Your photos are not yet shared with any partner.",
|
"partner_page_empty_message": "У вашего партнёра еще пока нет доступа к вашим фото",
|
||||||
"partner_page_no_more_users": "No more users to add",
|
"partner_page_no_more_users": "Выбраны все доступные пользователи",
|
||||||
"partner_page_partner_add_failed": "Failed to add partner",
|
"partner_page_partner_add_failed": "Не удалось добавить партнёра",
|
||||||
"partner_page_select_partner": "Select partner",
|
"partner_page_select_partner": "Выбрать партнёра",
|
||||||
"partner_page_shared_to_title": "Shared to",
|
"partner_page_shared_to_title": "Поделиться с...",
|
||||||
"partner_page_stop_sharing_content": "{} will no longer be able to access your photos.",
|
"partner_page_stop_sharing_content": "{} больше не сможет получить доступ к вашим фотографиям",
|
||||||
"partner_page_stop_sharing_title": "Stop sharing your photos?",
|
"partner_page_stop_sharing_title": "Закрыть доступ партнёра к вашим фото?",
|
||||||
"partner_page_title": "Partner",
|
"partner_page_title": "Партнёр",
|
||||||
"permission_onboarding_continue_anyway": "Continue anyway",
|
"permission_onboarding_continue_anyway": "Все равно продолжить",
|
||||||
"permission_onboarding_get_started": "Get started",
|
"permission_onboarding_get_started": "Давайте начнём",
|
||||||
"permission_onboarding_go_to_settings": "Go to settings",
|
"permission_onboarding_go_to_settings": "Перейти в настройки",
|
||||||
"permission_onboarding_grant_permission": "Grant permission",
|
"permission_onboarding_grant_permission": "Предоставить разрешение",
|
||||||
"permission_onboarding_log_out": "Log out",
|
"permission_onboarding_log_out": "Выйти",
|
||||||
"permission_onboarding_permission_denied": "Permission denied. To use Immich, grant photo and video permissions in Settings.",
|
"permission_onboarding_permission_denied": "Не удалось получить доступ.",
|
||||||
"permission_onboarding_permission_granted": "Permission granted! You are all set.",
|
"permission_onboarding_permission_granted": "Доступ получен! Всё готово.",
|
||||||
"permission_onboarding_permission_limited": "Permission limited. To let Immich backup and manage your entire gallery collection, grant photo and video permissions in Settings.",
|
"permission_onboarding_permission_limited": "Доступ к файлам ограничен. Чтобы Immich мог создавать резервные копии и управлять вашей галереей, пожалуйста, предоставьте приложению разрешение на доступ к \"Фото и видео\" в Настройках.",
|
||||||
"permission_onboarding_request": "Immich requires permission to view your photos and videos.",
|
"permission_onboarding_request": "Immich просит вас предоставить разрешение на доступ к вашим фото и видео",
|
||||||
"profile_drawer_app_logs": "Журналы",
|
"profile_drawer_app_logs": "Журнал",
|
||||||
"profile_drawer_client_server_up_to_date": "Клиент и сервер обновлены",
|
"profile_drawer_client_server_up_to_date": "Клиент и сервер обновлены",
|
||||||
"profile_drawer_settings": "Настройки",
|
"profile_drawer_settings": "Настройки",
|
||||||
"profile_drawer_sign_out": "Выйти",
|
"profile_drawer_sign_out": "Выйти",
|
||||||
"recently_added_page_title": "Recently Added",
|
"recently_added_page_title": "Недавно добавленные",
|
||||||
"search_bar_hint": "Поиск фотографий",
|
"search_bar_hint": "Поиск фотографий",
|
||||||
"search_page_categories": "Categories",
|
"search_page_categories": "Категории",
|
||||||
"search_page_favorites": "Favorites",
|
"search_page_favorites": "Избранное",
|
||||||
"search_page_motion_photos": "Motion Photos",
|
"search_page_motion_photos": "Динамические фото",
|
||||||
"search_page_no_objects": "Нет доступной информации об объектах",
|
"search_page_no_objects": "Нет доступной информации об объектах",
|
||||||
"search_page_no_places": "Информация о местах отсутствует",
|
"search_page_no_places": "Информация о местах отсутствует",
|
||||||
"search_page_people": "People",
|
"search_page_people": "Люди",
|
||||||
"search_page_places": "Места",
|
"search_page_places": "Места",
|
||||||
"search_page_recently_added": "Recently added",
|
"search_page_recently_added": "Недавно добавленные",
|
||||||
"search_page_screenshots": "Screenshots",
|
"search_page_screenshots": "Скриншоты",
|
||||||
"search_page_selfies": "Selfies",
|
"search_page_selfies": "Селфи",
|
||||||
"search_page_things": "Предметы",
|
"search_page_things": "Предметы",
|
||||||
"search_page_videos": "Videos",
|
"search_page_videos": "Видео",
|
||||||
"search_page_view_all_button": "View all",
|
"search_page_view_all_button": "Посмотреть все",
|
||||||
"search_page_your_activity": "Your activity",
|
"search_page_your_activity": "Ваша активность",
|
||||||
"search_result_page_new_search_hint": "Новый поиск",
|
"search_result_page_new_search_hint": "Новый поиск",
|
||||||
"search_suggestion_list_smart_search_hint_1": "Smart search is enabled by default, to search for metadata use the syntax ",
|
"search_suggestion_list_smart_search_hint_1": "Интеллектуальный поиск включен по умолчанию, для поиска метаданных используйте специальный синтаксис",
|
||||||
"search_suggestion_list_smart_search_hint_2": "m:your-search-term",
|
"search_suggestion_list_smart_search_hint_2": "m:ваш-запрос",
|
||||||
"select_additional_user_for_sharing_page_suggestions": "Предложения",
|
"select_additional_user_for_sharing_page_suggestions": "Предложения",
|
||||||
"select_user_for_sharing_page_err_album": "\nНе удалось создать альбом",
|
"select_user_for_sharing_page_err_album": "\nНе удалось создать альбом",
|
||||||
"select_user_for_sharing_page_share_suggestions": "Предложения",
|
"select_user_for_sharing_page_share_suggestions": "Предложения",
|
||||||
@@ -276,7 +276,7 @@
|
|||||||
"sharing_page_description": "Создавайте общие альбомы, чтобы делиться фотографиями и видео с людьми в вашей сети.",
|
"sharing_page_description": "Создавайте общие альбомы, чтобы делиться фотографиями и видео с людьми в вашей сети.",
|
||||||
"sharing_page_empty_list": "ПУСТОЙ СПИСОК",
|
"sharing_page_empty_list": "ПУСТОЙ СПИСОК",
|
||||||
"sharing_silver_appbar_create_shared_album": "Создать общий альбом",
|
"sharing_silver_appbar_create_shared_album": "Создать общий альбом",
|
||||||
"sharing_silver_appbar_share_partner": "Поделиться с партнером",
|
"sharing_silver_appbar_share_partner": "Поделиться с партнёром",
|
||||||
"tab_controller_nav_library": "Библиотека",
|
"tab_controller_nav_library": "Библиотека",
|
||||||
"tab_controller_nav_photos": "Фото",
|
"tab_controller_nav_photos": "Фото",
|
||||||
"tab_controller_nav_search": "Поиск",
|
"tab_controller_nav_search": "Поиск",
|
||||||
@@ -284,17 +284,17 @@
|
|||||||
"theme_setting_asset_list_storage_indicator_title": "Показать индикатор хранилища на плитках объектов",
|
"theme_setting_asset_list_storage_indicator_title": "Показать индикатор хранилища на плитках объектов",
|
||||||
"theme_setting_asset_list_tiles_per_row_title": "Количество объектов в строке ({})",
|
"theme_setting_asset_list_tiles_per_row_title": "Количество объектов в строке ({})",
|
||||||
"theme_setting_dark_mode_switch": "Тёмная тема",
|
"theme_setting_dark_mode_switch": "Тёмная тема",
|
||||||
"theme_setting_image_viewer_quality_subtitle": "Настройте качество просмотра подробного изображения",
|
"theme_setting_image_viewer_quality_subtitle": "Настройка качества детального просмотра изображения",
|
||||||
"theme_setting_image_viewer_quality_title": "Качество просмотра изображений",
|
"theme_setting_image_viewer_quality_title": "Качество просмотра изображений",
|
||||||
"theme_setting_system_theme_switch": "Автоматически (Как в системе)",
|
"theme_setting_system_theme_switch": "Автоматически (Как в системе)",
|
||||||
"theme_setting_theme_subtitle": "Выберите настройки темы приложения",
|
"theme_setting_theme_subtitle": "Выберите настройки темы приложения",
|
||||||
"theme_setting_theme_title": "Тема",
|
"theme_setting_theme_title": "Тема",
|
||||||
"theme_setting_three_stage_loading_subtitle": "Трехэтапная загрузка может повысить производительность загрузки, но вызывает значительно более высокую нагрузку на сеть",
|
"theme_setting_three_stage_loading_subtitle": "Трехэтапная загрузка может повысить производительность загрузки, но вызывает значительно более высокую нагрузку на сеть",
|
||||||
"theme_setting_three_stage_loading_title": "Включить трехэтапную загрузку",
|
"theme_setting_three_stage_loading_title": "Включить трехэтапную загрузку",
|
||||||
"upload_dialog_cancel": "Cancel",
|
"upload_dialog_cancel": "Отмена",
|
||||||
"upload_dialog_info": "Do you want to backup the selected Asset(s) to the server?",
|
"upload_dialog_info": "Вы хотите загрузить выбранный объект(ы) на ваш сервер?",
|
||||||
"upload_dialog_ok": "Upload",
|
"upload_dialog_ok": "Загрузить",
|
||||||
"upload_dialog_title": "Upload Asset",
|
"upload_dialog_title": "Загрузить объект",
|
||||||
"version_announcement_overlay_ack": "Подтверждение",
|
"version_announcement_overlay_ack": "Подтверждение",
|
||||||
"version_announcement_overlay_release_notes": "примечания к выпуску",
|
"version_announcement_overlay_release_notes": "примечания к выпуску",
|
||||||
"version_announcement_overlay_text_1": "Привет друг, вышел новый релиз",
|
"version_announcement_overlay_text_1": "Привет друг, вышел новый релиз",
|
||||||
|
|||||||
@@ -269,7 +269,7 @@
|
|||||||
"share_add": "Pridať",
|
"share_add": "Pridať",
|
||||||
"share_add_photos": "Pridať fotografie",
|
"share_add_photos": "Pridať fotografie",
|
||||||
"share_add_title": "Pridať názov",
|
"share_add_title": "Pridať názov",
|
||||||
"share_create_album": "Tvorba albumu",
|
"share_create_album": "Vytvoriť album",
|
||||||
"share_dialog_preparing": "Pripravujem...",
|
"share_dialog_preparing": "Pripravujem...",
|
||||||
"share_invite": "Pozvať do albumu",
|
"share_invite": "Pozvať do albumu",
|
||||||
"sharing_page_album": "Zdieľané albumy",
|
"sharing_page_album": "Zdieľané albumy",
|
||||||
|
|||||||
@@ -92,7 +92,7 @@
|
|||||||
"backup_controller_page_uploading_file_info": "Uploading file info",
|
"backup_controller_page_uploading_file_info": "Uploading file info",
|
||||||
"backup_err_only_album": "ไม่สามารถนำอัลบั้มสุดท้ายออกได้",
|
"backup_err_only_album": "ไม่สามารถนำอัลบั้มสุดท้ายออกได้",
|
||||||
"backup_info_card_assets": "ทรัพยากร",
|
"backup_info_card_assets": "ทรัพยากร",
|
||||||
"backup_manual_cancelled": "Cancelled",
|
"backup_manual_cancelled": "ถูกยกเลิก",
|
||||||
"backup_manual_failed": "ล้มเหลว",
|
"backup_manual_failed": "ล้มเหลว",
|
||||||
"backup_manual_in_progress": "อัปโหลดกำลังดำเนินการอยู่ โปรดลองใหม่ในสักพัก",
|
"backup_manual_in_progress": "อัปโหลดกำลังดำเนินการอยู่ โปรดลองใหม่ในสักพัก",
|
||||||
"backup_manual_success": "สำเร็จ",
|
"backup_manual_success": "สำเร็จ",
|
||||||
|
|||||||
@@ -77,7 +77,7 @@
|
|||||||
"backup_controller_page_info": "备份信息",
|
"backup_controller_page_info": "备份信息",
|
||||||
"backup_controller_page_none_selected": "未选择",
|
"backup_controller_page_none_selected": "未选择",
|
||||||
"backup_controller_page_remainder": "剩余",
|
"backup_controller_page_remainder": "剩余",
|
||||||
"backup_controller_page_remainder_sub": "选中的数据中尚未备份的数据",
|
"backup_controller_page_remainder_sub": "所选数据中尚未备份的数据",
|
||||||
"backup_controller_page_select": "选择",
|
"backup_controller_page_select": "选择",
|
||||||
"backup_controller_page_server_storage": "服务器存储",
|
"backup_controller_page_server_storage": "服务器存储",
|
||||||
"backup_controller_page_start_backup": "开始备份",
|
"backup_controller_page_start_backup": "开始备份",
|
||||||
@@ -89,26 +89,26 @@
|
|||||||
"backup_controller_page_total_sub": "选中相册中的所有不重复的视频和图像",
|
"backup_controller_page_total_sub": "选中相册中的所有不重复的视频和图像",
|
||||||
"backup_controller_page_turn_off": "关闭前台备份",
|
"backup_controller_page_turn_off": "关闭前台备份",
|
||||||
"backup_controller_page_turn_on": "开启前台备份",
|
"backup_controller_page_turn_on": "开启前台备份",
|
||||||
"backup_controller_page_uploading_file_info": "正在上传文件信息",
|
"backup_controller_page_uploading_file_info": "正在上传中的文件信息",
|
||||||
"backup_err_only_album": "不能移除唯一的一个相册",
|
"backup_err_only_album": "不能移除唯一的一个相册",
|
||||||
"backup_info_card_assets": "张",
|
"backup_info_card_assets": "项",
|
||||||
"backup_manual_cancelled": "Cancelled",
|
"backup_manual_cancelled": "已取消",
|
||||||
"backup_manual_failed": "失败",
|
"backup_manual_failed": "失败",
|
||||||
"backup_manual_in_progress": "上传正在进行中,请稍后再试",
|
"backup_manual_in_progress": "上传正在进行中,请稍后再试",
|
||||||
"backup_manual_success": "成功",
|
"backup_manual_success": "成功",
|
||||||
"backup_manual_title": "上传状态",
|
"backup_manual_title": "上传状态",
|
||||||
"cache_settings_album_thumbnails": "图库缩略图({} 张)",
|
"cache_settings_album_thumbnails": "图库缩略图({} 项)",
|
||||||
"cache_settings_clear_cache_button": "清除缓存",
|
"cache_settings_clear_cache_button": "清除缓存",
|
||||||
"cache_settings_clear_cache_button_title": "清除应用缓存。在重新生成缓存之前,将显著影响应用的性能。",
|
"cache_settings_clear_cache_button_title": "清除应用缓存。在重新生成缓存之前,将显著影响应用的性能。",
|
||||||
"cache_settings_image_cache_size": "图像缓存大小({} 张)",
|
"cache_settings_image_cache_size": "图像缓存大小({} 项)",
|
||||||
"cache_settings_statistics_album": "图库缩略图",
|
"cache_settings_statistics_album": "图库缩略图",
|
||||||
"cache_settings_statistics_assets": "{} 张({})",
|
"cache_settings_statistics_assets": "{} 项({})",
|
||||||
"cache_settings_statistics_full": "完整图像",
|
"cache_settings_statistics_full": "完整图像",
|
||||||
"cache_settings_statistics_shared": "共享相册缩略图",
|
"cache_settings_statistics_shared": "共享相册缩略图",
|
||||||
"cache_settings_statistics_thumbnail": "缩略图",
|
"cache_settings_statistics_thumbnail": "缩略图",
|
||||||
"cache_settings_statistics_title": "缓存使用情况",
|
"cache_settings_statistics_title": "缓存使用情况",
|
||||||
"cache_settings_subtitle": "控制 Immich 的缓存行为",
|
"cache_settings_subtitle": "控制 Immich 的缓存行为",
|
||||||
"cache_settings_thumbnail_size": "缩略图缓存大小({} 张)",
|
"cache_settings_thumbnail_size": "缩略图缓存大小({} 项)",
|
||||||
"cache_settings_title": "缓存设置",
|
"cache_settings_title": "缓存设置",
|
||||||
"change_password_form_confirm_password": "确认密码",
|
"change_password_form_confirm_password": "确认密码",
|
||||||
"change_password_form_description": "{firstName} {lastName} 您好,\n\n这是您首次登录系统,或被管理员要求更改密码。\n请在下方输入新密码。",
|
"change_password_form_description": "{firstName} {lastName} 您好,\n\n这是您首次登录系统,或被管理员要求更改密码。\n请在下方输入新密码。",
|
||||||
@@ -139,7 +139,7 @@
|
|||||||
"daily_title_text_date": "E, MMM dd",
|
"daily_title_text_date": "E, MMM dd",
|
||||||
"daily_title_text_date_year": "E, MMM dd, yyyy",
|
"daily_title_text_date_year": "E, MMM dd, yyyy",
|
||||||
"date_format": "E, LLL d, y • h:mm a",
|
"date_format": "E, LLL d, y • h:mm a",
|
||||||
"delete_dialog_alert": "这些项目将从 Immich 和您的设备中永久删除",
|
"delete_dialog_alert": "这些项目将从 Immich 和 您的设备 中永久删除",
|
||||||
"delete_dialog_cancel": "取消",
|
"delete_dialog_cancel": "取消",
|
||||||
"delete_dialog_ok": "删除",
|
"delete_dialog_ok": "删除",
|
||||||
"delete_dialog_title": "永久删除",
|
"delete_dialog_title": "永久删除",
|
||||||
@@ -177,7 +177,7 @@
|
|||||||
"login_form_button_text": "登录",
|
"login_form_button_text": "登录",
|
||||||
"login_form_email_hint": "youremail@email.com",
|
"login_form_email_hint": "youremail@email.com",
|
||||||
"login_form_endpoint_hint": "http(s)://你的服务器地址:端口/api",
|
"login_form_endpoint_hint": "http(s)://你的服务器地址:端口/api",
|
||||||
"login_form_endpoint_url": "服务器终结点地址",
|
"login_form_endpoint_url": "服务器链接地址",
|
||||||
"login_form_err_http": "请注明 http:// 或 https://",
|
"login_form_err_http": "请注明 http:// 或 https://",
|
||||||
"login_form_err_invalid_email": "无效的电子邮件",
|
"login_form_err_invalid_email": "无效的电子邮件",
|
||||||
"login_form_err_invalid_url": "无效的地址",
|
"login_form_err_invalid_url": "无效的地址",
|
||||||
@@ -270,7 +270,7 @@
|
|||||||
"share_add_photos": "添加项目",
|
"share_add_photos": "添加项目",
|
||||||
"share_add_title": "添加标题",
|
"share_add_title": "添加标题",
|
||||||
"share_create_album": "创建相册",
|
"share_create_album": "创建相册",
|
||||||
"share_dialog_preparing": "这种准备...",
|
"share_dialog_preparing": "正在准备...",
|
||||||
"share_invite": "邀请相册共享",
|
"share_invite": "邀请相册共享",
|
||||||
"sharing_page_album": "共享相册",
|
"sharing_page_album": "共享相册",
|
||||||
"sharing_page_description": "创建共享相册以与网络中的人共享照片和视频。",
|
"sharing_page_description": "创建共享相册以与网络中的人共享照片和视频。",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"add_to_album_bottom_sheet_added": "添加到 {album}",
|
"add_to_album_bottom_sheet_added": "添加到 {album}",
|
||||||
"add_to_album_bottom_sheet_already_exists": "已在 {album} 中",
|
"add_to_album_bottom_sheet_already_exists": "已在 {album} 中",
|
||||||
"advanced_settings_prefer_remote_subtitle": "在某些设备上,从本地的项目加载缩略图的速度非常慢。\n启用此选项以加载远程\n项目。",
|
"advanced_settings_prefer_remote_subtitle": "在某些设备上,从本地的项目加载缩略图的速度非常慢。\n启用此选项以加载远程。",
|
||||||
"advanced_settings_prefer_remote_title": "优先远程项目",
|
"advanced_settings_prefer_remote_title": "优先远程项目",
|
||||||
"advanced_settings_tile_subtitle": "高级用户设置",
|
"advanced_settings_tile_subtitle": "高级用户设置",
|
||||||
"advanced_settings_tile_title": "高级",
|
"advanced_settings_tile_title": "高级",
|
||||||
@@ -77,7 +77,7 @@
|
|||||||
"backup_controller_page_info": "备份信息",
|
"backup_controller_page_info": "备份信息",
|
||||||
"backup_controller_page_none_selected": "未选择",
|
"backup_controller_page_none_selected": "未选择",
|
||||||
"backup_controller_page_remainder": "剩余",
|
"backup_controller_page_remainder": "剩余",
|
||||||
"backup_controller_page_remainder_sub": "要从所选内容备份的剩余照片和视频",
|
"backup_controller_page_remainder_sub": "所选数据中尚未备份的数据",
|
||||||
"backup_controller_page_select": "选择",
|
"backup_controller_page_select": "选择",
|
||||||
"backup_controller_page_server_storage": "服务器存储",
|
"backup_controller_page_server_storage": "服务器存储",
|
||||||
"backup_controller_page_start_backup": "开始备份",
|
"backup_controller_page_start_backup": "开始备份",
|
||||||
@@ -89,26 +89,26 @@
|
|||||||
"backup_controller_page_total_sub": "选中相册中的所有不重复的视频和图像",
|
"backup_controller_page_total_sub": "选中相册中的所有不重复的视频和图像",
|
||||||
"backup_controller_page_turn_off": "关闭前台备份",
|
"backup_controller_page_turn_off": "关闭前台备份",
|
||||||
"backup_controller_page_turn_on": "开启前台备份",
|
"backup_controller_page_turn_on": "开启前台备份",
|
||||||
"backup_controller_page_uploading_file_info": "正在上传文件信息",
|
"backup_controller_page_uploading_file_info": "正在上传中的文件信息",
|
||||||
"backup_err_only_album": "不能移除唯一的一个相册",
|
"backup_err_only_album": "不能移除唯一的一个相册",
|
||||||
"backup_info_card_assets": "张",
|
"backup_info_card_assets": "项",
|
||||||
"backup_manual_cancelled": "Cancelled",
|
"backup_manual_cancelled": "已取消",
|
||||||
"backup_manual_failed": "失败",
|
"backup_manual_failed": "失败",
|
||||||
"backup_manual_in_progress": "上传正在进行中,请稍后再试",
|
"backup_manual_in_progress": "上传正在进行中,请稍后再试",
|
||||||
"backup_manual_success": "成功",
|
"backup_manual_success": "成功",
|
||||||
"backup_manual_title": "上传状态",
|
"backup_manual_title": "上传状态",
|
||||||
"cache_settings_album_thumbnails": "图库缩略图({} 张)",
|
"cache_settings_album_thumbnails": "图库缩略图({} 项)",
|
||||||
"cache_settings_clear_cache_button": "清除缓存",
|
"cache_settings_clear_cache_button": "清除缓存",
|
||||||
"cache_settings_clear_cache_button_title": "清除应用缓存。在重新生成缓存之前,将显著影响应用的性能。",
|
"cache_settings_clear_cache_button_title": "清除应用缓存。在重新生成缓存之前,将显著影响应用的性能。",
|
||||||
"cache_settings_image_cache_size": "图像缓存大小({} 张)",
|
"cache_settings_image_cache_size": "图像缓存大小({} 项)",
|
||||||
"cache_settings_statistics_album": "图库缩略图",
|
"cache_settings_statistics_album": "图库缩略图",
|
||||||
"cache_settings_statistics_assets": "{} 张({})",
|
"cache_settings_statistics_assets": "{} 项({})",
|
||||||
"cache_settings_statistics_full": "完整图像",
|
"cache_settings_statistics_full": "完整图像",
|
||||||
"cache_settings_statistics_shared": "共享相册缩略图",
|
"cache_settings_statistics_shared": "共享相册缩略图",
|
||||||
"cache_settings_statistics_thumbnail": "缩略图",
|
"cache_settings_statistics_thumbnail": "缩略图",
|
||||||
"cache_settings_statistics_title": "缓存使用情况",
|
"cache_settings_statistics_title": "缓存使用情况",
|
||||||
"cache_settings_subtitle": "控制 Immich 的缓存行为",
|
"cache_settings_subtitle": "控制 Immich 的缓存行为",
|
||||||
"cache_settings_thumbnail_size": "缩略图缓存大小({} 张)",
|
"cache_settings_thumbnail_size": "缩略图缓存大小({} 项)",
|
||||||
"cache_settings_title": "缓存设置",
|
"cache_settings_title": "缓存设置",
|
||||||
"change_password_form_confirm_password": "确认密码",
|
"change_password_form_confirm_password": "确认密码",
|
||||||
"change_password_form_description": "{firstName} {lastName} 您好,\n\n这是您首次登录系统,或被管理员要求更改密码。\n请在下方输入新密码。",
|
"change_password_form_description": "{firstName} {lastName} 您好,\n\n这是您首次登录系统,或被管理员要求更改密码。\n请在下方输入新密码。",
|
||||||
@@ -139,7 +139,7 @@
|
|||||||
"daily_title_text_date": "E, MMM dd",
|
"daily_title_text_date": "E, MMM dd",
|
||||||
"daily_title_text_date_year": "E, MMM dd, yyyy",
|
"daily_title_text_date_year": "E, MMM dd, yyyy",
|
||||||
"date_format": "E, LLL d, y • h:mm a",
|
"date_format": "E, LLL d, y • h:mm a",
|
||||||
"delete_dialog_alert": "这些项目将从 Immich 和您的设备中永久删除",
|
"delete_dialog_alert": "这些项目将从 Immich 和 您的设备 中永久删除",
|
||||||
"delete_dialog_cancel": "取消",
|
"delete_dialog_cancel": "取消",
|
||||||
"delete_dialog_ok": "删除",
|
"delete_dialog_ok": "删除",
|
||||||
"delete_dialog_title": "永久删除",
|
"delete_dialog_title": "永久删除",
|
||||||
@@ -177,7 +177,7 @@
|
|||||||
"login_form_button_text": "登录",
|
"login_form_button_text": "登录",
|
||||||
"login_form_email_hint": "youremail@email.com",
|
"login_form_email_hint": "youremail@email.com",
|
||||||
"login_form_endpoint_hint": "http(s)://你的服务器地址:端口/api",
|
"login_form_endpoint_hint": "http(s)://你的服务器地址:端口/api",
|
||||||
"login_form_endpoint_url": "服务器终结点地址",
|
"login_form_endpoint_url": "服务器链接地址",
|
||||||
"login_form_err_http": "请注明 http:// 或 https://",
|
"login_form_err_http": "请注明 http:// 或 https://",
|
||||||
"login_form_err_invalid_email": "无效的电子邮件",
|
"login_form_err_invalid_email": "无效的电子邮件",
|
||||||
"login_form_err_invalid_url": "无效的地址",
|
"login_form_err_invalid_url": "无效的地址",
|
||||||
@@ -270,7 +270,7 @@
|
|||||||
"share_add_photos": "添加项目",
|
"share_add_photos": "添加项目",
|
||||||
"share_add_title": "添加标题",
|
"share_add_title": "添加标题",
|
||||||
"share_create_album": "创建相册",
|
"share_create_album": "创建相册",
|
||||||
"share_dialog_preparing": "这种准备...",
|
"share_dialog_preparing": "正在准备...",
|
||||||
"share_invite": "邀请相册共享",
|
"share_invite": "邀请相册共享",
|
||||||
"sharing_page_album": "共享相册",
|
"sharing_page_album": "共享相册",
|
||||||
"sharing_page_description": "创建共享相册以与网络中的人共享照片和视频。",
|
"sharing_page_description": "创建共享相册以与网络中的人共享照片和视频。",
|
||||||
|
|||||||
@@ -379,7 +379,7 @@
|
|||||||
CODE_SIGN_ENTITLEMENTS = Runner/RunnerProfile.entitlements;
|
CODE_SIGN_ENTITLEMENTS = Runner/RunnerProfile.entitlements;
|
||||||
CODE_SIGN_IDENTITY = "Apple Development";
|
CODE_SIGN_IDENTITY = "Apple Development";
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 116;
|
CURRENT_PROJECT_VERSION = 118;
|
||||||
DEVELOPMENT_TEAM = 2F67MQ8R79;
|
DEVELOPMENT_TEAM = 2F67MQ8R79;
|
||||||
ENABLE_BITCODE = NO;
|
ENABLE_BITCODE = NO;
|
||||||
INFOPLIST_FILE = Runner/Info.plist;
|
INFOPLIST_FILE = Runner/Info.plist;
|
||||||
@@ -515,7 +515,7 @@
|
|||||||
CLANG_ENABLE_MODULES = YES;
|
CLANG_ENABLE_MODULES = YES;
|
||||||
CODE_SIGN_IDENTITY = "Apple Development";
|
CODE_SIGN_IDENTITY = "Apple Development";
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 116;
|
CURRENT_PROJECT_VERSION = 118;
|
||||||
DEVELOPMENT_TEAM = 2F67MQ8R79;
|
DEVELOPMENT_TEAM = 2F67MQ8R79;
|
||||||
ENABLE_BITCODE = NO;
|
ENABLE_BITCODE = NO;
|
||||||
INFOPLIST_FILE = Runner/Info.plist;
|
INFOPLIST_FILE = Runner/Info.plist;
|
||||||
@@ -543,7 +543,7 @@
|
|||||||
CLANG_ENABLE_MODULES = YES;
|
CLANG_ENABLE_MODULES = YES;
|
||||||
CODE_SIGN_IDENTITY = "Apple Development";
|
CODE_SIGN_IDENTITY = "Apple Development";
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 116;
|
CURRENT_PROJECT_VERSION = 118;
|
||||||
DEVELOPMENT_TEAM = 2F67MQ8R79;
|
DEVELOPMENT_TEAM = 2F67MQ8R79;
|
||||||
ENABLE_BITCODE = NO;
|
ENABLE_BITCODE = NO;
|
||||||
INFOPLIST_FILE = Runner/Info.plist;
|
INFOPLIST_FILE = Runner/Info.plist;
|
||||||
|
|||||||
@@ -59,11 +59,11 @@
|
|||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>1.76.0</string>
|
<string>1.78.1</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>116</string>
|
<string>118</string>
|
||||||
<key>FLTEnableImpeller</key>
|
<key>FLTEnableImpeller</key>
|
||||||
<true />
|
<true />
|
||||||
<key>ITSAppUsesNonExemptEncryption</key>
|
<key>ITSAppUsesNonExemptEncryption</key>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ platform :ios do
|
|||||||
desc "iOS Beta"
|
desc "iOS Beta"
|
||||||
lane :beta do
|
lane :beta do
|
||||||
increment_version_number(
|
increment_version_number(
|
||||||
version_number: "1.77.0"
|
version_number: "1.81.0"
|
||||||
)
|
)
|
||||||
increment_build_number(
|
increment_build_number(
|
||||||
build_number: latest_testflight_build_number + 1,
|
build_number: latest_testflight_build_number + 1,
|
||||||
|
|||||||
@@ -5,32 +5,32 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000243">
|
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000256">
|
||||||
|
|
||||||
</testcase>
|
</testcase>
|
||||||
|
|
||||||
|
|
||||||
<testcase classname="fastlane.lanes" name="1: increment_version_number" time="2.611762">
|
<testcase classname="fastlane.lanes" name="1: increment_version_number" time="7.645306">
|
||||||
|
|
||||||
</testcase>
|
</testcase>
|
||||||
|
|
||||||
|
|
||||||
<testcase classname="fastlane.lanes" name="2: latest_testflight_build_number" time="6.937008">
|
<testcase classname="fastlane.lanes" name="2: latest_testflight_build_number" time="4.669798">
|
||||||
|
|
||||||
</testcase>
|
</testcase>
|
||||||
|
|
||||||
|
|
||||||
<testcase classname="fastlane.lanes" name="3: increment_build_number" time="2.740416">
|
<testcase classname="fastlane.lanes" name="3: increment_build_number" time="2.218788">
|
||||||
|
|
||||||
</testcase>
|
</testcase>
|
||||||
|
|
||||||
|
|
||||||
<testcase classname="fastlane.lanes" name="4: build_app" time="93.625943">
|
<testcase classname="fastlane.lanes" name="4: build_app" time="97.596654">
|
||||||
|
|
||||||
</testcase>
|
</testcase>
|
||||||
|
|
||||||
|
|
||||||
<testcase classname="fastlane.lanes" name="5: upload_to_testflight" time="62.107671">
|
<testcase classname="fastlane.lanes" name="5: upload_to_testflight" time="89.490906">
|
||||||
|
|
||||||
</testcase>
|
</testcase>
|
||||||
|
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ import 'package:immich_mobile/modules/backup/models/backup_album.model.dart';
|
|||||||
import 'package:immich_mobile/modules/backup/models/duplicated_asset.model.dart';
|
import 'package:immich_mobile/modules/backup/models/duplicated_asset.model.dart';
|
||||||
import 'package:immich_mobile/routing/router.dart';
|
import 'package:immich_mobile/routing/router.dart';
|
||||||
import 'package:immich_mobile/routing/tab_navigation_observer.dart';
|
import 'package:immich_mobile/routing/tab_navigation_observer.dart';
|
||||||
|
import 'package:immich_mobile/shared/cache/widgets_binding.dart';
|
||||||
import 'package:immich_mobile/shared/models/album.dart';
|
import 'package:immich_mobile/shared/models/album.dart';
|
||||||
import 'package:immich_mobile/shared/models/android_device_asset.dart';
|
import 'package:immich_mobile/shared/models/android_device_asset.dart';
|
||||||
import 'package:immich_mobile/shared/models/asset.dart';
|
import 'package:immich_mobile/shared/models/asset.dart';
|
||||||
@@ -29,6 +30,7 @@ import 'package:immich_mobile/shared/services/immich_logger.service.dart';
|
|||||||
import 'package:immich_mobile/shared/services/local_notification.service.dart';
|
import 'package:immich_mobile/shared/services/local_notification.service.dart';
|
||||||
import 'package:immich_mobile/shared/views/immich_loading_overlay.dart';
|
import 'package:immich_mobile/shared/views/immich_loading_overlay.dart';
|
||||||
import 'package:immich_mobile/shared/views/version_announcement_overlay.dart';
|
import 'package:immich_mobile/shared/views/version_announcement_overlay.dart';
|
||||||
|
import 'package:immich_mobile/utils/http_ssl_cert_override.dart';
|
||||||
import 'package:immich_mobile/utils/immich_app_theme.dart';
|
import 'package:immich_mobile/utils/immich_app_theme.dart';
|
||||||
import 'package:immich_mobile/utils/migration.dart';
|
import 'package:immich_mobile/utils/migration.dart';
|
||||||
import 'package:isar/isar.dart';
|
import 'package:isar/isar.dart';
|
||||||
@@ -36,11 +38,12 @@ import 'package:logging/logging.dart';
|
|||||||
import 'package:path_provider/path_provider.dart';
|
import 'package:path_provider/path_provider.dart';
|
||||||
|
|
||||||
void main() async {
|
void main() async {
|
||||||
WidgetsFlutterBinding.ensureInitialized();
|
ImmichWidgetsBinding();
|
||||||
|
|
||||||
final db = await loadDb();
|
final db = await loadDb();
|
||||||
await initApp();
|
await initApp();
|
||||||
await migrateDatabaseIfNeeded(db);
|
await migrateDatabaseIfNeeded(db);
|
||||||
|
HttpOverrides.global = HttpSSLCertOverride();
|
||||||
runApp(getMainWidget(db));
|
runApp(getMainWidget(db));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -117,6 +117,7 @@ class SharingPage extends HookConsumerWidget {
|
|||||||
padding: const EdgeInsets.only(
|
padding: const EdgeInsets.only(
|
||||||
left: 12.0,
|
left: 12.0,
|
||||||
right: 12.0,
|
right: 12.0,
|
||||||
|
top: 24.0,
|
||||||
bottom: 12.0,
|
bottom: 12.0,
|
||||||
),
|
),
|
||||||
child: Row(
|
child: Row(
|
||||||
|
|||||||
@@ -13,8 +13,9 @@ final archiveProvider = StreamProvider<RenderList>((ref) async* {
|
|||||||
final query = ref
|
final query = ref
|
||||||
.watch(dbProvider)
|
.watch(dbProvider)
|
||||||
.assets
|
.assets
|
||||||
|
.where()
|
||||||
|
.ownerIdEqualToAnyChecksum(user.isarId)
|
||||||
.filter()
|
.filter()
|
||||||
.ownerIdEqualTo(user.isarId)
|
|
||||||
.isArchivedEqualTo(true)
|
.isArchivedEqualTo(true)
|
||||||
.sortByFileCreatedAt();
|
.sortByFileCreatedAt();
|
||||||
final settings = ref.watch(appSettingsServiceProvider);
|
final settings = ref.watch(appSettingsServiceProvider);
|
||||||
|
|||||||
@@ -7,6 +7,8 @@ import 'package:hooks_riverpod/hooks_riverpod.dart';
|
|||||||
import 'package:immich_mobile/modules/asset_viewer/ui/description_input.dart';
|
import 'package:immich_mobile/modules/asset_viewer/ui/description_input.dart';
|
||||||
import 'package:immich_mobile/modules/map/ui/map_thumbnail.dart';
|
import 'package:immich_mobile/modules/map/ui/map_thumbnail.dart';
|
||||||
import 'package:immich_mobile/shared/models/asset.dart';
|
import 'package:immich_mobile/shared/models/asset.dart';
|
||||||
|
import 'package:immich_mobile/shared/models/exif_info.dart';
|
||||||
|
import 'package:immich_mobile/shared/providers/asset.provider.dart';
|
||||||
import 'package:immich_mobile/shared/ui/drag_sheet.dart';
|
import 'package:immich_mobile/shared/ui/drag_sheet.dart';
|
||||||
import 'package:latlong2/latlong.dart';
|
import 'package:latlong2/latlong.dart';
|
||||||
import 'package:immich_mobile/utils/bytes_units.dart';
|
import 'package:immich_mobile/utils/bytes_units.dart';
|
||||||
@@ -17,8 +19,12 @@ class ExifBottomSheet extends HookConsumerWidget {
|
|||||||
|
|
||||||
const ExifBottomSheet({Key? key, required this.asset}) : super(key: key);
|
const ExifBottomSheet({Key? key, required this.asset}) : super(key: key);
|
||||||
|
|
||||||
bool get hasCoordinates =>
|
bool hasCoordinates(ExifInfo? exifInfo) =>
|
||||||
asset.exifInfo?.latitude != null && asset.exifInfo?.longitude != null;
|
exifInfo != null &&
|
||||||
|
exifInfo.latitude != null &&
|
||||||
|
exifInfo.longitude != null &&
|
||||||
|
exifInfo.latitude != 0 &&
|
||||||
|
exifInfo.longitude != 0;
|
||||||
|
|
||||||
String get formattedDateTime {
|
String get formattedDateTime {
|
||||||
final fileCreatedAt = asset.fileCreatedAt.toLocal();
|
final fileCreatedAt = asset.fileCreatedAt.toLocal();
|
||||||
@@ -28,13 +34,13 @@ class ExifBottomSheet extends HookConsumerWidget {
|
|||||||
return '$date • $time';
|
return '$date • $time';
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<Uri?> _createCoordinatesUri() async {
|
Future<Uri?> _createCoordinatesUri(ExifInfo? exifInfo) async {
|
||||||
if (!hasCoordinates) {
|
if (!hasCoordinates(exifInfo)) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
double latitude = asset.exifInfo!.latitude!;
|
final double latitude = exifInfo!.latitude!;
|
||||||
double longitude = asset.exifInfo!.longitude!;
|
final double longitude = exifInfo.longitude!;
|
||||||
|
|
||||||
const zoomLevel = 16;
|
const zoomLevel = 16;
|
||||||
|
|
||||||
@@ -72,7 +78,8 @@ class ExifBottomSheet extends HookConsumerWidget {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context, WidgetRef ref) {
|
Widget build(BuildContext context, WidgetRef ref) {
|
||||||
final exifInfo = asset.exifInfo;
|
final assetWithExif = ref.watch(assetDetailProvider(asset));
|
||||||
|
final exifInfo = (assetWithExif.value ?? asset).exifInfo;
|
||||||
var isDarkTheme = Theme.of(context).brightness == Brightness.dark;
|
var isDarkTheme = Theme.of(context).brightness == Brightness.dark;
|
||||||
var textColor = isDarkTheme ? Colors.white : Colors.black;
|
var textColor = isDarkTheme ? Colors.white : Colors.black;
|
||||||
|
|
||||||
@@ -101,7 +108,7 @@ class ExifBottomSheet extends HookConsumerWidget {
|
|||||||
),
|
),
|
||||||
],
|
],
|
||||||
onTap: (tapPosition, latLong) async {
|
onTap: (tapPosition, latLong) async {
|
||||||
Uri? uri = await _createCoordinatesUri();
|
Uri? uri = await _createCoordinatesUri(exifInfo);
|
||||||
|
|
||||||
if (uri == null) {
|
if (uri == null) {
|
||||||
return;
|
return;
|
||||||
@@ -124,7 +131,7 @@ class ExifBottomSheet extends HookConsumerWidget {
|
|||||||
? formatBytes(a.exifInfo!.fileSize!)
|
? formatBytes(a.exifInfo!.fileSize!)
|
||||||
: "";
|
: "";
|
||||||
String text = resolution + fileSize;
|
String text = resolution + fileSize;
|
||||||
return text.isEmpty ? null : Text(text);
|
return text.isNotEmpty ? text : null;
|
||||||
}
|
}
|
||||||
|
|
||||||
buildDragHeader() {
|
buildDragHeader() {
|
||||||
@@ -143,7 +150,7 @@ class ExifBottomSheet extends HookConsumerWidget {
|
|||||||
|
|
||||||
buildLocation() {
|
buildLocation() {
|
||||||
// Guard no lat/lng
|
// Guard no lat/lng
|
||||||
if (!hasCoordinates) {
|
if (!hasCoordinates(exifInfo)) {
|
||||||
return Container();
|
return Container();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -208,7 +215,58 @@ class ExifBottomSheet extends HookConsumerWidget {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
buildImageProperties() {
|
||||||
|
// Helper to create the ListTile and avoid repeating code
|
||||||
|
createImagePropertiesListStyle(title, subtitle) => ListTile(
|
||||||
|
contentPadding: const EdgeInsets.all(0),
|
||||||
|
dense: true,
|
||||||
|
leading: Icon(
|
||||||
|
Icons.image,
|
||||||
|
color: textColor.withAlpha(200),
|
||||||
|
),
|
||||||
|
titleAlignment: ListTileTitleAlignment.center,
|
||||||
|
title: Text(
|
||||||
|
title,
|
||||||
|
style: TextStyle(
|
||||||
|
fontWeight: FontWeight.bold,
|
||||||
|
color: textColor,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
subtitle: subtitle,
|
||||||
|
);
|
||||||
|
|
||||||
|
final imgSizeString = buildSizeText(asset);
|
||||||
|
|
||||||
|
if (imgSizeString == null && asset.fileName.isNotEmpty) {
|
||||||
|
// There is only filename
|
||||||
|
return createImagePropertiesListStyle(
|
||||||
|
asset.fileName,
|
||||||
|
null,
|
||||||
|
);
|
||||||
|
} else if (imgSizeString != null && asset.fileName.isNotEmpty) {
|
||||||
|
// There is both filename and size information
|
||||||
|
return createImagePropertiesListStyle(
|
||||||
|
asset.fileName,
|
||||||
|
Text(imgSizeString),
|
||||||
|
);
|
||||||
|
} else if (imgSizeString != null && asset.fileName.isEmpty) {
|
||||||
|
// There is only size information
|
||||||
|
return createImagePropertiesListStyle(
|
||||||
|
imgSizeString,
|
||||||
|
null,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
buildDetail() {
|
buildDetail() {
|
||||||
|
final imgProperties = buildImageProperties();
|
||||||
|
|
||||||
|
// There are no details
|
||||||
|
if (imgProperties == null &&
|
||||||
|
(exifInfo == null || exifInfo.make == null)) {
|
||||||
|
return Container();
|
||||||
|
}
|
||||||
|
|
||||||
return Column(
|
return Column(
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: [
|
children: [
|
||||||
@@ -223,22 +281,7 @@ class ExifBottomSheet extends HookConsumerWidget {
|
|||||||
),
|
),
|
||||||
).tr(),
|
).tr(),
|
||||||
),
|
),
|
||||||
ListTile(
|
if (imgProperties != null) imgProperties,
|
||||||
contentPadding: const EdgeInsets.all(0),
|
|
||||||
dense: true,
|
|
||||||
leading: Icon(
|
|
||||||
Icons.image,
|
|
||||||
color: textColor.withAlpha(200),
|
|
||||||
),
|
|
||||||
title: Text(
|
|
||||||
asset.fileName,
|
|
||||||
style: TextStyle(
|
|
||||||
fontWeight: FontWeight.bold,
|
|
||||||
color: textColor,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
subtitle: buildSizeText(asset),
|
|
||||||
),
|
|
||||||
if (exifInfo?.make != null)
|
if (exifInfo?.make != null)
|
||||||
ListTile(
|
ListTile(
|
||||||
contentPadding: const EdgeInsets.all(0),
|
contentPadding: const EdgeInsets.all(0),
|
||||||
@@ -294,7 +337,7 @@ class ExifBottomSheet extends HookConsumerWidget {
|
|||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: [
|
children: [
|
||||||
Flexible(
|
Flexible(
|
||||||
flex: hasCoordinates ? 5 : 0,
|
flex: hasCoordinates(exifInfo) ? 5 : 0,
|
||||||
child: Padding(
|
child: Padding(
|
||||||
padding: const EdgeInsets.only(right: 8.0),
|
padding: const EdgeInsets.only(right: 8.0),
|
||||||
child: buildLocation(),
|
child: buildLocation(),
|
||||||
@@ -324,7 +367,7 @@ class ExifBottomSheet extends HookConsumerWidget {
|
|||||||
if (asset.isRemote) DescriptionInput(asset: asset),
|
if (asset.isRemote) DescriptionInput(asset: asset),
|
||||||
const SizedBox(height: 8.0),
|
const SizedBox(height: 8.0),
|
||||||
buildLocation(),
|
buildLocation(),
|
||||||
SizedBox(height: hasCoordinates ? 16.0 : 0.0),
|
SizedBox(height: hasCoordinates(exifInfo) ? 16.0 : 0.0),
|
||||||
buildDetail(),
|
buildDetail(),
|
||||||
const SizedBox(height: 50),
|
const SizedBox(height: 50),
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ import 'package:immich_mobile/modules/asset_viewer/ui/top_control_app_bar.dart';
|
|||||||
import 'package:immich_mobile/modules/asset_viewer/views/video_viewer_page.dart';
|
import 'package:immich_mobile/modules/asset_viewer/views/video_viewer_page.dart';
|
||||||
import 'package:immich_mobile/modules/backup/providers/manual_upload.provider.dart';
|
import 'package:immich_mobile/modules/backup/providers/manual_upload.provider.dart';
|
||||||
import 'package:immich_mobile/modules/home/ui/upload_dialog.dart';
|
import 'package:immich_mobile/modules/home/ui/upload_dialog.dart';
|
||||||
|
import 'package:immich_mobile/shared/cache/original_image_provider.dart';
|
||||||
import 'package:immich_mobile/shared/models/store.dart';
|
import 'package:immich_mobile/shared/models/store.dart';
|
||||||
import 'package:immich_mobile/modules/home/ui/delete_dialog.dart';
|
import 'package:immich_mobile/modules/home/ui/delete_dialog.dart';
|
||||||
import 'package:immich_mobile/modules/settings/providers/app_settings.provider.dart';
|
import 'package:immich_mobile/modules/settings/providers/app_settings.provider.dart';
|
||||||
@@ -31,8 +32,7 @@ import 'package:immich_mobile/shared/models/asset.dart';
|
|||||||
import 'package:immich_mobile/shared/providers/asset.provider.dart';
|
import 'package:immich_mobile/shared/providers/asset.provider.dart';
|
||||||
import 'package:immich_mobile/shared/ui/immich_loading_indicator.dart';
|
import 'package:immich_mobile/shared/ui/immich_loading_indicator.dart';
|
||||||
import 'package:immich_mobile/utils/image_url_builder.dart';
|
import 'package:immich_mobile/utils/image_url_builder.dart';
|
||||||
import 'package:photo_manager/photo_manager.dart';
|
import 'package:openapi/api.dart' show ThumbnailFormat;
|
||||||
import 'package:openapi/api.dart' as api;
|
|
||||||
|
|
||||||
// ignore: must_be_immutable
|
// ignore: must_be_immutable
|
||||||
class GalleryViewerPage extends HookConsumerWidget {
|
class GalleryViewerPage extends HookConsumerWidget {
|
||||||
@@ -51,6 +51,9 @@ class GalleryViewerPage extends HookConsumerWidget {
|
|||||||
|
|
||||||
final PageController controller;
|
final PageController controller;
|
||||||
|
|
||||||
|
static const jpeg = ThumbnailFormat.JPEG;
|
||||||
|
static const webp = ThumbnailFormat.WEBP;
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context, WidgetRef ref) {
|
Widget build(BuildContext context, WidgetRef ref) {
|
||||||
final settings = ref.watch(appSettingsServiceProvider);
|
final settings = ref.watch(appSettingsServiceProvider);
|
||||||
@@ -59,14 +62,13 @@ class GalleryViewerPage extends HookConsumerWidget {
|
|||||||
final isZoomed = useState<bool>(false);
|
final isZoomed = useState<bool>(false);
|
||||||
final isPlayingMotionVideo = useState(false);
|
final isPlayingMotionVideo = useState(false);
|
||||||
final isPlayingVideo = useState(false);
|
final isPlayingVideo = useState(false);
|
||||||
final progressValue = useState(0.0);
|
|
||||||
Offset? localPosition;
|
Offset? localPosition;
|
||||||
final authToken = 'Bearer ${Store.get(StoreKey.accessToken)}';
|
final authToken = 'Bearer ${Store.get(StoreKey.accessToken)}';
|
||||||
|
final header = {"Authorization": authToken};
|
||||||
final currentIndex = useState(initialIndex);
|
final currentIndex = useState(initialIndex);
|
||||||
final currentAsset = loadAsset(currentIndex.value);
|
final currentAsset = loadAsset(currentIndex.value);
|
||||||
final watchedAsset = ref.watch(assetDetailProvider(currentAsset));
|
|
||||||
|
|
||||||
Asset asset() => watchedAsset.value ?? currentAsset;
|
Asset asset() => currentAsset;
|
||||||
|
|
||||||
useEffect(
|
useEffect(
|
||||||
() {
|
() {
|
||||||
@@ -84,93 +86,52 @@ class GalleryViewerPage extends HookConsumerWidget {
|
|||||||
.watch(assetProvider.notifier)
|
.watch(assetProvider.notifier)
|
||||||
.toggleFavorite([asset], !asset.isFavorite);
|
.toggleFavorite([asset], !asset.isFavorite);
|
||||||
|
|
||||||
/// Thumbnail image of a remote asset. Required asset.isRemote
|
|
||||||
ImageProvider remoteThumbnailImageProvider(
|
|
||||||
Asset asset,
|
|
||||||
api.ThumbnailFormat type,
|
|
||||||
) {
|
|
||||||
return CachedNetworkImageProvider(
|
|
||||||
getThumbnailUrl(
|
|
||||||
asset,
|
|
||||||
type: type,
|
|
||||||
),
|
|
||||||
cacheKey: getThumbnailCacheKey(
|
|
||||||
asset,
|
|
||||||
type: type,
|
|
||||||
),
|
|
||||||
headers: {"Authorization": authToken},
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
/// Original (large) image of a remote asset. Required asset.isRemote
|
/// Original (large) image of a remote asset. Required asset.isRemote
|
||||||
ImageProvider originalImageProvider(Asset asset) {
|
ImageProvider remoteOriginalProvider(Asset asset) =>
|
||||||
return CachedNetworkImageProvider(
|
CachedNetworkImageProvider(
|
||||||
getImageUrl(asset),
|
getImageUrl(asset),
|
||||||
cacheKey: getImageCacheKey(asset),
|
cacheKey: getImageCacheKey(asset),
|
||||||
headers: {"Authorization": authToken},
|
headers: header,
|
||||||
);
|
);
|
||||||
}
|
|
||||||
|
|
||||||
/// Thumbnail image of a local asset. Required asset.isLocal
|
|
||||||
ImageProvider localThumbnailImageProvider(Asset asset) {
|
|
||||||
return AssetEntityImageProvider(
|
|
||||||
asset.local!,
|
|
||||||
isOriginal: false,
|
|
||||||
thumbnailSize: ThumbnailSize(
|
|
||||||
MediaQuery.of(context).size.width.floor(),
|
|
||||||
MediaQuery.of(context).size.height.floor(),
|
|
||||||
),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
/// Original (large) image of a local asset. Required asset.isLocal
|
/// Original (large) image of a local asset. Required asset.isLocal
|
||||||
ImageProvider localImageProvider(Asset asset) {
|
ImageProvider localOriginalProvider(Asset asset) =>
|
||||||
return AssetEntityImageProvider(
|
OriginalImageProvider(asset);
|
||||||
isOriginal: true,
|
|
||||||
asset.local!,
|
ImageProvider finalImageProvider(Asset asset) {
|
||||||
);
|
if (ImmichImage.useLocal(asset)) {
|
||||||
|
return localOriginalProvider(asset);
|
||||||
|
} else if (isLoadOriginal.value) {
|
||||||
|
return remoteOriginalProvider(asset);
|
||||||
|
} else if (isLoadPreview.value) {
|
||||||
|
return ImmichImage.remoteThumbnailProvider(asset, jpeg, header);
|
||||||
|
}
|
||||||
|
return ImmichImage.remoteThumbnailProvider(asset, webp, header);
|
||||||
|
}
|
||||||
|
|
||||||
|
Iterable<ImageProvider> allImageProviders(Asset asset) sync* {
|
||||||
|
if (ImmichImage.useLocal(asset)) {
|
||||||
|
yield ImmichImage.localThumbnailProvider(asset);
|
||||||
|
yield localOriginalProvider(asset);
|
||||||
|
} else {
|
||||||
|
yield ImmichImage.remoteThumbnailProvider(asset, webp, header);
|
||||||
|
if (isLoadPreview.value) {
|
||||||
|
yield ImmichImage.remoteThumbnailProvider(asset, jpeg, header);
|
||||||
|
}
|
||||||
|
if (isLoadOriginal.value) {
|
||||||
|
yield remoteOriginalProvider(asset);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void precacheNextImage(int index) {
|
void precacheNextImage(int index) {
|
||||||
|
void onError(Object exception, StackTrace? stackTrace) {
|
||||||
|
// swallow error silently
|
||||||
|
}
|
||||||
if (index < totalAssets && index >= 0) {
|
if (index < totalAssets && index >= 0) {
|
||||||
final asset = loadAsset(index);
|
final asset = loadAsset(index);
|
||||||
|
for (final imageProvider in allImageProviders(asset)) {
|
||||||
if (!asset.isRemote ||
|
precacheImage(imageProvider, context, onError: onError);
|
||||||
asset.isLocal && !Store.get(StoreKey.preferRemoteImage, false)) {
|
|
||||||
// Preload the local asset
|
|
||||||
precacheImage(localImageProvider(asset), context);
|
|
||||||
} else {
|
|
||||||
onError(Object exception, StackTrace? stackTrace) {
|
|
||||||
// swallow error silently
|
|
||||||
}
|
|
||||||
// Probably load WEBP either way
|
|
||||||
precacheImage(
|
|
||||||
remoteThumbnailImageProvider(
|
|
||||||
asset,
|
|
||||||
api.ThumbnailFormat.WEBP,
|
|
||||||
),
|
|
||||||
context,
|
|
||||||
onError: onError,
|
|
||||||
);
|
|
||||||
if (isLoadPreview.value) {
|
|
||||||
// Precache the JPEG thumbnail
|
|
||||||
precacheImage(
|
|
||||||
remoteThumbnailImageProvider(
|
|
||||||
asset,
|
|
||||||
api.ThumbnailFormat.JPEG,
|
|
||||||
),
|
|
||||||
context,
|
|
||||||
onError: onError,
|
|
||||||
);
|
|
||||||
}
|
|
||||||
if (isLoadOriginal.value) {
|
|
||||||
// Preload the original asset
|
|
||||||
precacheImage(
|
|
||||||
originalImageProvider(asset),
|
|
||||||
context,
|
|
||||||
onError: onError,
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -194,7 +155,7 @@ class GalleryViewerPage extends HookConsumerWidget {
|
|||||||
padding: EdgeInsets.only(
|
padding: EdgeInsets.only(
|
||||||
bottom: MediaQuery.of(context).viewInsets.bottom,
|
bottom: MediaQuery.of(context).viewInsets.bottom,
|
||||||
),
|
),
|
||||||
child: ExifBottomSheet(asset: asset()),
|
child: ExifBottomSheet(asset: currentAsset),
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
@@ -347,7 +308,6 @@ class GalleryViewerPage extends HookConsumerWidget {
|
|||||||
activeColor: Colors.white,
|
activeColor: Colors.white,
|
||||||
inactiveColor: Colors.white.withOpacity(0.75),
|
inactiveColor: Colors.white.withOpacity(0.75),
|
||||||
onChanged: (position) {
|
onChanged: (position) {
|
||||||
progressValue.value = position;
|
|
||||||
ref.read(videoPlayerControlsProvider.notifier).position = position;
|
ref.read(videoPlayerControlsProvider.notifier).position = position;
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
@@ -486,27 +446,6 @@ class GalleryViewerPage extends HookConsumerWidget {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
ImageProvider imageProvider(Asset asset) {
|
|
||||||
if (!asset.isRemote ||
|
|
||||||
asset.isLocal && !Store.get(StoreKey.preferRemoteImage, false)) {
|
|
||||||
return localImageProvider(asset);
|
|
||||||
} else {
|
|
||||||
if (isLoadOriginal.value) {
|
|
||||||
return originalImageProvider(asset);
|
|
||||||
} else if (isLoadPreview.value) {
|
|
||||||
return remoteThumbnailImageProvider(
|
|
||||||
asset,
|
|
||||||
api.ThumbnailFormat.JPEG,
|
|
||||||
);
|
|
||||||
} else {
|
|
||||||
return remoteThumbnailImageProvider(
|
|
||||||
asset,
|
|
||||||
api.ThumbnailFormat.WEBP,
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return Scaffold(
|
return Scaffold(
|
||||||
backgroundColor: Colors.black,
|
backgroundColor: Colors.black,
|
||||||
body: WillPopScope(
|
body: WillPopScope(
|
||||||
@@ -532,79 +471,51 @@ class GalleryViewerPage extends HookConsumerWidget {
|
|||||||
itemCount: totalAssets,
|
itemCount: totalAssets,
|
||||||
scrollDirection: Axis.horizontal,
|
scrollDirection: Axis.horizontal,
|
||||||
onPageChanged: (value) {
|
onPageChanged: (value) {
|
||||||
// Precache image
|
final next = currentIndex.value < value ? value + 1 : value - 1;
|
||||||
if (currentIndex.value < value) {
|
precacheNextImage(next);
|
||||||
// Moving forwards, so precache the next asset
|
|
||||||
precacheNextImage(value + 1);
|
|
||||||
} else {
|
|
||||||
// Moving backwards, so precache previous asset
|
|
||||||
precacheNextImage(value - 1);
|
|
||||||
}
|
|
||||||
currentIndex.value = value;
|
currentIndex.value = value;
|
||||||
progressValue.value = 0.0;
|
|
||||||
|
|
||||||
HapticFeedback.selectionClick();
|
HapticFeedback.selectionClick();
|
||||||
},
|
},
|
||||||
loadingBuilder: isLoadPreview.value
|
loadingBuilder: (context, event, index) {
|
||||||
? (context, event) {
|
final a = loadAsset(index);
|
||||||
final a = asset();
|
if (ImmichImage.useLocal(a)) {
|
||||||
if (!a.isLocal ||
|
return Image(
|
||||||
(a.isRemote &&
|
image: ImmichImage.localThumbnailProvider(a),
|
||||||
Store.get(StoreKey.preferRemoteImage, false))) {
|
fit: BoxFit.contain,
|
||||||
// Use the WEBP Thumbnail as a placeholder for the JPEG thumbnail to achieve
|
);
|
||||||
// Three-Stage Loading (WEBP -> JPEG -> Original)
|
}
|
||||||
final webPThumbnail = CachedNetworkImage(
|
// Use the WEBP Thumbnail as a placeholder for the JPEG thumbnail to achieve
|
||||||
imageUrl: getThumbnailUrl(
|
// Three-Stage Loading (WEBP -> JPEG -> Original)
|
||||||
a,
|
final webPThumbnail = CachedNetworkImage(
|
||||||
type: api.ThumbnailFormat.WEBP,
|
imageUrl: getThumbnailUrl(a, type: webp),
|
||||||
),
|
cacheKey: getThumbnailCacheKey(a, type: webp),
|
||||||
cacheKey: getThumbnailCacheKey(
|
httpHeaders: header,
|
||||||
a,
|
progressIndicatorBuilder: (_, __, ___) => const Center(
|
||||||
type: api.ThumbnailFormat.WEBP,
|
child: ImmichLoadingIndicator(),
|
||||||
),
|
),
|
||||||
httpHeaders: {'Authorization': authToken},
|
fadeInDuration: const Duration(milliseconds: 0),
|
||||||
progressIndicatorBuilder: (_, __, ___) =>
|
fit: BoxFit.contain,
|
||||||
const Center(
|
errorWidget: (context, url, error) =>
|
||||||
child: ImmichLoadingIndicator(),
|
const Icon(Icons.image_not_supported_outlined),
|
||||||
),
|
);
|
||||||
fadeInDuration: const Duration(milliseconds: 0),
|
|
||||||
fit: BoxFit.contain,
|
|
||||||
errorWidget: (context, url, error) =>
|
|
||||||
const Icon(Icons.image_not_supported_outlined),
|
|
||||||
);
|
|
||||||
|
|
||||||
if (isLoadOriginal.value) {
|
// loading the preview in the loadingBuilder only
|
||||||
// loading the preview in the loadingBuilder only
|
// makes sense if the original is loaded in the builder
|
||||||
// makes sense if the original is loaded in the builder
|
return isLoadPreview.value && isLoadOriginal.value
|
||||||
return CachedNetworkImage(
|
? CachedNetworkImage(
|
||||||
imageUrl: getThumbnailUrl(
|
imageUrl: getThumbnailUrl(a, type: jpeg),
|
||||||
a,
|
cacheKey: getThumbnailCacheKey(a, type: jpeg),
|
||||||
type: api.ThumbnailFormat.JPEG,
|
httpHeaders: header,
|
||||||
),
|
fit: BoxFit.contain,
|
||||||
cacheKey: getThumbnailCacheKey(
|
fadeInDuration: const Duration(milliseconds: 0),
|
||||||
a,
|
placeholder: (_, __) => webPThumbnail,
|
||||||
type: api.ThumbnailFormat.JPEG,
|
errorWidget: (_, __, ___) => webPThumbnail,
|
||||||
),
|
)
|
||||||
httpHeaders: {'Authorization': authToken},
|
: webPThumbnail;
|
||||||
fit: BoxFit.contain,
|
},
|
||||||
fadeInDuration: const Duration(milliseconds: 0),
|
|
||||||
placeholder: (_, __) => webPThumbnail,
|
|
||||||
errorWidget: (_, __, ___) => webPThumbnail,
|
|
||||||
);
|
|
||||||
} else {
|
|
||||||
return webPThumbnail;
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
return Image(
|
|
||||||
image: localThumbnailImageProvider(a),
|
|
||||||
fit: BoxFit.contain,
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
: null,
|
|
||||||
builder: (context, index) {
|
builder: (context, index) {
|
||||||
final asset = loadAsset(index);
|
final asset = loadAsset(index);
|
||||||
final ImageProvider provider = imageProvider(asset);
|
final ImageProvider provider = finalImageProvider(asset);
|
||||||
|
|
||||||
if (asset.isImage && !isPlayingMotionVideo.value) {
|
if (asset.isImage && !isPlayingMotionVideo.value) {
|
||||||
return PhotoViewGalleryPageOptions(
|
return PhotoViewGalleryPageOptions(
|
||||||
|
|||||||
@@ -459,6 +459,7 @@ class BackgroundService {
|
|||||||
notifySingleProgress ? _onProgress : (sent, total) {},
|
notifySingleProgress ? _onProgress : (sent, total) {},
|
||||||
notifySingleProgress ? _onSetCurrentBackupAsset : (asset) {},
|
notifySingleProgress ? _onSetCurrentBackupAsset : (asset) {},
|
||||||
_onBackupError,
|
_onBackupError,
|
||||||
|
sortAssets: true,
|
||||||
);
|
);
|
||||||
if (!ok && !_cancellationToken!.isCancelled) {
|
if (!ok && !_cancellationToken!.isCancelled) {
|
||||||
_showErrorNotification(
|
_showErrorNotification(
|
||||||
|
|||||||
@@ -217,24 +217,25 @@ class BackupNotifier extends StateNotifier<BackUpState> {
|
|||||||
|
|
||||||
final assetCountInAlbum = await album.assetCountAsync;
|
final assetCountInAlbum = await album.assetCountAsync;
|
||||||
if (assetCountInAlbum > 0) {
|
if (assetCountInAlbum > 0) {
|
||||||
final assetList =
|
final assetList = await album.getAssetListPaged(page: 0, size: 1);
|
||||||
await album.getAssetListRange(start: 0, end: assetCountInAlbum);
|
|
||||||
|
|
||||||
if (assetList.isNotEmpty) {
|
// Even though we check assetCountInAlbum to make sure that there are assets in album
|
||||||
final thumbnailAsset = assetList.first;
|
// The `getAssetListPaged` method still return empty list and cause not assets get rendered
|
||||||
|
if (assetList.isEmpty) {
|
||||||
try {
|
continue;
|
||||||
final thumbnailData = await thumbnailAsset
|
}
|
||||||
.thumbnailDataWithSize(const ThumbnailSize(512, 512));
|
final thumbnailAsset = assetList.first;
|
||||||
availableAlbum =
|
try {
|
||||||
availableAlbum.copyWith(thumbnailData: thumbnailData);
|
final thumbnailData = await thumbnailAsset
|
||||||
} catch (e, stack) {
|
.thumbnailDataWithSize(const ThumbnailSize(512, 512));
|
||||||
log.severe(
|
availableAlbum =
|
||||||
"Failed to get thumbnail for album ${album.name}",
|
availableAlbum.copyWith(thumbnailData: thumbnailData);
|
||||||
e.toString(),
|
} catch (e, stack) {
|
||||||
stack,
|
log.severe(
|
||||||
);
|
"Failed to get thumbnail for album ${album.name}",
|
||||||
}
|
e.toString(),
|
||||||
|
stack,
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
availableAlbums.add(availableAlbum);
|
availableAlbums.add(availableAlbum);
|
||||||
|
|||||||
@@ -202,8 +202,9 @@ class BackupService {
|
|||||||
Function(String, String, bool) uploadSuccessCb,
|
Function(String, String, bool) uploadSuccessCb,
|
||||||
Function(int, int) uploadProgressCb,
|
Function(int, int) uploadProgressCb,
|
||||||
Function(CurrentUploadAsset) setCurrentUploadAssetCb,
|
Function(CurrentUploadAsset) setCurrentUploadAssetCb,
|
||||||
Function(ErrorUploadAsset) errorCb,
|
Function(ErrorUploadAsset) errorCb, {
|
||||||
) async {
|
bool sortAssets = false,
|
||||||
|
}) async {
|
||||||
if (Platform.isAndroid &&
|
if (Platform.isAndroid &&
|
||||||
!(await Permission.accessMediaLocation.status).isGranted) {
|
!(await Permission.accessMediaLocation.status).isGranted) {
|
||||||
// double check that permission is granted here, to guard against
|
// double check that permission is granted here, to guard against
|
||||||
@@ -218,7 +219,24 @@ class BackupService {
|
|||||||
bool anyErrors = false;
|
bool anyErrors = false;
|
||||||
final List<String> duplicatedAssetIds = [];
|
final List<String> duplicatedAssetIds = [];
|
||||||
|
|
||||||
for (var entity in assetList) {
|
// DON'T KNOW WHY BUT THIS HELPS BACKGROUND BACKUP TO WORK ON IOS
|
||||||
|
if (Platform.isIOS) {
|
||||||
|
await PhotoManager.requestPermissionExtend();
|
||||||
|
}
|
||||||
|
|
||||||
|
List<AssetEntity> assetsToUpload = sortAssets
|
||||||
|
// Upload images before video assets
|
||||||
|
// these are further sorted by using their creation date
|
||||||
|
? assetList.sorted(
|
||||||
|
(a, b) {
|
||||||
|
final cmp = a.typeInt - b.typeInt;
|
||||||
|
if (cmp != 0) return cmp;
|
||||||
|
return a.createDateTime.compareTo(b.createDateTime);
|
||||||
|
},
|
||||||
|
)
|
||||||
|
: assetList.toList();
|
||||||
|
|
||||||
|
for (var entity in assetsToUpload) {
|
||||||
try {
|
try {
|
||||||
if (entity.type == AssetType.video) {
|
if (entity.type == AssetType.video) {
|
||||||
file = await entity.originFile;
|
file = await entity.originFile;
|
||||||
@@ -248,7 +266,8 @@ class BackupService {
|
|||||||
|
|
||||||
req.fields['deviceAssetId'] = entity.id;
|
req.fields['deviceAssetId'] = entity.id;
|
||||||
req.fields['deviceId'] = deviceId;
|
req.fields['deviceId'] = deviceId;
|
||||||
req.fields['fileCreatedAt'] = entity.createDateTime.toUtc().toIso8601String();
|
req.fields['fileCreatedAt'] =
|
||||||
|
entity.createDateTime.toUtc().toIso8601String();
|
||||||
req.fields['fileModifiedAt'] =
|
req.fields['fileModifiedAt'] =
|
||||||
entity.modifiedDateTime.toUtc().toIso8601String();
|
entity.modifiedDateTime.toUtc().toIso8601String();
|
||||||
req.fields['isFavorite'] = entity.isFavorite.toString();
|
req.fields['isFavorite'] = entity.isFavorite.toString();
|
||||||
|
|||||||
@@ -13,8 +13,9 @@ final favoriteAssetsProvider = StreamProvider<RenderList>((ref) async* {
|
|||||||
final query = ref
|
final query = ref
|
||||||
.watch(dbProvider)
|
.watch(dbProvider)
|
||||||
.assets
|
.assets
|
||||||
|
.where()
|
||||||
|
.ownerIdEqualToAnyChecksum(user.isarId)
|
||||||
.filter()
|
.filter()
|
||||||
.ownerIdEqualTo(user.isarId)
|
|
||||||
.isFavoriteEqualTo(true)
|
.isFavoriteEqualTo(true)
|
||||||
.sortByFileCreatedAt();
|
.sortByFileCreatedAt();
|
||||||
final settings = ref.watch(appSettingsServiceProvider);
|
final settings = ref.watch(appSettingsServiceProvider);
|
||||||
|
|||||||
@@ -142,7 +142,7 @@ class RenderList {
|
|||||||
) async {
|
) async {
|
||||||
final List<RenderAssetGridElement> elements = [];
|
final List<RenderAssetGridElement> elements = [];
|
||||||
|
|
||||||
const pageSize = 500;
|
const pageSize = 50000;
|
||||||
const sectionSize = 60; // divides evenly by 2,3,4,5,6
|
const sectionSize = 60; // divides evenly by 2,3,4,5,6
|
||||||
|
|
||||||
if (groupBy == GroupAssetsBy.none) {
|
if (groupBy == GroupAssetsBy.none) {
|
||||||
|
|||||||
@@ -1,13 +1,12 @@
|
|||||||
import 'package:auto_route/auto_route.dart';
|
import 'package:auto_route/auto_route.dart';
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:flutter/services.dart';
|
import 'package:flutter/services.dart';
|
||||||
import 'package:hooks_riverpod/hooks_riverpod.dart';
|
|
||||||
import 'package:immich_mobile/routing/router.dart';
|
import 'package:immich_mobile/routing/router.dart';
|
||||||
import 'package:immich_mobile/shared/models/asset.dart';
|
import 'package:immich_mobile/shared/models/asset.dart';
|
||||||
import 'package:immich_mobile/shared/ui/immich_image.dart';
|
import 'package:immich_mobile/shared/ui/immich_image.dart';
|
||||||
import 'package:immich_mobile/utils/storage_indicator.dart';
|
import 'package:immich_mobile/utils/storage_indicator.dart';
|
||||||
|
|
||||||
class ThumbnailImage extends HookConsumerWidget {
|
class ThumbnailImage extends StatelessWidget {
|
||||||
final Asset asset;
|
final Asset asset;
|
||||||
final int index;
|
final int index;
|
||||||
final Asset Function(int index) loadAsset;
|
final Asset Function(int index) loadAsset;
|
||||||
@@ -36,7 +35,7 @@ class ThumbnailImage extends HookConsumerWidget {
|
|||||||
}) : super(key: key);
|
}) : super(key: key);
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context, WidgetRef ref) {
|
Widget build(BuildContext context) {
|
||||||
final isDarkTheme = Theme.of(context).brightness == Brightness.dark;
|
final isDarkTheme = Theme.of(context).brightness == Brightness.dark;
|
||||||
final assetContainerColor =
|
final assetContainerColor =
|
||||||
isDarkTheme ? Colors.blueGrey : Theme.of(context).primaryColorLight;
|
isDarkTheme ? Colors.blueGrey : Theme.of(context).primaryColorLight;
|
||||||
@@ -61,8 +60,8 @@ class ThumbnailImage extends HookConsumerWidget {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Widget buildImage(Asset asset) {
|
Widget buildImage() {
|
||||||
var image = SizedBox(
|
final image = SizedBox(
|
||||||
width: 300,
|
width: 300,
|
||||||
height: 300,
|
height: 300,
|
||||||
child: Hero(
|
child: Hero(
|
||||||
@@ -133,7 +132,7 @@ class ThumbnailImage extends HookConsumerWidget {
|
|||||||
)
|
)
|
||||||
: const Border(),
|
: const Border(),
|
||||||
),
|
),
|
||||||
child: buildImage(asset),
|
child: buildImage(),
|
||||||
),
|
),
|
||||||
if (multiselectEnabled)
|
if (multiselectEnabled)
|
||||||
Padding(
|
Padding(
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ class HomePage extends HookConsumerWidget {
|
|||||||
Future(() => ref.read(assetProvider.notifier).getAllAsset());
|
Future(() => ref.read(assetProvider.notifier).getAllAsset());
|
||||||
ref.read(albumProvider.notifier).getAllAlbums();
|
ref.read(albumProvider.notifier).getAllAlbums();
|
||||||
ref.read(sharedAlbumProvider.notifier).getAllSharedAlbums();
|
ref.read(sharedAlbumProvider.notifier).getAllSharedAlbums();
|
||||||
ref.read(serverInfoProvider.notifier).getServerVersion();
|
ref.read(serverInfoProvider.notifier).getServerInfo();
|
||||||
|
|
||||||
selectionEnabledHook.addListener(() {
|
selectionEnabledHook.addListener(() {
|
||||||
multiselectEnabled.state = selectionEnabledHook.value;
|
multiselectEnabled.state = selectionEnabledHook.value;
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
import 'dart:io';
|
||||||
import 'package:auto_route/auto_route.dart';
|
import 'package:auto_route/auto_route.dart';
|
||||||
import 'package:easy_localization/easy_localization.dart';
|
import 'package:easy_localization/easy_localization.dart';
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
@@ -88,6 +89,16 @@ class LoginForm extends HookConsumerWidget {
|
|||||||
isPasswordLoginEnable.value = true;
|
isPasswordLoginEnable.value = true;
|
||||||
isLoadingServer.value = false;
|
isLoadingServer.value = false;
|
||||||
return false;
|
return false;
|
||||||
|
} on HandshakeException {
|
||||||
|
ImmichToast.show(
|
||||||
|
context: context,
|
||||||
|
msg: 'login_form_handshake_exception'.tr(),
|
||||||
|
toastType: ToastType.error,
|
||||||
|
);
|
||||||
|
isOauthEnable.value = false;
|
||||||
|
isPasswordLoginEnable.value = true;
|
||||||
|
isLoadingServer.value = false;
|
||||||
|
return false;
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
ImmichToast.show(
|
ImmichToast.show(
|
||||||
context: context,
|
context: context,
|
||||||
@@ -226,6 +237,7 @@ class LoginForm extends HookConsumerWidget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
buildSelectServer() {
|
buildSelectServer() {
|
||||||
|
const buttonRadius = 25.0;
|
||||||
return Column(
|
return Column(
|
||||||
crossAxisAlignment: CrossAxisAlignment.stretch,
|
crossAxisAlignment: CrossAxisAlignment.stretch,
|
||||||
children: [
|
children: [
|
||||||
@@ -235,24 +247,51 @@ class LoginForm extends HookConsumerWidget {
|
|||||||
onSubmit: getServerLoginCredential,
|
onSubmit: getServerLoginCredential,
|
||||||
),
|
),
|
||||||
const SizedBox(height: 18),
|
const SizedBox(height: 18),
|
||||||
ElevatedButton.icon(
|
Row(
|
||||||
style: ElevatedButton.styleFrom(
|
children: [
|
||||||
padding: const EdgeInsets.symmetric(vertical: 12),
|
Expanded(
|
||||||
),
|
child: ElevatedButton.icon(
|
||||||
onPressed: isLoadingServer.value ? null : getServerLoginCredential,
|
style: ElevatedButton.styleFrom(
|
||||||
icon: const Icon(Icons.arrow_forward_rounded),
|
padding: const EdgeInsets.symmetric(vertical: 12),
|
||||||
label: const Text(
|
shape: const RoundedRectangleBorder(
|
||||||
'login_form_next_button',
|
borderRadius: BorderRadius.only(
|
||||||
style: TextStyle(fontSize: 14, fontWeight: FontWeight.bold),
|
topLeft: Radius.circular(buttonRadius),
|
||||||
).tr(),
|
bottomLeft: Radius.circular(buttonRadius),
|
||||||
),
|
),
|
||||||
if (isLoadingServer.value)
|
),
|
||||||
const Padding(
|
),
|
||||||
padding: EdgeInsets.only(top: 18.0),
|
onPressed: () =>
|
||||||
child: Center(
|
AutoRouter.of(context).push(const SettingsRoute()),
|
||||||
child: CircularProgressIndicator(),
|
icon: const Icon(Icons.settings_rounded),
|
||||||
|
label: const SizedBox.shrink(),
|
||||||
|
),
|
||||||
),
|
),
|
||||||
),
|
const SizedBox(width: 1),
|
||||||
|
Expanded(
|
||||||
|
flex: 3,
|
||||||
|
child: ElevatedButton.icon(
|
||||||
|
style: ElevatedButton.styleFrom(
|
||||||
|
padding: const EdgeInsets.symmetric(vertical: 12),
|
||||||
|
shape: const RoundedRectangleBorder(
|
||||||
|
borderRadius: BorderRadius.only(
|
||||||
|
topRight: Radius.circular(buttonRadius),
|
||||||
|
bottomRight: Radius.circular(buttonRadius),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
onPressed:
|
||||||
|
isLoadingServer.value ? null : getServerLoginCredential,
|
||||||
|
icon: const Icon(Icons.arrow_forward_rounded),
|
||||||
|
label: const Text(
|
||||||
|
'login_form_next_button',
|
||||||
|
style: TextStyle(fontSize: 14, fontWeight: FontWeight.bold),
|
||||||
|
).tr(),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
const SizedBox(height: 18),
|
||||||
|
if (isLoadingServer.value) const LoadingIcon(),
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -285,18 +324,7 @@ class LoginForm extends HookConsumerWidget {
|
|||||||
// Note: This used to have an AnimatedSwitcher, but was removed
|
// Note: This used to have an AnimatedSwitcher, but was removed
|
||||||
// because of https://github.com/flutter/flutter/issues/120874
|
// because of https://github.com/flutter/flutter/issues/120874
|
||||||
isLoading.value
|
isLoading.value
|
||||||
? const Padding(
|
? const LoadingIcon()
|
||||||
padding: EdgeInsets.only(top: 18.0),
|
|
||||||
child: SizedBox(
|
|
||||||
width: 24,
|
|
||||||
height: 24,
|
|
||||||
child: FittedBox(
|
|
||||||
child: CircularProgressIndicator(
|
|
||||||
strokeWidth: 2,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
)
|
|
||||||
: Column(
|
: Column(
|
||||||
crossAxisAlignment: CrossAxisAlignment.stretch,
|
crossAxisAlignment: CrossAxisAlignment.stretch,
|
||||||
mainAxisAlignment: MainAxisAlignment.center,
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
@@ -572,3 +600,23 @@ class OAuthLoginButton extends ConsumerWidget {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
class LoadingIcon extends StatelessWidget {
|
||||||
|
const LoadingIcon({Key? key}) : super(key: key);
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
return const Padding(
|
||||||
|
padding: EdgeInsets.only(top: 18.0),
|
||||||
|
child: SizedBox(
|
||||||
|
width: 24,
|
||||||
|
height: 24,
|
||||||
|
child: FittedBox(
|
||||||
|
child: CircularProgressIndicator(
|
||||||
|
strokeWidth: 2,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:flutter_map/plugin_api.dart';
|
import 'package:flutter_map/plugin_api.dart';
|
||||||
import 'package:hooks_riverpod/hooks_riverpod.dart';
|
import 'package:hooks_riverpod/hooks_riverpod.dart';
|
||||||
|
import 'package:immich_mobile/shared/providers/server_info.provider.dart';
|
||||||
import 'package:immich_mobile/utils/color_filter_generator.dart';
|
import 'package:immich_mobile/utils/color_filter_generator.dart';
|
||||||
import 'package:latlong2/latlong.dart';
|
import 'package:latlong2/latlong.dart';
|
||||||
import 'package:url_launcher/url_launcher.dart';
|
import 'package:url_launcher/url_launcher.dart';
|
||||||
@@ -29,8 +30,9 @@ class MapThumbnail extends HookConsumerWidget {
|
|||||||
@override
|
@override
|
||||||
Widget build(BuildContext context, WidgetRef ref) {
|
Widget build(BuildContext context, WidgetRef ref) {
|
||||||
final tileLayer = TileLayer(
|
final tileLayer = TileLayer(
|
||||||
urlTemplate: "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
|
urlTemplate: ref.watch(
|
||||||
subdomains: const ['a', 'b', 'c'],
|
serverInfoProvider.select((v) => v.serverConfig.mapTileUrl),
|
||||||
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
return SizedBox(
|
return SizedBox(
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ import 'package:immich_mobile/modules/map/ui/map_page_bottom_sheet.dart';
|
|||||||
import 'package:immich_mobile/modules/map/ui/map_page_app_bar.dart';
|
import 'package:immich_mobile/modules/map/ui/map_page_app_bar.dart';
|
||||||
import 'package:immich_mobile/routing/router.dart';
|
import 'package:immich_mobile/routing/router.dart';
|
||||||
import 'package:immich_mobile/shared/models/asset.dart';
|
import 'package:immich_mobile/shared/models/asset.dart';
|
||||||
|
import 'package:immich_mobile/shared/providers/server_info.provider.dart';
|
||||||
import 'package:immich_mobile/shared/ui/immich_loading_indicator.dart';
|
import 'package:immich_mobile/shared/ui/immich_loading_indicator.dart';
|
||||||
import 'package:immich_mobile/shared/ui/immich_toast.dart';
|
import 'package:immich_mobile/shared/ui/immich_toast.dart';
|
||||||
import 'package:immich_mobile/utils/color_filter_generator.dart';
|
import 'package:immich_mobile/utils/color_filter_generator.dart';
|
||||||
@@ -358,8 +359,9 @@ class MapPageState extends ConsumerState<MapPage> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
final tileLayer = TileLayer(
|
final tileLayer = TileLayer(
|
||||||
urlTemplate: "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
|
urlTemplate: ref.watch(
|
||||||
subdomains: const ['a', 'b', 'c'],
|
serverInfoProvider.select((v) => v.serverConfig.mapTileUrl),
|
||||||
|
),
|
||||||
maxNativeZoom: 19,
|
maxNativeZoom: 19,
|
||||||
maxZoom: 19,
|
maxZoom: 19,
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
|
import 'package:flutter_hooks/flutter_hooks.dart';
|
||||||
import 'package:hooks_riverpod/hooks_riverpod.dart';
|
import 'package:hooks_riverpod/hooks_riverpod.dart';
|
||||||
import 'package:immich_mobile/modules/home/ui/asset_grid/immich_asset_grid.dart';
|
import 'package:immich_mobile/modules/home/ui/asset_grid/immich_asset_grid.dart';
|
||||||
import 'package:immich_mobile/shared/models/user.dart';
|
import 'package:immich_mobile/shared/models/user.dart';
|
||||||
@@ -14,6 +15,14 @@ class PartnerDetailPage extends HookConsumerWidget {
|
|||||||
Widget build(BuildContext context, WidgetRef ref) {
|
Widget build(BuildContext context, WidgetRef ref) {
|
||||||
final assets = ref.watch(assetsProvider(partner.isarId));
|
final assets = ref.watch(assetsProvider(partner.isarId));
|
||||||
|
|
||||||
|
useEffect(
|
||||||
|
() {
|
||||||
|
ref.read(assetProvider.notifier).getPartnerAssets(partner);
|
||||||
|
return null;
|
||||||
|
},
|
||||||
|
[],
|
||||||
|
);
|
||||||
|
|
||||||
return Scaffold(
|
return Scaffold(
|
||||||
appBar: AppBar(
|
appBar: AppBar(
|
||||||
title: Text("${partner.firstName} ${partner.lastName}"),
|
title: Text("${partner.firstName} ${partner.lastName}"),
|
||||||
@@ -30,7 +39,8 @@ class PartnerDetailPage extends HookConsumerWidget {
|
|||||||
)
|
)
|
||||||
: ImmichAssetGrid(
|
: ImmichAssetGrid(
|
||||||
renderList: renderList,
|
renderList: renderList,
|
||||||
onRefresh: () => ref.read(assetProvider.notifier).getAllAsset(),
|
onRefresh: () =>
|
||||||
|
ref.read(assetProvider.notifier).getPartnerAssets(partner),
|
||||||
),
|
),
|
||||||
error: (e, _) => Text("Error loading partners:\n$e"),
|
error: (e, _) => Text("Error loading partners:\n$e"),
|
||||||
loading: () => const Center(child: ImmichLoadingIndicator()),
|
loading: () => const Center(child: ImmichLoadingIndicator()),
|
||||||
|
|||||||
@@ -8,15 +8,21 @@ import 'package:immich_mobile/shared/models/store.dart';
|
|||||||
import 'package:latlong2/latlong.dart';
|
import 'package:latlong2/latlong.dart';
|
||||||
|
|
||||||
class CuratedPlacesRow extends CuratedRow {
|
class CuratedPlacesRow extends CuratedRow {
|
||||||
|
final bool isMapEnabled;
|
||||||
|
|
||||||
const CuratedPlacesRow({
|
const CuratedPlacesRow({
|
||||||
super.key,
|
super.key,
|
||||||
required super.content,
|
required super.content,
|
||||||
|
this.isMapEnabled = true,
|
||||||
super.imageSize,
|
super.imageSize,
|
||||||
super.onTap,
|
super.onTap,
|
||||||
});
|
});
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
|
// Calculating the actual index of the content based on the whether map is enabled or not.
|
||||||
|
// If enabled, inject map as the first item in the list (index 0) and so the actual content will start from index 1
|
||||||
|
final int actualContentIndex = isMapEnabled ? 1 : 0;
|
||||||
Widget buildMapThumbnail() {
|
Widget buildMapThumbnail() {
|
||||||
return GestureDetector(
|
return GestureDetector(
|
||||||
onTap: () => AutoRouter.of(context).push(
|
onTap: () => AutoRouter.of(context).push(
|
||||||
@@ -75,6 +81,24 @@ class CuratedPlacesRow extends CuratedRow {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Return empty thumbnail
|
||||||
|
if (!isMapEnabled && content.isEmpty) {
|
||||||
|
return Align(
|
||||||
|
alignment: Alignment.centerLeft,
|
||||||
|
child: Padding(
|
||||||
|
padding: const EdgeInsets.symmetric(horizontal: 16.0),
|
||||||
|
child: SizedBox(
|
||||||
|
width: imageSize,
|
||||||
|
height: imageSize,
|
||||||
|
child: ThumbnailWithInfo(
|
||||||
|
textInfo: '',
|
||||||
|
onTap: () {},
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
return ListView.builder(
|
return ListView.builder(
|
||||||
scrollDirection: Axis.horizontal,
|
scrollDirection: Axis.horizontal,
|
||||||
padding: const EdgeInsets.symmetric(
|
padding: const EdgeInsets.symmetric(
|
||||||
@@ -82,11 +106,10 @@ class CuratedPlacesRow extends CuratedRow {
|
|||||||
),
|
),
|
||||||
itemBuilder: (context, index) {
|
itemBuilder: (context, index) {
|
||||||
// Injecting Map thumbnail as the first element
|
// Injecting Map thumbnail as the first element
|
||||||
if (index == 0) {
|
if (isMapEnabled && index == 0) {
|
||||||
return buildMapThumbnail();
|
return buildMapThumbnail();
|
||||||
}
|
}
|
||||||
// The actual index is 1 less than the virutal index since we inject map into the first position
|
final actualIndex = index - actualContentIndex;
|
||||||
final actualIndex = index - 1;
|
|
||||||
final object = content[actualIndex];
|
final object = content[actualIndex];
|
||||||
final thumbnailRequestUrl =
|
final thumbnailRequestUrl =
|
||||||
'${Store.get(StoreKey.serverEndpoint)}/asset/thumbnail/${object.id}';
|
'${Store.get(StoreKey.serverEndpoint)}/asset/thumbnail/${object.id}';
|
||||||
@@ -103,8 +126,7 @@ class CuratedPlacesRow extends CuratedRow {
|
|||||||
),
|
),
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
// Adding 1 to inject map thumbnail as first element
|
itemCount: content.length + actualContentIndex,
|
||||||
itemCount: content.length + 1,
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ import 'package:immich_mobile/modules/search/ui/person_name_edit_form.dart';
|
|||||||
import 'package:immich_mobile/modules/search/ui/search_row_title.dart';
|
import 'package:immich_mobile/modules/search/ui/search_row_title.dart';
|
||||||
import 'package:immich_mobile/modules/search/ui/search_suggestion_list.dart';
|
import 'package:immich_mobile/modules/search/ui/search_suggestion_list.dart';
|
||||||
import 'package:immich_mobile/routing/router.dart';
|
import 'package:immich_mobile/routing/router.dart';
|
||||||
|
import 'package:immich_mobile/shared/providers/server_info.provider.dart';
|
||||||
import 'package:immich_mobile/shared/ui/immich_loading_indicator.dart';
|
import 'package:immich_mobile/shared/ui/immich_loading_indicator.dart';
|
||||||
|
|
||||||
// ignore: must_be_immutable
|
// ignore: must_be_immutable
|
||||||
@@ -27,6 +28,8 @@ class SearchPage extends HookConsumerWidget {
|
|||||||
final isSearchEnabled = ref.watch(searchPageStateProvider).isSearchEnabled;
|
final isSearchEnabled = ref.watch(searchPageStateProvider).isSearchEnabled;
|
||||||
final curatedLocation = ref.watch(getCuratedLocationProvider);
|
final curatedLocation = ref.watch(getCuratedLocationProvider);
|
||||||
final curatedPeople = ref.watch(getCuratedPeopleProvider);
|
final curatedPeople = ref.watch(getCuratedPeopleProvider);
|
||||||
|
final isMapEnabled =
|
||||||
|
ref.watch(serverInfoProvider.select((v) => v.serverFeatures.map));
|
||||||
var isDarkTheme = Theme.of(context).brightness == Brightness.dark;
|
var isDarkTheme = Theme.of(context).brightness == Brightness.dark;
|
||||||
double imageSize = math.min(MediaQuery.of(context).size.width / 3, 150);
|
double imageSize = math.min(MediaQuery.of(context).size.width / 3, 150);
|
||||||
|
|
||||||
@@ -107,6 +110,7 @@ class SearchPage extends HookConsumerWidget {
|
|||||||
loading: () => const Center(child: ImmichLoadingIndicator()),
|
loading: () => const Center(child: ImmichLoadingIndicator()),
|
||||||
error: (err, stack) => Center(child: Text('Error: $err')),
|
error: (err, stack) => Center(child: Text('Error: $err')),
|
||||||
data: (locations) => CuratedPlacesRow(
|
data: (locations) => CuratedPlacesRow(
|
||||||
|
isMapEnabled: isMapEnabled,
|
||||||
content: locations
|
content: locations
|
||||||
.map(
|
.map(
|
||||||
(o) => CuratedContent(
|
(o) => CuratedContent(
|
||||||
|
|||||||
@@ -49,6 +49,7 @@ enum AppSettingsEnum<T> {
|
|||||||
mapThemeMode<bool>(StoreKey.mapThemeMode, null, false),
|
mapThemeMode<bool>(StoreKey.mapThemeMode, null, false),
|
||||||
mapShowFavoriteOnly<bool>(StoreKey.mapShowFavoriteOnly, null, false),
|
mapShowFavoriteOnly<bool>(StoreKey.mapShowFavoriteOnly, null, false),
|
||||||
mapRelativeDate<int>(StoreKey.mapRelativeDate, null, 0),
|
mapRelativeDate<int>(StoreKey.mapRelativeDate, null, 0),
|
||||||
|
allowSelfSignedSSLCert<bool>(StoreKey.selfSignedCert, null, false),
|
||||||
;
|
;
|
||||||
|
|
||||||
const AppSettingsEnum(this.storeKey, this.hiveKey, this.defaultValue);
|
const AppSettingsEnum(this.storeKey, this.hiveKey, this.defaultValue);
|
||||||
|
|||||||
@@ -1,23 +1,29 @@
|
|||||||
|
import 'dart:io';
|
||||||
import 'package:easy_localization/easy_localization.dart';
|
import 'package:easy_localization/easy_localization.dart';
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:flutter_hooks/flutter_hooks.dart';
|
import 'package:flutter_hooks/flutter_hooks.dart' show useEffect, useState;
|
||||||
|
import 'package:immich_mobile/shared/models/store.dart';
|
||||||
import 'package:hooks_riverpod/hooks_riverpod.dart';
|
import 'package:hooks_riverpod/hooks_riverpod.dart';
|
||||||
import 'package:immich_mobile/modules/settings/providers/app_settings.provider.dart';
|
import 'package:immich_mobile/modules/settings/providers/app_settings.provider.dart';
|
||||||
import 'package:immich_mobile/modules/settings/services/app_settings.service.dart';
|
import 'package:immich_mobile/modules/settings/services/app_settings.service.dart';
|
||||||
import 'package:immich_mobile/modules/settings/ui/settings_switch_list_tile.dart';
|
import 'package:immich_mobile/modules/settings/ui/settings_switch_list_tile.dart';
|
||||||
import 'package:immich_mobile/shared/services/immich_logger.service.dart';
|
import 'package:immich_mobile/shared/services/immich_logger.service.dart';
|
||||||
|
import 'package:immich_mobile/utils/http_ssl_cert_override.dart';
|
||||||
import 'package:logging/logging.dart';
|
import 'package:logging/logging.dart';
|
||||||
|
|
||||||
class AdvancedSettings extends HookConsumerWidget {
|
class AdvancedSettings extends HookConsumerWidget {
|
||||||
const AdvancedSettings({super.key});
|
const AdvancedSettings({super.key});
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context, WidgetRef ref) {
|
Widget build(BuildContext context, WidgetRef ref) {
|
||||||
|
bool isLoggedIn = Store.tryGet(StoreKey.currentUser) != null;
|
||||||
final appSettingService = ref.watch(appSettingsServiceProvider);
|
final appSettingService = ref.watch(appSettingsServiceProvider);
|
||||||
final isEnabled =
|
final isEnabled =
|
||||||
useState(AppSettingsEnum.advancedTroubleshooting.defaultValue);
|
useState(AppSettingsEnum.advancedTroubleshooting.defaultValue);
|
||||||
final levelId = useState(AppSettingsEnum.logLevel.defaultValue);
|
final levelId = useState(AppSettingsEnum.logLevel.defaultValue);
|
||||||
final preferRemote =
|
final preferRemote =
|
||||||
useState(AppSettingsEnum.preferRemoteImage.defaultValue);
|
useState(AppSettingsEnum.preferRemoteImage.defaultValue);
|
||||||
|
final allowSelfSignedSSLCert =
|
||||||
|
useState(AppSettingsEnum.allowSelfSignedSSLCert.defaultValue);
|
||||||
|
|
||||||
useEffect(
|
useEffect(
|
||||||
() {
|
() {
|
||||||
@@ -27,6 +33,8 @@ class AdvancedSettings extends HookConsumerWidget {
|
|||||||
levelId.value = appSettingService.getSetting(AppSettingsEnum.logLevel);
|
levelId.value = appSettingService.getSetting(AppSettingsEnum.logLevel);
|
||||||
preferRemote.value =
|
preferRemote.value =
|
||||||
appSettingService.getSetting(AppSettingsEnum.preferRemoteImage);
|
appSettingService.getSetting(AppSettingsEnum.preferRemoteImage);
|
||||||
|
allowSelfSignedSSLCert.value = appSettingService
|
||||||
|
.getSetting(AppSettingsEnum.allowSelfSignedSSLCert);
|
||||||
return null;
|
return null;
|
||||||
},
|
},
|
||||||
[],
|
[],
|
||||||
@@ -88,6 +96,17 @@ class AdvancedSettings extends HookConsumerWidget {
|
|||||||
title: "advanced_settings_prefer_remote_title".tr(),
|
title: "advanced_settings_prefer_remote_title".tr(),
|
||||||
subtitle: "advanced_settings_prefer_remote_subtitle".tr(),
|
subtitle: "advanced_settings_prefer_remote_subtitle".tr(),
|
||||||
),
|
),
|
||||||
|
SettingsSwitchListTile(
|
||||||
|
enabled: !isLoggedIn,
|
||||||
|
appSettingService: appSettingService,
|
||||||
|
valueNotifier: allowSelfSignedSSLCert,
|
||||||
|
settingsEnum: AppSettingsEnum.allowSelfSignedSSLCert,
|
||||||
|
title: "advanced_settings_self_signed_ssl_title".tr(),
|
||||||
|
subtitle: "advanced_settings_self_signed_ssl_subtitle".tr(),
|
||||||
|
onChanged: (value) {
|
||||||
|
HttpOverrides.global = HttpSSLCertOverride();
|
||||||
|
},
|
||||||
|
),
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ class SettingsSwitchListTile extends StatelessWidget {
|
|||||||
final String title;
|
final String title;
|
||||||
final bool enabled;
|
final bool enabled;
|
||||||
final String? subtitle;
|
final String? subtitle;
|
||||||
|
final Function(bool)? onChanged;
|
||||||
|
|
||||||
SettingsSwitchListTile({
|
SettingsSwitchListTile({
|
||||||
required this.appSettingService,
|
required this.appSettingService,
|
||||||
@@ -16,19 +17,26 @@ class SettingsSwitchListTile extends StatelessWidget {
|
|||||||
required this.title,
|
required this.title,
|
||||||
this.subtitle,
|
this.subtitle,
|
||||||
this.enabled = true,
|
this.enabled = true,
|
||||||
|
this.onChanged,
|
||||||
}) : super(key: Key(settingsEnum.name));
|
}) : super(key: Key(settingsEnum.name));
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return SwitchListTile.adaptive(
|
return SwitchListTile.adaptive(
|
||||||
|
selectedTileColor: enabled ? null : Theme.of(context).disabledColor,
|
||||||
value: valueNotifier.value,
|
value: valueNotifier.value,
|
||||||
onChanged: !enabled
|
onChanged: (bool value) {
|
||||||
? null
|
if (enabled) {
|
||||||
: (value) {
|
valueNotifier.value = value;
|
||||||
valueNotifier.value = value;
|
appSettingService.setSetting(settingsEnum, value);
|
||||||
appSettingService.setSetting(settingsEnum, value);
|
}
|
||||||
},
|
if (onChanged != null) {
|
||||||
activeColor: Theme.of(context).primaryColor,
|
onChanged!(value);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
activeColor: enabled
|
||||||
|
? Theme.of(context).primaryColor
|
||||||
|
: Theme.of(context).disabledColor,
|
||||||
dense: true,
|
dense: true,
|
||||||
title: Text(
|
title: Text(
|
||||||
title,
|
title,
|
||||||
|
|||||||
@@ -125,7 +125,6 @@ part 'router.gr.dart';
|
|||||||
AutoRoute(
|
AutoRoute(
|
||||||
page: SettingsPage,
|
page: SettingsPage,
|
||||||
guards: [
|
guards: [
|
||||||
AuthGuard,
|
|
||||||
DuplicateGuard,
|
DuplicateGuard,
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -550,10 +550,7 @@ class _$AppRouter extends RootStackRouter {
|
|||||||
RouteConfig(
|
RouteConfig(
|
||||||
SettingsRoute.name,
|
SettingsRoute.name,
|
||||||
path: '/settings-page',
|
path: '/settings-page',
|
||||||
guards: [
|
guards: [duplicateGuard],
|
||||||
authGuard,
|
|
||||||
duplicateGuard,
|
|
||||||
],
|
|
||||||
),
|
),
|
||||||
RouteConfig(
|
RouteConfig(
|
||||||
AppLogRoute.name,
|
AppLogRoute.name,
|
||||||
@@ -1351,6 +1348,7 @@ class MemoryRouteArgs {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// generated route for
|
||||||
/// [MapPage]
|
/// [MapPage]
|
||||||
class MapRoute extends PageRouteInfo<void> {
|
class MapRoute extends PageRouteInfo<void> {
|
||||||
const MapRoute()
|
const MapRoute()
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ import 'package:immich_mobile/modules/album/providers/shared_album.provider.dart
|
|||||||
import 'package:immich_mobile/shared/models/store.dart';
|
import 'package:immich_mobile/shared/models/store.dart';
|
||||||
import 'package:immich_mobile/shared/models/user.dart';
|
import 'package:immich_mobile/shared/models/user.dart';
|
||||||
import 'package:immich_mobile/shared/providers/api.provider.dart';
|
import 'package:immich_mobile/shared/providers/api.provider.dart';
|
||||||
|
import 'package:immich_mobile/shared/providers/asset.provider.dart';
|
||||||
import 'package:immich_mobile/shared/providers/server_info.provider.dart';
|
import 'package:immich_mobile/shared/providers/server_info.provider.dart';
|
||||||
|
|
||||||
class TabNavigationObserver extends AutoRouterObserver {
|
class TabNavigationObserver extends AutoRouterObserver {
|
||||||
@@ -42,6 +43,7 @@ class TabNavigationObserver extends AutoRouterObserver {
|
|||||||
|
|
||||||
if (route.name == 'SharingRoute') {
|
if (route.name == 'SharingRoute') {
|
||||||
ref.read(sharedAlbumProvider.notifier).getAllSharedAlbums();
|
ref.read(sharedAlbumProvider.notifier).getAllSharedAlbums();
|
||||||
|
ref.read(assetProvider.notifier).getPartnerAssets();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (route.name == 'LibraryRoute') {
|
if (route.name == 'LibraryRoute') {
|
||||||
@@ -50,6 +52,7 @@ class TabNavigationObserver extends AutoRouterObserver {
|
|||||||
|
|
||||||
if (route.name == 'HomeRoute') {
|
if (route.name == 'HomeRoute') {
|
||||||
ref.invalidate(memoryFutureProvider);
|
ref.invalidate(memoryFutureProvider);
|
||||||
|
Future(() => ref.read(assetProvider.notifier).getAllAsset());
|
||||||
|
|
||||||
// Update user info
|
// Update user info
|
||||||
try {
|
try {
|
||||||
@@ -61,10 +64,10 @@ class TabNavigationObserver extends AutoRouterObserver {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Store.put(StoreKey.currentUser, User.fromDto(userResponseDto));
|
Store.put(StoreKey.currentUser, User.fromDto(userResponseDto));
|
||||||
|
ref.read(serverInfoProvider.notifier).getServerVersion();
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
debugPrint("Error refreshing user info $e");
|
debugPrint("Error refreshing user info $e");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ref.watch(serverInfoProvider.notifier).getServerVersion();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+69
@@ -0,0 +1,69 @@
|
|||||||
|
import 'package:flutter/painting.dart';
|
||||||
|
|
||||||
|
import 'original_image_provider.dart';
|
||||||
|
|
||||||
|
/// [ImageCache] that uses two caches for small and large images
|
||||||
|
/// so that a single large image does not evict all small iamges
|
||||||
|
final class CustomImageCache implements ImageCache {
|
||||||
|
final _small = ImageCache();
|
||||||
|
final _large = ImageCache();
|
||||||
|
|
||||||
|
@override
|
||||||
|
int get maximumSize => _small.maximumSize + _large.maximumSize;
|
||||||
|
|
||||||
|
@override
|
||||||
|
int get maximumSizeBytes => _small.maximumSizeBytes + _large.maximumSizeBytes;
|
||||||
|
|
||||||
|
@override
|
||||||
|
set maximumSize(int value) => _small.maximumSize = value;
|
||||||
|
|
||||||
|
@override
|
||||||
|
set maximumSizeBytes(int value) => _small.maximumSize = value;
|
||||||
|
|
||||||
|
@override
|
||||||
|
void clear() {
|
||||||
|
_small.clear();
|
||||||
|
_large.clear();
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
void clearLiveImages() {
|
||||||
|
_small.clearLiveImages();
|
||||||
|
_large.clearLiveImages();
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
bool containsKey(Object key) =>
|
||||||
|
(key is OriginalImageProvider ? _large : _small).containsKey(key);
|
||||||
|
|
||||||
|
@override
|
||||||
|
int get currentSize => _small.currentSize + _large.currentSize;
|
||||||
|
|
||||||
|
@override
|
||||||
|
int get currentSizeBytes => _small.currentSizeBytes + _large.currentSizeBytes;
|
||||||
|
|
||||||
|
@override
|
||||||
|
bool evict(Object key, {bool includeLive = true}) =>
|
||||||
|
(key is OriginalImageProvider ? _large : _small)
|
||||||
|
.evict(key, includeLive: includeLive);
|
||||||
|
|
||||||
|
@override
|
||||||
|
int get liveImageCount => _small.liveImageCount + _large.liveImageCount;
|
||||||
|
|
||||||
|
@override
|
||||||
|
int get pendingImageCount =>
|
||||||
|
_small.pendingImageCount + _large.pendingImageCount;
|
||||||
|
|
||||||
|
@override
|
||||||
|
ImageStreamCompleter? putIfAbsent(
|
||||||
|
Object key,
|
||||||
|
ImageStreamCompleter Function() loader, {
|
||||||
|
ImageErrorListener? onError,
|
||||||
|
}) =>
|
||||||
|
(key is OriginalImageProvider ? _large : _small)
|
||||||
|
.putIfAbsent(key, loader, onError: onError);
|
||||||
|
|
||||||
|
@override
|
||||||
|
ImageCacheStatus statusForKey(Object key) =>
|
||||||
|
(key is OriginalImageProvider ? _large : _small).statusForKey(key);
|
||||||
|
}
|
||||||
@@ -0,0 +1,73 @@
|
|||||||
|
import 'dart:async';
|
||||||
|
import 'dart:io';
|
||||||
|
import 'dart:ui' as ui;
|
||||||
|
|
||||||
|
import 'package:flutter/foundation.dart';
|
||||||
|
import 'package:flutter/widgets.dart';
|
||||||
|
import 'package:immich_mobile/shared/models/asset.dart';
|
||||||
|
|
||||||
|
/// Loads the original image for local assets
|
||||||
|
@immutable
|
||||||
|
final class OriginalImageProvider extends ImageProvider<OriginalImageProvider> {
|
||||||
|
final Asset asset;
|
||||||
|
|
||||||
|
const OriginalImageProvider(this.asset);
|
||||||
|
|
||||||
|
@override
|
||||||
|
Future<OriginalImageProvider> obtainKey(ImageConfiguration configuration) =>
|
||||||
|
SynchronousFuture<OriginalImageProvider>(this);
|
||||||
|
|
||||||
|
@override
|
||||||
|
ImageStreamCompleter loadImage(
|
||||||
|
OriginalImageProvider key,
|
||||||
|
ImageDecoderCallback decode,
|
||||||
|
) =>
|
||||||
|
MultiFrameImageStreamCompleter(
|
||||||
|
codec: _loadAsync(key, decode),
|
||||||
|
scale: 1.0,
|
||||||
|
informationCollector: () sync* {
|
||||||
|
yield ErrorDescription(asset.fileName);
|
||||||
|
},
|
||||||
|
);
|
||||||
|
|
||||||
|
Future<ui.Codec> _loadAsync(
|
||||||
|
OriginalImageProvider key,
|
||||||
|
ImageDecoderCallback decode,
|
||||||
|
) async {
|
||||||
|
final ui.ImmutableBuffer buffer;
|
||||||
|
if (asset.isImage) {
|
||||||
|
final File? file = await asset.local?.originFile;
|
||||||
|
if (file == null) {
|
||||||
|
throw StateError("Opening file for asset ${asset.fileName} failed");
|
||||||
|
}
|
||||||
|
try {
|
||||||
|
buffer = await ui.ImmutableBuffer.fromFilePath(file.path);
|
||||||
|
} catch (error) {
|
||||||
|
throw StateError("Loading asset ${asset.fileName} failed");
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
final thumbBytes = await asset.local?.thumbnailData;
|
||||||
|
if (thumbBytes == null) {
|
||||||
|
throw StateError("Loading thumb for video ${asset.fileName} failed");
|
||||||
|
}
|
||||||
|
buffer = await ui.ImmutableBuffer.fromUint8List(thumbBytes);
|
||||||
|
}
|
||||||
|
try {
|
||||||
|
final codec = await decode(buffer);
|
||||||
|
debugPrint("Decoded image ${asset.fileName}");
|
||||||
|
return codec;
|
||||||
|
} catch (error) {
|
||||||
|
throw StateError("Decoding asset ${asset.fileName} failed");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
bool operator ==(Object other) {
|
||||||
|
if (other is! OriginalImageProvider) return false;
|
||||||
|
if (identical(this, other)) return true;
|
||||||
|
return asset == other.asset;
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
int get hashCode => asset.hashCode;
|
||||||
|
}
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
import 'package:flutter/widgets.dart';
|
||||||
|
|
||||||
|
import 'custom_image_cache.dart';
|
||||||
|
|
||||||
|
final class ImmichWidgetsBinding extends WidgetsFlutterBinding {
|
||||||
|
@override
|
||||||
|
ImageCache createImageCache() => CustomImageCache();
|
||||||
|
}
|
||||||
@@ -100,12 +100,6 @@ class Asset {
|
|||||||
|
|
||||||
/// stores the raw SHA1 bytes as a base64 String
|
/// stores the raw SHA1 bytes as a base64 String
|
||||||
/// because Isar cannot sort lists of byte arrays
|
/// because Isar cannot sort lists of byte arrays
|
||||||
@Index(
|
|
||||||
unique: true,
|
|
||||||
replace: false,
|
|
||||||
type: IndexType.hash,
|
|
||||||
composite: [CompositeIndex("ownerId")],
|
|
||||||
)
|
|
||||||
String checksum;
|
String checksum;
|
||||||
|
|
||||||
@Index(unique: false, replace: false, type: IndexType.hash)
|
@Index(unique: false, replace: false, type: IndexType.hash)
|
||||||
@@ -114,6 +108,11 @@ class Asset {
|
|||||||
@Index(unique: false, replace: false, type: IndexType.hash)
|
@Index(unique: false, replace: false, type: IndexType.hash)
|
||||||
String? localId;
|
String? localId;
|
||||||
|
|
||||||
|
@Index(
|
||||||
|
unique: true,
|
||||||
|
replace: false,
|
||||||
|
composite: [CompositeIndex("checksum", type: IndexType.hash)],
|
||||||
|
)
|
||||||
int ownerId;
|
int ownerId;
|
||||||
|
|
||||||
DateTime fileCreatedAt;
|
DateTime fileCreatedAt;
|
||||||
@@ -178,6 +177,7 @@ class Asset {
|
|||||||
@override
|
@override
|
||||||
bool operator ==(other) {
|
bool operator ==(other) {
|
||||||
if (other is! Asset) return false;
|
if (other is! Asset) return false;
|
||||||
|
if (identical(this, other)) return true;
|
||||||
return id == other.id &&
|
return id == other.id &&
|
||||||
checksum == other.checksum &&
|
checksum == other.checksum &&
|
||||||
remoteId == other.remoteId &&
|
remoteId == other.remoteId &&
|
||||||
@@ -417,17 +417,17 @@ enum AssetState {
|
|||||||
|
|
||||||
extension AssetsHelper on IsarCollection<Asset> {
|
extension AssetsHelper on IsarCollection<Asset> {
|
||||||
Future<int> deleteAllByRemoteId(Iterable<String> ids) =>
|
Future<int> deleteAllByRemoteId(Iterable<String> ids) =>
|
||||||
ids.isEmpty ? Future.value(0) : _remote(ids).deleteAll();
|
ids.isEmpty ? Future.value(0) : remote(ids).deleteAll();
|
||||||
Future<int> deleteAllByLocalId(Iterable<String> ids) =>
|
Future<int> deleteAllByLocalId(Iterable<String> ids) =>
|
||||||
ids.isEmpty ? Future.value(0) : _local(ids).deleteAll();
|
ids.isEmpty ? Future.value(0) : local(ids).deleteAll();
|
||||||
Future<List<Asset>> getAllByRemoteId(Iterable<String> ids) =>
|
Future<List<Asset>> getAllByRemoteId(Iterable<String> ids) =>
|
||||||
ids.isEmpty ? Future.value([]) : _remote(ids).findAll();
|
ids.isEmpty ? Future.value([]) : remote(ids).findAll();
|
||||||
Future<List<Asset>> getAllByLocalId(Iterable<String> ids) =>
|
Future<List<Asset>> getAllByLocalId(Iterable<String> ids) =>
|
||||||
ids.isEmpty ? Future.value([]) : _local(ids).findAll();
|
ids.isEmpty ? Future.value([]) : local(ids).findAll();
|
||||||
|
|
||||||
QueryBuilder<Asset, Asset, QAfterWhereClause> _remote(Iterable<String> ids) =>
|
QueryBuilder<Asset, Asset, QAfterWhereClause> remote(Iterable<String> ids) =>
|
||||||
where().anyOf(ids, (q, String e) => q.remoteIdEqualTo(e));
|
where().anyOf(ids, (q, String e) => q.remoteIdEqualTo(e));
|
||||||
QueryBuilder<Asset, Asset, QAfterWhereClause> _local(Iterable<String> ids) {
|
QueryBuilder<Asset, Asset, QAfterWhereClause> local(Iterable<String> ids) {
|
||||||
return where().anyOf(ids, (q, String e) => q.localIdEqualTo(e));
|
return where().anyOf(ids, (q, String e) => q.localIdEqualTo(e));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -100,24 +100,6 @@ const AssetSchema = CollectionSchema(
|
|||||||
deserializeProp: _assetDeserializeProp,
|
deserializeProp: _assetDeserializeProp,
|
||||||
idName: r'id',
|
idName: r'id',
|
||||||
indexes: {
|
indexes: {
|
||||||
r'checksum_ownerId': IndexSchema(
|
|
||||||
id: 5611361749756160119,
|
|
||||||
name: r'checksum_ownerId',
|
|
||||||
unique: true,
|
|
||||||
replace: false,
|
|
||||||
properties: [
|
|
||||||
IndexPropertySchema(
|
|
||||||
name: r'checksum',
|
|
||||||
type: IndexType.hash,
|
|
||||||
caseSensitive: true,
|
|
||||||
),
|
|
||||||
IndexPropertySchema(
|
|
||||||
name: r'ownerId',
|
|
||||||
type: IndexType.value,
|
|
||||||
caseSensitive: false,
|
|
||||||
)
|
|
||||||
],
|
|
||||||
),
|
|
||||||
r'remoteId': IndexSchema(
|
r'remoteId': IndexSchema(
|
||||||
id: 6301175856541681032,
|
id: 6301175856541681032,
|
||||||
name: r'remoteId',
|
name: r'remoteId',
|
||||||
@@ -143,6 +125,24 @@ const AssetSchema = CollectionSchema(
|
|||||||
caseSensitive: true,
|
caseSensitive: true,
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
|
),
|
||||||
|
r'ownerId_checksum': IndexSchema(
|
||||||
|
id: -3295822444433175883,
|
||||||
|
name: r'ownerId_checksum',
|
||||||
|
unique: true,
|
||||||
|
replace: false,
|
||||||
|
properties: [
|
||||||
|
IndexPropertySchema(
|
||||||
|
name: r'ownerId',
|
||||||
|
type: IndexType.value,
|
||||||
|
caseSensitive: false,
|
||||||
|
),
|
||||||
|
IndexPropertySchema(
|
||||||
|
name: r'checksum',
|
||||||
|
type: IndexType.hash,
|
||||||
|
caseSensitive: true,
|
||||||
|
)
|
||||||
|
],
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
links: {},
|
links: {},
|
||||||
@@ -302,89 +302,89 @@ void _assetAttach(IsarCollection<dynamic> col, Id id, Asset object) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
extension AssetByIndex on IsarCollection<Asset> {
|
extension AssetByIndex on IsarCollection<Asset> {
|
||||||
Future<Asset?> getByChecksumOwnerId(String checksum, int ownerId) {
|
Future<Asset?> getByOwnerIdChecksum(int ownerId, String checksum) {
|
||||||
return getByIndex(r'checksum_ownerId', [checksum, ownerId]);
|
return getByIndex(r'ownerId_checksum', [ownerId, checksum]);
|
||||||
}
|
}
|
||||||
|
|
||||||
Asset? getByChecksumOwnerIdSync(String checksum, int ownerId) {
|
Asset? getByOwnerIdChecksumSync(int ownerId, String checksum) {
|
||||||
return getByIndexSync(r'checksum_ownerId', [checksum, ownerId]);
|
return getByIndexSync(r'ownerId_checksum', [ownerId, checksum]);
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<bool> deleteByChecksumOwnerId(String checksum, int ownerId) {
|
Future<bool> deleteByOwnerIdChecksum(int ownerId, String checksum) {
|
||||||
return deleteByIndex(r'checksum_ownerId', [checksum, ownerId]);
|
return deleteByIndex(r'ownerId_checksum', [ownerId, checksum]);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool deleteByChecksumOwnerIdSync(String checksum, int ownerId) {
|
bool deleteByOwnerIdChecksumSync(int ownerId, String checksum) {
|
||||||
return deleteByIndexSync(r'checksum_ownerId', [checksum, ownerId]);
|
return deleteByIndexSync(r'ownerId_checksum', [ownerId, checksum]);
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<List<Asset?>> getAllByChecksumOwnerId(
|
Future<List<Asset?>> getAllByOwnerIdChecksum(
|
||||||
List<String> checksumValues, List<int> ownerIdValues) {
|
List<int> ownerIdValues, List<String> checksumValues) {
|
||||||
final len = checksumValues.length;
|
final len = ownerIdValues.length;
|
||||||
assert(ownerIdValues.length == len,
|
assert(checksumValues.length == len,
|
||||||
'All index values must have the same length');
|
'All index values must have the same length');
|
||||||
final values = <List<dynamic>>[];
|
final values = <List<dynamic>>[];
|
||||||
for (var i = 0; i < len; i++) {
|
for (var i = 0; i < len; i++) {
|
||||||
values.add([checksumValues[i], ownerIdValues[i]]);
|
values.add([ownerIdValues[i], checksumValues[i]]);
|
||||||
}
|
}
|
||||||
|
|
||||||
return getAllByIndex(r'checksum_ownerId', values);
|
return getAllByIndex(r'ownerId_checksum', values);
|
||||||
}
|
}
|
||||||
|
|
||||||
List<Asset?> getAllByChecksumOwnerIdSync(
|
List<Asset?> getAllByOwnerIdChecksumSync(
|
||||||
List<String> checksumValues, List<int> ownerIdValues) {
|
List<int> ownerIdValues, List<String> checksumValues) {
|
||||||
final len = checksumValues.length;
|
final len = ownerIdValues.length;
|
||||||
assert(ownerIdValues.length == len,
|
assert(checksumValues.length == len,
|
||||||
'All index values must have the same length');
|
'All index values must have the same length');
|
||||||
final values = <List<dynamic>>[];
|
final values = <List<dynamic>>[];
|
||||||
for (var i = 0; i < len; i++) {
|
for (var i = 0; i < len; i++) {
|
||||||
values.add([checksumValues[i], ownerIdValues[i]]);
|
values.add([ownerIdValues[i], checksumValues[i]]);
|
||||||
}
|
}
|
||||||
|
|
||||||
return getAllByIndexSync(r'checksum_ownerId', values);
|
return getAllByIndexSync(r'ownerId_checksum', values);
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<int> deleteAllByChecksumOwnerId(
|
Future<int> deleteAllByOwnerIdChecksum(
|
||||||
List<String> checksumValues, List<int> ownerIdValues) {
|
List<int> ownerIdValues, List<String> checksumValues) {
|
||||||
final len = checksumValues.length;
|
final len = ownerIdValues.length;
|
||||||
assert(ownerIdValues.length == len,
|
assert(checksumValues.length == len,
|
||||||
'All index values must have the same length');
|
'All index values must have the same length');
|
||||||
final values = <List<dynamic>>[];
|
final values = <List<dynamic>>[];
|
||||||
for (var i = 0; i < len; i++) {
|
for (var i = 0; i < len; i++) {
|
||||||
values.add([checksumValues[i], ownerIdValues[i]]);
|
values.add([ownerIdValues[i], checksumValues[i]]);
|
||||||
}
|
}
|
||||||
|
|
||||||
return deleteAllByIndex(r'checksum_ownerId', values);
|
return deleteAllByIndex(r'ownerId_checksum', values);
|
||||||
}
|
}
|
||||||
|
|
||||||
int deleteAllByChecksumOwnerIdSync(
|
int deleteAllByOwnerIdChecksumSync(
|
||||||
List<String> checksumValues, List<int> ownerIdValues) {
|
List<int> ownerIdValues, List<String> checksumValues) {
|
||||||
final len = checksumValues.length;
|
final len = ownerIdValues.length;
|
||||||
assert(ownerIdValues.length == len,
|
assert(checksumValues.length == len,
|
||||||
'All index values must have the same length');
|
'All index values must have the same length');
|
||||||
final values = <List<dynamic>>[];
|
final values = <List<dynamic>>[];
|
||||||
for (var i = 0; i < len; i++) {
|
for (var i = 0; i < len; i++) {
|
||||||
values.add([checksumValues[i], ownerIdValues[i]]);
|
values.add([ownerIdValues[i], checksumValues[i]]);
|
||||||
}
|
}
|
||||||
|
|
||||||
return deleteAllByIndexSync(r'checksum_ownerId', values);
|
return deleteAllByIndexSync(r'ownerId_checksum', values);
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<Id> putByChecksumOwnerId(Asset object) {
|
Future<Id> putByOwnerIdChecksum(Asset object) {
|
||||||
return putByIndex(r'checksum_ownerId', object);
|
return putByIndex(r'ownerId_checksum', object);
|
||||||
}
|
}
|
||||||
|
|
||||||
Id putByChecksumOwnerIdSync(Asset object, {bool saveLinks = true}) {
|
Id putByOwnerIdChecksumSync(Asset object, {bool saveLinks = true}) {
|
||||||
return putByIndexSync(r'checksum_ownerId', object, saveLinks: saveLinks);
|
return putByIndexSync(r'ownerId_checksum', object, saveLinks: saveLinks);
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<List<Id>> putAllByChecksumOwnerId(List<Asset> objects) {
|
Future<List<Id>> putAllByOwnerIdChecksum(List<Asset> objects) {
|
||||||
return putAllByIndex(r'checksum_ownerId', objects);
|
return putAllByIndex(r'ownerId_checksum', objects);
|
||||||
}
|
}
|
||||||
|
|
||||||
List<Id> putAllByChecksumOwnerIdSync(List<Asset> objects,
|
List<Id> putAllByOwnerIdChecksumSync(List<Asset> objects,
|
||||||
{bool saveLinks = true}) {
|
{bool saveLinks = true}) {
|
||||||
return putAllByIndexSync(r'checksum_ownerId', objects,
|
return putAllByIndexSync(r'ownerId_checksum', objects,
|
||||||
saveLinks: saveLinks);
|
saveLinks: saveLinks);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -463,145 +463,6 @@ extension AssetQueryWhere on QueryBuilder<Asset, Asset, QWhereClause> {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
QueryBuilder<Asset, Asset, QAfterWhereClause> checksumEqualToAnyOwnerId(
|
|
||||||
String checksum) {
|
|
||||||
return QueryBuilder.apply(this, (query) {
|
|
||||||
return query.addWhereClause(IndexWhereClause.equalTo(
|
|
||||||
indexName: r'checksum_ownerId',
|
|
||||||
value: [checksum],
|
|
||||||
));
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
QueryBuilder<Asset, Asset, QAfterWhereClause> checksumNotEqualToAnyOwnerId(
|
|
||||||
String checksum) {
|
|
||||||
return QueryBuilder.apply(this, (query) {
|
|
||||||
if (query.whereSort == Sort.asc) {
|
|
||||||
return query
|
|
||||||
.addWhereClause(IndexWhereClause.between(
|
|
||||||
indexName: r'checksum_ownerId',
|
|
||||||
lower: [],
|
|
||||||
upper: [checksum],
|
|
||||||
includeUpper: false,
|
|
||||||
))
|
|
||||||
.addWhereClause(IndexWhereClause.between(
|
|
||||||
indexName: r'checksum_ownerId',
|
|
||||||
lower: [checksum],
|
|
||||||
includeLower: false,
|
|
||||||
upper: [],
|
|
||||||
));
|
|
||||||
} else {
|
|
||||||
return query
|
|
||||||
.addWhereClause(IndexWhereClause.between(
|
|
||||||
indexName: r'checksum_ownerId',
|
|
||||||
lower: [checksum],
|
|
||||||
includeLower: false,
|
|
||||||
upper: [],
|
|
||||||
))
|
|
||||||
.addWhereClause(IndexWhereClause.between(
|
|
||||||
indexName: r'checksum_ownerId',
|
|
||||||
lower: [],
|
|
||||||
upper: [checksum],
|
|
||||||
includeUpper: false,
|
|
||||||
));
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
QueryBuilder<Asset, Asset, QAfterWhereClause> checksumOwnerIdEqualTo(
|
|
||||||
String checksum, int ownerId) {
|
|
||||||
return QueryBuilder.apply(this, (query) {
|
|
||||||
return query.addWhereClause(IndexWhereClause.equalTo(
|
|
||||||
indexName: r'checksum_ownerId',
|
|
||||||
value: [checksum, ownerId],
|
|
||||||
));
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
QueryBuilder<Asset, Asset, QAfterWhereClause>
|
|
||||||
checksumEqualToOwnerIdNotEqualTo(String checksum, int ownerId) {
|
|
||||||
return QueryBuilder.apply(this, (query) {
|
|
||||||
if (query.whereSort == Sort.asc) {
|
|
||||||
return query
|
|
||||||
.addWhereClause(IndexWhereClause.between(
|
|
||||||
indexName: r'checksum_ownerId',
|
|
||||||
lower: [checksum],
|
|
||||||
upper: [checksum, ownerId],
|
|
||||||
includeUpper: false,
|
|
||||||
))
|
|
||||||
.addWhereClause(IndexWhereClause.between(
|
|
||||||
indexName: r'checksum_ownerId',
|
|
||||||
lower: [checksum, ownerId],
|
|
||||||
includeLower: false,
|
|
||||||
upper: [checksum],
|
|
||||||
));
|
|
||||||
} else {
|
|
||||||
return query
|
|
||||||
.addWhereClause(IndexWhereClause.between(
|
|
||||||
indexName: r'checksum_ownerId',
|
|
||||||
lower: [checksum, ownerId],
|
|
||||||
includeLower: false,
|
|
||||||
upper: [checksum],
|
|
||||||
))
|
|
||||||
.addWhereClause(IndexWhereClause.between(
|
|
||||||
indexName: r'checksum_ownerId',
|
|
||||||
lower: [checksum],
|
|
||||||
upper: [checksum, ownerId],
|
|
||||||
includeUpper: false,
|
|
||||||
));
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
QueryBuilder<Asset, Asset, QAfterWhereClause>
|
|
||||||
checksumEqualToOwnerIdGreaterThan(
|
|
||||||
String checksum,
|
|
||||||
int ownerId, {
|
|
||||||
bool include = false,
|
|
||||||
}) {
|
|
||||||
return QueryBuilder.apply(this, (query) {
|
|
||||||
return query.addWhereClause(IndexWhereClause.between(
|
|
||||||
indexName: r'checksum_ownerId',
|
|
||||||
lower: [checksum, ownerId],
|
|
||||||
includeLower: include,
|
|
||||||
upper: [checksum],
|
|
||||||
));
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
QueryBuilder<Asset, Asset, QAfterWhereClause> checksumEqualToOwnerIdLessThan(
|
|
||||||
String checksum,
|
|
||||||
int ownerId, {
|
|
||||||
bool include = false,
|
|
||||||
}) {
|
|
||||||
return QueryBuilder.apply(this, (query) {
|
|
||||||
return query.addWhereClause(IndexWhereClause.between(
|
|
||||||
indexName: r'checksum_ownerId',
|
|
||||||
lower: [checksum],
|
|
||||||
upper: [checksum, ownerId],
|
|
||||||
includeUpper: include,
|
|
||||||
));
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
QueryBuilder<Asset, Asset, QAfterWhereClause> checksumEqualToOwnerIdBetween(
|
|
||||||
String checksum,
|
|
||||||
int lowerOwnerId,
|
|
||||||
int upperOwnerId, {
|
|
||||||
bool includeLower = true,
|
|
||||||
bool includeUpper = true,
|
|
||||||
}) {
|
|
||||||
return QueryBuilder.apply(this, (query) {
|
|
||||||
return query.addWhereClause(IndexWhereClause.between(
|
|
||||||
indexName: r'checksum_ownerId',
|
|
||||||
lower: [checksum, lowerOwnerId],
|
|
||||||
includeLower: includeLower,
|
|
||||||
upper: [checksum, upperOwnerId],
|
|
||||||
includeUpper: includeUpper,
|
|
||||||
));
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
QueryBuilder<Asset, Asset, QAfterWhereClause> remoteIdIsNull() {
|
QueryBuilder<Asset, Asset, QAfterWhereClause> remoteIdIsNull() {
|
||||||
return QueryBuilder.apply(this, (query) {
|
return QueryBuilder.apply(this, (query) {
|
||||||
return query.addWhereClause(IndexWhereClause.equalTo(
|
return query.addWhereClause(IndexWhereClause.equalTo(
|
||||||
@@ -731,6 +592,141 @@ extension AssetQueryWhere on QueryBuilder<Asset, Asset, QWhereClause> {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QueryBuilder<Asset, Asset, QAfterWhereClause> ownerIdEqualToAnyChecksum(
|
||||||
|
int ownerId) {
|
||||||
|
return QueryBuilder.apply(this, (query) {
|
||||||
|
return query.addWhereClause(IndexWhereClause.equalTo(
|
||||||
|
indexName: r'ownerId_checksum',
|
||||||
|
value: [ownerId],
|
||||||
|
));
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
QueryBuilder<Asset, Asset, QAfterWhereClause> ownerIdNotEqualToAnyChecksum(
|
||||||
|
int ownerId) {
|
||||||
|
return QueryBuilder.apply(this, (query) {
|
||||||
|
if (query.whereSort == Sort.asc) {
|
||||||
|
return query
|
||||||
|
.addWhereClause(IndexWhereClause.between(
|
||||||
|
indexName: r'ownerId_checksum',
|
||||||
|
lower: [],
|
||||||
|
upper: [ownerId],
|
||||||
|
includeUpper: false,
|
||||||
|
))
|
||||||
|
.addWhereClause(IndexWhereClause.between(
|
||||||
|
indexName: r'ownerId_checksum',
|
||||||
|
lower: [ownerId],
|
||||||
|
includeLower: false,
|
||||||
|
upper: [],
|
||||||
|
));
|
||||||
|
} else {
|
||||||
|
return query
|
||||||
|
.addWhereClause(IndexWhereClause.between(
|
||||||
|
indexName: r'ownerId_checksum',
|
||||||
|
lower: [ownerId],
|
||||||
|
includeLower: false,
|
||||||
|
upper: [],
|
||||||
|
))
|
||||||
|
.addWhereClause(IndexWhereClause.between(
|
||||||
|
indexName: r'ownerId_checksum',
|
||||||
|
lower: [],
|
||||||
|
upper: [ownerId],
|
||||||
|
includeUpper: false,
|
||||||
|
));
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
QueryBuilder<Asset, Asset, QAfterWhereClause> ownerIdGreaterThanAnyChecksum(
|
||||||
|
int ownerId, {
|
||||||
|
bool include = false,
|
||||||
|
}) {
|
||||||
|
return QueryBuilder.apply(this, (query) {
|
||||||
|
return query.addWhereClause(IndexWhereClause.between(
|
||||||
|
indexName: r'ownerId_checksum',
|
||||||
|
lower: [ownerId],
|
||||||
|
includeLower: include,
|
||||||
|
upper: [],
|
||||||
|
));
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
QueryBuilder<Asset, Asset, QAfterWhereClause> ownerIdLessThanAnyChecksum(
|
||||||
|
int ownerId, {
|
||||||
|
bool include = false,
|
||||||
|
}) {
|
||||||
|
return QueryBuilder.apply(this, (query) {
|
||||||
|
return query.addWhereClause(IndexWhereClause.between(
|
||||||
|
indexName: r'ownerId_checksum',
|
||||||
|
lower: [],
|
||||||
|
upper: [ownerId],
|
||||||
|
includeUpper: include,
|
||||||
|
));
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
QueryBuilder<Asset, Asset, QAfterWhereClause> ownerIdBetweenAnyChecksum(
|
||||||
|
int lowerOwnerId,
|
||||||
|
int upperOwnerId, {
|
||||||
|
bool includeLower = true,
|
||||||
|
bool includeUpper = true,
|
||||||
|
}) {
|
||||||
|
return QueryBuilder.apply(this, (query) {
|
||||||
|
return query.addWhereClause(IndexWhereClause.between(
|
||||||
|
indexName: r'ownerId_checksum',
|
||||||
|
lower: [lowerOwnerId],
|
||||||
|
includeLower: includeLower,
|
||||||
|
upper: [upperOwnerId],
|
||||||
|
includeUpper: includeUpper,
|
||||||
|
));
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
QueryBuilder<Asset, Asset, QAfterWhereClause> ownerIdChecksumEqualTo(
|
||||||
|
int ownerId, String checksum) {
|
||||||
|
return QueryBuilder.apply(this, (query) {
|
||||||
|
return query.addWhereClause(IndexWhereClause.equalTo(
|
||||||
|
indexName: r'ownerId_checksum',
|
||||||
|
value: [ownerId, checksum],
|
||||||
|
));
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
QueryBuilder<Asset, Asset, QAfterWhereClause>
|
||||||
|
ownerIdEqualToChecksumNotEqualTo(int ownerId, String checksum) {
|
||||||
|
return QueryBuilder.apply(this, (query) {
|
||||||
|
if (query.whereSort == Sort.asc) {
|
||||||
|
return query
|
||||||
|
.addWhereClause(IndexWhereClause.between(
|
||||||
|
indexName: r'ownerId_checksum',
|
||||||
|
lower: [ownerId],
|
||||||
|
upper: [ownerId, checksum],
|
||||||
|
includeUpper: false,
|
||||||
|
))
|
||||||
|
.addWhereClause(IndexWhereClause.between(
|
||||||
|
indexName: r'ownerId_checksum',
|
||||||
|
lower: [ownerId, checksum],
|
||||||
|
includeLower: false,
|
||||||
|
upper: [ownerId],
|
||||||
|
));
|
||||||
|
} else {
|
||||||
|
return query
|
||||||
|
.addWhereClause(IndexWhereClause.between(
|
||||||
|
indexName: r'ownerId_checksum',
|
||||||
|
lower: [ownerId, checksum],
|
||||||
|
includeLower: false,
|
||||||
|
upper: [ownerId],
|
||||||
|
))
|
||||||
|
.addWhereClause(IndexWhereClause.between(
|
||||||
|
indexName: r'ownerId_checksum',
|
||||||
|
lower: [ownerId],
|
||||||
|
upper: [ownerId, checksum],
|
||||||
|
includeUpper: false,
|
||||||
|
));
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
extension AssetQueryFilter on QueryBuilder<Asset, Asset, QFilterCondition> {
|
extension AssetQueryFilter on QueryBuilder<Asset, Asset, QFilterCondition> {
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user