mirror of
https://github.com/immich-app/immich.git
synced 2026-07-02 11:00:32 -07:00
Compare commits
58 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 698b96d597 | |||
| 4099fa6b4a | |||
| 9751530af8 | |||
| 0931a19c5c | |||
| 08b2e2c0b5 | |||
| e5b50a55a4 | |||
| 9d6c219276 | |||
| f29f86542c | |||
| 5165cf1d2f | |||
| f4c8459484 | |||
| 22ec449e43 | |||
| 0b1019c344 | |||
| 06f3b4f259 | |||
| 99f94a363d | |||
| c3092b1c2c | |||
| 0656e7e231 | |||
| 1692b81b7c | |||
| ff2028c4c8 | |||
| f22836e1bf | |||
| 7dd02ffbad | |||
| e51c4cb355 | |||
| d4102c0489 | |||
| 30a73c1105 | |||
| ec7c0f9ec8 | |||
| a5198e23a8 | |||
| 51f2905fcc | |||
| 3b7d75c18a | |||
| c484bd99b6 | |||
| c0bf5a4c56 | |||
| d9d50d2848 | |||
| c7453a67fd | |||
| e918e3a313 | |||
| dc7d57ff9a | |||
| b24a617142 | |||
| 62b00a1f26 | |||
| 95fc5e9682 | |||
| 38920fc4ca | |||
| 3abeb4df92 | |||
| 805bb84877 | |||
| a719552243 | |||
| 9a5e7a8e47 | |||
| 62c6bb27e3 | |||
| f3cb3cf98d | |||
| c35abb2f66 | |||
| 793487e52c | |||
| 769c4015d3 | |||
| c07cbe7ca8 | |||
| 6d73bf4e36 | |||
| 735f52a321 | |||
| 53fe26593c | |||
| 40cffcd414 | |||
| 48861b085e | |||
| 09d0380804 | |||
| 83091d2834 | |||
| 9a3071ae5c | |||
| 7ef2de6b53 | |||
| cbe34d7931 | |||
| 06c8d5a183 |
@@ -103,7 +103,7 @@ jobs:
|
|||||||
working-directory: ./mobile
|
working-directory: ./mobile
|
||||||
run: printf "%s" $KEY_JKS | base64 -d > android/key.jks
|
run: printf "%s" $KEY_JKS | base64 -d > android/key.jks
|
||||||
|
|
||||||
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
|
- uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0
|
||||||
with:
|
with:
|
||||||
distribution: 'zulu'
|
distribution: 'zulu'
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
|
|||||||
@@ -25,11 +25,12 @@ jobs:
|
|||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
- name: Check for breaking API changes
|
- name: Check for breaking API changes
|
||||||
uses: oasdiff/oasdiff-action/breaking@3530478ec30f84adedbfeb28f0d9527a290f50a9 # v0.0.57
|
uses: oasdiff/oasdiff-action/breaking@e24529087d93f837b28b50bb66ba9016380a7fcc # v0.1.2
|
||||||
with:
|
with:
|
||||||
base: https://raw.githubusercontent.com/${{ github.repository }}/main/open-api/immich-openapi-specs.json
|
base: https://raw.githubusercontent.com/${{ github.repository }}/main/open-api/immich-openapi-specs.json
|
||||||
revision: open-api/immich-openapi-specs.json
|
revision: open-api/immich-openapi-specs.json
|
||||||
fail-on: ERR
|
fail-on: ERR
|
||||||
|
review: false
|
||||||
|
|
||||||
check-mobile-patches:
|
check-mobile-patches:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
@@ -45,6 +45,8 @@ jobs:
|
|||||||
- 'server/**'
|
- 'server/**'
|
||||||
- 'pnpm-lock.yaml'
|
- 'pnpm-lock.yaml'
|
||||||
- 'mise.toml'
|
- 'mise.toml'
|
||||||
|
- 'packages/plugin-core/**'
|
||||||
|
- 'packages/plugin-sdk/**'
|
||||||
cli:
|
cli:
|
||||||
- 'packages/cli/**'
|
- 'packages/cli/**'
|
||||||
- 'packages/sdk/**'
|
- 'packages/sdk/**'
|
||||||
@@ -406,7 +408,7 @@ jobs:
|
|||||||
token: ${{ steps.token.outputs.token }}
|
token: ${{ steps.token.outputs.token }}
|
||||||
|
|
||||||
- name: Setup pnpm
|
- name: Setup pnpm
|
||||||
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
|
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
|
||||||
|
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
|
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
|
||||||
@@ -483,7 +485,7 @@ jobs:
|
|||||||
token: ${{ steps.token.outputs.token }}
|
token: ${{ steps.token.outputs.token }}
|
||||||
|
|
||||||
- name: Setup pnpm
|
- name: Setup pnpm
|
||||||
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
|
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
|
||||||
|
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
|
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
|
||||||
|
|||||||
@@ -85,7 +85,7 @@ services:
|
|||||||
container_name: immich_prometheus
|
container_name: immich_prometheus
|
||||||
ports:
|
ports:
|
||||||
- 9090:9090
|
- 9090:9090
|
||||||
image: prom/prometheus@sha256:69f5241418838263316593f7274a304b095c40bcf22e57272865da91bd60a8ac
|
image: prom/prometheus@sha256:a75c5a35bc21d7afe69551eefa3cb1e1fb1775fe759408007a66b54ec3de1f29
|
||||||
volumes:
|
volumes:
|
||||||
- ./prometheus.yml:/etc/prometheus/prometheus.yml
|
- ./prometheus.yml:/etc/prometheus/prometheus.yml
|
||||||
- prometheus-data:/prometheus
|
- prometheus-data:/prometheus
|
||||||
|
|||||||
@@ -15,14 +15,14 @@ When using "Deduplicate All" or viewing suggestions, Immich automatically presel
|
|||||||
|
|
||||||
### Synchronizing metadata
|
### Synchronizing metadata
|
||||||
|
|
||||||
When resolving duplicates, metadata from trashed assets is automatically synchronized to the kept assets. The following metadata is synchronized:
|
When resolving duplicates, metadata from trashed assets is automatically synchronized to the kept asset. This synchronization only happens when **exactly one** asset is kept and at least one asset is trashed. When more than one asset is kept, metadata is not merged — the assets keep their own metadata and are simply removed from the duplicate group. The following metadata is synchronized:
|
||||||
|
|
||||||
| Name | Description |
|
| Name | Description |
|
||||||
| ----------- | ------------------------------------------------------------------------------------------------------------------------------- |
|
| ----------- | ------------------------------------------------------------------------------------------------------------------------------ |
|
||||||
| Album | The kept assets will be added to _every_ album that the other assets in the group belong to. |
|
| Album | The kept asset will be added to _every_ album that the other assets in the group belong to. |
|
||||||
| Favorite | If any of the assets in the group have been added to favorites, every kept asset will also be added to favorites. |
|
| Favorite | If any of the assets in the group have been added to favorites, the kept asset will also be added to favorites. |
|
||||||
| Rating | If one or more assets in the duplicate group have a rating, the highest rating is selected and synchronized to the kept assets. |
|
| Rating | If one or more assets in the duplicate group have a rating, the highest rating is selected and synchronized to the kept asset. |
|
||||||
| Description | Descriptions from each asset are combined together and synchronized to all the kept assets. |
|
| Description | Descriptions from each asset are combined together and synchronized to the kept asset. |
|
||||||
| Visibility | The most restrictive visibility is applied to the kept assets. |
|
| Visibility | The most restrictive visibility is applied to the kept asset. |
|
||||||
| Location | Latitude and longitude are copied if all assets with geolocation data in the group share the same coordinates. |
|
| Location | Latitude and longitude are copied if all assets with geolocation data in the group share the same coordinates. |
|
||||||
| Tag | Tags from all assets in the group are merged and applied to every kept asset. |
|
| Tag | Tags from all assets in the group are merged and applied to the kept asset. |
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
# @generated - this file is auto-generated by `mise lock` https://mise.en.dev/dev-tools/mise-lock.html
|
# @generated - this file is auto-generated by `mise lock` https://mise.en.dev/dev-tools/mise-lock.html
|
||||||
|
|
||||||
[[tools.wrangler]]
|
[[tools.wrangler]]
|
||||||
version = "4.98.0"
|
version = "4.100.0"
|
||||||
backend = "npm:wrangler"
|
backend = "npm:wrangler"
|
||||||
|
|
||||||
[tools.wrangler.options]
|
[tools.wrangler.options]
|
||||||
|
|||||||
+1
-1
@@ -28,4 +28,4 @@ run = "prettier --write ."
|
|||||||
run = "wrangler pages deploy build --project-name=${PROJECT_NAME} --branch=${BRANCH_NAME}"
|
run = "wrangler pages deploy build --project-name=${PROJECT_NAME} --branch=${BRANCH_NAME}"
|
||||||
|
|
||||||
[tools]
|
[tools]
|
||||||
wrangler = "4.98.0"
|
wrangler = "4.100.0"
|
||||||
|
|||||||
Vendored
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"label": "v3.0.0-rc.1",
|
"label": "v3.0.0-rc.2",
|
||||||
"url": "https://docs.v3.0.0-rc.1.archive.immich.app"
|
"url": "https://docs.v3.0.0-rc.2.archive.immich.app"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "v2.7.5",
|
"label": "v2.7.5",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "immich-e2e",
|
"name": "immich-e2e",
|
||||||
"version": "3.0.0-rc.1",
|
"version": "3.0.0-rc.2",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
+35
-4
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"about": "حول",
|
"about": "حول",
|
||||||
"account": "حساب",
|
"account": "الحساب",
|
||||||
"account_settings": "إعدادات الحساب",
|
"account_settings": "إعدادات الحساب",
|
||||||
"acknowledge": "أُدرك ذلك",
|
"acknowledge": "أُدرك ذلك",
|
||||||
"action": "إجراء",
|
"action": "الإجراء",
|
||||||
"action_common_update": "تحديث",
|
"action_common_update": "تحديث",
|
||||||
"action_description": "مجموعة إجراءات لتنفيذها على المحتويات المصفاة",
|
"action_description": "مجموعة إجراءات لتنفيذها على المحتويات المصفاة",
|
||||||
"actions": "عمليات",
|
"actions": "عمليات",
|
||||||
@@ -189,13 +189,25 @@
|
|||||||
"machine_learning_smart_search_enabled": "تفعيل البحث الذكي",
|
"machine_learning_smart_search_enabled": "تفعيل البحث الذكي",
|
||||||
"machine_learning_smart_search_enabled_description": "إذا تم تعطيله، فلن يتم ترميز الصور للبحث الذكي.",
|
"machine_learning_smart_search_enabled_description": "إذا تم تعطيله، فلن يتم ترميز الصور للبحث الذكي.",
|
||||||
"machine_learning_url_description": "عنوان URL لخادم التعلم الآلي. إذا تم توفير أكثر من عنوان URL واحد، سيتم محاولة الاتصال بكل خادم على حدة حتى يستجيب أحدهم بنجاح، بدءًا من الأول إلى الأخير. سيتم تجاهل الخوادم التي لا تستجيب مؤقتًا حتى تعود للعمل.",
|
"machine_learning_url_description": "عنوان URL لخادم التعلم الآلي. إذا تم توفير أكثر من عنوان URL واحد، سيتم محاولة الاتصال بكل خادم على حدة حتى يستجيب أحدهم بنجاح، بدءًا من الأول إلى الأخير. سيتم تجاهل الخوادم التي لا تستجيب مؤقتًا حتى تعود للعمل.",
|
||||||
|
"maintenance_backup_management": "إدارة النسخ الاحتياطي",
|
||||||
"maintenance_delete_backup": "حذف النسخ الاحتياطي",
|
"maintenance_delete_backup": "حذف النسخ الاحتياطي",
|
||||||
"maintenance_delete_backup_description": "هذا الملف سيتم حذفه بشكل لا رجعه فيه.",
|
"maintenance_delete_backup_description": "هذا الملف سيتم حذفه بشكل لا رجعه فيه.",
|
||||||
"maintenance_delete_error": "فشل حذف النسخ الاحتياطي.",
|
"maintenance_delete_error": "فشل حذف النسخ الاحتياطي.",
|
||||||
|
"maintenance_integrity_check": "تحقق",
|
||||||
"maintenance_integrity_check_all": "تحديد الكل",
|
"maintenance_integrity_check_all": "تحديد الكل",
|
||||||
"maintenance_integrity_checksum_mismatch": "عدم تطابق رمز التحقق",
|
"maintenance_integrity_checksum_mismatch": "عدم تطابق رمز التحقق",
|
||||||
|
"maintenance_integrity_checksum_mismatch_description": "الملفات التي لا يتطابق المجموع التدقيقي لها على القرص مع المجموع التدقيقي المخزن في قاعدة بيانات Immich.",
|
||||||
|
"maintenance_integrity_checksum_mismatch_job": "التحقق من عدم تطابق المجموع التدقيقي",
|
||||||
|
"maintenance_integrity_checksum_mismatch_refresh_job": "تحديث تقارير عدم تطابق المجموع التدقيقي",
|
||||||
"maintenance_integrity_missing_file": "الملفات المفقودة",
|
"maintenance_integrity_missing_file": "الملفات المفقودة",
|
||||||
|
"maintenance_integrity_missing_file_description": "الملفات التي يتتبعها Immich في قاعدة بياناته ولكنها غير موجودة في نظام الملفات.",
|
||||||
"maintenance_integrity_missing_file_job": "التحقق من الملفات المفقودة",
|
"maintenance_integrity_missing_file_job": "التحقق من الملفات المفقودة",
|
||||||
|
"maintenance_integrity_missing_file_refresh_job": "تحديث تقارير الملفات المفقودة",
|
||||||
|
"maintenance_integrity_report": "تقرير السلامة",
|
||||||
|
"maintenance_integrity_untracked_file": "الملفات غير المتتبعة",
|
||||||
|
"maintenance_integrity_untracked_file_description": "الملفات الموجودة في مجلدات Immich بدون وجود سجلات لها.",
|
||||||
|
"maintenance_integrity_untracked_file_job": "التحقق من الملفات غير المتتبعة",
|
||||||
|
"maintenance_integrity_untracked_file_refresh_job": "تحديث تقارير الملفات غير المتتبعة",
|
||||||
"maintenance_restore_backup": "استعادة النسخ الاحتياطي",
|
"maintenance_restore_backup": "استعادة النسخ الاحتياطي",
|
||||||
"maintenance_restore_backup_description": "سيتم مسح بيانات Immich واستعادتها من النسخة الاحتياطي المختار. سيتم إنشاء نسخة احتياطية قبل المتابعة.",
|
"maintenance_restore_backup_description": "سيتم مسح بيانات Immich واستعادتها من النسخة الاحتياطي المختار. سيتم إنشاء نسخة احتياطية قبل المتابعة.",
|
||||||
"maintenance_restore_backup_different_version": "هذا النسخ الاحتياطي تم انشائه باستخدام اصدار مختلف من Immich!",
|
"maintenance_restore_backup_different_version": "هذا النسخ الاحتياطي تم انشائه باستخدام اصدار مختلف من Immich!",
|
||||||
@@ -575,6 +587,7 @@
|
|||||||
"asset_added_to_album": "تمت إضافته إلى الألبوم",
|
"asset_added_to_album": "تمت إضافته إلى الألبوم",
|
||||||
"asset_adding_to_album": "جارٍ الإضافة إلى الألبوم…",
|
"asset_adding_to_album": "جارٍ الإضافة إلى الألبوم…",
|
||||||
"asset_created": "انشئ اصل",
|
"asset_created": "انشئ اصل",
|
||||||
|
"asset_day_count": "{date}: {count, plural, zero {لا توجد ملفات} one {ملف واحد} two {ملفان} few {# ملفات} many {# ملفًا} other {# ملف}}",
|
||||||
"asset_description_updated": "تم تحديث وصف المحتوى",
|
"asset_description_updated": "تم تحديث وصف المحتوى",
|
||||||
"asset_filename_is_offline": "الأصل {filename} غير متصل",
|
"asset_filename_is_offline": "الأصل {filename} غير متصل",
|
||||||
"asset_has_unassigned_faces": "يحتوي الأصل على وجوه غير مخصصة",
|
"asset_has_unassigned_faces": "يحتوي الأصل على وجوه غير مخصصة",
|
||||||
@@ -704,6 +717,7 @@
|
|||||||
"backup_settings_subtitle": "إدارة إعدادات التحميل",
|
"backup_settings_subtitle": "إدارة إعدادات التحميل",
|
||||||
"backup_upload_details_page_more_details": "اضغط لتفاصيل اضافية",
|
"backup_upload_details_page_more_details": "اضغط لتفاصيل اضافية",
|
||||||
"backward": "الى الوراء",
|
"backward": "الى الوراء",
|
||||||
|
"battery_optimization_backup_reliability": "إيقاف تحسين البطارية يزيد من استقرار النسخ الاحتياطي في الخلفية",
|
||||||
"biometric_auth_enabled": "المصادقة البايومترية مفعله",
|
"biometric_auth_enabled": "المصادقة البايومترية مفعله",
|
||||||
"biometric_locked_out": "لقد قفلت عنك المصادقة البيومترية",
|
"biometric_locked_out": "لقد قفلت عنك المصادقة البيومترية",
|
||||||
"biometric_no_options": "لا توجد خيارات بايومترية متوفرة",
|
"biometric_no_options": "لا توجد خيارات بايومترية متوفرة",
|
||||||
@@ -918,6 +932,8 @@
|
|||||||
"deduplicate_all": "إلغاء تكرار الكل",
|
"deduplicate_all": "إلغاء تكرار الكل",
|
||||||
"default_locale": "الإعدادات المحلية الافتراضية",
|
"default_locale": "الإعدادات المحلية الافتراضية",
|
||||||
"default_locale_description": "تنسيق التواريخ والأرقام بناءً على الإعدادات المحلية للمتصفح",
|
"default_locale_description": "تنسيق التواريخ والأرقام بناءً على الإعدادات المحلية للمتصفح",
|
||||||
|
"default_quality_subtitle": "الجودة المستخدمة عند الضغط على \"مشاركة\". اضغط مطولاً على زر المشاركة لاختيار الجودة في كل مرة.",
|
||||||
|
"default_share_quality": "جودة المشاركة الافتراضية",
|
||||||
"delete": "حذف",
|
"delete": "حذف",
|
||||||
"delete_action_confirmation_message": "هل انت متأكد من حذف هذا الملف؟ هذا سؤدي الى نقل الملف الى سلة مهملات الخادم وسيتم اشعارك ان كنت تريد حذفه على الجهاز",
|
"delete_action_confirmation_message": "هل انت متأكد من حذف هذا الملف؟ هذا سؤدي الى نقل الملف الى سلة مهملات الخادم وسيتم اشعارك ان كنت تريد حذفه على الجهاز",
|
||||||
"delete_action_prompt": "تم حذف {count}",
|
"delete_action_prompt": "تم حذف {count}",
|
||||||
@@ -1227,6 +1243,7 @@
|
|||||||
"failed": "فشل",
|
"failed": "فشل",
|
||||||
"failed_count": "فشل: {count}",
|
"failed_count": "فشل: {count}",
|
||||||
"failed_to_authenticate": "فشل في المصادقة",
|
"failed_to_authenticate": "فشل في المصادقة",
|
||||||
|
"failed_to_delete_file": "فشل حذف الملف",
|
||||||
"failed_to_load_assets": "فشل تحميل الأصول",
|
"failed_to_load_assets": "فشل تحميل الأصول",
|
||||||
"failed_to_load_folder": "فشل تحميل المجلد",
|
"failed_to_load_folder": "فشل تحميل المجلد",
|
||||||
"favorite": "مفضل",
|
"favorite": "مفضل",
|
||||||
@@ -1357,6 +1374,7 @@
|
|||||||
"individual_share": "حصة فردية",
|
"individual_share": "حصة فردية",
|
||||||
"individual_shares": "المشاركات الفردية",
|
"individual_shares": "المشاركات الفردية",
|
||||||
"info": "معلومات",
|
"info": "معلومات",
|
||||||
|
"integrity_checks": "فحوصات السلامة",
|
||||||
"interval": {
|
"interval": {
|
||||||
"day_at_onepm": "كل يوم الساعة الواحدة ظهرا",
|
"day_at_onepm": "كل يوم الساعة الواحدة ظهرا",
|
||||||
"hours": "كل {hours, plural, one {ساعة} other {{hours, number} ساعة}}",
|
"hours": "كل {hours, plural, one {ساعة} other {{hours, number} ساعة}}",
|
||||||
@@ -1404,6 +1422,7 @@
|
|||||||
"leave": "مغادرة",
|
"leave": "مغادرة",
|
||||||
"leave_album": "اترك الالبوم",
|
"leave_album": "اترك الالبوم",
|
||||||
"lens_model": "نموذج العدسات",
|
"lens_model": "نموذج العدسات",
|
||||||
|
"less": "أقل",
|
||||||
"let_others_respond": "دع الآخرين يستجيبون",
|
"let_others_respond": "دع الآخرين يستجيبون",
|
||||||
"level": "المستوى",
|
"level": "المستوى",
|
||||||
"library": "مكتبة",
|
"library": "مكتبة",
|
||||||
@@ -1428,6 +1447,7 @@
|
|||||||
"linked_oauth_account": "حساب مرتبط بـ OAuth",
|
"linked_oauth_account": "حساب مرتبط بـ OAuth",
|
||||||
"list": "قائمة",
|
"list": "قائمة",
|
||||||
"live": "حي",
|
"live": "حي",
|
||||||
|
"load_more": "تحميل المزيد",
|
||||||
"loading": "تحميل",
|
"loading": "تحميل",
|
||||||
"loading_search_results_failed": "فشل تحميل نتائج البحث",
|
"loading_search_results_failed": "فشل تحميل نتائج البحث",
|
||||||
"local": "محلّي",
|
"local": "محلّي",
|
||||||
@@ -1528,7 +1548,6 @@
|
|||||||
"map_location_picker_page_use_location": "استخدم هذا الموقع",
|
"map_location_picker_page_use_location": "استخدم هذا الموقع",
|
||||||
"map_location_service_disabled_content": "يجب تمكين خدمة الموقع لعرض الأصول من موقعك الحالي.هل تريد تمكينه الآن؟",
|
"map_location_service_disabled_content": "يجب تمكين خدمة الموقع لعرض الأصول من موقعك الحالي.هل تريد تمكينه الآن؟",
|
||||||
"map_location_service_disabled_title": "خدمة الموقع معطل",
|
"map_location_service_disabled_title": "خدمة الموقع معطل",
|
||||||
"map_marker_for_images": "علامة الخريطة للصور الملتقطة في {city}، {country}",
|
|
||||||
"map_marker_with_image": "علامة الخريطة مع الصورة",
|
"map_marker_with_image": "علامة الخريطة مع الصورة",
|
||||||
"map_no_location_permission_content": "هناك حاجة إلى إذن الموقع لعرض الأصول من موقعك الحالي.هل تريد السماح به الآن؟",
|
"map_no_location_permission_content": "هناك حاجة إلى إذن الموقع لعرض الأصول من موقعك الحالي.هل تريد السماح به الآن؟",
|
||||||
"map_no_location_permission_title": "تم رفض إذن الموقع",
|
"map_no_location_permission_title": "تم رفض إذن الموقع",
|
||||||
@@ -1597,6 +1616,8 @@
|
|||||||
"merge_people_prompt": "هل تريد دمج هؤلاء الناس؟ هذا الإجراء لا رجعة فيه.",
|
"merge_people_prompt": "هل تريد دمج هؤلاء الناس؟ هذا الإجراء لا رجعة فيه.",
|
||||||
"merge_people_successfully": "تم دمج الأشخاص بنجاح",
|
"merge_people_successfully": "تم دمج الأشخاص بنجاح",
|
||||||
"merged_people_count": "دمج {count, plural, one {شخص واحد} other {# أشخاص}}",
|
"merged_people_count": "دمج {count, plural, one {شخص واحد} other {# أشخاص}}",
|
||||||
|
"minFaces": "الحد الأدنى للوجوه",
|
||||||
|
"minFaces_description": "الحد الأدنى لعدد الوجوه المتعرف عليها لكي يتم عرض الشخص",
|
||||||
"minimize": "تصغير",
|
"minimize": "تصغير",
|
||||||
"minute": "دقيقة",
|
"minute": "دقيقة",
|
||||||
"minutes": "دقائق",
|
"minutes": "دقائق",
|
||||||
@@ -1692,6 +1713,7 @@
|
|||||||
"not_selected": "لم يختار",
|
"not_selected": "لم يختار",
|
||||||
"notes": "ملاحظات",
|
"notes": "ملاحظات",
|
||||||
"nothing_here_yet": "لا يوجد شيء هنا بعد",
|
"nothing_here_yet": "لا يوجد شيء هنا بعد",
|
||||||
|
"notification_backup_reliability": "فعل الإشعارات للزيادة من استقرار النسخ الاحتياطي في الخلفية",
|
||||||
"notification_permission_dialog_content": "لتمكين الإخطارات ، انتقل إلى الإعدادات و اختار السماح.",
|
"notification_permission_dialog_content": "لتمكين الإخطارات ، انتقل إلى الإعدادات و اختار السماح.",
|
||||||
"notification_permission_list_tile_content": "منح إذن لتمكين الإخطارات.",
|
"notification_permission_list_tile_content": "منح إذن لتمكين الإخطارات.",
|
||||||
"notification_permission_list_tile_enable_button": "تمكين الإخطارات",
|
"notification_permission_list_tile_enable_button": "تمكين الإخطارات",
|
||||||
@@ -2083,6 +2105,7 @@
|
|||||||
"select_person": "اختر شخص",
|
"select_person": "اختر شخص",
|
||||||
"select_person_to_tag": "اختر شخص لوضع علامة",
|
"select_person_to_tag": "اختر شخص لوضع علامة",
|
||||||
"select_photos": "تحديد الصور",
|
"select_photos": "تحديد الصور",
|
||||||
|
"select_quality": "تحديد الدقة",
|
||||||
"select_trash_all": "تحديد حذف الكلِ",
|
"select_trash_all": "تحديد حذف الكلِ",
|
||||||
"select_user_for_sharing_page_err_album": "فشل في إنشاء ألبوم",
|
"select_user_for_sharing_page_err_album": "فشل في إنشاء ألبوم",
|
||||||
"selected": "التحديد",
|
"selected": "التحديد",
|
||||||
@@ -2146,6 +2169,8 @@
|
|||||||
"share_assets_selected": "اختيار {count}",
|
"share_assets_selected": "اختيار {count}",
|
||||||
"share_dialog_preparing": "تحضير...",
|
"share_dialog_preparing": "تحضير...",
|
||||||
"share_link": "مشاركة رابط",
|
"share_link": "مشاركة رابط",
|
||||||
|
"share_original": "استخدام الملف الأصلي",
|
||||||
|
"share_preview": "استخدام الصورة المصغرة",
|
||||||
"shared": "مُشتَرك",
|
"shared": "مُشتَرك",
|
||||||
"shared_album_activities_input_disable": "التعليق معطل",
|
"shared_album_activities_input_disable": "التعليق معطل",
|
||||||
"shared_album_activity_remove_content": "هل تريد حذف هذا النشاط؟",
|
"shared_album_activity_remove_content": "هل تريد حذف هذا النشاط؟",
|
||||||
@@ -2247,6 +2272,7 @@
|
|||||||
"slideshow_repeat_description": "العودة إلى البداية عند انتهاء عرض الشرائح",
|
"slideshow_repeat_description": "العودة إلى البداية عند انتهاء عرض الشرائح",
|
||||||
"slideshow_settings": "إعدادات عرض الشرائح",
|
"slideshow_settings": "إعدادات عرض الشرائح",
|
||||||
"smart_album": "ألبوم ذكي",
|
"smart_album": "ألبوم ذكي",
|
||||||
|
"some_assets_already_have_a_location_warning": "بعض الملفات المحددة تحتوي بالفعل على موقع جغرافي",
|
||||||
"sort_albums_by": "رتب الألبومات حسب...",
|
"sort_albums_by": "رتب الألبومات حسب...",
|
||||||
"sort_created": "تاريخ الإنشاء",
|
"sort_created": "تاريخ الإنشاء",
|
||||||
"sort_items": "عدد العناصر",
|
"sort_items": "عدد العناصر",
|
||||||
@@ -2367,11 +2393,13 @@
|
|||||||
"trash_page_title": "سلة المهملات ({count})",
|
"trash_page_title": "سلة المهملات ({count})",
|
||||||
"trashed_items_will_be_permanently_deleted_after": "سيتم حذفُ العناصر المحذوفة نِهائيًا بعد {days, plural, one {# يوم} other {# أيام }}.",
|
"trashed_items_will_be_permanently_deleted_after": "سيتم حذفُ العناصر المحذوفة نِهائيًا بعد {days, plural, one {# يوم} other {# أيام }}.",
|
||||||
"trigger": "مفعِل",
|
"trigger": "مفعِل",
|
||||||
|
"trigger_asset_metadata_extraction": "استخراج البيانات الوصفية للملفات",
|
||||||
|
"trigger_asset_metadata_extraction_description": "يتم تفعيله عند استخراج البيانات الوصفية (EXIF) للملف",
|
||||||
"trigger_asset_uploaded": "رفع الاصل",
|
"trigger_asset_uploaded": "رفع الاصل",
|
||||||
"trigger_asset_uploaded_description": "يتم تفعيله عند تحميل أصل جديد",
|
"trigger_asset_uploaded_description": "يتم تفعيله عند تحميل أصل جديد",
|
||||||
"trigger_description": "حدث يبدأ سير العمل",
|
"trigger_description": "حدث يبدأ سير العمل",
|
||||||
"trigger_person_recognized": "تم التعرف على شخص",
|
"trigger_person_recognized": "تم التعرف على شخص",
|
||||||
"trigger_person_recognized_description": "يتم تفعيله عند اكتشاف شخص",
|
"trigger_person_recognized_description": "يتم تفعيله عند التعرف على شخص",
|
||||||
"trigger_type": "نوع المفعل",
|
"trigger_type": "نوع المفعل",
|
||||||
"troubleshoot": "استكشاف المشاكل",
|
"troubleshoot": "استكشاف المشاكل",
|
||||||
"type": "النوع",
|
"type": "النوع",
|
||||||
@@ -2413,6 +2441,7 @@
|
|||||||
"updated_password": "تم تحديث كلمة المرور",
|
"updated_password": "تم تحديث كلمة المرور",
|
||||||
"upload": "رفع",
|
"upload": "رفع",
|
||||||
"upload_concurrency": "الرفع المتزامن",
|
"upload_concurrency": "الرفع المتزامن",
|
||||||
|
"upload_day_count": "{date}: {count, plural, one {# رفع الملف} other {# رفع الملفات}}",
|
||||||
"upload_details": "تفاصيل الرفع",
|
"upload_details": "تفاصيل الرفع",
|
||||||
"upload_dialog_info": "هل تريد النسخ الاحتياطي للأصول (الأصول) المحددة إلى الخادم؟",
|
"upload_dialog_info": "هل تريد النسخ الاحتياطي للأصول (الأصول) المحددة إلى الخادم؟",
|
||||||
"upload_dialog_title": "تحميل الأصول",
|
"upload_dialog_title": "تحميل الأصول",
|
||||||
@@ -2428,6 +2457,8 @@
|
|||||||
"upload_to_immich": "الرفع الىImmich ({count})",
|
"upload_to_immich": "الرفع الىImmich ({count})",
|
||||||
"uploading": "جاري الرفع",
|
"uploading": "جاري الرفع",
|
||||||
"uploading_media": "رفع الوسائط",
|
"uploading_media": "رفع الوسائط",
|
||||||
|
"uploads": "عمليات الرفع",
|
||||||
|
"uploads_count": "{count, plural, one {# رفع الملف} other {# رفع الملفات}}",
|
||||||
"url": "عنوان URL",
|
"url": "عنوان URL",
|
||||||
"usage": "الاستخدام",
|
"usage": "الاستخدام",
|
||||||
"use_biometric": "استخدم البايومتري",
|
"use_biometric": "استخدم البايومتري",
|
||||||
|
|||||||
+3
-1
@@ -192,11 +192,14 @@
|
|||||||
"maintenance_delete_backup": "Выдаліць рэзервовую копію",
|
"maintenance_delete_backup": "Выдаліць рэзервовую копію",
|
||||||
"maintenance_delete_backup_description": "Гэты файл будзе беззваротна выдалены.",
|
"maintenance_delete_backup_description": "Гэты файл будзе беззваротна выдалены.",
|
||||||
"maintenance_delete_error": "Не атрымалася выдаліць рэзервовую копію.",
|
"maintenance_delete_error": "Не атрымалася выдаліць рэзервовую копію.",
|
||||||
|
"maintenance_integrity_check": "Праверыць",
|
||||||
"maintenance_integrity_check_all": "Праверыць усе",
|
"maintenance_integrity_check_all": "Праверыць усе",
|
||||||
"maintenance_integrity_checksum_mismatch": "Несупадзенне кантрольнай сумы",
|
"maintenance_integrity_checksum_mismatch": "Несупадзенне кантрольнай сумы",
|
||||||
|
"maintenance_integrity_checksum_mismatch_description": "Файлы, кантрольная сума якіх на дыску не супадае з кантрольнай сумай, якую Immich захоўвае ў сваёй базе даных.",
|
||||||
"maintenance_integrity_checksum_mismatch_job": "Праверка на несупадзенне кантрольных сум",
|
"maintenance_integrity_checksum_mismatch_job": "Праверка на несупадзенне кантрольных сум",
|
||||||
"maintenance_integrity_checksum_mismatch_refresh_job": "Абнавіць справаздачы аб несупадзенні кантрольных сум",
|
"maintenance_integrity_checksum_mismatch_refresh_job": "Абнавіць справаздачы аб несупадзенні кантрольных сум",
|
||||||
"maintenance_integrity_missing_file": "Адсутныя файлы",
|
"maintenance_integrity_missing_file": "Адсутныя файлы",
|
||||||
|
"maintenance_integrity_missing_file_description": "Файлы, якія ёсць у базе даных Immich, але не існуюць у файлавай сістэме.",
|
||||||
"maintenance_integrity_missing_file_job": "Праверка наяўнасці адсутных файлаў",
|
"maintenance_integrity_missing_file_job": "Праверка наяўнасці адсутных файлаў",
|
||||||
"maintenance_integrity_missing_file_refresh_job": "Абнавіць справаздачы аб адсутных файлах",
|
"maintenance_integrity_missing_file_refresh_job": "Абнавіць справаздачы аб адсутных файлах",
|
||||||
"maintenance_restore_backup": "Аднавіць рэзервовую копію",
|
"maintenance_restore_backup": "Аднавіць рэзервовую копію",
|
||||||
@@ -1517,7 +1520,6 @@
|
|||||||
"map_location_picker_page_use_location": "Выкарыстаць гэта месцазнаходжанне",
|
"map_location_picker_page_use_location": "Выкарыстаць гэта месцазнаходжанне",
|
||||||
"map_location_service_disabled_content": "Каб паказваць аб’екты з вашага бягучага месцазнаходжання, трэба ўключыць службу геалакацыі. Жадаеце ўключыць яе зараз?",
|
"map_location_service_disabled_content": "Каб паказваць аб’екты з вашага бягучага месцазнаходжання, трэба ўключыць службу геалакацыі. Жадаеце ўключыць яе зараз?",
|
||||||
"map_location_service_disabled_title": "Служба геалакацыі адключана",
|
"map_location_service_disabled_title": "Служба геалакацыі адключана",
|
||||||
"map_marker_for_images": "Маркер на карце для відарысаў, зробленых у {city}, {country}",
|
|
||||||
"map_marker_with_image": "Маркер на карце з відарысам",
|
"map_marker_with_image": "Маркер на карце з відарысам",
|
||||||
"map_no_location_permission_content": "Каб паказваць аб’екты з вашага бягучага месцазнаходжання, патрэбен дазвол на геалакацыю. Дазволіць зараз?",
|
"map_no_location_permission_content": "Каб паказваць аб’екты з вашага бягучага месцазнаходжання, патрэбен дазвол на геалакацыю. Дазволіць зараз?",
|
||||||
"map_no_location_permission_title": "Адмоўлена ў дазволе на геалакацыю",
|
"map_no_location_permission_title": "Адмоўлена ў дазволе на геалакацыю",
|
||||||
|
|||||||
+6
-1
@@ -189,18 +189,23 @@
|
|||||||
"machine_learning_smart_search_enabled": "Включване на Интелигентно Търсене",
|
"machine_learning_smart_search_enabled": "Включване на Интелигентно Търсене",
|
||||||
"machine_learning_smart_search_enabled_description": "Ако е деактивирано, изображенията няма да бъдат кодирани за Интелигентно Търсене.",
|
"machine_learning_smart_search_enabled_description": "Ако е деактивирано, изображенията няма да бъдат кодирани за Интелигентно Търсене.",
|
||||||
"machine_learning_url_description": "URL на сървъра за машинно обучение. Ако са предоставени повече от един URL, всеки сървър ще бъде опитан един по един, докато един отговори успешно, в реда от първия до последния. Сървъри, които не отговорят, ще бъдат временно игнорирани, докато не се върнат онлайн.",
|
"machine_learning_url_description": "URL на сървъра за машинно обучение. Ако са предоставени повече от един URL, всеки сървър ще бъде опитан един по един, докато един отговори успешно, в реда от първия до последния. Сървъри, които не отговорят, ще бъдат временно игнорирани, докато не се върнат онлайн.",
|
||||||
|
"maintenance_backup_management": "Управление на архивирането",
|
||||||
"maintenance_delete_backup": "Изтриване на архив",
|
"maintenance_delete_backup": "Изтриване на архив",
|
||||||
"maintenance_delete_backup_description": "Този файл ще бъде безвъзвратно изтрит.",
|
"maintenance_delete_backup_description": "Този файл ще бъде безвъзвратно изтрит.",
|
||||||
"maintenance_delete_error": "Неуспешно изтриване на архив.",
|
"maintenance_delete_error": "Неуспешно изтриване на архив.",
|
||||||
|
"maintenance_integrity_check": "Проверка",
|
||||||
"maintenance_integrity_check_all": "Провери всички",
|
"maintenance_integrity_check_all": "Провери всички",
|
||||||
"maintenance_integrity_checksum_mismatch": "Несъответствие на контролната сума",
|
"maintenance_integrity_checksum_mismatch": "Несъответствие на контролната сума",
|
||||||
|
"maintenance_integrity_checksum_mismatch_description": "Файлове, чиято контролна сума не съвпада със запазената в базата данни на Immich.",
|
||||||
"maintenance_integrity_checksum_mismatch_job": "Проверка на контролните суми",
|
"maintenance_integrity_checksum_mismatch_job": "Проверка на контролните суми",
|
||||||
"maintenance_integrity_checksum_mismatch_refresh_job": "Обнови докладите за проверка на конторлните суми",
|
"maintenance_integrity_checksum_mismatch_refresh_job": "Обнови докладите за проверка на конторлните суми",
|
||||||
"maintenance_integrity_missing_file": "Липсващи файлове",
|
"maintenance_integrity_missing_file": "Липсващи файлове",
|
||||||
|
"maintenance_integrity_missing_file_description": "Файлове, които Immich следи в базата си данни, но не са налични във файловата система.",
|
||||||
"maintenance_integrity_missing_file_job": "Проверка за липсващи файлове",
|
"maintenance_integrity_missing_file_job": "Проверка за липсващи файлове",
|
||||||
"maintenance_integrity_missing_file_refresh_job": "Обнови докладите за липсващи файлове",
|
"maintenance_integrity_missing_file_refresh_job": "Обнови докладите за липсващи файлове",
|
||||||
"maintenance_integrity_report": "Отчет за непокътнатост",
|
"maintenance_integrity_report": "Отчет за непокътнатост",
|
||||||
"maintenance_integrity_untracked_file": "Непроследени файлове",
|
"maintenance_integrity_untracked_file": "Непроследени файлове",
|
||||||
|
"maintenance_integrity_untracked_file_description": "Файлове в папките на Immich, за които Immich няма никакви записи.",
|
||||||
"maintenance_integrity_untracked_file_job": "Проверка за непроследени файлове",
|
"maintenance_integrity_untracked_file_job": "Проверка за непроследени файлове",
|
||||||
"maintenance_integrity_untracked_file_refresh_job": "Обнови докладите за непроследени файлове",
|
"maintenance_integrity_untracked_file_refresh_job": "Обнови докладите за непроследени файлове",
|
||||||
"maintenance_restore_backup": "Възстановяване на архив",
|
"maintenance_restore_backup": "Възстановяване на архив",
|
||||||
@@ -1543,7 +1548,7 @@
|
|||||||
"map_location_picker_page_use_location": "Използвай това местоположение",
|
"map_location_picker_page_use_location": "Използвай това местоположение",
|
||||||
"map_location_service_disabled_content": "За да се показват обектите от текущото място, трябва да бъде включена услугата за местоположение. Искате ли да я включите сега?",
|
"map_location_service_disabled_content": "За да се показват обектите от текущото място, трябва да бъде включена услугата за местоположение. Искате ли да я включите сега?",
|
||||||
"map_location_service_disabled_title": "Услугата за местоположение е изключена",
|
"map_location_service_disabled_title": "Услугата за местоположение е изключена",
|
||||||
"map_marker_for_images": "Маркери на картата за снимки направени в {city}, {country}",
|
"map_marker_for_image": "Маркер на картата за снимка, направена в {city}, {country}",
|
||||||
"map_marker_with_image": "Маркер на картата с изображение",
|
"map_marker_with_image": "Маркер на картата с изображение",
|
||||||
"map_no_location_permission_content": "За да се показват обектите от текущото място, трябва разрешение за определяне на местоположението. Искате ли да предоставите разрешение сега?",
|
"map_no_location_permission_content": "За да се показват обектите от текущото място, трябва разрешение за определяне на местоположението. Искате ли да предоставите разрешение сега?",
|
||||||
"map_no_location_permission_title": "Отказан достъп до местоположение",
|
"map_no_location_permission_title": "Отказан достъп до местоположение",
|
||||||
|
|||||||
@@ -27,6 +27,7 @@
|
|||||||
"add_partner": "অংশীদার যোগ করুন",
|
"add_partner": "অংশীদার যোগ করুন",
|
||||||
"add_path": "পাথ যুক্ত করুন",
|
"add_path": "পাথ যুক্ত করুন",
|
||||||
"add_photos": "ছবি যুক্ত করুন",
|
"add_photos": "ছবি যুক্ত করুন",
|
||||||
|
"add_step": "ধাপ যোগ করুন",
|
||||||
"add_tag": "ট্যাগ যুক্ত করুন",
|
"add_tag": "ট্যাগ যুক্ত করুন",
|
||||||
"add_to": "যুক্ত করুন…",
|
"add_to": "যুক্ত করুন…",
|
||||||
"add_to_album": "এলবাম এ যোগ করুন",
|
"add_to_album": "এলবাম এ যোগ করুন",
|
||||||
@@ -78,6 +79,7 @@
|
|||||||
"cron_expression_description": "Cron ফরম্যাট ব্যবহার করে স্ক্যানিং ইন্টারভ্যাল নির্ধারণ করুন। আরও তথ্যের জন্য দয়া করে <link>Crontab Guru</link> দেখুন",
|
"cron_expression_description": "Cron ফরম্যাট ব্যবহার করে স্ক্যানিং ইন্টারভ্যাল নির্ধারণ করুন। আরও তথ্যের জন্য দয়া করে <link>Crontab Guru</link> দেখুন",
|
||||||
"cron_expression_presets": "Cron এক্সপ্রেশন প্রিসেট",
|
"cron_expression_presets": "Cron এক্সপ্রেশন প্রিসেট",
|
||||||
"disable_login": "লগইন অক্ষম করুন",
|
"disable_login": "লগইন অক্ষম করুন",
|
||||||
|
"download_csv": "CSV ডাউনলোড করুন",
|
||||||
"duplicate_detection_job_description": "সদৃশ ছবি শনাক্ত করতে অ্যাসেটগুলোর উপর মেশিন লার্নিং চালান। এটি Smart Search-এর উপর নির্ভর করে",
|
"duplicate_detection_job_description": "সদৃশ ছবি শনাক্ত করতে অ্যাসেটগুলোর উপর মেশিন লার্নিং চালান। এটি Smart Search-এর উপর নির্ভর করে",
|
||||||
"exclusion_pattern_description": "এক্সক্লুশন প্যাটার্ন ব্যবহার করে লাইব্রেরি স্ক্যান করার সময় নির্দিষ্ট ফাইল ও ফোল্ডার উপেক্ষা করা যায়। এটি তখনই উপকারী যখন কিছু ফোল্ডারে এমন ফাইল থাকে যা আপনি ইমপোর্ট করতে চান না, যেমন RAW ফাইল।",
|
"exclusion_pattern_description": "এক্সক্লুশন প্যাটার্ন ব্যবহার করে লাইব্রেরি স্ক্যান করার সময় নির্দিষ্ট ফাইল ও ফোল্ডার উপেক্ষা করা যায়। এটি তখনই উপকারী যখন কিছু ফোল্ডারে এমন ফাইল থাকে যা আপনি ইমপোর্ট করতে চান না, যেমন RAW ফাইল।",
|
||||||
"export_config_as_json_description": "বর্তমান সিস্টেম কনফিগারেশনটিকে একটি JSON ফাইল হিসেবে ডাউনলোড করুন",
|
"export_config_as_json_description": "বর্তমান সিস্টেম কনফিগারেশনটিকে একটি JSON ফাইল হিসেবে ডাউনলোড করুন",
|
||||||
@@ -187,9 +189,11 @@
|
|||||||
"machine_learning_smart_search_enabled": "স্মার্ট সার্চ সক্ষম করুন",
|
"machine_learning_smart_search_enabled": "স্মার্ট সার্চ সক্ষম করুন",
|
||||||
"machine_learning_smart_search_enabled_description": "নিষ্ক্রিয় থাকলে, স্মার্ট সার্চের জন্য ছবিগুলো এনকোড (encode) করা হবে না।",
|
"machine_learning_smart_search_enabled_description": "নিষ্ক্রিয় থাকলে, স্মার্ট সার্চের জন্য ছবিগুলো এনকোড (encode) করা হবে না।",
|
||||||
"machine_learning_url_description": "মেশিন লার্নিং সার্ভারের URL। যদি একের বেশি URL প্রদান করা হয়, তবে একটি সফলভাবে সাড়া না দেওয়া পর্যন্ত প্রতিটি সার্ভারে এক এক করে চেষ্টা করা হবে (প্রথম থেকে শেষ ক্রমানুসারে)। যে সার্ভারগুলো সাড়া দেবে না, সেগুলো পুনরায় সচল হওয়া পর্যন্ত সাময়িকভাবে উপেক্ষা করা হবে।",
|
"machine_learning_url_description": "মেশিন লার্নিং সার্ভারের URL। যদি একের বেশি URL প্রদান করা হয়, তবে একটি সফলভাবে সাড়া না দেওয়া পর্যন্ত প্রতিটি সার্ভারে এক এক করে চেষ্টা করা হবে (প্রথম থেকে শেষ ক্রমানুসারে)। যে সার্ভারগুলো সাড়া দেবে না, সেগুলো পুনরায় সচল হওয়া পর্যন্ত সাময়িকভাবে উপেক্ষা করা হবে।",
|
||||||
|
"maintenance_backup_management": "ব্যাকআপ ব্যবস্থাপনা",
|
||||||
"maintenance_delete_backup": "ব্যাকআপ (Backup)মুছুন",
|
"maintenance_delete_backup": "ব্যাকআপ (Backup)মুছুন",
|
||||||
"maintenance_delete_backup_description": "এই ফাইলটি চিরতরে মুছে ফেলা হবে।",
|
"maintenance_delete_backup_description": "এই ফাইলটি চিরতরে মুছে ফেলা হবে।",
|
||||||
"maintenance_delete_error": "ব্যাকআপ মুছে ফেলতে ব্যর্থ হয়েছে।",
|
"maintenance_delete_error": "ব্যাকআপ মুছে ফেলতে ব্যর্থ হয়েছে।",
|
||||||
|
"maintenance_integrity_check": "যাচাই",
|
||||||
"maintenance_restore_backup": "ব্যাকআপ পুনরুদ্ধার(Restore) করুন",
|
"maintenance_restore_backup": "ব্যাকআপ পুনরুদ্ধার(Restore) করুন",
|
||||||
"maintenance_restore_backup_description": "Immich মুছে ফেলা হবে এবং নির্বাচিত ব্যাকআপ থেকে পুনরুদ্ধার করা হবে। কার্যক্রম চালিয়ে যাওয়ার আগে একটি ব্যাকআপ তৈরি করা হবে।",
|
"maintenance_restore_backup_description": "Immich মুছে ফেলা হবে এবং নির্বাচিত ব্যাকআপ থেকে পুনরুদ্ধার করা হবে। কার্যক্রম চালিয়ে যাওয়ার আগে একটি ব্যাকআপ তৈরি করা হবে।",
|
||||||
"maintenance_restore_backup_different_version": "এই ব্যাকআপটি Immich-এর একটি ভিন্ন সংস্করণের মাধ্যমে তৈরি করা হয়েছিল!",
|
"maintenance_restore_backup_different_version": "এই ব্যাকআপটি Immich-এর একটি ভিন্ন সংস্করণের মাধ্যমে তৈরি করা হয়েছিল!",
|
||||||
|
|||||||
+7
-2
@@ -189,18 +189,23 @@
|
|||||||
"machine_learning_smart_search_enabled": "Activa la cerca intel·ligent",
|
"machine_learning_smart_search_enabled": "Activa la cerca intel·ligent",
|
||||||
"machine_learning_smart_search_enabled_description": "Si està desactivada, les imatges no es codificaran per la cerca intel·ligent.",
|
"machine_learning_smart_search_enabled_description": "Si està desactivada, les imatges no es codificaran per la cerca intel·ligent.",
|
||||||
"machine_learning_url_description": "L'URL del servidor d'aprenentatge automàtic. Si es proporciona més d'un URL, s'intentarà accedir a cada servidor en ordre fins que un d'ells respongui correctament.",
|
"machine_learning_url_description": "L'URL del servidor d'aprenentatge automàtic. Si es proporciona més d'un URL, s'intentarà accedir a cada servidor en ordre fins que un d'ells respongui correctament.",
|
||||||
|
"maintenance_backup_management": "Gestió de còpies de seguretat",
|
||||||
"maintenance_delete_backup": "Elimina la còpia de seguretat",
|
"maintenance_delete_backup": "Elimina la còpia de seguretat",
|
||||||
"maintenance_delete_backup_description": "Aquest fitxer s'eliminarà de forma permanent.",
|
"maintenance_delete_backup_description": "Aquest fitxer s'eliminarà de forma permanent.",
|
||||||
"maintenance_delete_error": "No s'ha pogut suprimir la còpia de seguretat.",
|
"maintenance_delete_error": "No s'ha pogut suprimir la còpia de seguretat.",
|
||||||
|
"maintenance_integrity_check": "Verificació",
|
||||||
"maintenance_integrity_check_all": "Verificar tot",
|
"maintenance_integrity_check_all": "Verificar tot",
|
||||||
"maintenance_integrity_checksum_mismatch": "Checksum incorrecte",
|
"maintenance_integrity_checksum_mismatch": "Checksum incorrecte",
|
||||||
|
"maintenance_integrity_checksum_mismatch_description": "Fitxers els quals la suma de verificació al disc no coincideix amb la que Immich té emmagatzemada a la base de dades.",
|
||||||
"maintenance_integrity_checksum_mismatch_job": "Comprovar checksums",
|
"maintenance_integrity_checksum_mismatch_job": "Comprovar checksums",
|
||||||
"maintenance_integrity_checksum_mismatch_refresh_job": "Actualitzar errors de checksums",
|
"maintenance_integrity_checksum_mismatch_refresh_job": "Actualitzar errors de checksums",
|
||||||
"maintenance_integrity_missing_file": "Manquen fitxers",
|
"maintenance_integrity_missing_file": "Manquen fitxers",
|
||||||
|
"maintenance_integrity_missing_file_description": "Fitxers que l'Immich té registrats a la seva base de dades però que no existeixen al sistema de fitxers.",
|
||||||
"maintenance_integrity_missing_file_job": "Verificar fitxers que falten",
|
"maintenance_integrity_missing_file_job": "Verificar fitxers que falten",
|
||||||
"maintenance_integrity_missing_file_refresh_job": "Refrescar informe de fitxers desapareguts",
|
"maintenance_integrity_missing_file_refresh_job": "Refrescar informe de fitxers desapareguts",
|
||||||
"maintenance_integrity_report": "Informe Integritat",
|
"maintenance_integrity_report": "Informe Integritat",
|
||||||
"maintenance_integrity_untracked_file": "Arxius no rastrejats",
|
"maintenance_integrity_untracked_file": "Arxius no rastrejats",
|
||||||
|
"maintenance_integrity_untracked_file_description": "Fitxers presents als directoris d'Immich que Immich no en té cap registre.",
|
||||||
"maintenance_integrity_untracked_file_job": "Consulta de fitxers no rastrejats",
|
"maintenance_integrity_untracked_file_job": "Consulta de fitxers no rastrejats",
|
||||||
"maintenance_integrity_untracked_file_refresh_job": "Actualitza els informes de fitxers no rastrejats",
|
"maintenance_integrity_untracked_file_refresh_job": "Actualitza els informes de fitxers no rastrejats",
|
||||||
"maintenance_restore_backup": "Restaura la còpia de seguretat",
|
"maintenance_restore_backup": "Restaura la còpia de seguretat",
|
||||||
@@ -483,7 +488,7 @@
|
|||||||
"advanced_settings_prefer_remote_title": "Prefereix imatges remotes",
|
"advanced_settings_prefer_remote_title": "Prefereix imatges remotes",
|
||||||
"advanced_settings_proxy_headers_subtitle": "Definiu les capçaleres de proxy que Immich per enviar amb cada sol·licitud de xarxa",
|
"advanced_settings_proxy_headers_subtitle": "Definiu les capçaleres de proxy que Immich per enviar amb cada sol·licitud de xarxa",
|
||||||
"advanced_settings_proxy_headers_title": "Capçaleres de proxy particulars [EXPERIMENTAL]",
|
"advanced_settings_proxy_headers_title": "Capçaleres de proxy particulars [EXPERIMENTAL]",
|
||||||
"advanced_settings_readonly_mode_subtitle": "Habilita el només de lectura mode on les fotos poden ser només vist, a coses els agrada seleccionant imatges múltiples, compartint, càsting, elimina és tot discapacitat. Habilita/Desactiva només de lectura via avatar d'usuari des de la pantalla major",
|
"advanced_settings_readonly_mode_subtitle": "Activa el mode de només lectura, en què les fotos només es poden veure. Accions com seleccionar múltiples imatges, compartir, enviar a un dispositiu o eliminar queden desactivades. Activa o desactiva el mode de només lectura des de l’avatar d’usuari de la pantalla principal",
|
||||||
"advanced_settings_readonly_mode_title": "Mode de només lectura",
|
"advanced_settings_readonly_mode_title": "Mode de només lectura",
|
||||||
"advanced_settings_self_signed_ssl_subtitle": "Omet la verificació del certificat SSL del servidor. Requerit per a certificats autosignats.",
|
"advanced_settings_self_signed_ssl_subtitle": "Omet la verificació del certificat SSL del servidor. Requerit per a certificats autosignats.",
|
||||||
"advanced_settings_self_signed_ssl_title": "Permet certificats SSL autosignats [EXPERIMENTAL]",
|
"advanced_settings_self_signed_ssl_title": "Permet certificats SSL autosignats [EXPERIMENTAL]",
|
||||||
@@ -1543,7 +1548,7 @@
|
|||||||
"map_location_picker_page_use_location": "Utilitzar aquesta ubicació",
|
"map_location_picker_page_use_location": "Utilitzar aquesta ubicació",
|
||||||
"map_location_service_disabled_content": "El servei de localització s'ha d'activar per mostrar els elements de la teva ubicació actual. Vols activar-lo ara?",
|
"map_location_service_disabled_content": "El servei de localització s'ha d'activar per mostrar els elements de la teva ubicació actual. Vols activar-lo ara?",
|
||||||
"map_location_service_disabled_title": "Servei de localització desactivat",
|
"map_location_service_disabled_title": "Servei de localització desactivat",
|
||||||
"map_marker_for_images": "Marcador de mapa per a imatges fetes a {city}, {country}",
|
"map_marker_for_image": "Marcador de mapa per a imatge obtinguda a {city}, {country}",
|
||||||
"map_marker_with_image": "Marcador de mapa amb imatge",
|
"map_marker_with_image": "Marcador de mapa amb imatge",
|
||||||
"map_no_location_permission_content": "Es necessita el permís de localització per mostrar els elements de la teva ubicació actual. Vols permetre-ho ara?",
|
"map_no_location_permission_content": "Es necessita el permís de localització per mostrar els elements de la teva ubicació actual. Vols permetre-ho ara?",
|
||||||
"map_no_location_permission_title": "Permís de localització denegat",
|
"map_no_location_permission_title": "Permís de localització denegat",
|
||||||
|
|||||||
+6
-1
@@ -189,18 +189,23 @@
|
|||||||
"machine_learning_smart_search_enabled": "Povolit chytré vyhledávání",
|
"machine_learning_smart_search_enabled": "Povolit chytré vyhledávání",
|
||||||
"machine_learning_smart_search_enabled_description": "Pokud je vypnuto, obrázky nebudou kódovány pro inteligentní vyhledávání.",
|
"machine_learning_smart_search_enabled_description": "Pokud je vypnuto, obrázky nebudou kódovány pro inteligentní vyhledávání.",
|
||||||
"machine_learning_url_description": "URL serveru strojového učení. Pokud je zadáno více URL adres, budou jednotlivé servery zkoušeny postupně, dokud jeden z nich neodpoví úspěšně, a to v pořadí od prvního k poslednímu. Servery, které neodpoví, budou dočasně ignorovány, dokud nebudou opět online.",
|
"machine_learning_url_description": "URL serveru strojového učení. Pokud je zadáno více URL adres, budou jednotlivé servery zkoušeny postupně, dokud jeden z nich neodpoví úspěšně, a to v pořadí od prvního k poslednímu. Servery, které neodpoví, budou dočasně ignorovány, dokud nebudou opět online.",
|
||||||
|
"maintenance_backup_management": "Správa záloh",
|
||||||
"maintenance_delete_backup": "Smazat zálohu",
|
"maintenance_delete_backup": "Smazat zálohu",
|
||||||
"maintenance_delete_backup_description": "Tento soubor bude trvale smazán.",
|
"maintenance_delete_backup_description": "Tento soubor bude trvale smazán.",
|
||||||
"maintenance_delete_error": "Nepodařilo se smazat zálohu.",
|
"maintenance_delete_error": "Nepodařilo se smazat zálohu.",
|
||||||
|
"maintenance_integrity_check": "Zkontrolovat",
|
||||||
"maintenance_integrity_check_all": "Zkontrolovat vše",
|
"maintenance_integrity_check_all": "Zkontrolovat vše",
|
||||||
"maintenance_integrity_checksum_mismatch": "Neshoda kontrolního součtu",
|
"maintenance_integrity_checksum_mismatch": "Neshoda kontrolního součtu",
|
||||||
|
"maintenance_integrity_checksum_mismatch_description": "Soubory, u nichž se kontrolní součet na disku neshoduje s kontrolním součtem, který Immich uložil do své databáze.",
|
||||||
"maintenance_integrity_checksum_mismatch_job": "Kontrola shod kontrolních součtů",
|
"maintenance_integrity_checksum_mismatch_job": "Kontrola shod kontrolních součtů",
|
||||||
"maintenance_integrity_checksum_mismatch_refresh_job": "Obnovit hlášení o neshodách kontrolních součtů",
|
"maintenance_integrity_checksum_mismatch_refresh_job": "Obnovit hlášení o neshodách kontrolních součtů",
|
||||||
"maintenance_integrity_missing_file": "Chybějící soubory",
|
"maintenance_integrity_missing_file": "Chybějící soubory",
|
||||||
|
"maintenance_integrity_missing_file_description": "Soubory, které Immich sleduje ve své databázi, ale které neexistují v souborovém systému.",
|
||||||
"maintenance_integrity_missing_file_job": "Kontrola chybějících souborů",
|
"maintenance_integrity_missing_file_job": "Kontrola chybějících souborů",
|
||||||
"maintenance_integrity_missing_file_refresh_job": "Obnovit hlášení o chybějících souborech",
|
"maintenance_integrity_missing_file_refresh_job": "Obnovit hlášení o chybějících souborech",
|
||||||
"maintenance_integrity_report": "Hlášení o integritě",
|
"maintenance_integrity_report": "Hlášení o integritě",
|
||||||
"maintenance_integrity_untracked_file": "Nesledované soubory",
|
"maintenance_integrity_untracked_file": "Nesledované soubory",
|
||||||
|
"maintenance_integrity_untracked_file_description": "Soubory v adresářích služby Immich, o nichž nemá Immich žádný záznam.",
|
||||||
"maintenance_integrity_untracked_file_job": "Kontrola nesledovaných souborů",
|
"maintenance_integrity_untracked_file_job": "Kontrola nesledovaných souborů",
|
||||||
"maintenance_integrity_untracked_file_refresh_job": "Obnovit hlášení o nesledovaných souborech",
|
"maintenance_integrity_untracked_file_refresh_job": "Obnovit hlášení o nesledovaných souborech",
|
||||||
"maintenance_restore_backup": "Obnovit zálohu",
|
"maintenance_restore_backup": "Obnovit zálohu",
|
||||||
@@ -1543,7 +1548,7 @@
|
|||||||
"map_location_picker_page_use_location": "Použít tuto polohu",
|
"map_location_picker_page_use_location": "Použít tuto polohu",
|
||||||
"map_location_service_disabled_content": "Pro zobrazení fotek z vaší aktuální polohy musí být povolena služba určování polohy. Chcete ji nyní povolit?",
|
"map_location_service_disabled_content": "Pro zobrazení fotek z vaší aktuální polohy musí být povolena služba určování polohy. Chcete ji nyní povolit?",
|
||||||
"map_location_service_disabled_title": "Služba určování polohy je zakázána",
|
"map_location_service_disabled_title": "Služba určování polohy je zakázána",
|
||||||
"map_marker_for_images": "Značka na mapě pro snímky pořízené v {city}, {country}",
|
"map_marker_for_image": "Značka na mapě pro obrázek pořízený ve městě {city}, {country}",
|
||||||
"map_marker_with_image": "Značka mapy s obrázkem",
|
"map_marker_with_image": "Značka mapy s obrázkem",
|
||||||
"map_no_location_permission_content": "Oprávnění polohy je nutné pro zobrazení fotek z vaší aktuální polohy. Chcete oprávnění nyní povolit?",
|
"map_no_location_permission_content": "Oprávnění polohy je nutné pro zobrazení fotek z vaší aktuální polohy. Chcete oprávnění nyní povolit?",
|
||||||
"map_no_location_permission_title": "Oprávnění polohy zamítnuto",
|
"map_no_location_permission_title": "Oprávnění polohy zamítnuto",
|
||||||
|
|||||||
@@ -70,7 +70,6 @@
|
|||||||
"feature_photo_updated": "Уйрӑм сӑнӳкерчӗк ҫӗнетнӗ",
|
"feature_photo_updated": "Уйрӑм сӑнӳкерчӗк ҫӗнетнӗ",
|
||||||
"manage_sharing_with_partners": "Партнерсемпе пайланассине йӗркелесе пырӑр",
|
"manage_sharing_with_partners": "Партнерсемпе пайланассине йӗркелесе пырӑр",
|
||||||
"map": "Карттӑ",
|
"map": "Карттӑ",
|
||||||
"map_marker_for_images": "{city}, {country} ҫинче ӳкернӗ ӳкерчӗксем валли карттӑ маркерӗ",
|
|
||||||
"map_marker_with_image": "Карттӑ маркерӗ ӳкерчӗкпе",
|
"map_marker_with_image": "Карттӑ маркерӗ ӳкерчӗкпе",
|
||||||
"map_settings": "Карттӑ ĕнерленĕвĕ",
|
"map_settings": "Карттӑ ĕнерленĕвĕ",
|
||||||
"no_explore_results_message": "Хӑвӑр коллекципе киленмешкӗн сӑнӳкерчӗксем ытларах тийӗр.",
|
"no_explore_results_message": "Хӑвӑр коллекципе киленмешкӗн сӑнӳкерчӗксем ытларах тийӗр.",
|
||||||
|
|||||||
@@ -1526,7 +1526,6 @@
|
|||||||
"map_location_picker_page_use_location": "Brug denne placering",
|
"map_location_picker_page_use_location": "Brug denne placering",
|
||||||
"map_location_service_disabled_content": "Placeringstjenesten skal aktiveres for at vise elementer fra din nuværende placering. Vil du aktivere den nu?",
|
"map_location_service_disabled_content": "Placeringstjenesten skal aktiveres for at vise elementer fra din nuværende placering. Vil du aktivere den nu?",
|
||||||
"map_location_service_disabled_title": "Placeringstjenesten er deaktiveret",
|
"map_location_service_disabled_title": "Placeringstjenesten er deaktiveret",
|
||||||
"map_marker_for_images": "Kortmarkør for billeder taget i {city}, {country}",
|
|
||||||
"map_marker_with_image": "Kortmarkør med billede",
|
"map_marker_with_image": "Kortmarkør med billede",
|
||||||
"map_no_location_permission_content": "Der kræves tilladelse til placeringen for at vise elementer fra din nuværende placering. Vil du give tilladelse?",
|
"map_no_location_permission_content": "Der kræves tilladelse til placeringen for at vise elementer fra din nuværende placering. Vil du give tilladelse?",
|
||||||
"map_no_location_permission_title": "Placeringstilladelse blev afvist",
|
"map_no_location_permission_title": "Placeringstilladelse blev afvist",
|
||||||
|
|||||||
+9
-4
@@ -63,7 +63,7 @@
|
|||||||
"backup_onboarding_footer": "Weitere Informationen zum Sichern von Immich findest du in der <link>Dokumentation</link>.",
|
"backup_onboarding_footer": "Weitere Informationen zum Sichern von Immich findest du in der <link>Dokumentation</link>.",
|
||||||
"backup_onboarding_parts_title": "Eine 3-2-1-Sicherung umfasst:",
|
"backup_onboarding_parts_title": "Eine 3-2-1-Sicherung umfasst:",
|
||||||
"backup_onboarding_title": "Sicherungen",
|
"backup_onboarding_title": "Sicherungen",
|
||||||
"backup_settings": "Einstellungen für Datenbanksicherung",
|
"backup_settings": "Einstellungen zur Datenbanksicherung",
|
||||||
"backup_settings_description": "Einstellungen zur regelmäßigen Sicherung der Datenbank. Hinweis: Diese Jobs werden nicht überwacht und du wirst nicht über Fehler informiert.",
|
"backup_settings_description": "Einstellungen zur regelmäßigen Sicherung der Datenbank. Hinweis: Diese Jobs werden nicht überwacht und du wirst nicht über Fehler informiert.",
|
||||||
"cleared_jobs": "Folgende Aufgaben zurückgesetzt: {job}",
|
"cleared_jobs": "Folgende Aufgaben zurückgesetzt: {job}",
|
||||||
"config_set_by_file": "Ist derzeit in einer Konfigurationsdatei festgelegt",
|
"config_set_by_file": "Ist derzeit in einer Konfigurationsdatei festgelegt",
|
||||||
@@ -189,19 +189,24 @@
|
|||||||
"machine_learning_smart_search_enabled": "Intelligente Suche aktivieren",
|
"machine_learning_smart_search_enabled": "Intelligente Suche aktivieren",
|
||||||
"machine_learning_smart_search_enabled_description": "Ist diese Option deaktiviert, werden die Bilder nicht für die intelligente Suche verwendet.",
|
"machine_learning_smart_search_enabled_description": "Ist diese Option deaktiviert, werden die Bilder nicht für die intelligente Suche verwendet.",
|
||||||
"machine_learning_url_description": "Die URL des Servers für maschinelles Lernen. Wenn mehr als eine URL angegeben wird, wird jeder Server einzeln ausprobiert, bis einer erfolgreich antwortet, und zwar in der Reihenfolge vom ersten bis zum letzten. Server die nicht antworten werden temporär ignoriert, bis sie wieder verfügbar sind.",
|
"machine_learning_url_description": "Die URL des Servers für maschinelles Lernen. Wenn mehr als eine URL angegeben wird, wird jeder Server einzeln ausprobiert, bis einer erfolgreich antwortet, und zwar in der Reihenfolge vom ersten bis zum letzten. Server die nicht antworten werden temporär ignoriert, bis sie wieder verfügbar sind.",
|
||||||
|
"maintenance_backup_management": "Backup Management",
|
||||||
"maintenance_delete_backup": "Backup löschen",
|
"maintenance_delete_backup": "Backup löschen",
|
||||||
"maintenance_delete_backup_description": "Diese Datei wird irreversibel gelöscht.",
|
"maintenance_delete_backup_description": "Diese Datei wird irreversibel gelöscht.",
|
||||||
"maintenance_delete_error": "Die Löschung der Sicherungskopie ist fehlgeschlagen.",
|
"maintenance_delete_error": "Die Löschung der Sicherungskopie ist fehlgeschlagen.",
|
||||||
|
"maintenance_integrity_check": "Überprüfe",
|
||||||
"maintenance_integrity_check_all": "Überprüfe alle",
|
"maintenance_integrity_check_all": "Überprüfe alle",
|
||||||
"maintenance_integrity_checksum_mismatch": "Prüfsummenfehler",
|
"maintenance_integrity_checksum_mismatch": "Prüfsummenfehler",
|
||||||
"maintenance_integrity_checksum_mismatch_job": "Auf Prüfsummen-Nichtübereinstimmungen prüfen",
|
"maintenance_integrity_checksum_mismatch_description": "Dateien, deren Prüfsumme auf dem Datenträger nicht mit der übereinstimmt, die Immich in seiner Datenbank gespeichert hat.",
|
||||||
|
"maintenance_integrity_checksum_mismatch_job": "Auf Prüfsummenfehler überprüfen",
|
||||||
"maintenance_integrity_checksum_mismatch_refresh_job": "Aktualisieren Sie Berichte über Prüfsummenkonflikte",
|
"maintenance_integrity_checksum_mismatch_refresh_job": "Aktualisieren Sie Berichte über Prüfsummenkonflikte",
|
||||||
"maintenance_integrity_missing_file": "Fehlende Dateien",
|
"maintenance_integrity_missing_file": "Fehlende Dateien",
|
||||||
|
"maintenance_integrity_missing_file_description": "Dateien, die Immich in seiner Datenbank erfasst hat, die aber im Dateisystem nicht vorhanden sind.",
|
||||||
"maintenance_integrity_missing_file_job": "Auf fehlende Dateien prüfen",
|
"maintenance_integrity_missing_file_job": "Auf fehlende Dateien prüfen",
|
||||||
"maintenance_integrity_missing_file_refresh_job": "Berichte über fehlende Dateien aktualisieren",
|
"maintenance_integrity_missing_file_refresh_job": "Berichte über fehlende Dateien aktualisieren",
|
||||||
"maintenance_integrity_report": "Integritätsbericht",
|
"maintenance_integrity_report": "Integritätsbericht",
|
||||||
"maintenance_integrity_untracked_file": "Nicht getrackte Dateien",
|
"maintenance_integrity_untracked_file": "Nicht getrackte Dateien",
|
||||||
"maintenance_integrity_untracked_file_job": "Überprüfen Sie ungetrackte Dateien",
|
"maintenance_integrity_untracked_file_description": "Dateien in Immichs Verzeichnissen, über die Immich keine Aufzeichnungen hat.",
|
||||||
|
"maintenance_integrity_untracked_file_job": "Auf nicht verfolgte Dateien prüfen",
|
||||||
"maintenance_integrity_untracked_file_refresh_job": "Berichte über nicht getrackte Dateien aktualisieren",
|
"maintenance_integrity_untracked_file_refresh_job": "Berichte über nicht getrackte Dateien aktualisieren",
|
||||||
"maintenance_restore_backup": "Sicherungskopie wiederherstellen",
|
"maintenance_restore_backup": "Sicherungskopie wiederherstellen",
|
||||||
"maintenance_restore_backup_description": "Immich wird zurückgesetzt und von der ausgewählten Sicherungskopie wiederhergestellt. Ein Backup wird erstellt, bevor es weitergeht.",
|
"maintenance_restore_backup_description": "Immich wird zurückgesetzt und von der ausgewählten Sicherungskopie wiederhergestellt. Ein Backup wird erstellt, bevor es weitergeht.",
|
||||||
@@ -1543,7 +1548,7 @@
|
|||||||
"map_location_picker_page_use_location": "Diesen Standort verwenden",
|
"map_location_picker_page_use_location": "Diesen Standort verwenden",
|
||||||
"map_location_service_disabled_content": "Ortungsdienste müssen aktiviert sein, um Inhalte am aktuellen Standort anzuzeigen. Willst du die Ortungsdienste jetzt aktivieren?",
|
"map_location_service_disabled_content": "Ortungsdienste müssen aktiviert sein, um Inhalte am aktuellen Standort anzuzeigen. Willst du die Ortungsdienste jetzt aktivieren?",
|
||||||
"map_location_service_disabled_title": "Ortungsdienste deaktiviert",
|
"map_location_service_disabled_title": "Ortungsdienste deaktiviert",
|
||||||
"map_marker_for_images": "Kartenmarkierung für Bilder, die in {city}, {country} aufgenommen wurden",
|
"map_marker_for_image": "Kartenmarkierung für in {city}, {country} aufgenommenes Bild",
|
||||||
"map_marker_with_image": "Kartenmarkierung mit Bild",
|
"map_marker_with_image": "Kartenmarkierung mit Bild",
|
||||||
"map_no_location_permission_content": "Ortungsdienste müssen aktiviert sein, um Inhalte am aktuellen Standort anzuzeigen. Willst du die Ortungsdienste jetzt aktivieren?",
|
"map_no_location_permission_content": "Ortungsdienste müssen aktiviert sein, um Inhalte am aktuellen Standort anzuzeigen. Willst du die Ortungsdienste jetzt aktivieren?",
|
||||||
"map_no_location_permission_title": "Kein Zugriff auf den Standort",
|
"map_no_location_permission_title": "Kein Zugriff auf den Standort",
|
||||||
|
|||||||
@@ -79,6 +79,7 @@
|
|||||||
"cron_expression_description": "Setze das Scanintervall im Cron-Format. Für mehr Informationen, siehe z. B. <link>Crontab Guru</link>",
|
"cron_expression_description": "Setze das Scanintervall im Cron-Format. Für mehr Informationen, siehe z. B. <link>Crontab Guru</link>",
|
||||||
"cron_expression_presets": "Vorlagen für Cron-Ausdrücke",
|
"cron_expression_presets": "Vorlagen für Cron-Ausdrücke",
|
||||||
"disable_login": "Login deaktivierä",
|
"disable_login": "Login deaktivierä",
|
||||||
|
"download_csv": "CSV herunterladen",
|
||||||
"duplicate_detection_job_description": "Verwendet maschinelles Lernen auf den Dateien, um Duplikate zu finden. Baut auf der intelligenten Suche auf",
|
"duplicate_detection_job_description": "Verwendet maschinelles Lernen auf den Dateien, um Duplikate zu finden. Baut auf der intelligenten Suche auf",
|
||||||
"exclusion_pattern_description": "Mit Ausschlussmustern können Dateien und Ordner beim Scannen deiner Bibliothek ignoriert werden. Dies ist nützlich, wenn du Ordner hast, die Dateien enthalten, die du nicht importieren möchtest, wie z. B. RAW-Dateien.",
|
"exclusion_pattern_description": "Mit Ausschlussmustern können Dateien und Ordner beim Scannen deiner Bibliothek ignoriert werden. Dies ist nützlich, wenn du Ordner hast, die Dateien enthalten, die du nicht importieren möchtest, wie z. B. RAW-Dateien.",
|
||||||
"export_config_as_json_description": "Aktuelle Systemkonfiguration als JSON-Datei herunterladen",
|
"export_config_as_json_description": "Aktuelle Systemkonfiguration als JSON-Datei herunterladen",
|
||||||
|
|||||||
@@ -1495,7 +1495,6 @@
|
|||||||
"map_location_picker_page_use_location": "Χρησιμοποιήστε αυτήν την τοποθεσία",
|
"map_location_picker_page_use_location": "Χρησιμοποιήστε αυτήν την τοποθεσία",
|
||||||
"map_location_service_disabled_content": "Η υπηρεσία τοποθεσίας πρέπει να είναι ενεργοποιημένη για την εμφάνιση στοιχείων από την τρέχουσα τοποθεσία σας. Θέλετε να το ενεργοποιήσετε τώρα;",
|
"map_location_service_disabled_content": "Η υπηρεσία τοποθεσίας πρέπει να είναι ενεργοποιημένη για την εμφάνιση στοιχείων από την τρέχουσα τοποθεσία σας. Θέλετε να το ενεργοποιήσετε τώρα;",
|
||||||
"map_location_service_disabled_title": "Η υπηρεσία τοποθεσίας απενεργοποιήθηκε",
|
"map_location_service_disabled_title": "Η υπηρεσία τοποθεσίας απενεργοποιήθηκε",
|
||||||
"map_marker_for_images": "Δείκτης χάρτη για εικόνες που τραβήχτηκαν σε {city}, {country}",
|
|
||||||
"map_marker_with_image": "Χάρτης δείκτη με εικόνα",
|
"map_marker_with_image": "Χάρτης δείκτη με εικόνα",
|
||||||
"map_no_location_permission_content": "Απαιτείται άδεια τοποθεσίας για την εμφάνιση στοιχείων από την τρέχουσα τοποθεσία σας. Θέλετε να το επιτρέψετε τώρα;",
|
"map_no_location_permission_content": "Απαιτείται άδεια τοποθεσίας για την εμφάνιση στοιχείων από την τρέχουσα τοποθεσία σας. Θέλετε να το επιτρέψετε τώρα;",
|
||||||
"map_no_location_permission_title": "Η άδεια τοποθεσίας απορρίφθηκε",
|
"map_no_location_permission_title": "Η άδεια τοποθεσίας απορρίφθηκε",
|
||||||
|
|||||||
+11
-317
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -1548,7 +1548,7 @@
|
|||||||
"map_location_picker_page_use_location": "Use this location",
|
"map_location_picker_page_use_location": "Use this location",
|
||||||
"map_location_service_disabled_content": "Location service needs to be enabled to display assets from your current location. Do you want to enable it now?",
|
"map_location_service_disabled_content": "Location service needs to be enabled to display assets from your current location. Do you want to enable it now?",
|
||||||
"map_location_service_disabled_title": "Location Service disabled",
|
"map_location_service_disabled_title": "Location Service disabled",
|
||||||
"map_marker_for_images": "Map marker for images taken in {city}, {country}",
|
"map_marker_for_image": "Map marker for image taken in {city}, {country}",
|
||||||
"map_marker_with_image": "Map marker with image",
|
"map_marker_with_image": "Map marker with image",
|
||||||
"map_no_location_permission_content": "Location permission is needed to display assets from your current location. Do you want to allow it now?",
|
"map_no_location_permission_content": "Location permission is needed to display assets from your current location. Do you want to allow it now?",
|
||||||
"map_no_location_permission_title": "Location Permission denied",
|
"map_no_location_permission_title": "Location Permission denied",
|
||||||
|
|||||||
+109
-4
@@ -79,6 +79,7 @@
|
|||||||
"cron_expression_description": "Agordu la intervalon de analizado pere de la formato de cron. Por pli da informoj, legu ekzemple <link>Crontab Guru</link>",
|
"cron_expression_description": "Agordu la intervalon de analizado pere de la formato de cron. Por pli da informoj, legu ekzemple <link>Crontab Guru</link>",
|
||||||
"cron_expression_presets": "Antaŭagordoj pri la cron-esprimo",
|
"cron_expression_presets": "Antaŭagordoj pri la cron-esprimo",
|
||||||
"disable_login": "Malebligi ensalutadon",
|
"disable_login": "Malebligi ensalutadon",
|
||||||
|
"download_csv": "Elŝuti .csv-dosieron",
|
||||||
"duplicate_detection_job_description": "Komenci permaŝin-lernadon por trovi similajn bildojn. Uzas 'inteligentan serĉadon'",
|
"duplicate_detection_job_description": "Komenci permaŝin-lernadon por trovi similajn bildojn. Uzas 'inteligentan serĉadon'",
|
||||||
"exclusion_pattern_description": "Per skemo de ekskludo, vi povas ignori dosierojn kaj dosierujojn dum analizado de la biblioteko. Tio estas utila se vi havas ekz. RAW-dosierojn, kiujn vi ne volas importi.",
|
"exclusion_pattern_description": "Per skemo de ekskludo, vi povas ignori dosierojn kaj dosierujojn dum analizado de la biblioteko. Tio estas utila se vi havas ekz. RAW-dosierojn, kiujn vi ne volas importi.",
|
||||||
"export_config_as_json_description": "Elŝuti la aktualan sistem-agordaĵaron kiel JSON-dosieron",
|
"export_config_as_json_description": "Elŝuti la aktualan sistem-agordaĵaron kiel JSON-dosieron",
|
||||||
@@ -188,9 +189,25 @@
|
|||||||
"machine_learning_smart_search_enabled": "Ŝalti inteligentan serĉadon",
|
"machine_learning_smart_search_enabled": "Ŝalti inteligentan serĉadon",
|
||||||
"machine_learning_smart_search_enabled_description": "Se malŝaltita, tiam bildoj ne estos kodigitaj por inteligenta serĉado.",
|
"machine_learning_smart_search_enabled_description": "Se malŝaltita, tiam bildoj ne estos kodigitaj por inteligenta serĉado.",
|
||||||
"machine_learning_url_description": "La URL-o de la maŝin-lerna servilo. Se vi donas pli ol unu URL-o, la sistemo provos ĉiun servilon unu post la alia ĝis kiam unu sukcese respondas, de la unua ĝis la lasta. Serviloj, kiuj ne respondas, estos dumtempe ignoritaj.",
|
"machine_learning_url_description": "La URL-o de la maŝin-lerna servilo. Se vi donas pli ol unu URL-o, la sistemo provos ĉiun servilon unu post la alia ĝis kiam unu sukcese respondas, de la unua ĝis la lasta. Serviloj, kiuj ne respondas, estos dumtempe ignoritaj.",
|
||||||
|
"maintenance_backup_management": "Administrado de savkopioj",
|
||||||
"maintenance_delete_backup": "Forigi savkopion",
|
"maintenance_delete_backup": "Forigi savkopion",
|
||||||
"maintenance_delete_backup_description": "La dosiero estos por ĉiam forigita.",
|
"maintenance_delete_backup_description": "La dosiero estos por ĉiam forigita.",
|
||||||
"maintenance_delete_error": "Malsukcesis forigi savkopion.",
|
"maintenance_delete_error": "Malsukcesis forigi savkopion.",
|
||||||
|
"maintenance_integrity_check": "Kontroli",
|
||||||
|
"maintenance_integrity_check_all": "Kontroli ĉiujn",
|
||||||
|
"maintenance_integrity_checksum_mismatch": "Nekongruaj kontrolsumoj",
|
||||||
|
"maintenance_integrity_checksum_mismatch_description": "Dosieroj pri kiuj la kontrolsumo stokita sur disko ne kongruas kun tiu en la datumbazo de Immich.",
|
||||||
|
"maintenance_integrity_checksum_mismatch_job": "Kontroli pri nekongruaj kontrolsumoj",
|
||||||
|
"maintenance_integrity_checksum_mismatch_refresh_job": "Refreŝigi la raporton pri nekongruaj kontrolsumoj",
|
||||||
|
"maintenance_integrity_missing_file": "Dosieroj mankantaj",
|
||||||
|
"maintenance_integrity_missing_file_description": "Dosieroj menciitaj en la datumbazo de Immich, sed kiuj ne (plu) ekzistas en la dosiersistemo.",
|
||||||
|
"maintenance_integrity_missing_file_job": "Detekti mankantajn dosierojn",
|
||||||
|
"maintenance_integrity_missing_file_refresh_job": "Refreŝigi raporton pri mankantaj dosieroj",
|
||||||
|
"maintenance_integrity_report": "Raporto pri integreco",
|
||||||
|
"maintenance_integrity_untracked_file": "Senspuraj dosieroj",
|
||||||
|
"maintenance_integrity_untracked_file_description": "Dosieroj en la dosierujoj de Immich, sed pri kiuj Immich havas neniun spuron.",
|
||||||
|
"maintenance_integrity_untracked_file_job": "Detekti senspurajn dosierojn",
|
||||||
|
"maintenance_integrity_untracked_file_refresh_job": "Refreŝigi raporton pri senspuraj dosieroj",
|
||||||
"maintenance_restore_backup": "Restaŭri savkopion",
|
"maintenance_restore_backup": "Restaŭri savkopion",
|
||||||
"maintenance_restore_backup_description": "Immich estos forigita kaj reinstalita de la elektita savkopio. Nova savkopio estos kreita antaŭe.",
|
"maintenance_restore_backup_description": "Immich estos forigita kaj reinstalita de la elektita savkopio. Nova savkopio estos kreita antaŭe.",
|
||||||
"maintenance_restore_backup_different_version": "Tiu ĉi savkopio estis kreita per alia versio de Immich!",
|
"maintenance_restore_backup_different_version": "Tiu ĉi savkopio estis kreita per alia versio de Immich!",
|
||||||
@@ -732,7 +749,7 @@
|
|||||||
"cache_settings_title": "Agordoj pri kaŝmemoro",
|
"cache_settings_title": "Agordoj pri kaŝmemoro",
|
||||||
"camera": "Fotilo",
|
"camera": "Fotilo",
|
||||||
"camera_brand": "Fabrikanto de fotilo",
|
"camera_brand": "Fabrikanto de fotilo",
|
||||||
"camera_model": "Modelo de fotilo",
|
"camera_model": "Tipo de fotilo",
|
||||||
"cancel": "Nuligi",
|
"cancel": "Nuligi",
|
||||||
"cancel_search": "Nuligi serĉon",
|
"cancel_search": "Nuligi serĉon",
|
||||||
"canceled": "Nuligita",
|
"canceled": "Nuligita",
|
||||||
@@ -1446,6 +1463,7 @@
|
|||||||
"log_out_all_devices": "Elsalutigi ĉiujn aparatojn",
|
"log_out_all_devices": "Elsalutigi ĉiujn aparatojn",
|
||||||
"logged_in_as": "Ensalutita kiel {user}",
|
"logged_in_as": "Ensalutita kiel {user}",
|
||||||
"logged_out_all_devices": "Ĉiuj aparatoj elsalutigitaj",
|
"logged_out_all_devices": "Ĉiuj aparatoj elsalutigitaj",
|
||||||
|
"logged_out_device": "Elsalutigita aparato",
|
||||||
"login": "Ensaluti",
|
"login": "Ensaluti",
|
||||||
"login_disabled": "Ensalutado malebligita",
|
"login_disabled": "Ensalutado malebligita",
|
||||||
"login_form_api_exception": "Eraro de API. Bonvolu kontroli la URL-on de la servilo, kaj reprovi.",
|
"login_form_api_exception": "Eraro de API. Bonvolu kontroli la URL-on de la servilo, kaj reprovi.",
|
||||||
@@ -1521,7 +1539,6 @@
|
|||||||
"map_location_picker_page_use_location": "Uzi tiun ĉi lokon",
|
"map_location_picker_page_use_location": "Uzi tiun ĉi lokon",
|
||||||
"map_location_service_disabled_content": "Vi devas ŝalti la lokadan servon de via aparato por vidi elementojn de via aktuala loko. Ĉu vi volas nun ŝalti tion?",
|
"map_location_service_disabled_content": "Vi devas ŝalti la lokadan servon de via aparato por vidi elementojn de via aktuala loko. Ĉu vi volas nun ŝalti tion?",
|
||||||
"map_location_service_disabled_title": "Servo de lokado malŝaltita",
|
"map_location_service_disabled_title": "Servo de lokado malŝaltita",
|
||||||
"map_marker_for_images": "Map-markilo por fotoj faritaj en {city}, {country}",
|
|
||||||
"map_marker_with_image": "Map-markilo kun bildo",
|
"map_marker_with_image": "Map-markilo kun bildo",
|
||||||
"map_no_location_permission_content": "Vi devas permesi al la apo detekti vian aktualan lokon por vidi tieajn elementojn. Ĉu vi volas nun permesi tion?",
|
"map_no_location_permission_content": "Vi devas permesi al la apo detekti vian aktualan lokon por vidi tieajn elementojn. Ĉu vi volas nun permesi tion?",
|
||||||
"map_no_location_permission_title": "Detektado de loko ne permesita",
|
"map_no_location_permission_title": "Detektado de loko ne permesita",
|
||||||
@@ -1630,6 +1647,9 @@
|
|||||||
"navigate_to_time": "Navigi al dato/horo",
|
"navigate_to_time": "Navigi al dato/horo",
|
||||||
"network_requirement_photos_upload": "Uzi datumojn de poŝtelefona reto por savkopii fotojn",
|
"network_requirement_photos_upload": "Uzi datumojn de poŝtelefona reto por savkopii fotojn",
|
||||||
"network_requirement_videos_upload": "Uzi datumojn de poŝtelefona reto por savkopii videojn",
|
"network_requirement_videos_upload": "Uzi datumojn de poŝtelefona reto por savkopii videojn",
|
||||||
|
"network_requirements": "Retaj postuloj",
|
||||||
|
"network_requirements_updated": "Retaj postuloj ŝanĝiĝis, savkopia vico restarigita",
|
||||||
|
"networking_settings": "Retkonektoj",
|
||||||
"networking_subtitle": "Administri agordojn pri finpunktoj de la servilo",
|
"networking_subtitle": "Administri agordojn pri finpunktoj de la servilo",
|
||||||
"never": "Neniam",
|
"never": "Neniam",
|
||||||
"new_album": "Nova albumo",
|
"new_album": "Nova albumo",
|
||||||
@@ -1664,14 +1684,14 @@
|
|||||||
"no_explore_results_message": "Alŝutu pli da fotoj por esplori vian kolekton.",
|
"no_explore_results_message": "Alŝutu pli da fotoj por esplori vian kolekton.",
|
||||||
"no_favorites_message": "Aldoni al Preferataĵoj por rapide retrovi viajn plej bonajn bildojn kaj videojn",
|
"no_favorites_message": "Aldoni al Preferataĵoj por rapide retrovi viajn plej bonajn bildojn kaj videojn",
|
||||||
"no_libraries_message": "Krei eksteran biblitekon por vidi viajn fotojn kaj videojn",
|
"no_libraries_message": "Krei eksteran biblitekon por vidi viajn fotojn kaj videojn",
|
||||||
"no_local_assets_found": "Neniuj lokaj elementoj trovitaj kun tiu kontrolsumo",
|
"no_local_assets_found": "Neniu loka elemento trovita kun tiu kontrolsumo",
|
||||||
"no_location_set": "Neniu loko agordita",
|
"no_location_set": "Neniu loko agordita",
|
||||||
"no_locked_photos_message": "Fotoj kaj videoj en la ŝlosita dosierujo estas kaŝitaj, kaj ne montriĝos dum vi foliumas aŭ serĉas en via biblioteko.",
|
"no_locked_photos_message": "Fotoj kaj videoj en la ŝlosita dosierujo estas kaŝitaj, kaj ne montriĝos dum vi foliumas aŭ serĉas en via biblioteko.",
|
||||||
"no_name": "Neniu nomo",
|
"no_name": "Neniu nomo",
|
||||||
"no_notifications": "Neniuj sciigoj",
|
"no_notifications": "Neniuj sciigoj",
|
||||||
"no_people_found": "Neniuj kongruaj homoj trovitaj",
|
"no_people_found": "Neniuj kongruaj homoj trovitaj",
|
||||||
"no_places": "Neniuj lokoj",
|
"no_places": "Neniuj lokoj",
|
||||||
"no_remote_assets_found": "Neniuj foraj elementoj trovitaj kun tiu kontrolsumo",
|
"no_remote_assets_found": "Neniu fora elemento trovita kun tiu kontrolsumo",
|
||||||
"no_results": "Neniuj rezultoj",
|
"no_results": "Neniuj rezultoj",
|
||||||
"no_results_description": "Provu sinonimon aŭ pli ĝeneralan ŝlosilvorton",
|
"no_results_description": "Provu sinonimon aŭ pli ĝeneralan ŝlosilvorton",
|
||||||
"no_shared_albums_message": "Krei albumon por dividi fotojn kaj videojn kun konatoj",
|
"no_shared_albums_message": "Krei albumon por dividi fotojn kaj videojn kun konatoj",
|
||||||
@@ -1880,6 +1900,13 @@
|
|||||||
"readonly_mode_disabled": "Nurlega reĝimo malŝaltita",
|
"readonly_mode_disabled": "Nurlega reĝimo malŝaltita",
|
||||||
"readonly_mode_enabled": "Nurlega reĝimo ŝaltita",
|
"readonly_mode_enabled": "Nurlega reĝimo ŝaltita",
|
||||||
"ready_for_upload": "Preta por alŝuto",
|
"ready_for_upload": "Preta por alŝuto",
|
||||||
|
"reassign": "Reatribui",
|
||||||
|
"reassigned_assets_to_existing_person": "Reatribuis {count, plural, one {# elementon} other {# elementojn}} al {name, select, null {ekzistanta homo} other {{name}}}",
|
||||||
|
"reassigned_assets_to_new_person": "Reatribuis {count, plural, one {# elementon} other {# elementojn}} al nova homo",
|
||||||
|
"reassing_hint": "Reatribuis elektitajn elementojn al ekzistanta homo",
|
||||||
|
"recent": "Lastatempa(j)",
|
||||||
|
"recent_albums": "Lastatempaj albumoj",
|
||||||
|
"recent_searches": "Lastatempaj serĉoj",
|
||||||
"recently_added": "Lastatempe aldonita(j)",
|
"recently_added": "Lastatempe aldonita(j)",
|
||||||
"recently_added_page_title": "Lastatempe aldonita(j)",
|
"recently_added_page_title": "Lastatempe aldonita(j)",
|
||||||
"recently_taken": "Lastatempe fotita(j)",
|
"recently_taken": "Lastatempe fotita(j)",
|
||||||
@@ -1903,21 +1930,73 @@
|
|||||||
"remove_assets_shared_link_confirmation": "Ĉu vi certas, ke vi volas forigi {count, plural, one {# elementon} other {# elementojn}} de tiu dividita ligilo?",
|
"remove_assets_shared_link_confirmation": "Ĉu vi certas, ke vi volas forigi {count, plural, one {# elementon} other {# elementojn}} de tiu dividita ligilo?",
|
||||||
"remove_assets_title": "Ĉu forigi elementojn?",
|
"remove_assets_title": "Ĉu forigi elementojn?",
|
||||||
"remove_custom_date_range": "Forigi la dat-intervalon",
|
"remove_custom_date_range": "Forigi la dat-intervalon",
|
||||||
|
"remove_filter": "Forigi filtron",
|
||||||
|
"remove_from_album": "Forpreni de albumo",
|
||||||
|
"remove_from_album_action_prompt": "{count} forprenitaj de la albumo",
|
||||||
"remove_from_favorites": "Forigi el preferataĵoj",
|
"remove_from_favorites": "Forigi el preferataĵoj",
|
||||||
|
"remove_from_lock_folder_action_prompt": "{count} forprenitaj de la ŝlosita dosierujo",
|
||||||
|
"remove_from_locked_folder": "Forpreni de la ŝlosita dosierujo",
|
||||||
|
"remove_from_locked_folder_confirmation": "Ĉu vi certas, ke vi volas forpreni tiujn fotojn/videojn el la ŝlosita dosierujo? Ili poste estos videblaj en via biblioteko.",
|
||||||
"remove_from_shared_link": "Forigi el dividita ligilo",
|
"remove_from_shared_link": "Forigi el dividita ligilo",
|
||||||
|
"remove_memory": "Forigi memoraĵon",
|
||||||
|
"remove_photo_from_memory": "Forpreni foton el tiu memoraĵo",
|
||||||
|
"remove_tag": "Forigi etikedon",
|
||||||
|
"remove_url": "Forigi URL-on",
|
||||||
|
"remove_user": "Forigi uzanton",
|
||||||
|
"removed_api_key": "Forigita API-ŝlosilo: {name}",
|
||||||
|
"removed_from_archive": "Forigita de la arĥivo",
|
||||||
"removed_from_favorites": "Forigita(j) el preferataĵoj",
|
"removed_from_favorites": "Forigita(j) el preferataĵoj",
|
||||||
"removed_from_favorites_count": "{count, plural, other {Forigis #}} el Preferataĵoj",
|
"removed_from_favorites_count": "{count, plural, other {Forigis #}} el Preferataĵoj",
|
||||||
|
"removed_memory": "Memoraĵo forigita",
|
||||||
|
"removed_photo_from_memory": "Forprenis foton de la memoraĵo",
|
||||||
|
"removed_tagged_assets": "Forigis etikedon de {count, plural, one {# elemento} other {# elementoj}}",
|
||||||
|
"rename": "Renomi",
|
||||||
|
"repair": "Ripari",
|
||||||
|
"repair_no_results_message": "Senspuraj kaj mankantaj dosieroj aperas ĉi tie",
|
||||||
|
"replace_with_upload": "Anstataŭigi per alŝutaĵo",
|
||||||
|
"repository": "Deponejo",
|
||||||
|
"require_password": "Postuli pasvorton",
|
||||||
|
"require_user_to_change_password_on_first_login": "Devigi al uzanto ŝanĝi pasvorton je unua ensaluto",
|
||||||
"rescan": "Reanalizi",
|
"rescan": "Reanalizi",
|
||||||
"reset": "Restartigi",
|
"reset": "Restartigi",
|
||||||
|
"reset_password": "Restarigi pasvorton",
|
||||||
|
"reset_people_visibility": "Restarigi videblecon de homoj",
|
||||||
|
"reset_pin_code": "Restarigi PIN-kodon",
|
||||||
|
"reset_pin_code_description": "Se vi forgesis vian PIN-kodon, vi povas kontakti la administranto de via servilo por restarigi ĝin",
|
||||||
|
"reset_pin_code_success": "Sukcese restarigis PIN-kodon",
|
||||||
|
"reset_pin_code_with_password": "Vi povas restarigi vian PIN-kodon pere de via pasvorto",
|
||||||
|
"reset_sqlite": "Restarigi la SQLite-datumbazon",
|
||||||
"reset_sqlite_clear_app_data": "Forviŝi datumojn",
|
"reset_sqlite_clear_app_data": "Forviŝi datumojn",
|
||||||
"reset_sqlite_confirmation": "Ĉu vi certas, ke vi volas forviŝi la datumojn de la apo? Tio forigos ĉiujn agordojn kaj elsalutigos vin.",
|
"reset_sqlite_confirmation": "Ĉu vi certas, ke vi volas forviŝi la datumojn de la apo? Tio forigos ĉiujn agordojn kaj elsalutigos vin.",
|
||||||
"reset_sqlite_confirmation_note": "Noto: vi devos relanĉi la apon por la forviŝo.",
|
"reset_sqlite_confirmation_note": "Noto: vi devos relanĉi la apon por la forviŝo.",
|
||||||
"reset_sqlite_done": "Datumoj de la apo estas forviŝitaj. Bonvolu relanĉi Immich kaj ensalutu denove.",
|
"reset_sqlite_done": "Datumoj de la apo estas forviŝitaj. Bonvolu relanĉi Immich kaj ensalutu denove.",
|
||||||
|
"reset_sqlite_success": "Sukcese restarigis la SQLite-datumbazon",
|
||||||
|
"reset_to_default": "Restarigi la defaŭltojn",
|
||||||
|
"resolution": "Distingivo",
|
||||||
|
"resolve_duplicates": "Solvi duoblaĵojn",
|
||||||
|
"resolved_all_duplicates": "Solvis ĉiujn duoblaĵojn",
|
||||||
"restore": "Restaŭri",
|
"restore": "Restaŭri",
|
||||||
"restore_all": "Restaŭri ĉiujn",
|
"restore_all": "Restaŭri ĉiujn",
|
||||||
"restore_trash_action_prompt": "{count} restaŭrita(j) el rubujo",
|
"restore_trash_action_prompt": "{count} restaŭrita(j) el rubujo",
|
||||||
"restore_user": "Restaŭri uzanton",
|
"restore_user": "Restaŭri uzanton",
|
||||||
"restored_asset": "Restaŭri elementon",
|
"restored_asset": "Restaŭri elementon",
|
||||||
|
"resume": "Daŭrigi",
|
||||||
|
"resume_paused_jobs": "Daŭrigi {count, plural, one {# paŭzitan taskon} other {# paŭzitajn taskojn}}",
|
||||||
|
"retry_upload": "Reprovi alŝuton",
|
||||||
|
"review_duplicates": "Kontroli duoblaĵojn",
|
||||||
|
"review_large_files": "Kontroli grandajn dosierojn",
|
||||||
|
"role": "Rolo",
|
||||||
|
"role_editor": "Redaktanto",
|
||||||
|
"role_viewer": "Spektanto",
|
||||||
|
"running": "Aktuale plenumata(j)",
|
||||||
|
"save": "Konservi",
|
||||||
|
"save_to_gallery": "Konservi en galerio",
|
||||||
|
"saved": "Konservita(j)",
|
||||||
|
"saved_api_key": "Konservis API-ŝlosilon",
|
||||||
|
"saved_profile": "Konservis profilon",
|
||||||
|
"saved_settings": "Konservis agordojn",
|
||||||
|
"say_something": "Skribu ion",
|
||||||
|
"scaffold_body_error_occurred": "Eraro okazis",
|
||||||
"scaffold_body_error_unrecoverable": "Neriparebla eraro okazis. Bonvolu sendi al ni la eraron kaj la stakspuron per Discord aŭ per Github por ke ni povu helpi. Vi povas forviŝi la ĉi-subajn datumojn de la apo se vi volas.",
|
"scaffold_body_error_unrecoverable": "Neriparebla eraro okazis. Bonvolu sendi al ni la eraron kaj la stakspuron per Discord aŭ per Github por ke ni povu helpi. Vi povas forviŝi la ĉi-subajn datumojn de la apo se vi volas.",
|
||||||
"scan": "Analizi",
|
"scan": "Analizi",
|
||||||
"scan_all_libraries": "Analizi ĉiujn bibliotekojn",
|
"scan_all_libraries": "Analizi ĉiujn bibliotekojn",
|
||||||
@@ -1925,7 +2004,33 @@
|
|||||||
"scan_settings": "Agordoj pri analizado",
|
"scan_settings": "Agordoj pri analizado",
|
||||||
"scanning": "Analizado",
|
"scanning": "Analizado",
|
||||||
"scanning_for_album": "Serĉado de albumo...",
|
"scanning_for_album": "Serĉado de albumo...",
|
||||||
|
"screencast_mode_description": "Montri indikilojn surekrane pri tuŝoj de klavaro kaj muso",
|
||||||
|
"screencast_mode_title": "Baskuligi reĝimon de elsendo",
|
||||||
|
"search": "Serĉi",
|
||||||
|
"search_albums": "Serĉi albumojn",
|
||||||
|
"search_by_context": "Serĉi laŭ kunteksto",
|
||||||
|
"search_by_description": "Serĉi laŭ priskribo",
|
||||||
|
"search_by_description_example": "Promenado en Poznań",
|
||||||
|
"search_by_filename": "Serĉi laŭ dosiernomo aŭ sufikso",
|
||||||
|
"search_by_filename_example": "ekz. IMG_1234.jpg aŭ png",
|
||||||
|
"search_by_full_path": "Serĉi laŭ dosier-vojo aŭ dosierujo",
|
||||||
|
"search_by_full_path_example": "/Silvja/Projektoj/3D_Printado/2026-07-01 - vi povas serĉi 'Projektoj', '3D', 'Printado', '2026', ktp.",
|
||||||
|
"search_by_ocr": "Serĉi per optika signo-rekono",
|
||||||
|
"search_by_ocr_example": "Invitilo",
|
||||||
"search_camera_lens_model": "Serĉi tipon de objektivo...",
|
"search_camera_lens_model": "Serĉi tipon de objektivo...",
|
||||||
|
"search_camera_make": "Serĉi fabrikanton de fotilo...",
|
||||||
|
"search_camera_model": "Serĉi tipon de fotilo...",
|
||||||
|
"search_city": "Serĉi urbon...",
|
||||||
|
"search_country": "Serĉi landon...",
|
||||||
|
"search_filter_apply": "Apliki filtrilon",
|
||||||
|
"search_filter_camera_title": "Elektu tipon de fotilo",
|
||||||
|
"search_filter_date": "Dato",
|
||||||
|
"search_filter_date_interval": "de {start} ĝis {end}",
|
||||||
|
"search_filter_date_title": "Elektu intervalon de datoj",
|
||||||
|
"search_filter_display_option_not_in_album": "Ne en albumo",
|
||||||
|
"search_filter_display_options": "Agordoj pri aranĝo sur ekrano",
|
||||||
|
"search_filter_filename": "Serĉi laŭ dosiernomo",
|
||||||
|
"search_filter_location": "Loko",
|
||||||
"search_suggestion_list_smart_search_hint_1": "Inteligenta serĉado defaŭlte estas ŝaltita. Por serĉi metadatumojn, uzu sintakson tiel ",
|
"search_suggestion_list_smart_search_hint_1": "Inteligenta serĉado defaŭlte estas ŝaltita. Por serĉi metadatumojn, uzu sintakson tiel ",
|
||||||
"select_user_for_sharing_page_err_album": "Malsukcesis krei albumon",
|
"select_user_for_sharing_page_err_album": "Malsukcesis krei albumon",
|
||||||
"server_privacy": "Privateco de servilo",
|
"server_privacy": "Privateco de servilo",
|
||||||
|
|||||||
+4
-4
@@ -59,7 +59,7 @@
|
|||||||
"backup_onboarding_1_description": "Copia en un lugar externo, en la nube u otra ubicación física.",
|
"backup_onboarding_1_description": "Copia en un lugar externo, en la nube u otra ubicación física.",
|
||||||
"backup_onboarding_2_description": "copias locales en diferentes dispositivos. Incluye los archivos principales y una copia de seguridad local de dichos archivos.",
|
"backup_onboarding_2_description": "copias locales en diferentes dispositivos. Incluye los archivos principales y una copia de seguridad local de dichos archivos.",
|
||||||
"backup_onboarding_3_description": "copias totales de tu data, incluyendo los archivos originales. Incluye 1 copia fuera de sitio y 2 copias locales.",
|
"backup_onboarding_3_description": "copias totales de tu data, incluyendo los archivos originales. Incluye 1 copia fuera de sitio y 2 copias locales.",
|
||||||
"backup_onboarding_description": "Se recomienda una <backblaze-link>estrategia de copia de seguridad 3-2-1</backblaze-link> para proteger tus datos. Deberías mantener copias de las fotos y vídeos que subas, así como de la base de datos de Immich, para contar con una solución de copia de seguridad completa.",
|
"backup_onboarding_description": "Una <backblaze-link>estrategia de copia de seguridad 3-2-1</backblaze-link> es recomendada para proteger tus datos. Deberías mantener copias de las fotos y vídeos que subas, así como de la base de datos de Immich, para contar con una solución de copia de seguridad completa.",
|
||||||
"backup_onboarding_footer": "Para obtener más información sobre cómo hacer una copia de seguridad de Immich, consulta la <link>documentación</link>.",
|
"backup_onboarding_footer": "Para obtener más información sobre cómo hacer una copia de seguridad de Immich, consulta la <link>documentación</link>.",
|
||||||
"backup_onboarding_parts_title": "Una copia de seguridad 3-2-1 incluye:",
|
"backup_onboarding_parts_title": "Una copia de seguridad 3-2-1 incluye:",
|
||||||
"backup_onboarding_title": "Copias de seguridad",
|
"backup_onboarding_title": "Copias de seguridad",
|
||||||
@@ -1500,7 +1500,7 @@
|
|||||||
"logout_this_device_confirmation": "¿Estás seguro de que quieres cerrar sesión en este dispositivo?",
|
"logout_this_device_confirmation": "¿Estás seguro de que quieres cerrar sesión en este dispositivo?",
|
||||||
"logs": "Registros",
|
"logs": "Registros",
|
||||||
"longitude": "Longitud",
|
"longitude": "Longitud",
|
||||||
"look": "Mirar",
|
"look": "Aspecto",
|
||||||
"loop_videos": "Vídeos en bucle",
|
"loop_videos": "Vídeos en bucle",
|
||||||
"loop_videos_description": "Habilite la reproducción automática de un video en el visor de detalles.",
|
"loop_videos_description": "Habilite la reproducción automática de un video en el visor de detalles.",
|
||||||
"main_branch_warning": "Está utilizando una versión de desarrollo; ¡le recomendamos encarecidamente que utilice una versión de lanzamiento!",
|
"main_branch_warning": "Está utilizando una versión de desarrollo; ¡le recomendamos encarecidamente que utilice una versión de lanzamiento!",
|
||||||
@@ -1548,7 +1548,7 @@
|
|||||||
"map_location_picker_page_use_location": "Usar esta ubicación",
|
"map_location_picker_page_use_location": "Usar esta ubicación",
|
||||||
"map_location_service_disabled_content": "Los servicios de ubicación deben estar activados para mostrar recursos de tu ubicación actual. ¿Deseas activarlos ahora?",
|
"map_location_service_disabled_content": "Los servicios de ubicación deben estar activados para mostrar recursos de tu ubicación actual. ¿Deseas activarlos ahora?",
|
||||||
"map_location_service_disabled_title": "Servicios de ubicación desactivados",
|
"map_location_service_disabled_title": "Servicios de ubicación desactivados",
|
||||||
"map_marker_for_images": "Marcador de mapa para imágenes tomadas en {city}, {country}",
|
"map_marker_for_image": "Marcador del mapa para la imagen tomada en {city}, {country}",
|
||||||
"map_marker_with_image": "Marcador de mapa con imagen",
|
"map_marker_with_image": "Marcador de mapa con imagen",
|
||||||
"map_no_location_permission_content": "Se necesitan permisos de ubicación para mostrar recursos de tu ubicación actual. ¿Deseas activarlos ahora?",
|
"map_no_location_permission_content": "Se necesitan permisos de ubicación para mostrar recursos de tu ubicación actual. ¿Deseas activarlos ahora?",
|
||||||
"map_no_location_permission_title": "Permisos de ubicación denegados",
|
"map_no_location_permission_title": "Permisos de ubicación denegados",
|
||||||
@@ -2075,7 +2075,7 @@
|
|||||||
"search_places": "Buscar lugar",
|
"search_places": "Buscar lugar",
|
||||||
"search_rating": "Buscar por calificación...",
|
"search_rating": "Buscar por calificación...",
|
||||||
"search_result_page_new_search_hint": "Nueva Búsqueda",
|
"search_result_page_new_search_hint": "Nueva Búsqueda",
|
||||||
"search_settings": "Ajustes de búsqueda",
|
"search_settings": "Buscar ajustes",
|
||||||
"search_state": "Buscar región/estado...",
|
"search_state": "Buscar región/estado...",
|
||||||
"search_suggestion_list_smart_search_hint_1": "La búsqueda inteligente está habilitada por defecto, para buscar metadatos utiliza esta sintaxis ",
|
"search_suggestion_list_smart_search_hint_1": "La búsqueda inteligente está habilitada por defecto, para buscar metadatos utiliza esta sintaxis ",
|
||||||
"search_suggestion_list_smart_search_hint_2": "m:tu-término-de-búsqueda",
|
"search_suggestion_list_smart_search_hint_2": "m:tu-término-de-búsqueda",
|
||||||
|
|||||||
+11
-1
@@ -189,11 +189,17 @@
|
|||||||
"machine_learning_smart_search_enabled": "Luba nutiotsing",
|
"machine_learning_smart_search_enabled": "Luba nutiotsing",
|
||||||
"machine_learning_smart_search_enabled_description": "Kui keelatud, siis ei kodeerita pilte nutiotsingu jaoks.",
|
"machine_learning_smart_search_enabled_description": "Kui keelatud, siis ei kodeerita pilte nutiotsingu jaoks.",
|
||||||
"machine_learning_url_description": "Masinõppe serveri URL. Kui ette on antud rohkem kui üks URL, proovitakse neid järjest ükshaaval, kuni üks edukalt vastab. Servereid, mis ei vasta, ignoreeritakse ajutiselt, kuni ühendus taastub.",
|
"machine_learning_url_description": "Masinõppe serveri URL. Kui ette on antud rohkem kui üks URL, proovitakse neid järjest ükshaaval, kuni üks edukalt vastab. Servereid, mis ei vasta, ignoreeritakse ajutiselt, kuni ühendus taastub.",
|
||||||
|
"maintenance_backup_management": "Varunduse haldus",
|
||||||
"maintenance_delete_backup": "Kustuta varukoopia",
|
"maintenance_delete_backup": "Kustuta varukoopia",
|
||||||
"maintenance_delete_backup_description": "See fail kustutatakse jäädavalt.",
|
"maintenance_delete_backup_description": "See fail kustutatakse jäädavalt.",
|
||||||
"maintenance_delete_error": "Varukoopia kustutamine ebaõnnestus.",
|
"maintenance_delete_error": "Varukoopia kustutamine ebaõnnestus.",
|
||||||
"maintenance_integrity_check_all": "Märgi kõik",
|
"maintenance_integrity_check_all": "Märgi kõik",
|
||||||
|
"maintenance_integrity_checksum_mismatch": "Kontrollsumma ebakõla",
|
||||||
|
"maintenance_integrity_checksum_mismatch_description": "Failid, mille kontrollsumma ei klapi sellega, mis on Immich'i andmebaasis.",
|
||||||
|
"maintenance_integrity_checksum_mismatch_job": "Otsi kontrollsumma ebakõlasid",
|
||||||
|
"maintenance_integrity_checksum_mismatch_refresh_job": "Värskenda kontrollsumma ebakõlade aruanne",
|
||||||
"maintenance_integrity_missing_file": "Puuduvad failid",
|
"maintenance_integrity_missing_file": "Puuduvad failid",
|
||||||
|
"maintenance_integrity_missing_file_description": "Failid, mida Immich jälgib andmebaasis, kuid mida ei eksisteeri failisüsteemis.",
|
||||||
"maintenance_integrity_missing_file_job": "Otsi puuduvaid faile",
|
"maintenance_integrity_missing_file_job": "Otsi puuduvaid faile",
|
||||||
"maintenance_integrity_missing_file_refresh_job": "Värskenda puuduvate failide aruanne",
|
"maintenance_integrity_missing_file_refresh_job": "Värskenda puuduvate failide aruanne",
|
||||||
"maintenance_integrity_untracked_file": "Mittejälgitavad failid",
|
"maintenance_integrity_untracked_file": "Mittejälgitavad failid",
|
||||||
@@ -923,6 +929,8 @@
|
|||||||
"deduplicate_all": "Dedubleeri kõik",
|
"deduplicate_all": "Dedubleeri kõik",
|
||||||
"default_locale": "Vaikimisi lokaat",
|
"default_locale": "Vaikimisi lokaat",
|
||||||
"default_locale_description": "Vorminda kuupäevad ja arvud vastavalt brauseri lokaadile",
|
"default_locale_description": "Vorminda kuupäevad ja arvud vastavalt brauseri lokaadile",
|
||||||
|
"default_quality_subtitle": "Kvaliteet, mida jagamisel kasutada. Hoia jagamise nuppu all, et iga kord valida.",
|
||||||
|
"default_share_quality": "Vaikimisi jagamise kvaliteet",
|
||||||
"delete": "Kustuta",
|
"delete": "Kustuta",
|
||||||
"delete_action_confirmation_message": "Kas oled kindel, et soovid selle üksuse kustutada? See toiming liigutab üksuse serveri prügikasti ja küsib, kas soovid selle lokaalselt kustutada",
|
"delete_action_confirmation_message": "Kas oled kindel, et soovid selle üksuse kustutada? See toiming liigutab üksuse serveri prügikasti ja küsib, kas soovid selle lokaalselt kustutada",
|
||||||
"delete_action_prompt": "{count} kustutatud",
|
"delete_action_prompt": "{count} kustutatud",
|
||||||
@@ -1535,7 +1543,7 @@
|
|||||||
"map_location_picker_page_use_location": "Kasuta seda asukohta",
|
"map_location_picker_page_use_location": "Kasuta seda asukohta",
|
||||||
"map_location_service_disabled_content": "Praeguse asukoha üksuste kuvamiseks tuleb lubada asukoha teenus. Kas soovid seda praegu lubada?",
|
"map_location_service_disabled_content": "Praeguse asukoha üksuste kuvamiseks tuleb lubada asukoha teenus. Kas soovid seda praegu lubada?",
|
||||||
"map_location_service_disabled_title": "Asukoha teenus keelatud",
|
"map_location_service_disabled_title": "Asukoha teenus keelatud",
|
||||||
"map_marker_for_images": "Kaardimarker kohas {city}, {country} tehtud piltide jaoks",
|
"map_marker_for_image": "Kaardimarker pildile, mis on tehtud kohas {city}, {country}",
|
||||||
"map_marker_with_image": "Kaardimarker pildiga",
|
"map_marker_with_image": "Kaardimarker pildiga",
|
||||||
"map_no_location_permission_content": "Praeguse asukoha üksuste kuvamiseks on vaja asukoha luba. Kas soovid seda praegu lubada?",
|
"map_no_location_permission_content": "Praeguse asukoha üksuste kuvamiseks on vaja asukoha luba. Kas soovid seda praegu lubada?",
|
||||||
"map_no_location_permission_title": "Asukoha luba keelatud",
|
"map_no_location_permission_title": "Asukoha luba keelatud",
|
||||||
@@ -2376,6 +2384,8 @@
|
|||||||
"trash_page_title": "Prügikast ({count})",
|
"trash_page_title": "Prügikast ({count})",
|
||||||
"trashed_items_will_be_permanently_deleted_after": "Prügikasti tõstetud üksused kustutatakse jäädavalt {days, plural, one {# päeva} other {# päeva}} pärast.",
|
"trashed_items_will_be_permanently_deleted_after": "Prügikasti tõstetud üksused kustutatakse jäädavalt {days, plural, one {# päeva} other {# päeva}} pärast.",
|
||||||
"trigger": "Päästik",
|
"trigger": "Päästik",
|
||||||
|
"trigger_asset_metadata_extraction": "Üksuste metaandmete eraldamine",
|
||||||
|
"trigger_asset_metadata_extraction_description": "Käivitub, kui üksusest eraldatakse EXIF metaandmed",
|
||||||
"trigger_asset_uploaded": "Üksuse üleslaadimine",
|
"trigger_asset_uploaded": "Üksuse üleslaadimine",
|
||||||
"trigger_asset_uploaded_description": "Käivitub uue üksuse üleslaadimisel",
|
"trigger_asset_uploaded_description": "Käivitub uue üksuse üleslaadimisel",
|
||||||
"trigger_description": "Sündmus, mis käivitab töövoo",
|
"trigger_description": "Sündmus, mis käivitab töövoo",
|
||||||
|
|||||||
+1678
-3
File diff suppressed because it is too large
Load Diff
@@ -605,7 +605,6 @@
|
|||||||
"map_location_picker_page_use_location": "استفاده از این موقعیت مکانی",
|
"map_location_picker_page_use_location": "استفاده از این موقعیت مکانی",
|
||||||
"map_location_service_disabled_content": "برای نمایش داراییها بر اساس موقعیت مکانی، نیاز به فعالسازی سرویس مکانیابی دارید. میخواهید همین حالا فعال شود؟",
|
"map_location_service_disabled_content": "برای نمایش داراییها بر اساس موقعیت مکانی، نیاز به فعالسازی سرویس مکانیابی دارید. میخواهید همین حالا فعال شود؟",
|
||||||
"map_location_service_disabled_title": "سرویس مکانیابی غیرفعال است",
|
"map_location_service_disabled_title": "سرویس مکانیابی غیرفعال است",
|
||||||
"map_marker_for_images": "نشانگر روی نقشه برای عکسهای گرفتهشده در {city}, {country}",
|
|
||||||
"map_marker_with_image": "علامتگذاری نقشه با عکس",
|
"map_marker_with_image": "علامتگذاری نقشه با عکس",
|
||||||
"map_no_location_permission_content": "برای نمایش عکسهای اطرافتان، برنامه نیاز به دسترسی به موقعیت مکانی دارد. اجازه دسترسی میدهید؟",
|
"map_no_location_permission_content": "برای نمایش عکسهای اطرافتان، برنامه نیاز به دسترسی به موقعیت مکانی دارد. اجازه دسترسی میدهید؟",
|
||||||
"map_no_location_permission_title": "دسترسی به موقعیت شما فعال نیست",
|
"map_no_location_permission_title": "دسترسی به موقعیت شما فعال نیست",
|
||||||
|
|||||||
@@ -1504,7 +1504,6 @@
|
|||||||
"map_location_picker_page_use_location": "Käytä tätä sijaintia",
|
"map_location_picker_page_use_location": "Käytä tätä sijaintia",
|
||||||
"map_location_service_disabled_content": "Paikannuspalvelun pitää olla kytkettynä päälle, jotta nykyisen sijaintisi kohteita voidaan näyttää. Haluatko kytkeä sen päälle nyt?",
|
"map_location_service_disabled_content": "Paikannuspalvelun pitää olla kytkettynä päälle, jotta nykyisen sijaintisi kohteita voidaan näyttää. Haluatko kytkeä sen päälle nyt?",
|
||||||
"map_location_service_disabled_title": "Paikannuspalvelu pois päältä",
|
"map_location_service_disabled_title": "Paikannuspalvelu pois päältä",
|
||||||
"map_marker_for_images": "Karttamarkerointi kuville, jotka on otettu kaupungissa {city}, maassa {country}",
|
|
||||||
"map_marker_with_image": "Karttamarkerointi kuvalla",
|
"map_marker_with_image": "Karttamarkerointi kuvalla",
|
||||||
"map_no_location_permission_content": "Paikannuslupa tarvitaan, jotta nykyisen sijainnin kohteita voidaan näyttää. Haluatko sallia pääsyn sijaintiin?",
|
"map_no_location_permission_content": "Paikannuslupa tarvitaan, jotta nykyisen sijainnin kohteita voidaan näyttää. Haluatko sallia pääsyn sijaintiin?",
|
||||||
"map_no_location_permission_title": "Paikannuslupa estetty",
|
"map_no_location_permission_title": "Paikannuslupa estetty",
|
||||||
|
|||||||
@@ -15,29 +15,36 @@
|
|||||||
"add_a_location": "Dagdagan ng lugar",
|
"add_a_location": "Dagdagan ng lugar",
|
||||||
"add_a_name": "Dagdagan ng pangalan",
|
"add_a_name": "Dagdagan ng pangalan",
|
||||||
"add_a_title": "Dagdagan ng pamagat",
|
"add_a_title": "Dagdagan ng pamagat",
|
||||||
|
"add_action": "Magdagdag ng aksyon",
|
||||||
"add_assets": "Dagdagan ng asset",
|
"add_assets": "Dagdagan ng asset",
|
||||||
"add_birthday": "Maglagay ng kaarawan",
|
"add_birthday": "Maglagay ng kaarawan",
|
||||||
"add_endpoint": "Dagdagan ng dulo",
|
"add_endpoint": "Dagdagan ng dulo",
|
||||||
|
"add_exclusion_pattern": "Magdagdag ng exlusion pattern",
|
||||||
"add_location": "Magdagdag ng lugar",
|
"add_location": "Magdagdag ng lugar",
|
||||||
"add_more_users": "Magdagdag ng mga user",
|
"add_more_users": "Magdagdag ng mga user",
|
||||||
"add_partner": "Magdagdag ng kasangga",
|
"add_partner": "Magdagdag ng kasangga",
|
||||||
"add_path": "Magdagdag ng path",
|
"add_path": "Magdagdag ng path",
|
||||||
"add_photos": "Magdagdag ng litrato",
|
"add_photos": "Magdagdag ng litrato",
|
||||||
|
"add_step": "Magdagdag ng step",
|
||||||
"add_tag": "Magdagdag ng tag",
|
"add_tag": "Magdagdag ng tag",
|
||||||
"add_to": "Idagdag sa…",
|
"add_to": "Idagdag sa…",
|
||||||
"add_to_album": "Idagdag sa album",
|
"add_to_album": "Idagdag sa album",
|
||||||
"add_to_album_bottom_sheet_added": "Naidagdag sa {album}",
|
"add_to_album_bottom_sheet_added": "Naidagdag sa {album}",
|
||||||
"add_to_album_bottom_sheet_already_exists": "Nasa {album} na",
|
"add_to_album_bottom_sheet_already_exists": "Nasa {album} na",
|
||||||
|
"add_to_album_bottom_sheet_some_local_assets": "May ilang mga local assets ang hindi maidagdag sa album",
|
||||||
|
"add_to_album_toggle": "Toggle selection para sa {album}",
|
||||||
"add_to_albums": "Idagdag sa mga album",
|
"add_to_albums": "Idagdag sa mga album",
|
||||||
"add_to_albums_count": "Idagdag sa mga album ({count})",
|
"add_to_albums_count": "Idagdag sa mga album ({count})",
|
||||||
"add_to_bottom_bar": "Idagdag sa",
|
"add_to_bottom_bar": "Idagdag sa",
|
||||||
"add_to_shared_album": "Idagdag sa shared album",
|
"add_to_shared_album": "Idagdag sa shared album",
|
||||||
|
"add_upload_to_stack": "Magdagdag ng upload para ma-stack",
|
||||||
"add_url": "Magdagdag ng URL",
|
"add_url": "Magdagdag ng URL",
|
||||||
"added_to_archive": "Naidagdag sa archive",
|
"added_to_archive": "Naidagdag sa archive",
|
||||||
"added_to_favorites": "Naidagdag sa mga paborito",
|
"added_to_favorites": "Naidagdag sa mga paborito",
|
||||||
"added_to_favorites_count": "Naidagdag ang {count, number} sa mga paborito",
|
"added_to_favorites_count": "Naidagdag ang {count, number} sa mga paborito",
|
||||||
"admin": {
|
"admin": {
|
||||||
"add_exclusion_pattern_description": "Dagdagan ng pattern para maibukod. Supportado ang pag-tutugma gamit ang *, **, at ?. Para hindi maisama ang mga file sa direktoryo na may pangalang \"Raw\", gamitin ang \"**/Raw/**\". Para hindi maisama ang lahat ng mga file na nagtatapos sa \".tif\", gamitin ang \"**/*.tif\". Para hindi maisama ang isang tiyak na folder, gamitin ang \"/path/to/ignore/**\".",
|
"add_exclusion_pattern_description": "Dagdagan ng pattern para maibukod. Supportado ang pag-tutugma gamit ang *, **, at ?. Para hindi maisama ang mga file sa direktoryo na may pangalang \"Raw\", gamitin ang \"**/Raw/**\". Para hindi maisama ang lahat ng mga file na nagtatapos sa \".tif\", gamitin ang \"**/*.tif\". Para hindi maisama ang isang tiyak na folder, gamitin ang \"/path/to/ignore/**\".",
|
||||||
|
"admin_user": "Admin User",
|
||||||
"asset_offline_description": "Ang external library asset na ito ay hindi na makikita sa disk at nailipat na sa basurahan. Kung ang file ay nailipat sa loob ng library, tignan ang iyong timeline para sa kaukulang asset. Para maibalik ang asset na ito, siguraduhin na ang file ay maa-access ng Immich at muling i-scan ang library.",
|
"asset_offline_description": "Ang external library asset na ito ay hindi na makikita sa disk at nailipat na sa basurahan. Kung ang file ay nailipat sa loob ng library, tignan ang iyong timeline para sa kaukulang asset. Para maibalik ang asset na ito, siguraduhin na ang file ay maa-access ng Immich at muling i-scan ang library.",
|
||||||
"authentication_settings": "Setting ng mga Pagkakakilanlan",
|
"authentication_settings": "Setting ng mga Pagkakakilanlan",
|
||||||
"authentication_settings_description": "Pamahalaan ang password, OAuth, and iba pang setting ng pagkakakilanlan",
|
"authentication_settings_description": "Pamahalaan ang password, OAuth, and iba pang setting ng pagkakakilanlan",
|
||||||
@@ -68,6 +75,7 @@
|
|||||||
"disable_login": "I-disable ang login",
|
"disable_login": "I-disable ang login",
|
||||||
"duplicate_detection_job_description": "Hanapin ang mga magkakatulad na imahe gamit ang machine learning. Umaasa sa Smart Search",
|
"duplicate_detection_job_description": "Hanapin ang mga magkakatulad na imahe gamit ang machine learning. Umaasa sa Smart Search",
|
||||||
"exclusion_pattern_description": "Maaaring gamitin ang mga pattern na pangbukod para hindi pansinin ang ilang file o folder habang binabasa ang iyong library. Mainam itong solusyon para sa mga folder na may file na ayaw niyong ma-import, tulad ng mga RAW na file.",
|
"exclusion_pattern_description": "Maaaring gamitin ang mga pattern na pangbukod para hindi pansinin ang ilang file o folder habang binabasa ang iyong library. Mainam itong solusyon para sa mga folder na may file na ayaw niyong ma-import, tulad ng mga RAW na file.",
|
||||||
|
"face_detection": "Face detection",
|
||||||
"force_delete_user_warning": "BABALA: Tatanggalin itong user at lahat ng asset nila, Hindi ito mababawi at ang kanilang files ay hindi na mababalik",
|
"force_delete_user_warning": "BABALA: Tatanggalin itong user at lahat ng asset nila, Hindi ito mababawi at ang kanilang files ay hindi na mababalik",
|
||||||
"image_format": "Format",
|
"image_format": "Format",
|
||||||
"note_cannot_be_changed_later": "TANDAAN: Hindi na ito pwede baguhin sa susunod!",
|
"note_cannot_be_changed_later": "TANDAAN: Hindi na ito pwede baguhin sa susunod!",
|
||||||
|
|||||||
+1
-1
@@ -1548,7 +1548,7 @@
|
|||||||
"map_location_picker_page_use_location": "Utiliser ma position",
|
"map_location_picker_page_use_location": "Utiliser ma position",
|
||||||
"map_location_service_disabled_content": "Le service de localisation doit être activé pour afficher les médias de votre emplacement actuel. Souhaitez-vous l'activer maintenant ?",
|
"map_location_service_disabled_content": "Le service de localisation doit être activé pour afficher les médias de votre emplacement actuel. Souhaitez-vous l'activer maintenant ?",
|
||||||
"map_location_service_disabled_title": "Service de localisation désactivé",
|
"map_location_service_disabled_title": "Service de localisation désactivé",
|
||||||
"map_marker_for_images": "Marqueur de carte pour les images prises à {city}, {country}",
|
"map_marker_for_image": "Marqueur de carte pour une image prise à {city}, {country}",
|
||||||
"map_marker_with_image": "Marqueur de carte avec image",
|
"map_marker_with_image": "Marqueur de carte avec image",
|
||||||
"map_no_location_permission_content": "L'autorisation de localisation est nécessaire pour afficher les médias de votre emplacement actuel. Souhaitez-vous l'autoriser maintenant ?",
|
"map_no_location_permission_content": "L'autorisation de localisation est nécessaire pour afficher les médias de votre emplacement actuel. Souhaitez-vous l'autoriser maintenant ?",
|
||||||
"map_no_location_permission_title": "Permission de localisation refusée",
|
"map_no_location_permission_title": "Permission de localisation refusée",
|
||||||
|
|||||||
+5
-1
@@ -189,18 +189,23 @@
|
|||||||
"machine_learning_smart_search_enabled": "Cumasaigh cuardach cliste",
|
"machine_learning_smart_search_enabled": "Cumasaigh cuardach cliste",
|
||||||
"machine_learning_smart_search_enabled_description": "Mura bhfuil sé sin ar fáil, ní dhéanfar íomhánna a ionchódú le haghaidh cuardaigh chliste.",
|
"machine_learning_smart_search_enabled_description": "Mura bhfuil sé sin ar fáil, ní dhéanfar íomhánna a ionchódú le haghaidh cuardaigh chliste.",
|
||||||
"machine_learning_url_description": "URL an fhreastalaí foghlama meaisín. Má chuirtear níos mó ná URL amháin ar fáil, déanfar iarracht ar gach freastalaí ceann ag an am go dtí go bhfreagróidh ceann acu go rathúil, in ord ón gcéad cheann go dtí an ceann deireanach. Déanfar neamhaird shealadach ar fhreastalaithe nach bhfreagróidh go dtí go mbeidh siad ar líne arís.",
|
"machine_learning_url_description": "URL an fhreastalaí foghlama meaisín. Má chuirtear níos mó ná URL amháin ar fáil, déanfar iarracht ar gach freastalaí ceann ag an am go dtí go bhfreagróidh ceann acu go rathúil, in ord ón gcéad cheann go dtí an ceann deireanach. Déanfar neamhaird shealadach ar fhreastalaithe nach bhfreagróidh go dtí go mbeidh siad ar líne arís.",
|
||||||
|
"maintenance_backup_management": "Bainistíocht chúltaca",
|
||||||
"maintenance_delete_backup": "Scrios Cúltaca",
|
"maintenance_delete_backup": "Scrios Cúltaca",
|
||||||
"maintenance_delete_backup_description": "Scriosfar an comhad seo go neamh-inchúlghairthe.",
|
"maintenance_delete_backup_description": "Scriosfar an comhad seo go neamh-inchúlghairthe.",
|
||||||
"maintenance_delete_error": "Theip ar an gcúltaca a scriosadh.",
|
"maintenance_delete_error": "Theip ar an gcúltaca a scriosadh.",
|
||||||
|
"maintenance_integrity_check": "Seiceáil",
|
||||||
"maintenance_integrity_check_all": "Seiceáil Gach Rud",
|
"maintenance_integrity_check_all": "Seiceáil Gach Rud",
|
||||||
"maintenance_integrity_checksum_mismatch": "Mí-chomhoiriúnacht suime seiceála",
|
"maintenance_integrity_checksum_mismatch": "Mí-chomhoiriúnacht suime seiceála",
|
||||||
|
"maintenance_integrity_checksum_mismatch_description": "Comhaid nach bhfuil an tsuim seiceála ar an diosca ag teacht leis an tsuim seiceála atá stóráilte ag Immich ina bhunachar sonraí.",
|
||||||
"maintenance_integrity_checksum_mismatch_job": "Seiceáil le haghaidh mí-oiriúnuithe suime seiceála",
|
"maintenance_integrity_checksum_mismatch_job": "Seiceáil le haghaidh mí-oiriúnuithe suime seiceála",
|
||||||
"maintenance_integrity_checksum_mismatch_refresh_job": "Athnuachan tuairiscí mí-oiriúnachta suime seiceála",
|
"maintenance_integrity_checksum_mismatch_refresh_job": "Athnuachan tuairiscí mí-oiriúnachta suime seiceála",
|
||||||
"maintenance_integrity_missing_file": "Comhaid ar Iarraidh",
|
"maintenance_integrity_missing_file": "Comhaid ar Iarraidh",
|
||||||
|
"maintenance_integrity_missing_file_description": "Comhaid atá rianaithe ag Immich ina bhunachar sonraí ach nach bhfuil ar fáil ar an gcóras comhad.",
|
||||||
"maintenance_integrity_missing_file_job": "Seiceáil le haghaidh comhaid atá ar iarraidh",
|
"maintenance_integrity_missing_file_job": "Seiceáil le haghaidh comhaid atá ar iarraidh",
|
||||||
"maintenance_integrity_missing_file_refresh_job": "Athnuachan tuairiscí ar chomhaid atá ar iarraidh",
|
"maintenance_integrity_missing_file_refresh_job": "Athnuachan tuairiscí ar chomhaid atá ar iarraidh",
|
||||||
"maintenance_integrity_report": "Tuarascáil Ionracais",
|
"maintenance_integrity_report": "Tuarascáil Ionracais",
|
||||||
"maintenance_integrity_untracked_file": "Comhaid Gan Rianú",
|
"maintenance_integrity_untracked_file": "Comhaid Gan Rianú",
|
||||||
|
"maintenance_integrity_untracked_file_description": "Comhaid in eolairí Immich nach bhfuil aon taifead ag Immich orthu.",
|
||||||
"maintenance_integrity_untracked_file_job": "Seiceáil le haghaidh comhaid neamhrianaithe",
|
"maintenance_integrity_untracked_file_job": "Seiceáil le haghaidh comhaid neamhrianaithe",
|
||||||
"maintenance_integrity_untracked_file_refresh_job": "Athnuachan tuarascálacha comhad neamhrianaithe",
|
"maintenance_integrity_untracked_file_refresh_job": "Athnuachan tuarascálacha comhad neamhrianaithe",
|
||||||
"maintenance_restore_backup": "Athchóirigh Cúltaca",
|
"maintenance_restore_backup": "Athchóirigh Cúltaca",
|
||||||
@@ -1543,7 +1548,6 @@
|
|||||||
"map_location_picker_page_use_location": "Úsáid an suíomh seo",
|
"map_location_picker_page_use_location": "Úsáid an suíomh seo",
|
||||||
"map_location_service_disabled_content": "Ní mór seirbhís suímh a chumasú chun sócmhainní ó do shuíomh reatha a thaispeáint. Ar mhaith leat é a chumasú anois?",
|
"map_location_service_disabled_content": "Ní mór seirbhís suímh a chumasú chun sócmhainní ó do shuíomh reatha a thaispeáint. Ar mhaith leat é a chumasú anois?",
|
||||||
"map_location_service_disabled_title": "Seirbhís Suímh díchumasaithe",
|
"map_location_service_disabled_title": "Seirbhís Suímh díchumasaithe",
|
||||||
"map_marker_for_images": "Marcóir léarscáile le haghaidh íomhánna a tógadh i {city}, {country}",
|
|
||||||
"map_marker_with_image": "Marcóir léarscáile le híomhá",
|
"map_marker_with_image": "Marcóir léarscáile le híomhá",
|
||||||
"map_no_location_permission_content": "Tá cead suímh ag teastáil chun sócmhainní a thaispeáint ó do shuíomh reatha. Ar mhaith leat é a cheadú anois?",
|
"map_no_location_permission_content": "Tá cead suímh ag teastáil chun sócmhainní a thaispeáint ó do shuíomh reatha. Ar mhaith leat é a cheadú anois?",
|
||||||
"map_no_location_permission_title": "Cead Suímh diúltaithe",
|
"map_no_location_permission_title": "Cead Suímh diúltaithe",
|
||||||
|
|||||||
+14
-2
@@ -189,18 +189,23 @@
|
|||||||
"machine_learning_smart_search_enabled": "Activar busca intelixente",
|
"machine_learning_smart_search_enabled": "Activar busca intelixente",
|
||||||
"machine_learning_smart_search_enabled_description": "Se está desactivado, as imaxes non se codificarán para a busca intelixente.",
|
"machine_learning_smart_search_enabled_description": "Se está desactivado, as imaxes non se codificarán para a busca intelixente.",
|
||||||
"machine_learning_url_description": "A URL do servidor de aprendizaxe automática. Se se proporciona máis dunha URL, intentarase con cada servidor un por un ata que un responda correctamente, en orde do primeiro ao último. Os servidores que non respondan ignoraranse temporalmente ata que volvan estar en liña.",
|
"machine_learning_url_description": "A URL do servidor de aprendizaxe automática. Se se proporciona máis dunha URL, intentarase con cada servidor un por un ata que un responda correctamente, en orde do primeiro ao último. Os servidores que non respondan ignoraranse temporalmente ata que volvan estar en liña.",
|
||||||
|
"maintenance_backup_management": "Xestión de copias de seguridade",
|
||||||
"maintenance_delete_backup": "Eliminar copia de seguridade",
|
"maintenance_delete_backup": "Eliminar copia de seguridade",
|
||||||
"maintenance_delete_backup_description": "Este arquivo será borrado permanentemente.",
|
"maintenance_delete_backup_description": "Este arquivo será borrado permanentemente.",
|
||||||
"maintenance_delete_error": "Erro ao eliminar a copia de seguridade.",
|
"maintenance_delete_error": "Erro ao eliminar a copia de seguridade.",
|
||||||
|
"maintenance_integrity_check": "Verificar",
|
||||||
"maintenance_integrity_check_all": "Seleccionar todos",
|
"maintenance_integrity_check_all": "Seleccionar todos",
|
||||||
"maintenance_integrity_checksum_mismatch": "A suma de comprobación non coincide",
|
"maintenance_integrity_checksum_mismatch": "A suma de comprobación non coincide",
|
||||||
|
"maintenance_integrity_checksum_mismatch_description": "Arquivos que teñen diferentes sumas de comprobación entre o disco e a base de datos de Immich.",
|
||||||
"maintenance_integrity_checksum_mismatch_job": "Comproba se hai discrepancias na suma de verificación",
|
"maintenance_integrity_checksum_mismatch_job": "Comproba se hai discrepancias na suma de verificación",
|
||||||
"maintenance_integrity_checksum_mismatch_refresh_job": "Actualizar informes de discrepancias da suma de comprobación",
|
"maintenance_integrity_checksum_mismatch_refresh_job": "Actualizar informes de discrepancias da suma de comprobación",
|
||||||
"maintenance_integrity_missing_file": "Arquivos faltantes",
|
"maintenance_integrity_missing_file": "Arquivos faltantes",
|
||||||
|
"maintenance_integrity_missing_file_description": "Arquivos que Immich ten rexistrados na base de datos pero que non existen no sistema de arquivos.",
|
||||||
"maintenance_integrity_missing_file_job": "Comprobe os arquivos que faltan",
|
"maintenance_integrity_missing_file_job": "Comprobe os arquivos que faltan",
|
||||||
"maintenance_integrity_missing_file_refresh_job": "Actualiza os informes de arquivos que faltan",
|
"maintenance_integrity_missing_file_refresh_job": "Actualiza os informes de arquivos que faltan",
|
||||||
"maintenance_integrity_report": "Informe de integridade",
|
"maintenance_integrity_report": "Informe de integridade",
|
||||||
"maintenance_integrity_untracked_file": "Arquivos sen rastrexar",
|
"maintenance_integrity_untracked_file": "Arquivos sen rastrexar",
|
||||||
|
"maintenance_integrity_untracked_file_description": "Arquivos nos directorios de Immich dos que Immich non ten ningún rexistro.",
|
||||||
"maintenance_integrity_untracked_file_job": "Comprobar se hai arquivos sen rastrexar",
|
"maintenance_integrity_untracked_file_job": "Comprobar se hai arquivos sen rastrexar",
|
||||||
"maintenance_integrity_untracked_file_refresh_job": "Actualizar informes de arquivos sen rastrexar",
|
"maintenance_integrity_untracked_file_refresh_job": "Actualizar informes de arquivos sen rastrexar",
|
||||||
"maintenance_restore_backup": "Recuperar copia de seguridade",
|
"maintenance_restore_backup": "Recuperar copia de seguridade",
|
||||||
@@ -1369,6 +1374,7 @@
|
|||||||
"individual_share": "Compartir individual",
|
"individual_share": "Compartir individual",
|
||||||
"individual_shares": "Comparticións individuais",
|
"individual_shares": "Comparticións individuais",
|
||||||
"info": "Información",
|
"info": "Información",
|
||||||
|
"integrity_checks": "Verificacións de integridade",
|
||||||
"interval": {
|
"interval": {
|
||||||
"day_at_onepm": "Todos os días ás 13:00",
|
"day_at_onepm": "Todos os días ás 13:00",
|
||||||
"hours": "Cada {hours, plural, one {hora} other {{hours, number} horas}}",
|
"hours": "Cada {hours, plural, one {hora} other {{hours, number} horas}}",
|
||||||
@@ -1441,6 +1447,7 @@
|
|||||||
"linked_oauth_account": "Conta OAuth ligada",
|
"linked_oauth_account": "Conta OAuth ligada",
|
||||||
"list": "Lista",
|
"list": "Lista",
|
||||||
"live": "En directo",
|
"live": "En directo",
|
||||||
|
"load_more": "Cargar máis",
|
||||||
"loading": "Cargando",
|
"loading": "Cargando",
|
||||||
"loading_search_results_failed": "Erro ao cargar os resultados da busca",
|
"loading_search_results_failed": "Erro ao cargar os resultados da busca",
|
||||||
"local": "Local",
|
"local": "Local",
|
||||||
@@ -1541,7 +1548,6 @@
|
|||||||
"map_location_picker_page_use_location": "Usar esta localización",
|
"map_location_picker_page_use_location": "Usar esta localización",
|
||||||
"map_location_service_disabled_content": "O servizo de localización debe estar activado para mostrar activos da súa localización actual. Quere activalo agora?",
|
"map_location_service_disabled_content": "O servizo de localización debe estar activado para mostrar activos da súa localización actual. Quere activalo agora?",
|
||||||
"map_location_service_disabled_title": "Servizo de localización deshabilitado",
|
"map_location_service_disabled_title": "Servizo de localización deshabilitado",
|
||||||
"map_marker_for_images": "Marcador de mapa para imaxes tomadas en {city}, {country}",
|
|
||||||
"map_marker_with_image": "Marcador de mapa con imaxe",
|
"map_marker_with_image": "Marcador de mapa con imaxe",
|
||||||
"map_no_location_permission_content": "Necesítase permiso de localización para mostrar activos da súa localización actual. Quere permitilo agora?",
|
"map_no_location_permission_content": "Necesítase permiso de localización para mostrar activos da súa localización actual. Quere permitilo agora?",
|
||||||
"map_no_location_permission_title": "Permiso de localización denegado",
|
"map_no_location_permission_title": "Permiso de localización denegado",
|
||||||
@@ -2099,6 +2105,7 @@
|
|||||||
"select_person": "Seleccionar persoa",
|
"select_person": "Seleccionar persoa",
|
||||||
"select_person_to_tag": "Seleccionar unha persoa para etiquetar",
|
"select_person_to_tag": "Seleccionar unha persoa para etiquetar",
|
||||||
"select_photos": "Seleccionar fotos",
|
"select_photos": "Seleccionar fotos",
|
||||||
|
"select_quality": "Seleccionar calidade",
|
||||||
"select_trash_all": "Seleccionar mover todo ao lixo",
|
"select_trash_all": "Seleccionar mover todo ao lixo",
|
||||||
"select_user_for_sharing_page_err_album": "Erro ao crear o álbum",
|
"select_user_for_sharing_page_err_album": "Erro ao crear o álbum",
|
||||||
"selected": "Seleccionado",
|
"selected": "Seleccionado",
|
||||||
@@ -2162,6 +2169,8 @@
|
|||||||
"share_assets_selected": "{count} seleccionados",
|
"share_assets_selected": "{count} seleccionados",
|
||||||
"share_dialog_preparing": "Preparando...",
|
"share_dialog_preparing": "Preparando...",
|
||||||
"share_link": "Ligazón para Compartir",
|
"share_link": "Ligazón para Compartir",
|
||||||
|
"share_original": "Utilizar orixinal (grande)",
|
||||||
|
"share_preview": "Utilizar miniatura (pequena)",
|
||||||
"shared": "Compartido",
|
"shared": "Compartido",
|
||||||
"shared_album_activities_input_disable": "O comentario está desactivado",
|
"shared_album_activities_input_disable": "O comentario está desactivado",
|
||||||
"shared_album_activity_remove_content": "Quere eliminar esta actividade?",
|
"shared_album_activity_remove_content": "Quere eliminar esta actividade?",
|
||||||
@@ -2263,6 +2272,7 @@
|
|||||||
"slideshow_repeat_description": "Volver ao principio ao rematar a presentación de diapositivas",
|
"slideshow_repeat_description": "Volver ao principio ao rematar a presentación de diapositivas",
|
||||||
"slideshow_settings": "Configuración da presentación",
|
"slideshow_settings": "Configuración da presentación",
|
||||||
"smart_album": "Álbume intelixente",
|
"smart_album": "Álbume intelixente",
|
||||||
|
"some_assets_already_have_a_location_warning": "Algúns dos recursos seleccionados xa teñen unha localización",
|
||||||
"sort_albums_by": "Ordenar álbums por...",
|
"sort_albums_by": "Ordenar álbums por...",
|
||||||
"sort_created": "Data de creación",
|
"sort_created": "Data de creación",
|
||||||
"sort_items": "Número de elementos",
|
"sort_items": "Número de elementos",
|
||||||
@@ -2383,11 +2393,13 @@
|
|||||||
"trash_page_title": "Lixo ({count})",
|
"trash_page_title": "Lixo ({count})",
|
||||||
"trashed_items_will_be_permanently_deleted_after": "Os elementos no lixo eliminaranse permanentemente despois de {days, plural, one {# día} other {# días}}.",
|
"trashed_items_will_be_permanently_deleted_after": "Os elementos no lixo eliminaranse permanentemente despois de {days, plural, one {# día} other {# días}}.",
|
||||||
"trigger": "Disparador",
|
"trigger": "Disparador",
|
||||||
|
"trigger_asset_metadata_extraction": "Extracción de metadatos de activos",
|
||||||
|
"trigger_asset_metadata_extraction_description": "Activado cando se extraen os metadatos EXIF dun recurso",
|
||||||
"trigger_asset_uploaded": "Carga de activos",
|
"trigger_asset_uploaded": "Carga de activos",
|
||||||
"trigger_asset_uploaded_description": "Actívase cando se carga un activo novo",
|
"trigger_asset_uploaded_description": "Actívase cando se carga un activo novo",
|
||||||
"trigger_description": "Un evento que inicia o fluxo de traballo",
|
"trigger_description": "Un evento que inicia o fluxo de traballo",
|
||||||
"trigger_person_recognized": "Persoa recoñecida",
|
"trigger_person_recognized": "Persoa recoñecida",
|
||||||
"trigger_person_recognized_description": "Actívase cando se detecta a unha persoa",
|
"trigger_person_recognized_description": "Actívase cando se recoñece a unha persoa",
|
||||||
"trigger_type": "TIpo de disparador",
|
"trigger_type": "TIpo de disparador",
|
||||||
"troubleshoot": "Solucionar problemas",
|
"troubleshoot": "Solucionar problemas",
|
||||||
"type": "Tipo",
|
"type": "Tipo",
|
||||||
|
|||||||
+4
-2
@@ -1391,7 +1391,6 @@
|
|||||||
"map_location_picker_page_use_location": "Ufnahmeort verwände",
|
"map_location_picker_page_use_location": "Ufnahmeort verwände",
|
||||||
"map_location_service_disabled_content": "D’Ortigsdienscht müend aktiviert si, um Inhält am aktuelle Standort aazeige z chönne. Wotsch d’Ortigsdienscht jetzt aktiviere?",
|
"map_location_service_disabled_content": "D’Ortigsdienscht müend aktiviert si, um Inhält am aktuelle Standort aazeige z chönne. Wotsch d’Ortigsdienscht jetzt aktiviere?",
|
||||||
"map_location_service_disabled_title": "Ortigsdienscht deaktiviert",
|
"map_location_service_disabled_title": "Ortigsdienscht deaktiviert",
|
||||||
"map_marker_for_images": "Charte-Markierige für Bilder, wo i {city}, {country} ufgnoh worde sind",
|
|
||||||
"map_marker_with_image": "Charte-Markierig mit Bild",
|
"map_marker_with_image": "Charte-Markierig mit Bild",
|
||||||
"map_no_location_permission_content": "D’Ortigsdienscht müend aktiviert si, um Inhält am aktuelle Standort aazeige z chönne. Wotsch d’Ortigsdienscht jetzt aktiviere?",
|
"map_no_location_permission_content": "D’Ortigsdienscht müend aktiviert si, um Inhält am aktuelle Standort aazeige z chönne. Wotsch d’Ortigsdienscht jetzt aktiviere?",
|
||||||
"map_no_location_permission_title": "Kei Zuegriff uf dä Standort",
|
"map_no_location_permission_title": "Kei Zuegriff uf dä Standort",
|
||||||
@@ -1528,5 +1527,8 @@
|
|||||||
"on_this_device": "Uf däm Grät",
|
"on_this_device": "Uf däm Grät",
|
||||||
"onboarding": "Iistig",
|
"onboarding": "Iistig",
|
||||||
"onboarding_locale_description": "Wähl dini bevorzugti Sprooch. Du chasch die au spöter i dine Iistellige ändere.",
|
"onboarding_locale_description": "Wähl dini bevorzugti Sprooch. Du chasch die au spöter i dine Iistellige ändere.",
|
||||||
"onboarding_privacy_description": "Diä folgende (optionali) Funktione hänged vo externä Diänscht ab und chönd jederziit i de Iistellige deaktiviärt wärde."
|
"onboarding_privacy_description": "Diä folgende (optionali) Funktione hänged vo externä Diänscht ab und chönd jederziit i de Iistellige deaktiviärt wärde.",
|
||||||
|
"upload_finished": "Ufelade beändet",
|
||||||
|
"users": "Benutzer",
|
||||||
|
"waiting": "Usstehend"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1498,7 +1498,6 @@
|
|||||||
"map_location_picker_page_use_location": "השתמש במיקום הזה",
|
"map_location_picker_page_use_location": "השתמש במיקום הזה",
|
||||||
"map_location_service_disabled_content": "שירות המיקום צריך להיות מופעל כדי להציג תמונות מהמיקום הנוכחי שלך. האם ברצונך להפעיל אותו עכשיו?",
|
"map_location_service_disabled_content": "שירות המיקום צריך להיות מופעל כדי להציג תמונות מהמיקום הנוכחי שלך. האם ברצונך להפעיל אותו עכשיו?",
|
||||||
"map_location_service_disabled_title": "שירות מיקום מבוטל",
|
"map_location_service_disabled_title": "שירות מיקום מבוטל",
|
||||||
"map_marker_for_images": "סמן מפה לתמונות שצולמו ב{city}, {country}",
|
|
||||||
"map_marker_with_image": "סמן מפה עם תמונה",
|
"map_marker_with_image": "סמן מפה עם תמונה",
|
||||||
"map_no_location_permission_content": "יש צורך בהרשאה למיקום כדי להציג תמונות מהמיקום הנוכחי שלך. האם ברצונך לאפשר זאת עכשיו?",
|
"map_no_location_permission_content": "יש צורך בהרשאה למיקום כדי להציג תמונות מהמיקום הנוכחי שלך. האם ברצונך לאפשר זאת עכשיו?",
|
||||||
"map_no_location_permission_title": "הרשאה למיקום נדחתה",
|
"map_no_location_permission_title": "הרשאה למיקום נדחתה",
|
||||||
|
|||||||
@@ -1479,7 +1479,6 @@
|
|||||||
"map_location_picker_page_use_location": "इस स्थान का उपयोग करें",
|
"map_location_picker_page_use_location": "इस स्थान का उपयोग करें",
|
||||||
"map_location_service_disabled_content": "आपके वर्तमान स्थान की संपत्तियाँ प्रदर्शित करने के लिए स्थान सेवा सक्षम होनी चाहिए। क्या आप इसे अभी सक्षम करना चाहते हैं?",
|
"map_location_service_disabled_content": "आपके वर्तमान स्थान की संपत्तियाँ प्रदर्शित करने के लिए स्थान सेवा सक्षम होनी चाहिए। क्या आप इसे अभी सक्षम करना चाहते हैं?",
|
||||||
"map_location_service_disabled_title": "स्थान सेवा अक्षम",
|
"map_location_service_disabled_title": "स्थान सेवा अक्षम",
|
||||||
"map_marker_for_images": "{city}, {country} में ली गई छवियों के लिए मानचित्र मार्कर",
|
|
||||||
"map_marker_with_image": "छवि के साथ मानचित्र मार्कर",
|
"map_marker_with_image": "छवि के साथ मानचित्र मार्कर",
|
||||||
"map_no_location_permission_content": "आपके वर्तमान स्थान से संपत्तियाँ प्रदर्शित करने के लिए स्थान अनुमति आवश्यक है। क्या आप इसे अभी अनुमति देना चाहते हैं?",
|
"map_no_location_permission_content": "आपके वर्तमान स्थान से संपत्तियाँ प्रदर्शित करने के लिए स्थान अनुमति आवश्यक है। क्या आप इसे अभी अनुमति देना चाहते हैं?",
|
||||||
"map_no_location_permission_title": "स्थान की अनुमति अस्वीकृत",
|
"map_no_location_permission_title": "स्थान की अनुमति अस्वीकृत",
|
||||||
|
|||||||
@@ -1414,7 +1414,6 @@
|
|||||||
"map_location_picker_page_use_location": "Koristi ovu lokaciju",
|
"map_location_picker_page_use_location": "Koristi ovu lokaciju",
|
||||||
"map_location_service_disabled_content": "Usluga lokacije mora biti omogućena za prikaz stavki s vaše trenutne lokacije. Želite li je sada omogućiti?",
|
"map_location_service_disabled_content": "Usluga lokacije mora biti omogućena za prikaz stavki s vaše trenutne lokacije. Želite li je sada omogućiti?",
|
||||||
"map_location_service_disabled_title": "Usluga lokacije onemogućena",
|
"map_location_service_disabled_title": "Usluga lokacije onemogućena",
|
||||||
"map_marker_for_images": "Oznaka karte za slike snimljene u {city}, {country}",
|
|
||||||
"map_marker_with_image": "Oznaka karte sa slikom",
|
"map_marker_with_image": "Oznaka karte sa slikom",
|
||||||
"map_no_location_permission_content": "Potrebno je dopuštenje za lokaciju kako bi se prikazale stavke s vaše trenutne lokacije. Želite li ga sada omogućiti?",
|
"map_no_location_permission_content": "Potrebno je dopuštenje za lokaciju kako bi se prikazale stavke s vaše trenutne lokacije. Želite li ga sada omogućiti?",
|
||||||
"map_no_location_permission_title": "Dopuštenje za lokaciju odbijeno",
|
"map_no_location_permission_title": "Dopuštenje za lokaciju odbijeno",
|
||||||
|
|||||||
+5
-2
@@ -196,13 +196,16 @@
|
|||||||
"maintenance_integrity_check": "Ellenőrizze",
|
"maintenance_integrity_check": "Ellenőrizze",
|
||||||
"maintenance_integrity_check_all": "Mind ellenőrzése",
|
"maintenance_integrity_check_all": "Mind ellenőrzése",
|
||||||
"maintenance_integrity_checksum_mismatch": "Ellenőrzőösszeg-eltérés",
|
"maintenance_integrity_checksum_mismatch": "Ellenőrzőösszeg-eltérés",
|
||||||
|
"maintenance_integrity_checksum_mismatch_description": "Azon fájlok, amelyek lemezen tárolt ellenőrzőösszege eltér az Immich adatbázisában szereplőtől.",
|
||||||
"maintenance_integrity_checksum_mismatch_job": "Az ellenőrzőösszegek eltéréseinek ellenőrzése",
|
"maintenance_integrity_checksum_mismatch_job": "Az ellenőrzőösszegek eltéréseinek ellenőrzése",
|
||||||
"maintenance_integrity_checksum_mismatch_refresh_job": "Az ellenőrzőösszeg-eltérésről szóló jelentések frissítése",
|
"maintenance_integrity_checksum_mismatch_refresh_job": "Az ellenőrzőösszeg-eltérésről szóló jelentések frissítése",
|
||||||
"maintenance_integrity_missing_file": "Hiányzó fájlok",
|
"maintenance_integrity_missing_file": "Hiányzó fájlok",
|
||||||
|
"maintenance_integrity_missing_file_description": "Az Immich adatbázisában szereplő, de a fájlrendszerben nem létező fájlok.",
|
||||||
"maintenance_integrity_missing_file_job": "Hiányzó fájlok ellenőrzése",
|
"maintenance_integrity_missing_file_job": "Hiányzó fájlok ellenőrzése",
|
||||||
"maintenance_integrity_missing_file_refresh_job": "Hiányzó fájl riport frissítése",
|
"maintenance_integrity_missing_file_refresh_job": "Hiányzó fájl riport frissítése",
|
||||||
"maintenance_integrity_report": "Integritási jelentés",
|
"maintenance_integrity_report": "Integritási jelentés",
|
||||||
"maintenance_integrity_untracked_file": "Nem figyelt/követett fájlok",
|
"maintenance_integrity_untracked_file": "Nem figyelt/követett fájlok",
|
||||||
|
"maintenance_integrity_untracked_file_description": "Az Immich könyvtáraiban található, de a nyilvántartásában nem szereplő fájlok.",
|
||||||
"maintenance_integrity_untracked_file_job": "Nem követett fájlok ellenőrzése",
|
"maintenance_integrity_untracked_file_job": "Nem követett fájlok ellenőrzése",
|
||||||
"maintenance_integrity_untracked_file_refresh_job": "Nem nyomon követett fájlok riportjának frissítése",
|
"maintenance_integrity_untracked_file_refresh_job": "Nem nyomon követett fájlok riportjának frissítése",
|
||||||
"maintenance_restore_backup": "Biztonsági mentés visszaállítása",
|
"maintenance_restore_backup": "Biztonsági mentés visszaállítása",
|
||||||
@@ -1545,7 +1548,7 @@
|
|||||||
"map_location_picker_page_use_location": "Kiválasztott hely használata",
|
"map_location_picker_page_use_location": "Kiválasztott hely használata",
|
||||||
"map_location_service_disabled_content": "A helymeghatározás szolgáltatást engedélyezni kell a jelenlegi helyednél lévő elemek megjelenítéséhez. Szeretnéd most engedélyezni?",
|
"map_location_service_disabled_content": "A helymeghatározás szolgáltatást engedélyezni kell a jelenlegi helyednél lévő elemek megjelenítéséhez. Szeretnéd most engedélyezni?",
|
||||||
"map_location_service_disabled_title": "Helymeghatározás szolgáltatás letiltva",
|
"map_location_service_disabled_title": "Helymeghatározás szolgáltatás letiltva",
|
||||||
"map_marker_for_images": "{country}, {city} helyen készült képek térképjelölője",
|
"map_marker_for_image": "Térképjelölő a következő helyen készült képhez: {city}, {country}",
|
||||||
"map_marker_with_image": "Térképjelölő képpel",
|
"map_marker_with_image": "Térképjelölő képpel",
|
||||||
"map_no_location_permission_content": "A helymeghatározást engedélyezni kell a jelenlegi helyednél lévő elemek megjelenítéséhez. Szeretnéd most engedélyezni?",
|
"map_no_location_permission_content": "A helymeghatározást engedélyezni kell a jelenlegi helyednél lévő elemek megjelenítéséhez. Szeretnéd most engedélyezni?",
|
||||||
"map_no_location_permission_title": "Helymeghatározás letiltva",
|
"map_no_location_permission_title": "Helymeghatározás letiltva",
|
||||||
@@ -2119,7 +2122,7 @@
|
|||||||
"server_privacy": "Szerver biztonság",
|
"server_privacy": "Szerver biztonság",
|
||||||
"server_restarting_description": "Az oldal pillanatokon belül frissül.",
|
"server_restarting_description": "Az oldal pillanatokon belül frissül.",
|
||||||
"server_restarting_title": "A szerver újraindul",
|
"server_restarting_title": "A szerver újraindul",
|
||||||
"server_stats": "Szerver statisztikák",
|
"server_stats": "Szerver statisztika",
|
||||||
"server_update_available": "Szerverfrissítés érhető el",
|
"server_update_available": "Szerverfrissítés érhető el",
|
||||||
"server_version": "Szerver verzió",
|
"server_version": "Szerver verzió",
|
||||||
"set": "Beállít",
|
"set": "Beállít",
|
||||||
|
|||||||
@@ -1548,7 +1548,6 @@
|
|||||||
"map_location_picker_page_use_location": "Gunakan lokasi ini",
|
"map_location_picker_page_use_location": "Gunakan lokasi ini",
|
||||||
"map_location_service_disabled_content": "Layanan lokasi perlu diaktifkan untuk menampilkan aset yang terletak di lokasi Anda saat ini. Ingin mengaktifkan layanan tersebut sekarang?",
|
"map_location_service_disabled_content": "Layanan lokasi perlu diaktifkan untuk menampilkan aset yang terletak di lokasi Anda saat ini. Ingin mengaktifkan layanan tersebut sekarang?",
|
||||||
"map_location_service_disabled_title": "Layanan Lokasi nonaktif",
|
"map_location_service_disabled_title": "Layanan Lokasi nonaktif",
|
||||||
"map_marker_for_images": "Penanda peta untuk gambar yang diambil di {city}, {country}",
|
|
||||||
"map_marker_with_image": "Penanda peta dengan gambar",
|
"map_marker_with_image": "Penanda peta dengan gambar",
|
||||||
"map_no_location_permission_content": "Izin lokasi diperlukan untuk menampilkan aset yang terletak di lokasi Anda. Ingin mengizinkannya sekarang?",
|
"map_no_location_permission_content": "Izin lokasi diperlukan untuk menampilkan aset yang terletak di lokasi Anda. Ingin mengizinkannya sekarang?",
|
||||||
"map_no_location_permission_title": "Izin Lokasi ditolak",
|
"map_no_location_permission_title": "Izin Lokasi ditolak",
|
||||||
|
|||||||
+6
-2
@@ -189,18 +189,23 @@
|
|||||||
"machine_learning_smart_search_enabled": "Attiva ricerca intelligente",
|
"machine_learning_smart_search_enabled": "Attiva ricerca intelligente",
|
||||||
"machine_learning_smart_search_enabled_description": "Se disabilitato le immagini non saranno codificate per la ricerca intelligente.",
|
"machine_learning_smart_search_enabled_description": "Se disabilitato le immagini non saranno codificate per la ricerca intelligente.",
|
||||||
"machine_learning_url_description": "URL del server machine learning. Se sono stati forniti più di un URL, verrà testato un server alla volta finché uno non risponderà, in ordine dal primo all'ultimo. I server che non rispondono saranno temporaneamente ignorati finché non torneranno online.",
|
"machine_learning_url_description": "URL del server machine learning. Se sono stati forniti più di un URL, verrà testato un server alla volta finché uno non risponderà, in ordine dal primo all'ultimo. I server che non rispondono saranno temporaneamente ignorati finché non torneranno online.",
|
||||||
|
"maintenance_backup_management": "Gestione backup",
|
||||||
"maintenance_delete_backup": "Elimina backup",
|
"maintenance_delete_backup": "Elimina backup",
|
||||||
"maintenance_delete_backup_description": "Questo file sarà eliminato in modo irreversibile.",
|
"maintenance_delete_backup_description": "Questo file sarà eliminato in modo irreversibile.",
|
||||||
"maintenance_delete_error": "Impossibile eliminare il backup.",
|
"maintenance_delete_error": "Impossibile eliminare il backup.",
|
||||||
|
"maintenance_integrity_check": "Verifica",
|
||||||
"maintenance_integrity_check_all": "Verifica Tutto",
|
"maintenance_integrity_check_all": "Verifica Tutto",
|
||||||
"maintenance_integrity_checksum_mismatch": "I checksum non corrispondono",
|
"maintenance_integrity_checksum_mismatch": "I checksum non corrispondono",
|
||||||
|
"maintenance_integrity_checksum_mismatch_description": "File il cui checksum sul disco non corrisponde al checksum memorizzato da Immich nel database.",
|
||||||
"maintenance_integrity_checksum_mismatch_job": "Verifica corrispondenza dei checksum",
|
"maintenance_integrity_checksum_mismatch_job": "Verifica corrispondenza dei checksum",
|
||||||
"maintenance_integrity_checksum_mismatch_refresh_job": "Aggiorna report corrispondenze dei checksum",
|
"maintenance_integrity_checksum_mismatch_refresh_job": "Aggiorna report corrispondenze dei checksum",
|
||||||
"maintenance_integrity_missing_file": "File mancanti",
|
"maintenance_integrity_missing_file": "File mancanti",
|
||||||
|
"maintenance_integrity_missing_file_description": "File che Immich ha registrato nel suo database ma che non esistono sul file system.",
|
||||||
"maintenance_integrity_missing_file_job": "Verifica file mancanti",
|
"maintenance_integrity_missing_file_job": "Verifica file mancanti",
|
||||||
"maintenance_integrity_missing_file_refresh_job": "Aggiorna report sui file mancanti",
|
"maintenance_integrity_missing_file_refresh_job": "Aggiorna report sui file mancanti",
|
||||||
"maintenance_integrity_report": "Report di integrità",
|
"maintenance_integrity_report": "Report di integrità",
|
||||||
"maintenance_integrity_untracked_file": "File non tracciati",
|
"maintenance_integrity_untracked_file": "File non tracciati",
|
||||||
|
"maintenance_integrity_untracked_file_description": "File nelle directory di Immich di cui Immich non ha alcuna traccia.",
|
||||||
"maintenance_integrity_untracked_file_job": "Verifica presenza file non tracciati",
|
"maintenance_integrity_untracked_file_job": "Verifica presenza file non tracciati",
|
||||||
"maintenance_integrity_untracked_file_refresh_job": "Aggiorna il report dei file non tracciati",
|
"maintenance_integrity_untracked_file_refresh_job": "Aggiorna il report dei file non tracciati",
|
||||||
"maintenance_restore_backup": "Ripristina backup",
|
"maintenance_restore_backup": "Ripristina backup",
|
||||||
@@ -1543,7 +1548,6 @@
|
|||||||
"map_location_picker_page_use_location": "Usa questa posizione",
|
"map_location_picker_page_use_location": "Usa questa posizione",
|
||||||
"map_location_service_disabled_content": "I servizi di geolocalizzazione devono essere attivati per poter visualizzare le risorse dalla tua posizione attuale. Vuoi attivarli adesso?",
|
"map_location_service_disabled_content": "I servizi di geolocalizzazione devono essere attivati per poter visualizzare le risorse dalla tua posizione attuale. Vuoi attivarli adesso?",
|
||||||
"map_location_service_disabled_title": "Servizio Localizzazione disattivato",
|
"map_location_service_disabled_title": "Servizio Localizzazione disattivato",
|
||||||
"map_marker_for_images": "Indicatore mappa per le immagini scattate in {city}, {country}",
|
|
||||||
"map_marker_with_image": "Segnaposto con immagine",
|
"map_marker_with_image": "Segnaposto con immagine",
|
||||||
"map_no_location_permission_content": "L'accesso alla posizione è necessario per visualizzare le risorse dalla tua posizione attuale. Vuoi consentirlo adesso?",
|
"map_no_location_permission_content": "L'accesso alla posizione è necessario per visualizzare le risorse dalla tua posizione attuale. Vuoi consentirlo adesso?",
|
||||||
"map_no_location_permission_title": "Autorizzazione Posizione negata",
|
"map_no_location_permission_title": "Autorizzazione Posizione negata",
|
||||||
@@ -1598,7 +1602,7 @@
|
|||||||
},
|
},
|
||||||
"media_type": "Tipo Media",
|
"media_type": "Tipo Media",
|
||||||
"memories": "Ricordi",
|
"memories": "Ricordi",
|
||||||
"memories_all_caught_up": "Tutto a posto",
|
"memories_all_caught_up": "Niente di nuovo",
|
||||||
"memories_check_back_tomorrow": "Torna domani per altri ricordi",
|
"memories_check_back_tomorrow": "Torna domani per altri ricordi",
|
||||||
"memories_setting_description": "Gestisci cosa vedi nei tuoi ricordi",
|
"memories_setting_description": "Gestisci cosa vedi nei tuoi ricordi",
|
||||||
"memories_start_over": "Ricomincia",
|
"memories_start_over": "Ricomincia",
|
||||||
|
|||||||
@@ -1532,7 +1532,6 @@
|
|||||||
"map_location_picker_page_use_location": "この位置情報を使う",
|
"map_location_picker_page_use_location": "この位置情報を使う",
|
||||||
"map_location_service_disabled_content": "現在地の項目を表示するには位置情報がオンである必要があります。有効化しますか?",
|
"map_location_service_disabled_content": "現在地の項目を表示するには位置情報がオンである必要があります。有効化しますか?",
|
||||||
"map_location_service_disabled_title": "位置情報がオフです",
|
"map_location_service_disabled_title": "位置情報がオフです",
|
||||||
"map_marker_for_images": "{country} {city}で撮影された写真の地図マーカー",
|
|
||||||
"map_marker_with_image": "画像の地図マーカー",
|
"map_marker_with_image": "画像の地図マーカー",
|
||||||
"map_no_location_permission_content": "現在地の項目を表示するには位置情報へのアクセスが必要です。許可しますか?",
|
"map_no_location_permission_content": "現在地の項目を表示するには位置情報へのアクセスが必要です。許可しますか?",
|
||||||
"map_no_location_permission_title": "位置情報へのアクセスが拒否されました",
|
"map_no_location_permission_title": "位置情報へのアクセスが拒否されました",
|
||||||
|
|||||||
@@ -1101,7 +1101,6 @@
|
|||||||
"map": "ನಕ್ಷೆ",
|
"map": "ನಕ್ಷೆ",
|
||||||
"map_cannot_get_user_location": "ಬಳಕೆದಾರರ ಸ್ಥಳವನ್ನು ಪಡೆಯಲು ಸಾಧ್ಯವಿಲ್ಲ",
|
"map_cannot_get_user_location": "ಬಳಕೆದಾರರ ಸ್ಥಳವನ್ನು ಪಡೆಯಲು ಸಾಧ್ಯವಿಲ್ಲ",
|
||||||
"map_location_service_disabled_content": "ನಿಮ್ಮ ಪ್ರಸ್ತುತ ಸ್ಥಳದಿಂದ ಸ್ವತ್ತುಗಳನ್ನು ಪ್ರದರ್ಶಿಸಲು ಸ್ಥಳ ಸೇವೆಯನ್ನು ಸಕ್ರಿಯಗೊಳಿಸುವ ಅಗತ್ಯವಿದೆ. ನೀವು ಈಗ ಅದನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಲು ಬಯಸುವಿರಾ?",
|
"map_location_service_disabled_content": "ನಿಮ್ಮ ಪ್ರಸ್ತುತ ಸ್ಥಳದಿಂದ ಸ್ವತ್ತುಗಳನ್ನು ಪ್ರದರ್ಶಿಸಲು ಸ್ಥಳ ಸೇವೆಯನ್ನು ಸಕ್ರಿಯಗೊಳಿಸುವ ಅಗತ್ಯವಿದೆ. ನೀವು ಈಗ ಅದನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಲು ಬಯಸುವಿರಾ?",
|
||||||
"map_marker_for_images": "{city}, {country} ದಲ್ಲಿ ತೆಗೆದ ಚಿತ್ರಗಳಿಗಾಗಿ ನಕ್ಷೆ ಮಾರ್ಕರ್",
|
|
||||||
"map_marker_with_image": "ಚಿತ್ರದೊಂದಿಗೆ ನಕ್ಷೆ ಮಾರ್ಕರ್",
|
"map_marker_with_image": "ಚಿತ್ರದೊಂದಿಗೆ ನಕ್ಷೆ ಮಾರ್ಕರ್",
|
||||||
"map_no_location_permission_content": "ನಿಮ್ಮ ಪ್ರಸ್ತುತ ಸ್ಥಳದಿಂದ ಸ್ವತ್ತುಗಳನ್ನು ಪ್ರದರ್ಶಿಸಲು ಸ್ಥಳ ಅನುಮತಿ ಅಗತ್ಯವಿದೆ. ನೀವು ಈಗ ಅದನ್ನು ಅನುಮತಿಸಲು ಬಯಸುವಿರಾ?",
|
"map_no_location_permission_content": "ನಿಮ್ಮ ಪ್ರಸ್ತುತ ಸ್ಥಳದಿಂದ ಸ್ವತ್ತುಗಳನ್ನು ಪ್ರದರ್ಶಿಸಲು ಸ್ಥಳ ಅನುಮತಿ ಅಗತ್ಯವಿದೆ. ನೀವು ಈಗ ಅದನ್ನು ಅನುಮತಿಸಲು ಬಯಸುವಿರಾ?",
|
||||||
"map_zoom_to_see_photos": "ಫೋಟೋಗಳನ್ನು ನೋಡಲು ಝೂಮ್ ಔಟ್ ಮಾಡಿ",
|
"map_zoom_to_see_photos": "ಫೋಟೋಗಳನ್ನು ನೋಡಲು ಝೂಮ್ ಔಟ್ ಮಾಡಿ",
|
||||||
|
|||||||
+11
-6
@@ -56,9 +56,9 @@
|
|||||||
"backup_database": "데이터베이스 덤프 생성",
|
"backup_database": "데이터베이스 덤프 생성",
|
||||||
"backup_database_enable_description": "데이터베이스 덤프 활성화",
|
"backup_database_enable_description": "데이터베이스 덤프 활성화",
|
||||||
"backup_keep_last_amount": "보관할 이전 덤프 수",
|
"backup_keep_last_amount": "보관할 이전 덤프 수",
|
||||||
"backup_onboarding_1_description": "개는 클라우드나 다른 물리적 위치에 보관합니다.",
|
"backup_onboarding_1_description": "클라우드 또는 다른 물리적 위치에 오프사이트 사본을 보관합니다.",
|
||||||
"backup_onboarding_2_description": "개는 서로 다른 로컬 장치에 보관하고,",
|
"backup_onboarding_2_description": "여러 장치에 로컬 복사본이 있습니다. 여기에는 주요 파일과 해당 파일의 로컬 백업이 포함됩니다.",
|
||||||
"backup_onboarding_3_description": "개의 데이터 사본을 만듭니다.",
|
"backup_onboarding_3_description": "원본 파일을 포함한 데이터의 모든 사본 수입니다. 여기에는 오프사이트 사본 1개와 로컬 사본 2개가 포함됩니다.",
|
||||||
"backup_onboarding_description": "데이터 보호를 위해 <backblaze-link>3-2-1 백업 전략</backblaze-link> 사용을 권장합니다. 백업에는 업로드한 사진 및 동영상뿐 아니라 Immich 데이터베이스도 포함되어야 합니다.",
|
"backup_onboarding_description": "데이터 보호를 위해 <backblaze-link>3-2-1 백업 전략</backblaze-link> 사용을 권장합니다. 백업에는 업로드한 사진 및 동영상뿐 아니라 Immich 데이터베이스도 포함되어야 합니다.",
|
||||||
"backup_onboarding_footer": "Immich 백업에 대한 자세한 내용은 <link>공식 문서</link>를 참조하세요.",
|
"backup_onboarding_footer": "Immich 백업에 대한 자세한 내용은 <link>공식 문서</link>를 참조하세요.",
|
||||||
"backup_onboarding_parts_title": "3-2-1 백업이란:",
|
"backup_onboarding_parts_title": "3-2-1 백업이란:",
|
||||||
@@ -181,7 +181,7 @@
|
|||||||
"machine_learning_ocr_min_recognition_score": "최소 인식 점수",
|
"machine_learning_ocr_min_recognition_score": "최소 인식 점수",
|
||||||
"machine_learning_ocr_min_score_recognition_description": "인식할 텍스트의 최소 신뢰도 점수를 0~1 범위에서 설정합니다. 값이 작을수록 더 많은 텍스트를 인식하지만 잘못 인식될 가능성도 높아집니다.",
|
"machine_learning_ocr_min_score_recognition_description": "인식할 텍스트의 최소 신뢰도 점수를 0~1 범위에서 설정합니다. 값이 작을수록 더 많은 텍스트를 인식하지만 잘못 인식될 가능성도 높아집니다.",
|
||||||
"machine_learning_ocr_model": "OCR 모델",
|
"machine_learning_ocr_model": "OCR 모델",
|
||||||
"machine_learning_ocr_model_description": "서버 모델은 모바일 모델보다 정확하지만, 처리 시간이 길어지고 메모리 사용량도 늘어납니다.",
|
"machine_learning_ocr_model_description": "서버 모델은 모바일 모델보다 정확도가 높지만 처리 시간이 더 오래 걸리고 메모리 사용량도 더 많습니다.",
|
||||||
"machine_learning_settings": "기계 학습 설정",
|
"machine_learning_settings": "기계 학습 설정",
|
||||||
"machine_learning_settings_description": "기계 학습 시 사용할 모델과 세부 설정을 관리합니다.",
|
"machine_learning_settings_description": "기계 학습 시 사용할 모델과 세부 설정을 관리합니다.",
|
||||||
"machine_learning_smart_search": "스마트 검색",
|
"machine_learning_smart_search": "스마트 검색",
|
||||||
@@ -189,18 +189,23 @@
|
|||||||
"machine_learning_smart_search_enabled": "스마트 검색 활성화",
|
"machine_learning_smart_search_enabled": "스마트 검색 활성화",
|
||||||
"machine_learning_smart_search_enabled_description": "비활성화하면 스마트 검색을 위한 이미지 처리를 진행하지 않습니다.",
|
"machine_learning_smart_search_enabled_description": "비활성화하면 스마트 검색을 위한 이미지 처리를 진행하지 않습니다.",
|
||||||
"machine_learning_url_description": "기계 학습 서버의 URL을 설정합니다. 여러 개가 입력되면 첫 번째부터 한 번에 하나씩 순서대로 응답하는 서버를 찾을 때까지 요청을 시도합니다. 응답하지 않는 서버는 다시 사용 가능할 때까지 일시적으로 제외됩니다.",
|
"machine_learning_url_description": "기계 학습 서버의 URL을 설정합니다. 여러 개가 입력되면 첫 번째부터 한 번에 하나씩 순서대로 응답하는 서버를 찾을 때까지 요청을 시도합니다. 응답하지 않는 서버는 다시 사용 가능할 때까지 일시적으로 제외됩니다.",
|
||||||
|
"maintenance_backup_management": "백업 관리",
|
||||||
"maintenance_delete_backup": "백업 삭제",
|
"maintenance_delete_backup": "백업 삭제",
|
||||||
"maintenance_delete_backup_description": "이 파일이 영구적으로 삭제됩니다.",
|
"maintenance_delete_backup_description": "이 파일이 영구적으로 삭제됩니다.",
|
||||||
"maintenance_delete_error": "백업 삭제에 실패했습니다.",
|
"maintenance_delete_error": "백업 삭제에 실패했습니다.",
|
||||||
|
"maintenance_integrity_check": "체크",
|
||||||
"maintenance_integrity_check_all": "전체선택",
|
"maintenance_integrity_check_all": "전체선택",
|
||||||
"maintenance_integrity_checksum_mismatch": "체크섬 불일치",
|
"maintenance_integrity_checksum_mismatch": "체크섬 불일치",
|
||||||
|
"maintenance_integrity_checksum_mismatch_description": "디스크의 체크섬이 Immich 데이터베이스에 저장된 체크섬과 일치하지 않는 파일입니다.",
|
||||||
"maintenance_integrity_checksum_mismatch_job": "파일 무결성 검사",
|
"maintenance_integrity_checksum_mismatch_job": "파일 무결성 검사",
|
||||||
"maintenance_integrity_checksum_mismatch_refresh_job": "무결성 오류 보고서 새로고침",
|
"maintenance_integrity_checksum_mismatch_refresh_job": "무결성 오류 보고서 새로고침",
|
||||||
"maintenance_integrity_missing_file": "누락된 파일",
|
"maintenance_integrity_missing_file": "누락된 파일",
|
||||||
|
"maintenance_integrity_missing_file_description": "Immich가 데이터베이스에서 추적했지만 파일 시스템에는 존재하지 않는 파일입니다.",
|
||||||
"maintenance_integrity_missing_file_job": "누락된 파일 확인",
|
"maintenance_integrity_missing_file_job": "누락된 파일 확인",
|
||||||
"maintenance_integrity_missing_file_refresh_job": "누락된 파일 보고서 새로고침",
|
"maintenance_integrity_missing_file_refresh_job": "누락된 파일 보고서 새로고침",
|
||||||
"maintenance_integrity_report": "무결성 보고서",
|
"maintenance_integrity_report": "무결성 보고서",
|
||||||
"maintenance_integrity_untracked_file": "추적되지 않은 파일",
|
"maintenance_integrity_untracked_file": "추적되지 않은 파일",
|
||||||
|
"maintenance_integrity_untracked_file_description": "Immich의 디렉터리에 있지만 Immich가 기록을 가지고 있지 않은 파일들.",
|
||||||
"maintenance_integrity_untracked_file_job": "추적되지 않은 파일 확인",
|
"maintenance_integrity_untracked_file_job": "추적되지 않은 파일 확인",
|
||||||
"maintenance_integrity_untracked_file_refresh_job": "추적되지 않은 파일 보고서 새로고침",
|
"maintenance_integrity_untracked_file_refresh_job": "추적되지 않은 파일 보고서 새로고침",
|
||||||
"maintenance_restore_backup": "백업 복원",
|
"maintenance_restore_backup": "백업 복원",
|
||||||
@@ -1543,7 +1548,7 @@
|
|||||||
"map_location_picker_page_use_location": "이 위치 사용",
|
"map_location_picker_page_use_location": "이 위치 사용",
|
||||||
"map_location_service_disabled_content": "현재 위치의 항목을 표시하려면 위치 서비스를 활성화해야 합니다. 지금 활성화하시겠습니까?",
|
"map_location_service_disabled_content": "현재 위치의 항목을 표시하려면 위치 서비스를 활성화해야 합니다. 지금 활성화하시겠습니까?",
|
||||||
"map_location_service_disabled_title": "위치 서비스 비활성화됨",
|
"map_location_service_disabled_title": "위치 서비스 비활성화됨",
|
||||||
"map_marker_for_images": "{country}, {city}에서 촬영된 이미지의 지도 마커",
|
"map_marker_for_image": "{city}, {country}에서 촬영한 이미지의 지도 마커입니다.",
|
||||||
"map_marker_with_image": "이미지가 있는 지도 마커",
|
"map_marker_with_image": "이미지가 있는 지도 마커",
|
||||||
"map_no_location_permission_content": "현재 위치의 항목을 표시하려면 위치 권한이 필요합니다. 지금 허용하시겠습니까?",
|
"map_no_location_permission_content": "현재 위치의 항목을 표시하려면 위치 권한이 필요합니다. 지금 허용하시겠습니까?",
|
||||||
"map_no_location_permission_title": "위치 권한 거부됨",
|
"map_no_location_permission_title": "위치 권한 거부됨",
|
||||||
@@ -1836,7 +1841,7 @@
|
|||||||
"play_motion_photo": "모션 포토 재생",
|
"play_motion_photo": "모션 포토 재생",
|
||||||
"play_or_pause_video": "동영상 재생/일시 정지",
|
"play_or_pause_video": "동영상 재생/일시 정지",
|
||||||
"play_original_video": "원본 동영상 재생",
|
"play_original_video": "원본 동영상 재생",
|
||||||
"play_original_video_setting_description": "트랜스코딩된 영상보다 원본 영상을 우선 재생합니다. 원본이 호환되지 않는 형식인 경우 정상적으로 재생되지 않을 수 있습니다.",
|
"play_original_video_setting_description": "변환된 영상보다는 원본 영상을 재생하는 것을 권장합니다. 원본 영상이 호환되지 않으면 제대로 재생되지 않을 수 있습니다.",
|
||||||
"play_transcoded_video": "트랜스코딩 동영상 재생",
|
"play_transcoded_video": "트랜스코딩 동영상 재생",
|
||||||
"please_auth_to_access": "계속 진행하려면 인증하세요.",
|
"please_auth_to_access": "계속 진행하려면 인증하세요.",
|
||||||
"plugin_method_filter_type": "필터",
|
"plugin_method_filter_type": "필터",
|
||||||
|
|||||||
+7
-2
@@ -189,18 +189,23 @@
|
|||||||
"machine_learning_smart_search_enabled": "Įjungti išmaniąją paiešką",
|
"machine_learning_smart_search_enabled": "Įjungti išmaniąją paiešką",
|
||||||
"machine_learning_smart_search_enabled_description": "Jei išjungta, vaizdai nebus užkoduoti išmaniajai paieškai.",
|
"machine_learning_smart_search_enabled_description": "Jei išjungta, vaizdai nebus užkoduoti išmaniajai paieškai.",
|
||||||
"machine_learning_url_description": "Mašininio mokymosi serverio URL. Jei pateikta daugiau nei vienas URL, serveriai bus bandomi eilės tvarka nuo pirmo iki paskutinio tol, kol bus rastas vienas veikiantis serveris.",
|
"machine_learning_url_description": "Mašininio mokymosi serverio URL. Jei pateikta daugiau nei vienas URL, serveriai bus bandomi eilės tvarka nuo pirmo iki paskutinio tol, kol bus rastas vienas veikiantis serveris.",
|
||||||
|
"maintenance_backup_management": "Atsarginių kopijų tvarkymas",
|
||||||
"maintenance_delete_backup": "Ištrinti atsarginę kopiją",
|
"maintenance_delete_backup": "Ištrinti atsarginę kopiją",
|
||||||
"maintenance_delete_backup_description": "Šis failas bus negrįžtamai ištrintas.",
|
"maintenance_delete_backup_description": "Šis failas bus negrįžtamai ištrintas.",
|
||||||
"maintenance_delete_error": "Nepavyko ištrinti atsarginės kopijos.",
|
"maintenance_delete_error": "Nepavyko ištrinti atsarginės kopijos.",
|
||||||
|
"maintenance_integrity_check": "Tikrinti",
|
||||||
"maintenance_integrity_check_all": "Tikrinti Visus",
|
"maintenance_integrity_check_all": "Tikrinti Visus",
|
||||||
"maintenance_integrity_checksum_mismatch": "Checksum neatitikimas",
|
"maintenance_integrity_checksum_mismatch": "Checksum neatitikimas",
|
||||||
|
"maintenance_integrity_checksum_mismatch_description": "Failai, kurių kontrolinė suma diske nesutampa su Immich duomenų bazėje įrašyta kontroline suma.",
|
||||||
"maintenance_integrity_checksum_mismatch_job": "Tikrinti checksum neatitikimų",
|
"maintenance_integrity_checksum_mismatch_job": "Tikrinti checksum neatitikimų",
|
||||||
"maintenance_integrity_checksum_mismatch_refresh_job": "Atnaujinti checksum neatitikimo ataskaitas",
|
"maintenance_integrity_checksum_mismatch_refresh_job": "Atnaujinti checksum neatitikimo ataskaitas",
|
||||||
"maintenance_integrity_missing_file": "Trūkstami failai",
|
"maintenance_integrity_missing_file": "Trūkstami failai",
|
||||||
|
"maintenance_integrity_missing_file_description": "Failai, įtraukti į Immich duomenų bazę, tačiau neegzistuojantys failų sistemoje.",
|
||||||
"maintenance_integrity_missing_file_job": "Tikrinti, ar nėra trūkstamų failų",
|
"maintenance_integrity_missing_file_job": "Tikrinti, ar nėra trūkstamų failų",
|
||||||
"maintenance_integrity_missing_file_refresh_job": "Atnaujinti trūkstamų failų ataskaitas",
|
"maintenance_integrity_missing_file_refresh_job": "Atnaujinti trūkstamų failų ataskaitas",
|
||||||
"maintenance_integrity_report": "Vientisumo Ataskaita",
|
"maintenance_integrity_report": "Vientisumo Ataskaita",
|
||||||
"maintenance_integrity_untracked_file": "Nesekami Failai",
|
"maintenance_integrity_untracked_file": "Nesekami Failai",
|
||||||
|
"maintenance_integrity_untracked_file_description": "Failai Immich kataloguose, apie kuriuos Immich neturi jokių įrašų.",
|
||||||
"maintenance_integrity_untracked_file_job": "Patikrinti, ar nėra nesekamų failų",
|
"maintenance_integrity_untracked_file_job": "Patikrinti, ar nėra nesekamų failų",
|
||||||
"maintenance_integrity_untracked_file_refresh_job": "Atnaujinti nesekamų failų ataskaitas",
|
"maintenance_integrity_untracked_file_refresh_job": "Atnaujinti nesekamų failų ataskaitas",
|
||||||
"maintenance_restore_backup": "Atstatyti atsarginę kopiją",
|
"maintenance_restore_backup": "Atstatyti atsarginę kopiją",
|
||||||
@@ -209,7 +214,7 @@
|
|||||||
"maintenance_restore_backup_unknown_version": "Nepavyko nustatyti atsarginės kopijos versijos.",
|
"maintenance_restore_backup_unknown_version": "Nepavyko nustatyti atsarginės kopijos versijos.",
|
||||||
"maintenance_restore_database_backup": "Atstatyti duomenų bazę",
|
"maintenance_restore_database_backup": "Atstatyti duomenų bazę",
|
||||||
"maintenance_restore_database_backup_description": "Grąžinti į ankstesnę duomenų bazės būseną naudojant atsarginę kopiją",
|
"maintenance_restore_database_backup_description": "Grąžinti į ankstesnę duomenų bazės būseną naudojant atsarginę kopiją",
|
||||||
"maintenance_settings": "Aptarnavimas",
|
"maintenance_settings": "Priežiūra",
|
||||||
"maintenance_settings_description": "Perjungti „Immich“ į aptarnavimo režimą.",
|
"maintenance_settings_description": "Perjungti „Immich“ į aptarnavimo režimą.",
|
||||||
"maintenance_start": "Perjungti į aptarnavimo režimą",
|
"maintenance_start": "Perjungti į aptarnavimo režimą",
|
||||||
"maintenance_start_error": "Nepavyko paleisti aptarnavimo režimo.",
|
"maintenance_start_error": "Nepavyko paleisti aptarnavimo režimo.",
|
||||||
@@ -1543,7 +1548,7 @@
|
|||||||
"map_location_picker_page_use_location": "Naudoti šią vietovę",
|
"map_location_picker_page_use_location": "Naudoti šią vietovę",
|
||||||
"map_location_service_disabled_content": "Vietovės servisas turi būti įjungtas, kad rodytų elementus iš dabartinės vietovės. Įjungti vietovės servisą?",
|
"map_location_service_disabled_content": "Vietovės servisas turi būti įjungtas, kad rodytų elementus iš dabartinės vietovės. Įjungti vietovės servisą?",
|
||||||
"map_location_service_disabled_title": "Vietovės servisas išjungtas",
|
"map_location_service_disabled_title": "Vietovės servisas išjungtas",
|
||||||
"map_marker_for_images": "Žemėlapio žymeklis nuotraukoms yra {city}, {country}",
|
"map_marker_for_image": "Žemėlapio žymeklis nuotraukai, padarytai {city}, {country}",
|
||||||
"map_marker_with_image": "Žemėlapio žymeklis su nuotrauka",
|
"map_marker_with_image": "Žemėlapio žymeklis su nuotrauka",
|
||||||
"map_no_location_permission_content": "Reikalingas vietovės leidimas, kad rodytų elementus iš dabartinės vietovės. Ar norite suteikti leidimą?",
|
"map_no_location_permission_content": "Reikalingas vietovės leidimas, kad rodytų elementus iš dabartinės vietovės. Ar norite suteikti leidimą?",
|
||||||
"map_no_location_permission_title": "Vietovės leidimas atmestas",
|
"map_no_location_permission_title": "Vietovės leidimas atmestas",
|
||||||
|
|||||||
@@ -1498,7 +1498,6 @@
|
|||||||
"map_location_picker_page_use_location": "Izvēlēties šo atrašanās vietu",
|
"map_location_picker_page_use_location": "Izvēlēties šo atrašanās vietu",
|
||||||
"map_location_service_disabled_content": "Lai tiktu rādīti jūsu pašreizējās atrašanās vietas faili, ir jāaktivizē atrašanās vietas pakalpojums. Vai vēlaties to iespējot tagad?",
|
"map_location_service_disabled_content": "Lai tiktu rādīti jūsu pašreizējās atrašanās vietas faili, ir jāaktivizē atrašanās vietas pakalpojums. Vai vēlaties to iespējot tagad?",
|
||||||
"map_location_service_disabled_title": "Atrašanās vietas Pakalpojums atslēgts",
|
"map_location_service_disabled_title": "Atrašanās vietas Pakalpojums atslēgts",
|
||||||
"map_marker_for_images": "Kartes marķieris attēliem, kas uzņemti {city}, {country}",
|
|
||||||
"map_marker_with_image": "Kartes marķieris ar attēlu",
|
"map_marker_with_image": "Kartes marķieris ar attēlu",
|
||||||
"map_no_location_permission_content": "Atrašanās vietas atļauja ir nepieciešama, lai parādītu jūsu pašreizējās atrašanās vietas aktīvus. Vai vēlaties to atļaut tagad?",
|
"map_no_location_permission_content": "Atrašanās vietas atļauja ir nepieciešama, lai parādītu jūsu pašreizējās atrašanās vietas aktīvus. Vai vēlaties to atļaut tagad?",
|
||||||
"map_no_location_permission_title": "Atrašanās vietas Atļaujas liegtas",
|
"map_no_location_permission_title": "Atrašanās vietas Atļaujas liegtas",
|
||||||
|
|||||||
@@ -1346,7 +1346,6 @@
|
|||||||
"map_location_picker_page_use_location": "ഈ സ്ഥലം ഉപയോഗിക്കുക",
|
"map_location_picker_page_use_location": "ഈ സ്ഥലം ഉപയോഗിക്കുക",
|
||||||
"map_location_service_disabled_content": "നിങ്ങളുടെ നിലവിലെ സ്ഥാനത്ത് നിന്നുള്ള അസറ്റുകൾ പ്രദർശിപ്പിക്കുന്നതിന് ലൊക്കേഷൻ സേവനം പ്രവർത്തനക്ഷമമാക്കേണ്ടതുണ്ട്. ഇപ്പോൾ പ്രവർത്തനക്ഷമമാക്കണോ?",
|
"map_location_service_disabled_content": "നിങ്ങളുടെ നിലവിലെ സ്ഥാനത്ത് നിന്നുള്ള അസറ്റുകൾ പ്രദർശിപ്പിക്കുന്നതിന് ലൊക്കേഷൻ സേവനം പ്രവർത്തനക്ഷമമാക്കേണ്ടതുണ്ട്. ഇപ്പോൾ പ്രവർത്തനക്ഷമമാക്കണോ?",
|
||||||
"map_location_service_disabled_title": "ലൊക്കേഷൻ സേവനം പ്രവർത്തനരഹിതമാക്കി",
|
"map_location_service_disabled_title": "ലൊക്കേഷൻ സേവനം പ്രവർത്തനരഹിതമാക്കി",
|
||||||
"map_marker_for_images": "{city}, {country} എന്നിവിടങ്ങളിൽ എടുത്ത ചിത്രങ്ങൾക്കുള്ള മാപ്പ് മാർക്കർ",
|
|
||||||
"map_marker_with_image": "ചിത്രത്തോടുകൂടിയ മാപ്പ് മാർക്കർ",
|
"map_marker_with_image": "ചിത്രത്തോടുകൂടിയ മാപ്പ് മാർക്കർ",
|
||||||
"map_no_location_permission_content": "നിങ്ങളുടെ നിലവിലെ സ്ഥാനത്ത് നിന്നുള്ള അസറ്റുകൾ പ്രദർശിപ്പിക്കുന്നതിന് ലൊക്കേഷൻ അനുമതി ആവശ്യമാണ്. ഇപ്പോൾ അനുവദിക്കണോ?",
|
"map_no_location_permission_content": "നിങ്ങളുടെ നിലവിലെ സ്ഥാനത്ത് നിന്നുള്ള അസറ്റുകൾ പ്രദർശിപ്പിക്കുന്നതിന് ലൊക്കേഷൻ അനുമതി ആവശ്യമാണ്. ഇപ്പോൾ അനുവദിക്കണോ?",
|
||||||
"map_no_location_permission_title": "ലൊക്കേഷൻ അനുമതി നിഷേധിച്ചു",
|
"map_no_location_permission_title": "ലൊക്കേഷൻ അനുമതി നിഷേധിച്ചു",
|
||||||
|
|||||||
@@ -1341,7 +1341,6 @@
|
|||||||
"map_location_picker_page_use_location": "हे लोकेशन वापरा",
|
"map_location_picker_page_use_location": "हे लोकेशन वापरा",
|
||||||
"map_location_service_disabled_content": "सध्याच्या लोकेशनवरील अॅसेट्स दाखवण्यासाठी लोकेशन सेवा सक्षम असणे आवश्यक आहे. तुम्हाला ती आत्ता सक्षम करायची आहे का?",
|
"map_location_service_disabled_content": "सध्याच्या लोकेशनवरील अॅसेट्स दाखवण्यासाठी लोकेशन सेवा सक्षम असणे आवश्यक आहे. तुम्हाला ती आत्ता सक्षम करायची आहे का?",
|
||||||
"map_location_service_disabled_title": "लोकेशन सेवा बंद आहे",
|
"map_location_service_disabled_title": "लोकेशन सेवा बंद आहे",
|
||||||
"map_marker_for_images": "{city}, {country} येथे घेतलेल्या प्रतिमांसाठी नकाशा मार्कर",
|
|
||||||
"map_marker_with_image": "प्रतिमेसह नकाशा मार्कर",
|
"map_marker_with_image": "प्रतिमेसह नकाशा मार्कर",
|
||||||
"map_no_location_permission_content": "सध्याच्या लोकेशनवरील अॅसेट्स दाखवण्यासाठी लोकेशन परवानगी आवश्यक आहे. तुम्हाला ती परवानगी आत्ता द्यायची आहे का?",
|
"map_no_location_permission_content": "सध्याच्या लोकेशनवरील अॅसेट्स दाखवण्यासाठी लोकेशन परवानगी आवश्यक आहे. तुम्हाला ती परवानगी आत्ता द्यायची आहे का?",
|
||||||
"map_no_location_permission_title": "लोकेशन परवानगी नाकारली",
|
"map_no_location_permission_title": "लोकेशन परवानगी नाकारली",
|
||||||
|
|||||||
+7
-3
@@ -80,7 +80,7 @@
|
|||||||
"cron_expression_presets": "Forhåndsinnstillinger for Cron-uttrykk",
|
"cron_expression_presets": "Forhåndsinnstillinger for Cron-uttrykk",
|
||||||
"disable_login": "Deaktiver innlogging",
|
"disable_login": "Deaktiver innlogging",
|
||||||
"download_csv": "Last ned CSV",
|
"download_csv": "Last ned CSV",
|
||||||
"duplicate_detection_job_description": "Kjør maskinlæring på filer for å oppdage lignende bilder. Krever bruk av Smart Søk",
|
"duplicate_detection_job_description": "Kjør maskinlæring på filer for å oppdage lignende bilder. Krever bruk av smartsøk",
|
||||||
"exclusion_pattern_description": "Ekskluderingsmønstre lar deg ignorere filer og mapper når du skanner biblioteket ditt. Dette er nyttig hvis du har mapper som inneholder filer du ikke vil importere, for eksempel RAW-filer.",
|
"exclusion_pattern_description": "Ekskluderingsmønstre lar deg ignorere filer og mapper når du skanner biblioteket ditt. Dette er nyttig hvis du har mapper som inneholder filer du ikke vil importere, for eksempel RAW-filer.",
|
||||||
"export_config_as_json_description": "Last ned nåværende systemkonfigurasjon som en JSON fil",
|
"export_config_as_json_description": "Last ned nåværende systemkonfigurasjon som en JSON fil",
|
||||||
"external_libraries_page_description": "Administrering for eksterne bibliotek",
|
"external_libraries_page_description": "Administrering for eksterne bibliotek",
|
||||||
@@ -187,20 +187,25 @@
|
|||||||
"machine_learning_smart_search": "Smart søk",
|
"machine_learning_smart_search": "Smart søk",
|
||||||
"machine_learning_smart_search_description": "Søk etter bilder semantisk ved å bruke CLIP-embeddings",
|
"machine_learning_smart_search_description": "Søk etter bilder semantisk ved å bruke CLIP-embeddings",
|
||||||
"machine_learning_smart_search_enabled": "Aktiver smart søk",
|
"machine_learning_smart_search_enabled": "Aktiver smart søk",
|
||||||
"machine_learning_smart_search_enabled_description": "Hvis deaktivert, vil bilder ikke bli enkodet for smart søk.",
|
"machine_learning_smart_search_enabled_description": "Hvis deaktivert så blir ikke bilder kodet for smartsøk.",
|
||||||
"machine_learning_url_description": "URL til maskinlærings-serveren. Hvis mer enn en URL er lagt inn, hver server vill bli forsøkt en om gangen frem til en svarer suksessfullt, i rekkefølge fra først til sist. Servere som ikke svarer vil midlertidig bli oversett frem til dem svarer igjen.",
|
"machine_learning_url_description": "URL til maskinlærings-serveren. Hvis mer enn en URL er lagt inn, hver server vill bli forsøkt en om gangen frem til en svarer suksessfullt, i rekkefølge fra først til sist. Servere som ikke svarer vil midlertidig bli oversett frem til dem svarer igjen.",
|
||||||
|
"maintenance_backup_management": "Administrasjon av sikkerhetskopier",
|
||||||
"maintenance_delete_backup": "Slett sikkerhetskopi",
|
"maintenance_delete_backup": "Slett sikkerhetskopi",
|
||||||
"maintenance_delete_backup_description": "Denne filen vil bli permanent slettet.",
|
"maintenance_delete_backup_description": "Denne filen vil bli permanent slettet.",
|
||||||
"maintenance_delete_error": "Feilet ved sletting av sikkerhetskopi.",
|
"maintenance_delete_error": "Feilet ved sletting av sikkerhetskopi.",
|
||||||
|
"maintenance_integrity_check": "Sjekk",
|
||||||
"maintenance_integrity_check_all": "Velg alle",
|
"maintenance_integrity_check_all": "Velg alle",
|
||||||
"maintenance_integrity_checksum_mismatch": "Sjekksum er feil",
|
"maintenance_integrity_checksum_mismatch": "Sjekksum er feil",
|
||||||
|
"maintenance_integrity_checksum_mismatch_description": "Filer med en sjekksum på disken som ikke stemmer overens med sjekksummen Immich har lagret i databasen sin.",
|
||||||
"maintenance_integrity_checksum_mismatch_job": "Sjekk for feilede sjekksummer",
|
"maintenance_integrity_checksum_mismatch_job": "Sjekk for feilede sjekksummer",
|
||||||
"maintenance_integrity_checksum_mismatch_refresh_job": "Oppdater feilede sjekksum rapporter",
|
"maintenance_integrity_checksum_mismatch_refresh_job": "Oppdater feilede sjekksum rapporter",
|
||||||
"maintenance_integrity_missing_file": "Manglende filer",
|
"maintenance_integrity_missing_file": "Manglende filer",
|
||||||
|
"maintenance_integrity_missing_file_description": "Filer som Immich har sporet i databasen sin, men som ikke eksisterer i filsystemet.",
|
||||||
"maintenance_integrity_missing_file_job": "Sjekk etter manglende filer",
|
"maintenance_integrity_missing_file_job": "Sjekk etter manglende filer",
|
||||||
"maintenance_integrity_missing_file_refresh_job": "Oppdater rapporten for manglende filer",
|
"maintenance_integrity_missing_file_refresh_job": "Oppdater rapporten for manglende filer",
|
||||||
"maintenance_integrity_report": "Integritetsrapport",
|
"maintenance_integrity_report": "Integritetsrapport",
|
||||||
"maintenance_integrity_untracked_file": "Usporede filer",
|
"maintenance_integrity_untracked_file": "Usporede filer",
|
||||||
|
"maintenance_integrity_untracked_file_description": "Filer i Immichs mapper som Immich ikke har noen oversikt over.",
|
||||||
"maintenance_integrity_untracked_file_job": "Sjekk etter usporede filer",
|
"maintenance_integrity_untracked_file_job": "Sjekk etter usporede filer",
|
||||||
"maintenance_integrity_untracked_file_refresh_job": "Oppdater rapporten for usporede filer",
|
"maintenance_integrity_untracked_file_refresh_job": "Oppdater rapporten for usporede filer",
|
||||||
"maintenance_restore_backup": "Gjenopprett Sikkerhetskopi",
|
"maintenance_restore_backup": "Gjenopprett Sikkerhetskopi",
|
||||||
@@ -1543,7 +1548,6 @@
|
|||||||
"map_location_picker_page_use_location": "Bruk dette stedet",
|
"map_location_picker_page_use_location": "Bruk dette stedet",
|
||||||
"map_location_service_disabled_content": "Lokasjonstjeneste må være aktivert for å vise elementer fra din nåværende lokasjon. Vil du aktivere det nå?",
|
"map_location_service_disabled_content": "Lokasjonstjeneste må være aktivert for å vise elementer fra din nåværende lokasjon. Vil du aktivere det nå?",
|
||||||
"map_location_service_disabled_title": "Lokasjonstjeneste deaktivert",
|
"map_location_service_disabled_title": "Lokasjonstjeneste deaktivert",
|
||||||
"map_marker_for_images": "Kart makeringer for bilder tatt i {city}, {country}",
|
|
||||||
"map_marker_with_image": "Kartmarkør med bilde",
|
"map_marker_with_image": "Kartmarkør med bilde",
|
||||||
"map_no_location_permission_content": "Lokasjonstilgang er påkrevet for å vise elementer fra din nåværende lokasjon. Vil du tillate det nå?",
|
"map_no_location_permission_content": "Lokasjonstilgang er påkrevet for å vise elementer fra din nåværende lokasjon. Vil du tillate det nå?",
|
||||||
"map_no_location_permission_title": "Lokasjonstilgang avvist",
|
"map_no_location_permission_title": "Lokasjonstilgang avvist",
|
||||||
|
|||||||
+17
-1
@@ -1 +1,17 @@
|
|||||||
{}
|
{
|
||||||
|
"about": "बारे",
|
||||||
|
"account": "खाता",
|
||||||
|
"account_settings": "खाता सेटिङ",
|
||||||
|
"acknowledge": "स्वीकार",
|
||||||
|
"action": "कार्य",
|
||||||
|
"action_description": "छानियेको चिजमा सामुहिक कार्य",
|
||||||
|
"add_a_description": "थप विवरण",
|
||||||
|
"add_a_location": "स्थान थप्नुहोस्",
|
||||||
|
"add_a_name": "नाम हाल्नुहोस्",
|
||||||
|
"add_a_title": "शीर्षक हाल्नुहोस्",
|
||||||
|
"add_action": "कार्य थप्नुहोस्",
|
||||||
|
"add_action_description": "कार्य गर्नको लागि थप कार्यमा क्लिक गर्नुहोस्",
|
||||||
|
"add_assets": "फोटोहरू थप्नुहोस्",
|
||||||
|
"add_birthday": "जन्मदिन हाल्नुहोस",
|
||||||
|
"add_endpoint": "अन्तिम बिन्दु थप्नुहोस्"
|
||||||
|
}
|
||||||
|
|||||||
+31
-31
@@ -609,7 +609,7 @@
|
|||||||
"asset_skipped": "Overgeslagen",
|
"asset_skipped": "Overgeslagen",
|
||||||
"asset_skipped_in_trash": "In prullenbak",
|
"asset_skipped_in_trash": "In prullenbak",
|
||||||
"asset_trashed": "Asset verwijderd",
|
"asset_trashed": "Asset verwijderd",
|
||||||
"asset_troubleshoot": "Asset probleemoplossing",
|
"asset_troubleshoot": "Item probleemoplossing",
|
||||||
"asset_uploaded": "Geüpload",
|
"asset_uploaded": "Geüpload",
|
||||||
"asset_uploading": "Uploaden…",
|
"asset_uploading": "Uploaden…",
|
||||||
"asset_viewer_settings_subtitle": "Beheer je instellingen voor galerijweergave",
|
"asset_viewer_settings_subtitle": "Beheer je instellingen voor galerijweergave",
|
||||||
@@ -638,14 +638,14 @@
|
|||||||
"assets_were_part_of_album_count": "{count, plural, one {Item was} other {Items waren}} al onderdeel van het album",
|
"assets_were_part_of_album_count": "{count, plural, one {Item was} other {Items waren}} al onderdeel van het album",
|
||||||
"assets_were_part_of_albums_count": "{count, plural, one {Item is} other {Items zijn}} al onderdeel van de albums",
|
"assets_were_part_of_albums_count": "{count, plural, one {Item is} other {Items zijn}} al onderdeel van de albums",
|
||||||
"authorized_devices": "Geautoriseerde apparaten",
|
"authorized_devices": "Geautoriseerde apparaten",
|
||||||
"automatic_endpoint_switching_subtitle": "Maak indien beschikbaar lokaal verbinding via het aangewezen wifi-netwerk en gebruik elders alternatieve verbindingen",
|
"automatic_endpoint_switching_subtitle": "Maak indien beschikbaar lokaal verbinding via het aangewezen wifinetwerk en gebruik elders alternatieve verbindingen",
|
||||||
"automatic_endpoint_switching_title": "Automatische serverwissel",
|
"automatic_endpoint_switching_title": "Automatische serverwissel",
|
||||||
"autoplay_slideshow": "Diavoorstelling automatisch afspelen",
|
"autoplay_slideshow": "Diavoorstelling automatisch afspelen",
|
||||||
"back": "Terug",
|
"back": "Terug",
|
||||||
"back_close_deselect": "Terug, sluiten of deselecteren",
|
"back_close_deselect": "Terug, sluiten of deselecteren",
|
||||||
"background_backup_running_error": "Back-up draait op de achtergrond, handmatige back-up kan niet worden gestart",
|
"background_backup_running_error": "Back-up draait op de achtergrond, handmatige back-up kan niet worden gestart",
|
||||||
"background_location_permission": "Achtergrond locatie toestemming",
|
"background_location_permission": "Achtergrond locatie toestemming",
|
||||||
"background_location_permission_content": "Om van netwerk te wisselen terwijl de app op de achtergrond draait, heeft Immich *altijd* toegang tot de exacte locatie nodig om de naam van het WiFi-netwerk te kunnen lezen",
|
"background_location_permission_content": "Om van netwerk te wisselen terwijl de app op de achtergrond draait, heeft Immich *altijd* toegang tot de exacte locatie nodig om de naam van het wifinetwerk te kunnen lezen",
|
||||||
"background_options": "Achtergrond opties",
|
"background_options": "Achtergrond opties",
|
||||||
"backup": "Back-up",
|
"backup": "Back-up",
|
||||||
"backup_album_selection_page_albums_device": "Albums op apparaat ({count})",
|
"backup_album_selection_page_albums_device": "Albums op apparaat ({count})",
|
||||||
@@ -680,7 +680,7 @@
|
|||||||
"backup_controller_page_background_is_on": "Automatische achtergrond back-up staat aan",
|
"backup_controller_page_background_is_on": "Automatische achtergrond back-up staat aan",
|
||||||
"backup_controller_page_background_turn_off": "Achtergrondservice uitzetten",
|
"backup_controller_page_background_turn_off": "Achtergrondservice uitzetten",
|
||||||
"backup_controller_page_background_turn_on": "Achtergrondservice aanzetten",
|
"backup_controller_page_background_turn_on": "Achtergrondservice aanzetten",
|
||||||
"backup_controller_page_background_wifi": "Alleen op WiFi",
|
"backup_controller_page_background_wifi": "Alleen op wifi",
|
||||||
"backup_controller_page_backup": "Back-up",
|
"backup_controller_page_backup": "Back-up",
|
||||||
"backup_controller_page_backup_selected": "Geselecteerd: ",
|
"backup_controller_page_backup_selected": "Geselecteerd: ",
|
||||||
"backup_controller_page_backup_sub": "Geback-upte foto's en video's",
|
"backup_controller_page_backup_sub": "Geback-upte foto's en video's",
|
||||||
@@ -785,7 +785,7 @@
|
|||||||
"charging_requirement_mobile_backup": "Achtergrond backup vereist dat het apparaat wordt opgeladen",
|
"charging_requirement_mobile_backup": "Achtergrond backup vereist dat het apparaat wordt opgeladen",
|
||||||
"check_corrupt_asset_backup": "Controleer op corrupte back-ups van items",
|
"check_corrupt_asset_backup": "Controleer op corrupte back-ups van items",
|
||||||
"check_corrupt_asset_backup_button": "Controle uitvoeren",
|
"check_corrupt_asset_backup_button": "Controle uitvoeren",
|
||||||
"check_corrupt_asset_backup_description": "Voer deze controle alleen uit via WiFi en nadat alle items zijn geback-upt. De procedure kan een paar minuten duren.",
|
"check_corrupt_asset_backup_description": "Voer deze controle alleen uit via wifi en nadat van alle items een back-up gemaakt is. De procedure kan een paar minuten duren.",
|
||||||
"check_logs": "Controleer logboek",
|
"check_logs": "Controleer logboek",
|
||||||
"checksum": "Controlegetal",
|
"checksum": "Controlegetal",
|
||||||
"choose": "Kies",
|
"choose": "Kies",
|
||||||
@@ -795,14 +795,14 @@
|
|||||||
"cleanup_confirm_prompt_title": "Van dit apparaat verwijderen?",
|
"cleanup_confirm_prompt_title": "Van dit apparaat verwijderen?",
|
||||||
"cleanup_deleted_assets": "{count} items verplaats naar prullenbak van apparaat",
|
"cleanup_deleted_assets": "{count} items verplaats naar prullenbak van apparaat",
|
||||||
"cleanup_deleting": "Naar prullenbak verplaatsen...",
|
"cleanup_deleting": "Naar prullenbak verplaatsen...",
|
||||||
"cleanup_found_assets": "Er zijn {count} backup bestanden gevonden",
|
"cleanup_found_assets": "Er zijn {count} back-upbestanden gevonden",
|
||||||
"cleanup_found_assets_with_size": "Er zijn {count} back-upbestanden gevonden ({size})",
|
"cleanup_found_assets_with_size": "Er zijn {count} back-upbestanden gevonden ({size})",
|
||||||
"cleanup_icloud_shared_albums_excluded": "Gedeelde albums van iCloud zijn uitgesloten van de scan",
|
"cleanup_icloud_shared_albums_excluded": "Gedeelde albums van iCloud zijn uitgesloten van de scan",
|
||||||
"cleanup_no_assets_found": "Er zijn geen bestanden gevonden die aan bovenstaande criteria voldoen. Free Up Space kan alleen bestanden verwijderen die op de server zijn geback-upt",
|
"cleanup_no_assets_found": "Er zijn geen bestanden gevonden die aan bovenstaande criteria voldoen. Free Up Space kan alleen bestanden verwijderen die op de server zijn geback-upt",
|
||||||
"cleanup_preview_title": "Bestanden te verwijderen ({count})",
|
"cleanup_preview_title": "Bestanden te verwijderen ({count})",
|
||||||
"cleanup_step3_description": "Scan naar back-upbestanden die overeenkomen met uw datum en behoud uw instellingen.",
|
"cleanup_step3_description": "Scan naar back-upbestanden die overeenkomen met uw datum en behoud uw instellingen.",
|
||||||
"cleanup_step4_summary": "{count} bestanden (gemaakt vóór {date}) die van uw lokale apparaat moeten worden verwijderd. Foto's blijven toegankelijk via de Immich-app.",
|
"cleanup_step4_summary": "{count} bestanden (gemaakt vóór {date}) die van uw lokale apparaat moeten worden verwijderd. Foto's blijven toegankelijk via de Immich-app.",
|
||||||
"cleanup_trash_hint": "Om de opslagruimte volledig vrij te maken, opent u de systeemgalerij-app en leegt u de prullenbak",
|
"cleanup_trash_hint": "Open de galerij-app en leeg de prullenbak om de opslagruimte volledig vrij te maken",
|
||||||
"clear": "Wissen",
|
"clear": "Wissen",
|
||||||
"clear_all": "Alles wissen",
|
"clear_all": "Alles wissen",
|
||||||
"clear_all_recent_searches": "Wis alle recente zoekopdrachten",
|
"clear_all_recent_searches": "Wis alle recente zoekopdrachten",
|
||||||
@@ -814,7 +814,7 @@
|
|||||||
"client_cert_enter_password": "Voer wachtwoord in",
|
"client_cert_enter_password": "Voer wachtwoord in",
|
||||||
"client_cert_import": "Importeren",
|
"client_cert_import": "Importeren",
|
||||||
"client_cert_import_success_msg": "Cliëntcertificaat is geïmporteerd",
|
"client_cert_import_success_msg": "Cliëntcertificaat is geïmporteerd",
|
||||||
"client_cert_invalid_msg": "Ongeldig certificaatbestand of verkeerd wachtwoord",
|
"client_cert_invalid_msg": "Ongeldig certificaatbestand of verkeerd wachtwoord",
|
||||||
"client_cert_password_message": "Voer het wachtwoord voor dit certificaat in",
|
"client_cert_password_message": "Voer het wachtwoord voor dit certificaat in",
|
||||||
"client_cert_password_title": "Certificaat wachtwoord",
|
"client_cert_password_title": "Certificaat wachtwoord",
|
||||||
"client_cert_remove_msg": "Clientcertificaat is verwijderd",
|
"client_cert_remove_msg": "Clientcertificaat is verwijderd",
|
||||||
@@ -850,7 +850,7 @@
|
|||||||
"confirm_tag_face_unnamed": "Wil je dit gezicht taggen?",
|
"confirm_tag_face_unnamed": "Wil je dit gezicht taggen?",
|
||||||
"connected_device": "Verbonden apparaat",
|
"connected_device": "Verbonden apparaat",
|
||||||
"connected_to": "Verbonden met",
|
"connected_to": "Verbonden met",
|
||||||
"contain": "Bevat",
|
"contain": "Passend",
|
||||||
"context": "Context",
|
"context": "Context",
|
||||||
"continue": "Doorgaan",
|
"continue": "Doorgaan",
|
||||||
"control_bottom_app_bar_add_tags": "Tags toevoegen",
|
"control_bottom_app_bar_add_tags": "Tags toevoegen",
|
||||||
@@ -1066,7 +1066,7 @@
|
|||||||
"enabled": "Ingeschakeld",
|
"enabled": "Ingeschakeld",
|
||||||
"end_date": "Einddatum",
|
"end_date": "Einddatum",
|
||||||
"enqueued": "In de wachtrij",
|
"enqueued": "In de wachtrij",
|
||||||
"enter_wifi_name": "Voer de WiFi-naam in",
|
"enter_wifi_name": "Voer de naam van het wifinetwerk in",
|
||||||
"enter_your_pin_code": "Voer uw pincode in",
|
"enter_your_pin_code": "Voer uw pincode in",
|
||||||
"enter_your_pin_code_subtitle": "Voer uw pincode in om toegang te krijgen tot de vergrendelde map",
|
"enter_your_pin_code_subtitle": "Voer uw pincode in om toegang te krijgen tot de vergrendelde map",
|
||||||
"error": "Fout",
|
"error": "Fout",
|
||||||
@@ -1114,7 +1114,7 @@
|
|||||||
"failed_to_stack_assets": "Fout bij stapelen van items",
|
"failed_to_stack_assets": "Fout bij stapelen van items",
|
||||||
"failed_to_tag_assets": "Fout bij taggen van items",
|
"failed_to_tag_assets": "Fout bij taggen van items",
|
||||||
"failed_to_unstack_assets": "Fout bij ontstapelen van items",
|
"failed_to_unstack_assets": "Fout bij ontstapelen van items",
|
||||||
"failed_to_update_notification_status": "Kon notificatiestatus niet updaten",
|
"failed_to_update_notification_status": "Kan notificatiestatus niet updaten",
|
||||||
"incorrect_email_or_password": "Onjuist e-mailadres of wachtwoord",
|
"incorrect_email_or_password": "Onjuist e-mailadres of wachtwoord",
|
||||||
"library_folder_already_exists": "Dit importpad bestaat al.",
|
"library_folder_already_exists": "Dit importpad bestaat al.",
|
||||||
"page_not_found": "Pagina niet gevonden",
|
"page_not_found": "Pagina niet gevonden",
|
||||||
@@ -1237,7 +1237,7 @@
|
|||||||
"external": "Extern",
|
"external": "Extern",
|
||||||
"external_libraries": "Externe bibliotheken",
|
"external_libraries": "Externe bibliotheken",
|
||||||
"external_network": "Extern netwerk",
|
"external_network": "Extern netwerk",
|
||||||
"external_network_sheet_info": "Als je niet verbonden bent met het opgegeven WiFi-netwerk, maakt de app verbinding met de server via de eerst bereikbare URL in de onderstaande lijst, van boven naar beneden",
|
"external_network_sheet_info": "Als je niet verbonden bent met het opgegeven wifinetwerk, maakt de app verbinding met de server via de eerst bereikbare URL in de onderstaande lijst, van boven naar beneden",
|
||||||
"f_number": "Diafragma",
|
"f_number": "Diafragma",
|
||||||
"face_unassigned": "Niet toegewezen",
|
"face_unassigned": "Niet toegewezen",
|
||||||
"failed": "Mislukt",
|
"failed": "Mislukt",
|
||||||
@@ -1261,7 +1261,7 @@
|
|||||||
"filename": "Bestandsnaam",
|
"filename": "Bestandsnaam",
|
||||||
"filetype": "Bestandstype",
|
"filetype": "Bestandstype",
|
||||||
"filter": "Filter",
|
"filter": "Filter",
|
||||||
"filter_description": "Filtervoorwaarden voor doel items",
|
"filter_description": "Filtervoorwaarden voor betreffende items",
|
||||||
"filter_people": "Filteren op persoon",
|
"filter_people": "Filteren op persoon",
|
||||||
"filter_places": "Filteren op locatie",
|
"filter_places": "Filteren op locatie",
|
||||||
"filter_tags": "Filteren op label",
|
"filter_tags": "Filteren op label",
|
||||||
@@ -1273,7 +1273,7 @@
|
|||||||
"folder": "Map",
|
"folder": "Map",
|
||||||
"folder_not_found": "Map niet gevonden",
|
"folder_not_found": "Map niet gevonden",
|
||||||
"folders": "Mappen",
|
"folders": "Mappen",
|
||||||
"folders_feature_description": "Bladeren door de mapweergave van de foto's en video's op het bestandssysteem",
|
"folders_feature_description": "Bladeren door de mapweergave van de foto's en video's op het bestandssysteem",
|
||||||
"forgot_pin_code_question": "Pincode vergeten?",
|
"forgot_pin_code_question": "Pincode vergeten?",
|
||||||
"forward": "Vooruit",
|
"forward": "Vooruit",
|
||||||
"free_up_space": "Maak opslag vrij",
|
"free_up_space": "Maak opslag vrij",
|
||||||
@@ -1287,7 +1287,7 @@
|
|||||||
"geolocation_instruction_location": "Klik op een item met gps-coördinaten om de locatie te gebruiken, of kies een locatie direct op de kaart",
|
"geolocation_instruction_location": "Klik op een item met gps-coördinaten om de locatie te gebruiken, of kies een locatie direct op de kaart",
|
||||||
"get_help": "Hulp vragen",
|
"get_help": "Hulp vragen",
|
||||||
"get_people_error": "Fout bij ophalen mensen",
|
"get_people_error": "Fout bij ophalen mensen",
|
||||||
"get_wifiname_error": "Kon de WiFi-naam niet ophalen. Zorg ervoor dat je de benodigde machtigingen hebt verleend en verbonden bent met een WiFi-netwerk",
|
"get_wifiname_error": "Kon de naam van het netwerk niet ophalen. Zorg ervoor dat je de benodigde machtigingen hebt verleend en verbonden bent met een wifinetwerk",
|
||||||
"getting_started": "Aan de slag",
|
"getting_started": "Aan de slag",
|
||||||
"go_back": "Ga terug",
|
"go_back": "Ga terug",
|
||||||
"go_to_folder": "Ga naar map",
|
"go_to_folder": "Ga naar map",
|
||||||
@@ -1387,9 +1387,9 @@
|
|||||||
"invite_to_album": "Uitnodigen voor album",
|
"invite_to_album": "Uitnodigen voor album",
|
||||||
"ios_debug_info_fetch_ran_at": "Ophalen gelukt op {dateTime}",
|
"ios_debug_info_fetch_ran_at": "Ophalen gelukt op {dateTime}",
|
||||||
"ios_debug_info_last_sync_at": "Laatst gesynchroniseerd {dateTime}",
|
"ios_debug_info_last_sync_at": "Laatst gesynchroniseerd {dateTime}",
|
||||||
"ios_debug_info_no_processes_queued": "Geen achtergrondprocessen in de wachtrij",
|
"ios_debug_info_no_processes_queued": "Geen achtergrondprocessen in de wachtrij",
|
||||||
"ios_debug_info_no_sync_yet": "Er is nog geen achtergrondsynchronisatie uitgevoerd",
|
"ios_debug_info_no_sync_yet": "Er is nog geen achtergrondsynchronisatie uitgevoerd",
|
||||||
"ios_debug_info_processes_queued": "{count, plural, one {{count} achtergrondproces in de wachtrij} other {{count} achtergrondprocessen in de wachtrij}}",
|
"ios_debug_info_processes_queued": "{count, plural, one {{count} achtergrondproces} other {{count} achtergrondprocessen}} in de wachtrij",
|
||||||
"ios_debug_info_processing_ran_at": "Verwerking uitgevoerd op {dateTime}",
|
"ios_debug_info_processing_ran_at": "Verwerking uitgevoerd op {dateTime}",
|
||||||
"iso": "ISO",
|
"iso": "ISO",
|
||||||
"items_count": "{count, plural, one {# item} other {# items}}",
|
"items_count": "{count, plural, one {# item} other {# items}}",
|
||||||
@@ -1456,10 +1456,10 @@
|
|||||||
"local_id": "Lokaal ID",
|
"local_id": "Lokaal ID",
|
||||||
"local_media_summary": "Lokale media samenvatting",
|
"local_media_summary": "Lokale media samenvatting",
|
||||||
"local_network": "Lokaal netwerk",
|
"local_network": "Lokaal netwerk",
|
||||||
"local_network_sheet_info": "De app maakt verbinding met de server via deze URL wanneer het opgegeven WiFi-netwerk wordt gebruikt",
|
"local_network_sheet_info": "De app maakt verbinding met de server via deze URL wanneer het opgegeven wifinetwerk wordt gebruikt",
|
||||||
"location": "Locatie",
|
"location": "Locatie",
|
||||||
"location_permission": "Locatietoestemming",
|
"location_permission": "Locatietoestemming",
|
||||||
"location_permission_content": "Om de functie voor automatische serverwissel te gebruiken, heeft Immich toegang tot de exacte locatie nodig om de naam van het huidige WiFi-netwerk te kunnen bepalen",
|
"location_permission_content": "Om de functie voor automatische serverwissel te gebruiken, heeft Immich toegang tot de exacte locatie nodig om de naam van het huidige wifinetwerk te kunnen bepalen",
|
||||||
"location_picker_choose_on_map": "Kies op kaart",
|
"location_picker_choose_on_map": "Kies op kaart",
|
||||||
"location_picker_latitude_error": "Voer een geldige breedtegraad in",
|
"location_picker_latitude_error": "Voer een geldige breedtegraad in",
|
||||||
"location_picker_latitude_hint": "Voer hier je breedtegraad in",
|
"location_picker_latitude_hint": "Voer hier je breedtegraad in",
|
||||||
@@ -1502,8 +1502,8 @@
|
|||||||
"longitude": "Lengtegraad",
|
"longitude": "Lengtegraad",
|
||||||
"look": "Uiterlijk",
|
"look": "Uiterlijk",
|
||||||
"loop_videos": "Video's herhalen",
|
"loop_videos": "Video's herhalen",
|
||||||
"loop_videos_description": "Inschakelen om video's automatisch te herhalen in de detailweergave.",
|
"loop_videos_description": "Inschakelen om video's automatisch te herhalen in de detailweergave.",
|
||||||
"main_branch_warning": "Je gebruikt een ontwikkelingsversie. We raden je ten zeerste aan een releaseversie te gebruiken!",
|
"main_branch_warning": "Je gebruikt een ontwikkelingsversie. We raden je ten zeerste aan een releaseversie te gebruiken!",
|
||||||
"main_menu": "Hoofdmenu",
|
"main_menu": "Hoofdmenu",
|
||||||
"maintenance_action_restore": "Database wordt hersteld",
|
"maintenance_action_restore": "Database wordt hersteld",
|
||||||
"maintenance_description": "Immich is in de <link>onderhoudsmodus</link> gezet.",
|
"maintenance_description": "Immich is in de <link>onderhoudsmodus</link> gezet.",
|
||||||
@@ -1512,7 +1512,7 @@
|
|||||||
"maintenance_logged_in_as": "Momenteel ingelogd als {user}",
|
"maintenance_logged_in_as": "Momenteel ingelogd als {user}",
|
||||||
"maintenance_restore_from_backup": "Herstellen vanaf backup",
|
"maintenance_restore_from_backup": "Herstellen vanaf backup",
|
||||||
"maintenance_restore_library": "Bibliotheek herstellen",
|
"maintenance_restore_library": "Bibliotheek herstellen",
|
||||||
"maintenance_restore_library_confirm": "Als dit er goed uit ziet ga dan verder om de backup terug te zetten!",
|
"maintenance_restore_library_confirm": "Als dit er goed uit ziet, ga dan verder om de back-up terug te zetten!",
|
||||||
"maintenance_restore_library_description": "Database wordt hersteld",
|
"maintenance_restore_library_description": "Database wordt hersteld",
|
||||||
"maintenance_restore_library_folder_has_files": "{folder} heeft {count} map(pen)",
|
"maintenance_restore_library_folder_has_files": "{folder} heeft {count} map(pen)",
|
||||||
"maintenance_restore_library_folder_no_files": "{folder} mist bestanden!",
|
"maintenance_restore_library_folder_no_files": "{folder} mist bestanden!",
|
||||||
@@ -1548,7 +1548,7 @@
|
|||||||
"map_location_picker_page_use_location": "Gebruik deze locatie",
|
"map_location_picker_page_use_location": "Gebruik deze locatie",
|
||||||
"map_location_service_disabled_content": "Locatie service moet ingeschakeld zijn om items van je huidige locatie weer te geven. Wil je het nu inschakelen?",
|
"map_location_service_disabled_content": "Locatie service moet ingeschakeld zijn om items van je huidige locatie weer te geven. Wil je het nu inschakelen?",
|
||||||
"map_location_service_disabled_title": "Locatie service uitgeschakeld",
|
"map_location_service_disabled_title": "Locatie service uitgeschakeld",
|
||||||
"map_marker_for_images": "Kaartmarkering voor afbeeldingen gemaakt in {city}, {country}",
|
"map_marker_for_image": "Kaartmarkering voor afbeelding gemaakt in {city}, {country}",
|
||||||
"map_marker_with_image": "Kaartmarkering met afbeelding",
|
"map_marker_with_image": "Kaartmarkering met afbeelding",
|
||||||
"map_no_location_permission_content": "Locatietoestemming is nodig om items van je huidige locatie weer te geven. Wil je dit nu toestaan?",
|
"map_no_location_permission_content": "Locatietoestemming is nodig om items van je huidige locatie weer te geven. Wil je dit nu toestaan?",
|
||||||
"map_no_location_permission_title": "Locatietoestemming geweigerd",
|
"map_no_location_permission_title": "Locatietoestemming geweigerd",
|
||||||
@@ -1983,7 +1983,7 @@
|
|||||||
"reset_sqlite": "SQLite database resetten",
|
"reset_sqlite": "SQLite database resetten",
|
||||||
"reset_sqlite_clear_app_data": "Wis gegevens",
|
"reset_sqlite_clear_app_data": "Wis gegevens",
|
||||||
"reset_sqlite_confirmation": "Weet je zeker dat je de app-gegevens wilt wissen? Hiermee worden alle instellingen verwijderd en word je uitgelogd.",
|
"reset_sqlite_confirmation": "Weet je zeker dat je de app-gegevens wilt wissen? Hiermee worden alle instellingen verwijderd en word je uitgelogd.",
|
||||||
"reset_sqlite_confirmation_note": "Let op: Je moet de app opnieuw opstarten nadat je deze hebt gewist.",
|
"reset_sqlite_confirmation_note": "Let op: je moet de app opnieuw opstarten nadat je deze hebt gewist.",
|
||||||
"reset_sqlite_done": "App data is gewist. Start Immich opnieuw op en log opnieuw in.",
|
"reset_sqlite_done": "App data is gewist. Start Immich opnieuw op en log opnieuw in.",
|
||||||
"reset_sqlite_success": "De SQLite database is succesvol gereset",
|
"reset_sqlite_success": "De SQLite database is succesvol gereset",
|
||||||
"reset_to_default": "Resetten naar standaard",
|
"reset_to_default": "Resetten naar standaard",
|
||||||
@@ -1996,7 +1996,7 @@
|
|||||||
"restore_user": "Gebruiker herstellen",
|
"restore_user": "Gebruiker herstellen",
|
||||||
"restored_asset": "Item hersteld",
|
"restored_asset": "Item hersteld",
|
||||||
"resume": "Hervatten",
|
"resume": "Hervatten",
|
||||||
"resume_paused_jobs": "Hervat {count, plural, one {# gepauseerde taak} other {# gepauseerde taken}}",
|
"resume_paused_jobs": "{count, plural, one {# gepauzeerde taak} other {# gepauzeerde taken}} hervatten",
|
||||||
"retry_upload": "Opnieuw uploaden",
|
"retry_upload": "Opnieuw uploaden",
|
||||||
"review_duplicates": "Controleer duplicaten",
|
"review_duplicates": "Controleer duplicaten",
|
||||||
"review_large_files": "Grote bestanden beoordelen",
|
"review_large_files": "Grote bestanden beoordelen",
|
||||||
@@ -2470,8 +2470,8 @@
|
|||||||
"use_template": "Gebruik template",
|
"use_template": "Gebruik template",
|
||||||
"user": "Gebruiker",
|
"user": "Gebruiker",
|
||||||
"user_has_been_deleted": "Deze gebruiker is verwijderd.",
|
"user_has_been_deleted": "Deze gebruiker is verwijderd.",
|
||||||
"user_id": "Gebruikers ID",
|
"user_id": "Gebruikers-ID",
|
||||||
"user_liked": "{user} heeft {type, select, photo {deze foto} video {deze video} asset {} other {dit item}} geliket",
|
"user_liked": "{user} vindt {type, select, photo {deze foto} video {deze video} asset {} other {dit item}} leuk",
|
||||||
"user_pin_code_settings": "Pincode",
|
"user_pin_code_settings": "Pincode",
|
||||||
"user_pin_code_settings_description": "Beheer je pincode",
|
"user_pin_code_settings_description": "Beheer je pincode",
|
||||||
"user_privacy": "Gebruikersprivacy",
|
"user_privacy": "Gebruikersprivacy",
|
||||||
@@ -2479,7 +2479,7 @@
|
|||||||
"user_purchase_settings_description": "Beheer je aankoop",
|
"user_purchase_settings_description": "Beheer je aankoop",
|
||||||
"user_role_set": "{user} instellen als {role}",
|
"user_role_set": "{user} instellen als {role}",
|
||||||
"user_usage_detail": "Gedetailleerd gebruik van gebruikers",
|
"user_usage_detail": "Gedetailleerd gebruik van gebruikers",
|
||||||
"user_usage_stats": "Statistieken van accountgebruik",
|
"user_usage_stats": "Accountstatistieken",
|
||||||
"user_usage_stats_description": "Bekijk statistieken van accountgebruik",
|
"user_usage_stats_description": "Bekijk statistieken van accountgebruik",
|
||||||
"username": "Gebruikersnaam",
|
"username": "Gebruikersnaam",
|
||||||
"users": "Gebruikers",
|
"users": "Gebruikers",
|
||||||
@@ -2532,7 +2532,7 @@
|
|||||||
"welcome_to_immich": "Welkom bij Immich",
|
"welcome_to_immich": "Welkom bij Immich",
|
||||||
"when": "Wanneer",
|
"when": "Wanneer",
|
||||||
"width": "Breedte",
|
"width": "Breedte",
|
||||||
"wifi_name": "WiFi-naam",
|
"wifi_name": "Wifinetwerk",
|
||||||
"workflow": "Werkstroom",
|
"workflow": "Werkstroom",
|
||||||
"workflow_delete_prompt": "Weet je zeker dat je deze werkstroom wilt verwijderen?",
|
"workflow_delete_prompt": "Weet je zeker dat je deze werkstroom wilt verwijderen?",
|
||||||
"workflow_deleted": "Werkstroom verwijderd",
|
"workflow_deleted": "Werkstroom verwijderd",
|
||||||
@@ -2554,7 +2554,7 @@
|
|||||||
"years_ago": "{years, plural, one {Een jaar} other {# jaar}} geleden",
|
"years_ago": "{years, plural, one {Een jaar} other {# jaar}} geleden",
|
||||||
"yes": "Ja",
|
"yes": "Ja",
|
||||||
"you_dont_have_any_shared_links": "Je hebt geen gedeelde links",
|
"you_dont_have_any_shared_links": "Je hebt geen gedeelde links",
|
||||||
"your_wifi_name": "Je WiFi-naam",
|
"your_wifi_name": "Je wifinetwerk",
|
||||||
"zero_to_clear_rating": "druk op 0 om de sterwaardering te verwijderen",
|
"zero_to_clear_rating": "druk op 0 om de sterwaardering te verwijderen",
|
||||||
"zoom_image": "Inzoomen",
|
"zoom_image": "Inzoomen",
|
||||||
"zoom_to_bounds": "Zoom naar randen"
|
"zoom_to_bounds": "Zoom naar randen"
|
||||||
|
|||||||
+3
-3
@@ -1548,7 +1548,7 @@
|
|||||||
"map_location_picker_page_use_location": "Użyj tej lokalizacji",
|
"map_location_picker_page_use_location": "Użyj tej lokalizacji",
|
||||||
"map_location_service_disabled_content": "Aby wyświetlić zasoby z Twojej bieżącej lokalizacji, należy włączyć usługę lokalizacyjną. Czy chcesz to teraz włączyć?",
|
"map_location_service_disabled_content": "Aby wyświetlić zasoby z Twojej bieżącej lokalizacji, należy włączyć usługę lokalizacyjną. Czy chcesz to teraz włączyć?",
|
||||||
"map_location_service_disabled_title": "Usługa lokalizacji wyłączona",
|
"map_location_service_disabled_title": "Usługa lokalizacji wyłączona",
|
||||||
"map_marker_for_images": "Wskaźnik mapy dla zdjęć zrobionych w {city}, {country}",
|
"map_marker_for_image": "Znacznik na mapie dla zdjęcia wykonanego w {city}, {country}",
|
||||||
"map_marker_with_image": "Znacznik na mapie ze zdjęciem",
|
"map_marker_with_image": "Znacznik na mapie ze zdjęciem",
|
||||||
"map_no_location_permission_content": "Aby wyświetlić zasoby z Twojej bieżącej lokalizacji, potrzebne jest pozwolenie na lokalizację. Czy chcesz teraz na to pozwolić?",
|
"map_no_location_permission_content": "Aby wyświetlić zasoby z Twojej bieżącej lokalizacji, potrzebne jest pozwolenie na lokalizację. Czy chcesz teraz na to pozwolić?",
|
||||||
"map_no_location_permission_title": "Odmowa dostępu do lokalizacji",
|
"map_no_location_permission_title": "Odmowa dostępu do lokalizacji",
|
||||||
@@ -2031,7 +2031,7 @@
|
|||||||
"search_by_full_path": "Wyszukaj według pełnej ścieżki lub folderu",
|
"search_by_full_path": "Wyszukaj według pełnej ścieżki lub folderu",
|
||||||
"search_by_full_path_example": "/John/Projekty/Drukowanie_3D/2026-07-01 – możesz wyszukiwać hasła takie jak Projekty, 3D, Drukowanie, 2026 itp.",
|
"search_by_full_path_example": "/John/Projekty/Drukowanie_3D/2026-07-01 – możesz wyszukiwać hasła takie jak Projekty, 3D, Drukowanie, 2026 itp.",
|
||||||
"search_by_ocr": "Wyszukaj przy użyciu OCR",
|
"search_by_ocr": "Wyszukaj przy użyciu OCR",
|
||||||
"search_by_ocr_example": "Latte",
|
"search_by_ocr_example": "Kawa, trampolina",
|
||||||
"search_camera_lens_model": "Wyszukaj model obiektywu...",
|
"search_camera_lens_model": "Wyszukaj model obiektywu...",
|
||||||
"search_camera_make": "Wyszukaj markę aparatu...",
|
"search_camera_make": "Wyszukaj markę aparatu...",
|
||||||
"search_camera_model": "Wyszukaj model aparatu...",
|
"search_camera_model": "Wyszukaj model aparatu...",
|
||||||
@@ -2185,7 +2185,7 @@
|
|||||||
"shared_by_you": "Udostępnione przez ciebie",
|
"shared_by_you": "Udostępnione przez ciebie",
|
||||||
"shared_from_partner": "Zdjęcia od {partner}",
|
"shared_from_partner": "Zdjęcia od {partner}",
|
||||||
"shared_intent_upload_button_progress_text": "{current} / {total} Przesłano",
|
"shared_intent_upload_button_progress_text": "{current} / {total} Przesłano",
|
||||||
"shared_link_app_bar_title": "Udostępnione",
|
"shared_link_app_bar_title": "Udostępnione linki",
|
||||||
"shared_link_clipboard_copied_massage": "Skopiowane do schowka",
|
"shared_link_clipboard_copied_massage": "Skopiowane do schowka",
|
||||||
"shared_link_clipboard_text": "Link: {link}\nHasło: {password}",
|
"shared_link_clipboard_text": "Link: {link}\nHasło: {password}",
|
||||||
"shared_link_create_error": "Błąd podczas tworzenia linka do udostępnienia",
|
"shared_link_create_error": "Błąd podczas tworzenia linka do udostępnienia",
|
||||||
|
|||||||
+9
-5
@@ -56,7 +56,7 @@
|
|||||||
"backup_database": "Criar Cópia da Base de Dados",
|
"backup_database": "Criar Cópia da Base de Dados",
|
||||||
"backup_database_enable_description": "Ativar cópias da base de dados",
|
"backup_database_enable_description": "Ativar cópias da base de dados",
|
||||||
"backup_keep_last_amount": "Quantidade de cópias anteriores a manter",
|
"backup_keep_last_amount": "Quantidade de cópias anteriores a manter",
|
||||||
"backup_onboarding_1_description": "Uma cópia remota na cloud ou outra localização física.",
|
"backup_onboarding_1_description": "Uma cópia remota na cloud ou noutra localização física.",
|
||||||
"backup_onboarding_2_description": "Cópias locais em dispositivos diferentes, incluindo os ficheiros principais e uma cópia de segurança local dos mesmos.",
|
"backup_onboarding_2_description": "Cópias locais em dispositivos diferentes, incluindo os ficheiros principais e uma cópia de segurança local dos mesmos.",
|
||||||
"backup_onboarding_3_description": "Cópias completas dos seus dados, incluindo os ficheiros originais. Inclui uma cópia remota e duas cópias locais.",
|
"backup_onboarding_3_description": "Cópias completas dos seus dados, incluindo os ficheiros originais. Inclui uma cópia remota e duas cópias locais.",
|
||||||
"backup_onboarding_description": "É recomendada a <backblaze-link>estratégia de cópia de segurança 3-2-1</backblaze-link> para proteger os seus dados. Para uma solução de cópia de segurança completa, deve manter cópias das suas fotos e vídeos tal como da base de dados do Immich.",
|
"backup_onboarding_description": "É recomendada a <backblaze-link>estratégia de cópia de segurança 3-2-1</backblaze-link> para proteger os seus dados. Para uma solução de cópia de segurança completa, deve manter cópias das suas fotos e vídeos tal como da base de dados do Immich.",
|
||||||
@@ -189,18 +189,23 @@
|
|||||||
"machine_learning_smart_search_enabled": "Ativar a Pesquisa Inteligente",
|
"machine_learning_smart_search_enabled": "Ativar a Pesquisa Inteligente",
|
||||||
"machine_learning_smart_search_enabled_description": "Se desativado, as imagens não serão codificadas para Pesquisa Inteligente.",
|
"machine_learning_smart_search_enabled_description": "Se desativado, as imagens não serão codificadas para Pesquisa Inteligente.",
|
||||||
"machine_learning_url_description": "A URL do servidor de aprendizagem de máquina. Se for fornecido mais do que um URL, cada servidor será testado, um a um, até um deles responder com sucesso, por ordem do primeiro ao último. Servidores que não responderem serão temporariamente ignorados até voltarem a estar online.",
|
"machine_learning_url_description": "A URL do servidor de aprendizagem de máquina. Se for fornecido mais do que um URL, cada servidor será testado, um a um, até um deles responder com sucesso, por ordem do primeiro ao último. Servidores que não responderem serão temporariamente ignorados até voltarem a estar online.",
|
||||||
|
"maintenance_backup_management": "Gestão de cópias de segurança",
|
||||||
"maintenance_delete_backup": "Eliminar Cópia de Segurança",
|
"maintenance_delete_backup": "Eliminar Cópia de Segurança",
|
||||||
"maintenance_delete_backup_description": "Este ficheiro irá ser apagado para sempre.",
|
"maintenance_delete_backup_description": "Este ficheiro irá ser apagado para sempre.",
|
||||||
"maintenance_delete_error": "Ocorreu um erro ao eliminar a cópia de segurança.",
|
"maintenance_delete_error": "Ocorreu um erro ao eliminar a cópia de segurança.",
|
||||||
|
"maintenance_integrity_check": "Verificar",
|
||||||
"maintenance_integrity_check_all": "Verificar tudo",
|
"maintenance_integrity_check_all": "Verificar tudo",
|
||||||
"maintenance_integrity_checksum_mismatch": "Checksum não corresponde",
|
"maintenance_integrity_checksum_mismatch": "Checksum não corresponde",
|
||||||
|
"maintenance_integrity_checksum_mismatch_description": "Ficheiros dos quais a verificação checksum no disco não condiz com a que o Immich tem armazenado na base de dados.",
|
||||||
"maintenance_integrity_checksum_mismatch_job": "Verificar se existem erros de checksum",
|
"maintenance_integrity_checksum_mismatch_job": "Verificar se existem erros de checksum",
|
||||||
"maintenance_integrity_checksum_mismatch_refresh_job": "Atualizar relatórios de erros de checksum",
|
"maintenance_integrity_checksum_mismatch_refresh_job": "Atualizar relatórios de erros de checksum",
|
||||||
"maintenance_integrity_missing_file": "Ficheiros em falta",
|
"maintenance_integrity_missing_file": "Ficheiros em falta",
|
||||||
|
"maintenance_integrity_missing_file_description": "Ficheiros dos quais o Immich está a monitorizar na sua base de dados mas que não existem no sistema de ficheiros.",
|
||||||
"maintenance_integrity_missing_file_job": "Verificar se existem ficheiros em falta",
|
"maintenance_integrity_missing_file_job": "Verificar se existem ficheiros em falta",
|
||||||
"maintenance_integrity_missing_file_refresh_job": "Atualizar relatórios de ficheiros em falta",
|
"maintenance_integrity_missing_file_refresh_job": "Atualizar relatórios de ficheiros em falta",
|
||||||
"maintenance_integrity_report": "Relatório de integridade",
|
"maintenance_integrity_report": "Relatório de integridade",
|
||||||
"maintenance_integrity_untracked_file": "Ficheiros não monitorizados",
|
"maintenance_integrity_untracked_file": "Ficheiros não monitorizados",
|
||||||
|
"maintenance_integrity_untracked_file_description": "Ficheiros nos diretórios do Immich dos quais não existe qualquer registo.",
|
||||||
"maintenance_integrity_untracked_file_job": "Verificar se existem ficheiros não monitorizados",
|
"maintenance_integrity_untracked_file_job": "Verificar se existem ficheiros não monitorizados",
|
||||||
"maintenance_integrity_untracked_file_refresh_job": "Atualizar relatórios de ficheiros não monitorizados",
|
"maintenance_integrity_untracked_file_refresh_job": "Atualizar relatórios de ficheiros não monitorizados",
|
||||||
"maintenance_restore_backup": "Restaurar Cópia de Segurança",
|
"maintenance_restore_backup": "Restaurar Cópia de Segurança",
|
||||||
@@ -655,7 +660,7 @@
|
|||||||
"backup_background_service_complete_notification": "Cópia de conteúdos concluída",
|
"backup_background_service_complete_notification": "Cópia de conteúdos concluída",
|
||||||
"backup_background_service_connection_failed_message": "Ocorreu um erro na ligação ao servidor. A tentar de novo…",
|
"backup_background_service_connection_failed_message": "Ocorreu um erro na ligação ao servidor. A tentar de novo…",
|
||||||
"backup_background_service_current_upload_notification": "A enviar {filename}",
|
"backup_background_service_current_upload_notification": "A enviar {filename}",
|
||||||
"backup_background_service_default_notification": "A verificar se há novos ficheiros…",
|
"backup_background_service_default_notification": "A verificar a existência de novos ficheiros…",
|
||||||
"backup_background_service_error_title": "Erro na cópia de segurança",
|
"backup_background_service_error_title": "Erro na cópia de segurança",
|
||||||
"backup_background_service_in_progress_notification": "A fazer cópia de segurança dos seus ficheiros…",
|
"backup_background_service_in_progress_notification": "A fazer cópia de segurança dos seus ficheiros…",
|
||||||
"backup_background_service_upload_failure_notification": "Ocorreu um erro ao enviar {filename}",
|
"backup_background_service_upload_failure_notification": "Ocorreu um erro ao enviar {filename}",
|
||||||
@@ -778,8 +783,8 @@
|
|||||||
"changed_visibility_successfully": "Visibilidade alterada com sucesso",
|
"changed_visibility_successfully": "Visibilidade alterada com sucesso",
|
||||||
"charging": "A carregar",
|
"charging": "A carregar",
|
||||||
"charging_requirement_mobile_backup": "Cópia de segurança de fundo necessita que o dispositivo esteja a carregar",
|
"charging_requirement_mobile_backup": "Cópia de segurança de fundo necessita que o dispositivo esteja a carregar",
|
||||||
"check_corrupt_asset_backup": "Verificar por backups corrompidos",
|
"check_corrupt_asset_backup": "Verificar por cópias de segurança de ficheiros corrompidas",
|
||||||
"check_corrupt_asset_backup_button": "Verificar",
|
"check_corrupt_asset_backup_button": "Realizar verificação",
|
||||||
"check_corrupt_asset_backup_description": "Execute esta verificação apenas numa rede Wi-Fi e quando a cópia de segurança de todos os ficheiros já estiver concluída. O processo pode demorar alguns minutos.",
|
"check_corrupt_asset_backup_description": "Execute esta verificação apenas numa rede Wi-Fi e quando a cópia de segurança de todos os ficheiros já estiver concluída. O processo pode demorar alguns minutos.",
|
||||||
"check_logs": "Verificar registos",
|
"check_logs": "Verificar registos",
|
||||||
"checksum": "Teste de soma de dados",
|
"checksum": "Teste de soma de dados",
|
||||||
@@ -1543,7 +1548,6 @@
|
|||||||
"map_location_picker_page_use_location": "Utilizar esta localização",
|
"map_location_picker_page_use_location": "Utilizar esta localização",
|
||||||
"map_location_service_disabled_content": "Serviço de localização precisa de estar ativado para mostrar recursos da localização atual. Deseja ativar agora?",
|
"map_location_service_disabled_content": "Serviço de localização precisa de estar ativado para mostrar recursos da localização atual. Deseja ativar agora?",
|
||||||
"map_location_service_disabled_title": "Serviço de localização desativado",
|
"map_location_service_disabled_title": "Serviço de localização desativado",
|
||||||
"map_marker_for_images": "Marcador no mapa para fotos tiradas em {city}, {country}",
|
|
||||||
"map_marker_with_image": "Marcador de mapa com imagem",
|
"map_marker_with_image": "Marcador de mapa com imagem",
|
||||||
"map_no_location_permission_content": "A permissão da localização é necessária para mostrar recursos da localização atual. Deseja conceder a permissão agora?",
|
"map_no_location_permission_content": "A permissão da localização é necessária para mostrar recursos da localização atual. Deseja conceder a permissão agora?",
|
||||||
"map_no_location_permission_title": "Permissão de localização foi negada",
|
"map_no_location_permission_title": "Permissão de localização foi negada",
|
||||||
|
|||||||
+6
-1
@@ -189,18 +189,23 @@
|
|||||||
"machine_learning_smart_search_enabled": "Habilitar a Pesquisa Inteligente",
|
"machine_learning_smart_search_enabled": "Habilitar a Pesquisa Inteligente",
|
||||||
"machine_learning_smart_search_enabled_description": "Se desativado, as imagens não serão codificadas para pesquisa inteligente.",
|
"machine_learning_smart_search_enabled_description": "Se desativado, as imagens não serão codificadas para pesquisa inteligente.",
|
||||||
"machine_learning_url_description": "A URL do servidor de aprendizado de máquina. Se mais de uma URL for fornecida, elas serão tentadas, uma de cada vez e na ordem indicada, até que uma responda com sucesso. Servidores que não responderem serão ignorados temporariamente até voltarem a estar conectados.",
|
"machine_learning_url_description": "A URL do servidor de aprendizado de máquina. Se mais de uma URL for fornecida, elas serão tentadas, uma de cada vez e na ordem indicada, até que uma responda com sucesso. Servidores que não responderem serão ignorados temporariamente até voltarem a estar conectados.",
|
||||||
|
"maintenance_backup_management": "Gerenciamento de backup",
|
||||||
"maintenance_delete_backup": "Excluir Backup",
|
"maintenance_delete_backup": "Excluir Backup",
|
||||||
"maintenance_delete_backup_description": "Este arquivo será excluído de forma irreversível.",
|
"maintenance_delete_backup_description": "Este arquivo será excluído de forma irreversível.",
|
||||||
"maintenance_delete_error": "Falha ao excluir o backup.",
|
"maintenance_delete_error": "Falha ao excluir o backup.",
|
||||||
|
"maintenance_integrity_check": "Verificar",
|
||||||
"maintenance_integrity_check_all": "Verificar tudo",
|
"maintenance_integrity_check_all": "Verificar tudo",
|
||||||
"maintenance_integrity_checksum_mismatch": "Checksum não corresponde",
|
"maintenance_integrity_checksum_mismatch": "Checksum não corresponde",
|
||||||
|
"maintenance_integrity_checksum_mismatch_description": "Arquivos cujo o checksum atual não corresponde ao checksum que Immich armazenou no banco de dados.",
|
||||||
"maintenance_integrity_checksum_mismatch_job": "Verificar se há erros de checksum",
|
"maintenance_integrity_checksum_mismatch_job": "Verificar se há erros de checksum",
|
||||||
"maintenance_integrity_checksum_mismatch_refresh_job": "Atualizar # de checksum sem correspondência",
|
"maintenance_integrity_checksum_mismatch_refresh_job": "Atualizar # de checksum sem correspondência",
|
||||||
"maintenance_integrity_missing_file": "Arquivos não encontrados",
|
"maintenance_integrity_missing_file": "Arquivos não encontrados",
|
||||||
|
"maintenance_integrity_missing_file_description": "Arquivos que Immich rastreou em seu banco de dados, mas que não existem no sistema de arquivos.",
|
||||||
"maintenance_integrity_missing_file_job": "Verificar se há arquivos não encontrados",
|
"maintenance_integrity_missing_file_job": "Verificar se há arquivos não encontrados",
|
||||||
"maintenance_integrity_missing_file_refresh_job": "Atualizar # de arquivos não encontrados",
|
"maintenance_integrity_missing_file_refresh_job": "Atualizar # de arquivos não encontrados",
|
||||||
"maintenance_integrity_report": "Relatório de integridade",
|
"maintenance_integrity_report": "Relatório de integridade",
|
||||||
"maintenance_integrity_untracked_file": "Arquivos não rastreados",
|
"maintenance_integrity_untracked_file": "Arquivos não rastreados",
|
||||||
|
"maintenance_integrity_untracked_file_description": "Arquivos não rastreados dentro dos diretórios do Immich.",
|
||||||
"maintenance_integrity_untracked_file_job": "Verificar se há arquivos não rastreados",
|
"maintenance_integrity_untracked_file_job": "Verificar se há arquivos não rastreados",
|
||||||
"maintenance_integrity_untracked_file_refresh_job": "Atualizar # de arquivos não rastreados",
|
"maintenance_integrity_untracked_file_refresh_job": "Atualizar # de arquivos não rastreados",
|
||||||
"maintenance_restore_backup": "Restaurar Backup",
|
"maintenance_restore_backup": "Restaurar Backup",
|
||||||
@@ -1543,7 +1548,7 @@
|
|||||||
"map_location_picker_page_use_location": "Use esta localização",
|
"map_location_picker_page_use_location": "Use esta localização",
|
||||||
"map_location_service_disabled_content": "O serviço de localização precisa estar ativado para exibir os arquivos da sua localização atual. Deseja ativar agora?",
|
"map_location_service_disabled_content": "O serviço de localização precisa estar ativado para exibir os arquivos da sua localização atual. Deseja ativar agora?",
|
||||||
"map_location_service_disabled_title": "Serviço de localização desativado",
|
"map_location_service_disabled_title": "Serviço de localização desativado",
|
||||||
"map_marker_for_images": "Marcador de mapa para imagens tiradas em {city}, {country}",
|
"map_marker_for_image": "Marcador do mapa para a foto tirada em {city}, {country}",
|
||||||
"map_marker_with_image": "Marcador de mapa com imagem",
|
"map_marker_with_image": "Marcador de mapa com imagem",
|
||||||
"map_no_location_permission_content": "É necessária a permissão de localização para exibir os arquivos da sua localização atual. Deseja conceder a permissão agora?",
|
"map_no_location_permission_content": "É necessária a permissão de localização para exibir os arquivos da sua localização atual. Deseja conceder a permissão agora?",
|
||||||
"map_no_location_permission_title": "Permissão de localização foi negada",
|
"map_no_location_permission_title": "Permissão de localização foi negada",
|
||||||
|
|||||||
@@ -1523,7 +1523,6 @@
|
|||||||
"map_location_picker_page_use_location": "Folosește această locație",
|
"map_location_picker_page_use_location": "Folosește această locație",
|
||||||
"map_location_service_disabled_content": "Serviciul de localizare trebuie să fie activat pentru a afișa resursele din locația actuală. Dorești să o activezi acum?",
|
"map_location_service_disabled_content": "Serviciul de localizare trebuie să fie activat pentru a afișa resursele din locația actuală. Dorești să o activezi acum?",
|
||||||
"map_location_service_disabled_title": "Serviciul de localizare este dezactivat",
|
"map_location_service_disabled_title": "Serviciul de localizare este dezactivat",
|
||||||
"map_marker_for_images": "Marcator de hartă pentru imaginile realizate în {city}, {country}",
|
|
||||||
"map_marker_with_image": "Marcator de hartă cu imagine",
|
"map_marker_with_image": "Marcator de hartă cu imagine",
|
||||||
"map_no_location_permission_content": "Permisiunea de localizare este necesară pentru a afișa resursele din locația actuală. Dorești să o activezi acum?",
|
"map_no_location_permission_content": "Permisiunea de localizare este necesară pentru a afișa resursele din locația actuală. Dorești să o activezi acum?",
|
||||||
"map_no_location_permission_title": "Permisiunea de localizare este dezactivată",
|
"map_no_location_permission_title": "Permisiunea de localizare este dezactivată",
|
||||||
|
|||||||
+2
-2
@@ -1548,8 +1548,8 @@
|
|||||||
"map_location_picker_page_use_location": "Это местоположение",
|
"map_location_picker_page_use_location": "Это местоположение",
|
||||||
"map_location_service_disabled_content": "Для отображения объектов в текущем месте необходимо включить службу определения местоположения. Включить?",
|
"map_location_service_disabled_content": "Для отображения объектов в текущем месте необходимо включить службу определения местоположения. Включить?",
|
||||||
"map_location_service_disabled_title": "Служба определения местоположения отключена",
|
"map_location_service_disabled_title": "Служба определения местоположения отключена",
|
||||||
"map_marker_for_images": "Маркер на карте для изображений, сделанных в {city}, {country}",
|
"map_marker_for_image": "Маркер на карте для объекта, сделанного в {city}, {country}",
|
||||||
"map_marker_with_image": "Маркер на карте с изображением",
|
"map_marker_with_image": "Маркер на карте для объекта",
|
||||||
"map_no_location_permission_content": "Для отображения объектов в текущем месте необходимо разрешение на определение местоположения. Предоставить разрешение?",
|
"map_no_location_permission_content": "Для отображения объектов в текущем месте необходимо разрешение на определение местоположения. Предоставить разрешение?",
|
||||||
"map_no_location_permission_title": "Доступ к местоположению отклонен",
|
"map_no_location_permission_title": "Доступ к местоположению отклонен",
|
||||||
"map_settings": "Настройки карты",
|
"map_settings": "Настройки карты",
|
||||||
|
|||||||
+5
-1
@@ -189,18 +189,23 @@
|
|||||||
"machine_learning_smart_search_enabled": "Povoliť inteligentné vyhľadávanie",
|
"machine_learning_smart_search_enabled": "Povoliť inteligentné vyhľadávanie",
|
||||||
"machine_learning_smart_search_enabled_description": "Ak je vypnuté, obrázky nebudú spracované pre inteligentné vyhľadávanie.",
|
"machine_learning_smart_search_enabled_description": "Ak je vypnuté, obrázky nebudú spracované pre inteligentné vyhľadávanie.",
|
||||||
"machine_learning_url_description": "URL adresa servera strojového učenia. Ak je zadaných viacero adries URL, každý server bude testovaný postupne, kým jeden z nich neodpovie úspešne, v poradí od prvého po posledný. Servery, ktoré neodpovedajú, budú dočasne ignorované, kým nebudú opäť online.",
|
"machine_learning_url_description": "URL adresa servera strojového učenia. Ak je zadaných viacero adries URL, každý server bude testovaný postupne, kým jeden z nich neodpovie úspešne, v poradí od prvého po posledný. Servery, ktoré neodpovedajú, budú dočasne ignorované, kým nebudú opäť online.",
|
||||||
|
"maintenance_backup_management": "Spravovanie záloh",
|
||||||
"maintenance_delete_backup": "Vymazať zálohu",
|
"maintenance_delete_backup": "Vymazať zálohu",
|
||||||
"maintenance_delete_backup_description": "Tento súbor bude nezvratne vymazaný.",
|
"maintenance_delete_backup_description": "Tento súbor bude nezvratne vymazaný.",
|
||||||
"maintenance_delete_error": "Nepodarilo sa vymazať zálohu.",
|
"maintenance_delete_error": "Nepodarilo sa vymazať zálohu.",
|
||||||
|
"maintenance_integrity_check": "Skontrolovať",
|
||||||
"maintenance_integrity_check_all": "Skontrolovať všetko",
|
"maintenance_integrity_check_all": "Skontrolovať všetko",
|
||||||
"maintenance_integrity_checksum_mismatch": "Nesúlad kontrolného súčtu",
|
"maintenance_integrity_checksum_mismatch": "Nesúlad kontrolného súčtu",
|
||||||
|
"maintenance_integrity_checksum_mismatch_description": "Súbory, ktorých kontrolný súčet na disku sa nezhoduje s kontrolným súčtom, ktorý Immich uložil vo svojej databáze.",
|
||||||
"maintenance_integrity_checksum_mismatch_job": "Skontrolovať, či sa kontrolné súčty zhodujú",
|
"maintenance_integrity_checksum_mismatch_job": "Skontrolovať, či sa kontrolné súčty zhodujú",
|
||||||
"maintenance_integrity_checksum_mismatch_refresh_job": "Obnoviť správy o nezhode kontrolného súčtu",
|
"maintenance_integrity_checksum_mismatch_refresh_job": "Obnoviť správy o nezhode kontrolného súčtu",
|
||||||
"maintenance_integrity_missing_file": "Chýbajúce súbory",
|
"maintenance_integrity_missing_file": "Chýbajúce súbory",
|
||||||
|
"maintenance_integrity_missing_file_description": "Súbory, ktoré Immich zaznamenal vo svojej databáze, ale ktoré v súborovom systéme neexistujú.",
|
||||||
"maintenance_integrity_missing_file_job": "Skontrolovať chýbajúce súbory",
|
"maintenance_integrity_missing_file_job": "Skontrolovať chýbajúce súbory",
|
||||||
"maintenance_integrity_missing_file_refresh_job": "Obnoviť hlásenia o chýbajúcich súboroch",
|
"maintenance_integrity_missing_file_refresh_job": "Obnoviť hlásenia o chýbajúcich súboroch",
|
||||||
"maintenance_integrity_report": "Hlásenie o integrite",
|
"maintenance_integrity_report": "Hlásenie o integrite",
|
||||||
"maintenance_integrity_untracked_file": "Nesledované súbory",
|
"maintenance_integrity_untracked_file": "Nesledované súbory",
|
||||||
|
"maintenance_integrity_untracked_file_description": "Súbory v adresároch Immich, o ktorých Immich nemá žiadne záznamy.",
|
||||||
"maintenance_integrity_untracked_file_job": "Skontrolovať nesledované súbory",
|
"maintenance_integrity_untracked_file_job": "Skontrolovať nesledované súbory",
|
||||||
"maintenance_integrity_untracked_file_refresh_job": "Obnoviť hlásenia o nesledovaných súboroch",
|
"maintenance_integrity_untracked_file_refresh_job": "Obnoviť hlásenia o nesledovaných súboroch",
|
||||||
"maintenance_restore_backup": "Obnoviť zálohu",
|
"maintenance_restore_backup": "Obnoviť zálohu",
|
||||||
@@ -1543,7 +1548,6 @@
|
|||||||
"map_location_picker_page_use_location": "Použiť túto polohu",
|
"map_location_picker_page_use_location": "Použiť túto polohu",
|
||||||
"map_location_service_disabled_content": "Služba určovania polohy musí byť povolená, aby sa zobrazovali položky z vašej aktuálnej polohy. Chcete ju teraz zapnúť?",
|
"map_location_service_disabled_content": "Služba určovania polohy musí byť povolená, aby sa zobrazovali položky z vašej aktuálnej polohy. Chcete ju teraz zapnúť?",
|
||||||
"map_location_service_disabled_title": "Služba určovania polohy vypnutá",
|
"map_location_service_disabled_title": "Služba určovania polohy vypnutá",
|
||||||
"map_marker_for_images": "Značka na mape pre obrázky odfotené v {city}, {country}",
|
|
||||||
"map_marker_with_image": "Mapová značka pre obrázok",
|
"map_marker_with_image": "Mapová značka pre obrázok",
|
||||||
"map_no_location_permission_content": "Na zobrazenie položiek z vašej aktuálnej polohy je potrebné povolenie na polohu. Chcete to teraz povoliť?",
|
"map_no_location_permission_content": "Na zobrazenie položiek z vašej aktuálnej polohy je potrebné povolenie na polohu. Chcete to teraz povoliť?",
|
||||||
"map_no_location_permission_title": "Povolenie polohy zamietnuté",
|
"map_no_location_permission_title": "Povolenie polohy zamietnuté",
|
||||||
|
|||||||
+6
-1
@@ -189,18 +189,23 @@
|
|||||||
"machine_learning_smart_search_enabled": "Omogoči pametno iskanje",
|
"machine_learning_smart_search_enabled": "Omogoči pametno iskanje",
|
||||||
"machine_learning_smart_search_enabled_description": "Če je onemogočeno, slike ne bodo kodirane za pametno iskanje.",
|
"machine_learning_smart_search_enabled_description": "Če je onemogočeno, slike ne bodo kodirane za pametno iskanje.",
|
||||||
"machine_learning_url_description": "URL strežnika za strojno učenje. Če je na voljo več kot en URL, bo vsak strežnik poskusen posamično, dokler se eden ne odzove uspešno, v vrstnem redu od prvega do zadnjega. Strežniki, ki se ne odzovejo, bodo začasno prezrti, dokler se spet ne vzpostavijo.",
|
"machine_learning_url_description": "URL strežnika za strojno učenje. Če je na voljo več kot en URL, bo vsak strežnik poskusen posamično, dokler se eden ne odzove uspešno, v vrstnem redu od prvega do zadnjega. Strežniki, ki se ne odzovejo, bodo začasno prezrti, dokler se spet ne vzpostavijo.",
|
||||||
|
"maintenance_backup_management": "Upravljanje varnostnih kopij",
|
||||||
"maintenance_delete_backup": "Izbriši varnostno kopijo",
|
"maintenance_delete_backup": "Izbriši varnostno kopijo",
|
||||||
"maintenance_delete_backup_description": "Ta datoteka bo nepreklicno izbrisana.",
|
"maintenance_delete_backup_description": "Ta datoteka bo nepreklicno izbrisana.",
|
||||||
"maintenance_delete_error": "Varnostne kopije ni bilo mogoče izbrisati.",
|
"maintenance_delete_error": "Varnostne kopije ni bilo mogoče izbrisati.",
|
||||||
|
"maintenance_integrity_check": "Preveri",
|
||||||
"maintenance_integrity_check_all": "Označi vse",
|
"maintenance_integrity_check_all": "Označi vse",
|
||||||
"maintenance_integrity_checksum_mismatch": "Neujemanje kontrolne vsote",
|
"maintenance_integrity_checksum_mismatch": "Neujemanje kontrolne vsote",
|
||||||
|
"maintenance_integrity_checksum_mismatch_description": "Datoteke, katerih kontrolna vsota na disku se ne ujema s kontrolno vsoto, ki jo je Immich shranil v svojo zbirko podatkov.",
|
||||||
"maintenance_integrity_checksum_mismatch_job": "Preverite neujemanje kontrolnih vsot",
|
"maintenance_integrity_checksum_mismatch_job": "Preverite neujemanje kontrolnih vsot",
|
||||||
"maintenance_integrity_checksum_mismatch_refresh_job": "Osveži poročila o neujemanju kontrolnih vsot",
|
"maintenance_integrity_checksum_mismatch_refresh_job": "Osveži poročila o neujemanju kontrolnih vsot",
|
||||||
"maintenance_integrity_missing_file": "Manjkajoče datoteke",
|
"maintenance_integrity_missing_file": "Manjkajoče datoteke",
|
||||||
|
"maintenance_integrity_missing_file_description": "Datoteke, ki jih je Immich sledil v svoji bazi podatkov, vendar ne obstajajo v datotečnem sistemu.",
|
||||||
"maintenance_integrity_missing_file_job": "Preverite manjkajoče datoteke",
|
"maintenance_integrity_missing_file_job": "Preverite manjkajoče datoteke",
|
||||||
"maintenance_integrity_missing_file_refresh_job": "Osveži poročila o manjkajočih datotekah",
|
"maintenance_integrity_missing_file_refresh_job": "Osveži poročila o manjkajočih datotekah",
|
||||||
"maintenance_integrity_report": "Poročilo o integriteti",
|
"maintenance_integrity_report": "Poročilo o integriteti",
|
||||||
"maintenance_integrity_untracked_file": "Nesledljive datoteke",
|
"maintenance_integrity_untracked_file": "Nesledljive datoteke",
|
||||||
|
"maintenance_integrity_untracked_file_description": "Datoteke v Immichovih imenikih, o katerih Immich nima nobenih zapisov.",
|
||||||
"maintenance_integrity_untracked_file_job": "Preveri nesledljive datoteke",
|
"maintenance_integrity_untracked_file_job": "Preveri nesledljive datoteke",
|
||||||
"maintenance_integrity_untracked_file_refresh_job": "Osveži poročila o nesledenih datotekah",
|
"maintenance_integrity_untracked_file_refresh_job": "Osveži poročila o nesledenih datotekah",
|
||||||
"maintenance_restore_backup": "Obnovi varnostno kopijo",
|
"maintenance_restore_backup": "Obnovi varnostno kopijo",
|
||||||
@@ -1543,7 +1548,7 @@
|
|||||||
"map_location_picker_page_use_location": "Uporabi to lokacijo",
|
"map_location_picker_page_use_location": "Uporabi to lokacijo",
|
||||||
"map_location_service_disabled_content": "Lokacijska storitev mora biti omogočena za prikaz sredstev z vaše trenutne lokacije. Ali jo želite takoj omogočiti?",
|
"map_location_service_disabled_content": "Lokacijska storitev mora biti omogočena za prikaz sredstev z vaše trenutne lokacije. Ali jo želite takoj omogočiti?",
|
||||||
"map_location_service_disabled_title": "Lokacijska storitev onemogočena",
|
"map_location_service_disabled_title": "Lokacijska storitev onemogočena",
|
||||||
"map_marker_for_images": "Oznaka zemljevida za slike, posnete v {city}, {country}",
|
"map_marker_for_image": "Oznaka na zemljevidu za sliko, posneto v {city}, {country}",
|
||||||
"map_marker_with_image": "Oznaka zemljevida s sliko",
|
"map_marker_with_image": "Oznaka zemljevida s sliko",
|
||||||
"map_no_location_permission_content": "Za prikaz sredstev z vaše trenutne lokacije je potrebno dovoljenje za lokacijo. Ali to želite takoj dovoliti?",
|
"map_no_location_permission_content": "Za prikaz sredstev z vaše trenutne lokacije je potrebno dovoljenje za lokacijo. Ali to želite takoj dovoliti?",
|
||||||
"map_no_location_permission_title": "Dovoljenje za lokacijo je zavrnjeno",
|
"map_no_location_permission_title": "Dovoljenje za lokacijo je zavrnjeno",
|
||||||
|
|||||||
@@ -1184,7 +1184,6 @@
|
|||||||
"map_location_picker_page_use_location": "Користите ову локацију",
|
"map_location_picker_page_use_location": "Користите ову локацију",
|
||||||
"map_location_service_disabled_content": "Услуга локације мора бити омогућена да би се приказивала средства са ваше тренутне локације. Да ли желите да је сада омогућите?",
|
"map_location_service_disabled_content": "Услуга локације мора бити омогућена да би се приказивала средства са ваше тренутне локације. Да ли желите да је сада омогућите?",
|
||||||
"map_location_service_disabled_title": "Услуга локације је онемогућена",
|
"map_location_service_disabled_title": "Услуга локације је онемогућена",
|
||||||
"map_marker_for_images": "Означивач на мапи за слике снимљене у {city}, {country}",
|
|
||||||
"map_marker_with_image": "Маркер на мапи са сликом",
|
"map_marker_with_image": "Маркер на мапи са сликом",
|
||||||
"map_no_location_permission_content": "Потребна је дозвола за локацију да би се приказали ресурси са ваше тренутне локације. Да ли желите да је сада дозволите?",
|
"map_no_location_permission_content": "Потребна је дозвола за локацију да би се приказали ресурси са ваше тренутне локације. Да ли желите да је сада дозволите?",
|
||||||
"map_no_location_permission_title": "Дозвола за локацију је одбијена",
|
"map_no_location_permission_title": "Дозвола за локацију је одбијена",
|
||||||
|
|||||||
@@ -1370,7 +1370,6 @@
|
|||||||
"map_location_picker_page_use_location": "Koristite ovu lokaciju",
|
"map_location_picker_page_use_location": "Koristite ovu lokaciju",
|
||||||
"map_location_service_disabled_content": "Usluga lokacije mora biti omogućena da bi se prikazivala sredstva sa vaše trenutne lokacije. Da li želite da je sada omogućite?",
|
"map_location_service_disabled_content": "Usluga lokacije mora biti omogućena da bi se prikazivala sredstva sa vaše trenutne lokacije. Da li želite da je sada omogućite?",
|
||||||
"map_location_service_disabled_title": "Usluga lokacije je onemogućena",
|
"map_location_service_disabled_title": "Usluga lokacije je onemogućena",
|
||||||
"map_marker_for_images": "Označivač na mapi za slike snimljene u {city}, {country}",
|
|
||||||
"map_marker_with_image": "Marker na mapi sa slikom",
|
"map_marker_with_image": "Marker na mapi sa slikom",
|
||||||
"map_no_location_permission_content": "Potrebna je dozvola za lokaciju da bi se prikazali resursi sa vaše trenutne lokacije. Da li želite da je sada dozvolite?",
|
"map_no_location_permission_content": "Potrebna je dozvola za lokaciju da bi se prikazali resursi sa vaše trenutne lokacije. Da li želite da je sada dozvolite?",
|
||||||
"map_no_location_permission_title": "Dozvola za lokaciju je odbijena",
|
"map_no_location_permission_title": "Dozvola za lokaciju je odbijena",
|
||||||
|
|||||||
+37
-2
@@ -79,6 +79,7 @@
|
|||||||
"cron_expression_description": "Sätt skanningsintervallet genom att använda cron-format. För mer information se <link>Crontab Guru</link>",
|
"cron_expression_description": "Sätt skanningsintervallet genom att använda cron-format. För mer information se <link>Crontab Guru</link>",
|
||||||
"cron_expression_presets": "Cron-uttryck förinställningar",
|
"cron_expression_presets": "Cron-uttryck förinställningar",
|
||||||
"disable_login": "Inaktivera inloggning",
|
"disable_login": "Inaktivera inloggning",
|
||||||
|
"download_csv": "Ladda ner CSV",
|
||||||
"duplicate_detection_job_description": "Kör maskininlärning på objekt för att upptäcka liknande bilder. Bygger på Smart Search",
|
"duplicate_detection_job_description": "Kör maskininlärning på objekt för att upptäcka liknande bilder. Bygger på Smart Search",
|
||||||
"exclusion_pattern_description": "Exkluderingsmönster tillåter dig att ignorera filer och mappar när skanning görs av ditt album. Detta är användbart om du har mappar som innehåller filer som du inte vill importera, t.ex. RAW-filer.",
|
"exclusion_pattern_description": "Exkluderingsmönster tillåter dig att ignorera filer och mappar när skanning görs av ditt album. Detta är användbart om du har mappar som innehåller filer som du inte vill importera, t.ex. RAW-filer.",
|
||||||
"export_config_as_json_description": "Ladda ner den aktuella systemkonfigurationen som en JSON-fil",
|
"export_config_as_json_description": "Ladda ner den aktuella systemkonfigurationen som en JSON-fil",
|
||||||
@@ -188,9 +189,25 @@
|
|||||||
"machine_learning_smart_search_enabled": "Aktivera smart sökning",
|
"machine_learning_smart_search_enabled": "Aktivera smart sökning",
|
||||||
"machine_learning_smart_search_enabled_description": "Om inaktiverat kommer bilder inte att kodas för smart sökning.",
|
"machine_learning_smart_search_enabled_description": "Om inaktiverat kommer bilder inte att kodas för smart sökning.",
|
||||||
"machine_learning_url_description": "Maskininlärningsserverns URL. Om det är mer än en URL tillagd så kommer ett försök per URL att utföras tills någon av dom svarar, försöken görs i kronologisk ordning. Servrar som inte svarar kommer tillfälligt ignoreras tills de är nåbara igen.",
|
"machine_learning_url_description": "Maskininlärningsserverns URL. Om det är mer än en URL tillagd så kommer ett försök per URL att utföras tills någon av dom svarar, försöken görs i kronologisk ordning. Servrar som inte svarar kommer tillfälligt ignoreras tills de är nåbara igen.",
|
||||||
|
"maintenance_backup_management": "Hantering av säkerhetskopior",
|
||||||
"maintenance_delete_backup": "Ta bort säkerhetskopia",
|
"maintenance_delete_backup": "Ta bort säkerhetskopia",
|
||||||
"maintenance_delete_backup_description": "Den här filen kommer att raderas oåterkalleligt.",
|
"maintenance_delete_backup_description": "Den här filen kommer att raderas oåterkalleligt.",
|
||||||
"maintenance_delete_error": "Det gick inte att ta bort säkerhetskopian.",
|
"maintenance_delete_error": "Det gick inte att ta bort säkerhetskopian.",
|
||||||
|
"maintenance_integrity_check": "Kontrollera",
|
||||||
|
"maintenance_integrity_check_all": "Kontrollera alla",
|
||||||
|
"maintenance_integrity_checksum_mismatch": "Kontrollsummeavvikelse",
|
||||||
|
"maintenance_integrity_checksum_mismatch_description": "Filer vars kontrollsumma på disken inte stämmer överens med den kontrollsumma som Immich har lagrat i sin databas.",
|
||||||
|
"maintenance_integrity_checksum_mismatch_job": "Kolla efter kontrollsummor som inte matchar",
|
||||||
|
"maintenance_integrity_checksum_mismatch_refresh_job": "Uppdatera rapporter om kontrollsummor som inte matchar",
|
||||||
|
"maintenance_integrity_missing_file": "Filer saknas",
|
||||||
|
"maintenance_integrity_missing_file_description": "Filer som har registrerats i Immichs databas men som saknas i filsystemet.",
|
||||||
|
"maintenance_integrity_missing_file_job": "Kolla efter saknade filer",
|
||||||
|
"maintenance_integrity_missing_file_refresh_job": "Uppdatera rapporter om saknade filer",
|
||||||
|
"maintenance_integrity_report": "Integritetsrapport",
|
||||||
|
"maintenance_integrity_untracked_file": "Ospårade filer",
|
||||||
|
"maintenance_integrity_untracked_file_description": "Okända filer i Immichs kataloger.",
|
||||||
|
"maintenance_integrity_untracked_file_job": "Kolla efter okända filer",
|
||||||
|
"maintenance_integrity_untracked_file_refresh_job": "Uppdatera rapporter om okända filer",
|
||||||
"maintenance_restore_backup": "Återställ säkerhetskopia",
|
"maintenance_restore_backup": "Återställ säkerhetskopia",
|
||||||
"maintenance_restore_backup_description": "Immich kommer att återställas från den valda säkerhetskopian. En ny säkerhetskopia kommer att skapas innan du fortsätter.",
|
"maintenance_restore_backup_description": "Immich kommer att återställas från den valda säkerhetskopian. En ny säkerhetskopia kommer att skapas innan du fortsätter.",
|
||||||
"maintenance_restore_backup_different_version": "Denna säkerhetskopia skapades med en annan version av Immich!",
|
"maintenance_restore_backup_different_version": "Denna säkerhetskopia skapades med en annan version av Immich!",
|
||||||
@@ -570,10 +587,11 @@
|
|||||||
"asset_added_to_album": "Lades till i album",
|
"asset_added_to_album": "Lades till i album",
|
||||||
"asset_adding_to_album": "Lägger till i album…",
|
"asset_adding_to_album": "Lägger till i album…",
|
||||||
"asset_created": "Objekt skapad",
|
"asset_created": "Objekt skapad",
|
||||||
|
"asset_day_count": "{date}: {count, plural, one {# objekt} other {# objekt}}",
|
||||||
"asset_description_updated": "Objektbeskrivning har uppdaterats",
|
"asset_description_updated": "Objektbeskrivning har uppdaterats",
|
||||||
"asset_filename_is_offline": "Objektet {filename} är offline",
|
"asset_filename_is_offline": "Objektet {filename} är offline",
|
||||||
"asset_has_unassigned_faces": "Objektet har otilldelade ansikten",
|
"asset_has_unassigned_faces": "Objektet har otilldelade ansikten",
|
||||||
"asset_hashing": "Hashning…",
|
"asset_hashing": "Hashar…",
|
||||||
"asset_list_group_by_sub_title": "Gruppera på",
|
"asset_list_group_by_sub_title": "Gruppera på",
|
||||||
"asset_list_layout_settings_dynamic_layout_title": "Dynamisk layout",
|
"asset_list_layout_settings_dynamic_layout_title": "Dynamisk layout",
|
||||||
"asset_list_layout_settings_group_automatically": "Automatiskt",
|
"asset_list_layout_settings_group_automatically": "Automatiskt",
|
||||||
@@ -699,6 +717,7 @@
|
|||||||
"backup_settings_subtitle": "Hantera uppladdningsinställningar",
|
"backup_settings_subtitle": "Hantera uppladdningsinställningar",
|
||||||
"backup_upload_details_page_more_details": "Tryck för mer detaljer",
|
"backup_upload_details_page_more_details": "Tryck för mer detaljer",
|
||||||
"backward": "Bakåt",
|
"backward": "Bakåt",
|
||||||
|
"battery_optimization_backup_reliability": "Inaktivera batterioptimeringar för stabilare säkerhetskopiering i bakgrunden",
|
||||||
"biometric_auth_enabled": "Biometrisk autentisering aktiverad",
|
"biometric_auth_enabled": "Biometrisk autentisering aktiverad",
|
||||||
"biometric_locked_out": "Du är utelåst från biometrisk autentisering",
|
"biometric_locked_out": "Du är utelåst från biometrisk autentisering",
|
||||||
"biometric_no_options": "Inga biometriska alternativ tillgängliga",
|
"biometric_no_options": "Inga biometriska alternativ tillgängliga",
|
||||||
@@ -913,6 +932,8 @@
|
|||||||
"deduplicate_all": "Deduplicera alla",
|
"deduplicate_all": "Deduplicera alla",
|
||||||
"default_locale": "Standardspråk",
|
"default_locale": "Standardspråk",
|
||||||
"default_locale_description": "Formatera datum och siffror baserat på din webbläsares språkinställningar",
|
"default_locale_description": "Formatera datum och siffror baserat på din webbläsares språkinställningar",
|
||||||
|
"default_quality_subtitle": "Kvalitet som används vid delning. Håll ner delaknappen för att välja kvalitet varje gång.",
|
||||||
|
"default_share_quality": "Standarddelningskvalitet",
|
||||||
"delete": "Radera",
|
"delete": "Radera",
|
||||||
"delete_action_confirmation_message": "Är du säker på att du vill ta bort det här objektet? Den här åtgärden flyttar objektet till serverns papperskorg och frågar om du vill ta bort den lokalt",
|
"delete_action_confirmation_message": "Är du säker på att du vill ta bort det här objektet? Den här åtgärden flyttar objektet till serverns papperskorg och frågar om du vill ta bort den lokalt",
|
||||||
"delete_action_prompt": "{count} raderade",
|
"delete_action_prompt": "{count} raderade",
|
||||||
@@ -1222,6 +1243,7 @@
|
|||||||
"failed": "Misslyckades",
|
"failed": "Misslyckades",
|
||||||
"failed_count": "Misslyckade: {count}",
|
"failed_count": "Misslyckade: {count}",
|
||||||
"failed_to_authenticate": "Misslyckades med autentisering",
|
"failed_to_authenticate": "Misslyckades med autentisering",
|
||||||
|
"failed_to_delete_file": "Misslyckades att radera fil",
|
||||||
"failed_to_load_assets": "Det gick inte att läsa in objekten",
|
"failed_to_load_assets": "Det gick inte att läsa in objekten",
|
||||||
"failed_to_load_folder": "Kunde inte ladda mappen",
|
"failed_to_load_folder": "Kunde inte ladda mappen",
|
||||||
"favorite": "Favorit",
|
"favorite": "Favorit",
|
||||||
@@ -1352,6 +1374,7 @@
|
|||||||
"individual_share": "Enskild delning",
|
"individual_share": "Enskild delning",
|
||||||
"individual_shares": "Individuella delningar",
|
"individual_shares": "Individuella delningar",
|
||||||
"info": "Information",
|
"info": "Information",
|
||||||
|
"integrity_checks": "Integritetskontroller",
|
||||||
"interval": {
|
"interval": {
|
||||||
"day_at_onepm": "Alla dagar vid kl 13.00",
|
"day_at_onepm": "Alla dagar vid kl 13.00",
|
||||||
"hours": "Vid varje {hours, plural, one {hour} other {{hours, number} hours}}",
|
"hours": "Vid varje {hours, plural, one {hour} other {{hours, number} hours}}",
|
||||||
@@ -1399,6 +1422,7 @@
|
|||||||
"leave": "Lämna",
|
"leave": "Lämna",
|
||||||
"leave_album": "Lämna albumet",
|
"leave_album": "Lämna albumet",
|
||||||
"lens_model": "Objektiv",
|
"lens_model": "Objektiv",
|
||||||
|
"less": "Mindre",
|
||||||
"let_others_respond": "Låt andra svara",
|
"let_others_respond": "Låt andra svara",
|
||||||
"level": "Nivå",
|
"level": "Nivå",
|
||||||
"library": "Bibliotek",
|
"library": "Bibliotek",
|
||||||
@@ -1423,6 +1447,7 @@
|
|||||||
"linked_oauth_account": "Länkat OAuth konto",
|
"linked_oauth_account": "Länkat OAuth konto",
|
||||||
"list": "Lista",
|
"list": "Lista",
|
||||||
"live": "Live",
|
"live": "Live",
|
||||||
|
"load_more": "Ladda mer",
|
||||||
"loading": "Inläsning",
|
"loading": "Inläsning",
|
||||||
"loading_search_results_failed": "Det gick inte att läsa in sökresultat",
|
"loading_search_results_failed": "Det gick inte att läsa in sökresultat",
|
||||||
"local": "Lokalt",
|
"local": "Lokalt",
|
||||||
@@ -1523,7 +1548,7 @@
|
|||||||
"map_location_picker_page_use_location": "Använd den här platsen",
|
"map_location_picker_page_use_location": "Använd den här platsen",
|
||||||
"map_location_service_disabled_content": "Platstjänst måste vara aktiverad för att visa objekt från din nuvarande plats. Vill du aktivera den nu?",
|
"map_location_service_disabled_content": "Platstjänst måste vara aktiverad för att visa objekt från din nuvarande plats. Vill du aktivera den nu?",
|
||||||
"map_location_service_disabled_title": "Platstjänst inaktiverad",
|
"map_location_service_disabled_title": "Platstjänst inaktiverad",
|
||||||
"map_marker_for_images": "Kartmarkering för bilder tagna i {city}, {country}",
|
"map_marker_for_image": "Kartmarkör för bild tagen i {city}, {country}",
|
||||||
"map_marker_with_image": "Kartmarkör med bild",
|
"map_marker_with_image": "Kartmarkör med bild",
|
||||||
"map_no_location_permission_content": "Platsrättighet är nödvändigt för att kunna visa objekt från din nuvarande plats. Vill du tillåta det nu?",
|
"map_no_location_permission_content": "Platsrättighet är nödvändigt för att kunna visa objekt från din nuvarande plats. Vill du tillåta det nu?",
|
||||||
"map_no_location_permission_title": "Platsrättighet nekad",
|
"map_no_location_permission_title": "Platsrättighet nekad",
|
||||||
@@ -1689,6 +1714,7 @@
|
|||||||
"not_selected": "Ej vald",
|
"not_selected": "Ej vald",
|
||||||
"notes": "Notera",
|
"notes": "Notera",
|
||||||
"nothing_here_yet": "Inget här ännu",
|
"nothing_here_yet": "Inget här ännu",
|
||||||
|
"notification_backup_reliability": "Aktivera aviseringar för att förbättra säkerhetskopieringen i bakgrunden",
|
||||||
"notification_permission_dialog_content": "För att aktivera notiser, gå till Inställningar och välj tillåt.",
|
"notification_permission_dialog_content": "För att aktivera notiser, gå till Inställningar och välj tillåt.",
|
||||||
"notification_permission_list_tile_content": "Tillåt rättighet för att slå på notiser.",
|
"notification_permission_list_tile_content": "Tillåt rättighet för att slå på notiser.",
|
||||||
"notification_permission_list_tile_enable_button": "Aktivera Notiser",
|
"notification_permission_list_tile_enable_button": "Aktivera Notiser",
|
||||||
@@ -2080,6 +2106,7 @@
|
|||||||
"select_person": "Välj person",
|
"select_person": "Välj person",
|
||||||
"select_person_to_tag": "Välj en person att tagga",
|
"select_person_to_tag": "Välj en person att tagga",
|
||||||
"select_photos": "Välj foton",
|
"select_photos": "Välj foton",
|
||||||
|
"select_quality": "Välj kvalitet",
|
||||||
"select_trash_all": "Släng alla",
|
"select_trash_all": "Släng alla",
|
||||||
"select_user_for_sharing_page_err_album": "Kunde inte skapa nytt album",
|
"select_user_for_sharing_page_err_album": "Kunde inte skapa nytt album",
|
||||||
"selected": "Valda",
|
"selected": "Valda",
|
||||||
@@ -2143,6 +2170,8 @@
|
|||||||
"share_assets_selected": "{count} valda",
|
"share_assets_selected": "{count} valda",
|
||||||
"share_dialog_preparing": "Förbereder...",
|
"share_dialog_preparing": "Förbereder...",
|
||||||
"share_link": "Dela Länk",
|
"share_link": "Dela Länk",
|
||||||
|
"share_original": "Använd original (stor)",
|
||||||
|
"share_preview": "Använd miniatyrbild (liten)",
|
||||||
"shared": "Delad",
|
"shared": "Delad",
|
||||||
"shared_album_activities_input_disable": "Kommentar är inaktiverad",
|
"shared_album_activities_input_disable": "Kommentar är inaktiverad",
|
||||||
"shared_album_activity_remove_content": "Vill du ta bort den här aktiviteten?",
|
"shared_album_activity_remove_content": "Vill du ta bort den här aktiviteten?",
|
||||||
@@ -2244,6 +2273,7 @@
|
|||||||
"slideshow_repeat_description": "Gå tillbaka till början när bildspelet slutar",
|
"slideshow_repeat_description": "Gå tillbaka till början när bildspelet slutar",
|
||||||
"slideshow_settings": "Bildspelsinställningar",
|
"slideshow_settings": "Bildspelsinställningar",
|
||||||
"smart_album": "Smart album",
|
"smart_album": "Smart album",
|
||||||
|
"some_assets_already_have_a_location_warning": "Vissa av de valda objekten har redan platsdata",
|
||||||
"sort_albums_by": "Sortera album efter...",
|
"sort_albums_by": "Sortera album efter...",
|
||||||
"sort_created": "Skapat datum",
|
"sort_created": "Skapat datum",
|
||||||
"sort_items": "Antal artiklar",
|
"sort_items": "Antal artiklar",
|
||||||
@@ -2364,6 +2394,8 @@
|
|||||||
"trash_page_title": "Papperskorg ({count})",
|
"trash_page_title": "Papperskorg ({count})",
|
||||||
"trashed_items_will_be_permanently_deleted_after": "Objekt i papperskorgen raderas permanent efter {days, plural, one {# dag} other {# dagar}}.",
|
"trashed_items_will_be_permanently_deleted_after": "Objekt i papperskorgen raderas permanent efter {days, plural, one {# dag} other {# dagar}}.",
|
||||||
"trigger": "Utlösare",
|
"trigger": "Utlösare",
|
||||||
|
"trigger_asset_metadata_extraction": "Hämtning av objektmetadata",
|
||||||
|
"trigger_asset_metadata_extraction_description": "Aktiveras när EXIF-metadata hämtas från ett objekt",
|
||||||
"trigger_asset_uploaded": "Objekt uppladdning",
|
"trigger_asset_uploaded": "Objekt uppladdning",
|
||||||
"trigger_asset_uploaded_description": "Utlöses när ett nytt objekt laddas upp",
|
"trigger_asset_uploaded_description": "Utlöses när ett nytt objekt laddas upp",
|
||||||
"trigger_description": "Ett evenemang som sätter igång arbetsflödet",
|
"trigger_description": "Ett evenemang som sätter igång arbetsflödet",
|
||||||
@@ -2410,6 +2442,7 @@
|
|||||||
"updated_password": "Lösenordet har uppdaterats",
|
"updated_password": "Lösenordet har uppdaterats",
|
||||||
"upload": "Ladda upp",
|
"upload": "Ladda upp",
|
||||||
"upload_concurrency": "Uppladdning samtidighet",
|
"upload_concurrency": "Uppladdning samtidighet",
|
||||||
|
"upload_day_count": "{date}: {count, plural, one {# uppladdning} other {# uppladdningar}}",
|
||||||
"upload_details": "Uppladdningsdetaljer",
|
"upload_details": "Uppladdningsdetaljer",
|
||||||
"upload_dialog_info": "Vill du säkerhetskopiera de valda objekten till servern?",
|
"upload_dialog_info": "Vill du säkerhetskopiera de valda objekten till servern?",
|
||||||
"upload_dialog_title": "Ladda Upp Objekt",
|
"upload_dialog_title": "Ladda Upp Objekt",
|
||||||
@@ -2425,6 +2458,8 @@
|
|||||||
"upload_to_immich": "Ladda upp till Immich ({count})",
|
"upload_to_immich": "Ladda upp till Immich ({count})",
|
||||||
"uploading": "Laddar upp",
|
"uploading": "Laddar upp",
|
||||||
"uploading_media": "Uppladdning av media",
|
"uploading_media": "Uppladdning av media",
|
||||||
|
"uploads": "Uppladdningar",
|
||||||
|
"uploads_count": "{count, plural, one {# uppladdning} other {# uppladdningar}}",
|
||||||
"url": "URL",
|
"url": "URL",
|
||||||
"usage": "Användning",
|
"usage": "Användning",
|
||||||
"use_biometric": "Använd biometri",
|
"use_biometric": "Använd biometri",
|
||||||
|
|||||||
@@ -1485,7 +1485,6 @@
|
|||||||
"map_location_picker_page_use_location": "இந்த இருப்பிடத்தைப் பயன்படுத்தவும்",
|
"map_location_picker_page_use_location": "இந்த இருப்பிடத்தைப் பயன்படுத்தவும்",
|
||||||
"map_location_service_disabled_content": "உங்கள் தற்போதைய இருப்பிடத்திலிருந்து சொத்துக்களைக் காட்ட இருப்பிட பணி இயக்கப்பட வேண்டும். இப்போது அதை இயக்க விரும்புகிறீர்களா?",
|
"map_location_service_disabled_content": "உங்கள் தற்போதைய இருப்பிடத்திலிருந்து சொத்துக்களைக் காட்ட இருப்பிட பணி இயக்கப்பட வேண்டும். இப்போது அதை இயக்க விரும்புகிறீர்களா?",
|
||||||
"map_location_service_disabled_title": "இருப்பிட பணி முடக்கப்பட்டது",
|
"map_location_service_disabled_title": "இருப்பிட பணி முடக்கப்பட்டது",
|
||||||
"map_marker_for_images": "{city}, {country}",
|
|
||||||
"map_marker_with_image": "படத்துடன் வரைபட மார்க்கர்",
|
"map_marker_with_image": "படத்துடன் வரைபட மார்க்கர்",
|
||||||
"map_no_location_permission_content": "உங்கள் தற்போதைய இருப்பிடத்திலிருந்து சொத்துக்களைக் காட்ட இருப்பிட இசைவு தேவை. இப்போது அதை அனுமதிக்க விரும்புகிறீர்களா?",
|
"map_no_location_permission_content": "உங்கள் தற்போதைய இருப்பிடத்திலிருந்து சொத்துக்களைக் காட்ட இருப்பிட இசைவு தேவை. இப்போது அதை அனுமதிக்க விரும்புகிறீர்களா?",
|
||||||
"map_no_location_permission_title": "இருப்பிட இசைவு மறுக்கப்பட்டது",
|
"map_no_location_permission_title": "இருப்பிட இசைவு மறுக்கப்பட்டது",
|
||||||
|
|||||||
@@ -837,7 +837,6 @@
|
|||||||
"manage_your_devices": "మీ లాగిన్ అయిన పరికరాలను నిర్వహించండి",
|
"manage_your_devices": "మీ లాగిన్ అయిన పరికరాలను నిర్వహించండి",
|
||||||
"manage_your_oauth_connection": "మీ OAuth కనెక్షన్ని నిర్వహించండి",
|
"manage_your_oauth_connection": "మీ OAuth కనెక్షన్ని నిర్వహించండి",
|
||||||
"map": "మ్యాప్",
|
"map": "మ్యాప్",
|
||||||
"map_marker_for_images": "{city}, {country} లో తీసిన చిత్రాల కోసం మ్యాప్ మార్కర్",
|
|
||||||
"map_marker_with_image": "చిత్రంతో మ్యాప్ మార్కర్",
|
"map_marker_with_image": "చిత్రంతో మ్యాప్ మార్కర్",
|
||||||
"map_settings": "మ్యాప్ సెట్టింగ్లు",
|
"map_settings": "మ్యాప్ సెట్టింగ్లు",
|
||||||
"matches": "మ్యాచ్లు",
|
"matches": "మ్యాచ్లు",
|
||||||
|
|||||||
+6
-3
@@ -79,6 +79,7 @@
|
|||||||
"cron_expression_description": "ตั้งช่วงเวลาในการสแกนโดยใช้รูปแบบ cron สำหรับข้อมูลเพิ่มเติมกรุณาอิง <link>Crontab Guru</link>",
|
"cron_expression_description": "ตั้งช่วงเวลาในการสแกนโดยใช้รูปแบบ cron สำหรับข้อมูลเพิ่มเติมกรุณาอิง <link>Crontab Guru</link>",
|
||||||
"cron_expression_presets": "พรีเซ็ตรูปแบบ cron",
|
"cron_expression_presets": "พรีเซ็ตรูปแบบ cron",
|
||||||
"disable_login": "ปิดการล็อกอิน",
|
"disable_login": "ปิดการล็อกอิน",
|
||||||
|
"download_csv": "ดาวน์โหลด CSV",
|
||||||
"duplicate_detection_job_description": "ใช้ machine learning กับสี่อเพื่อตรวจจับรูปภาพที่คล้ายกัน โดยใช้การค้นหาอัจฉริยะ",
|
"duplicate_detection_job_description": "ใช้ machine learning กับสี่อเพื่อตรวจจับรูปภาพที่คล้ายกัน โดยใช้การค้นหาอัจฉริยะ",
|
||||||
"exclusion_pattern_description": "ข้อยกเว้นสามารถละเว้นไฟล์และโฟลเดอร์ขณะสแกนคลังภาพของคุณ มีประโยชน์เมื่อโฟลเดอร์มีไฟล์ที่ไม่อยากนำเข้า เช่นไฟล์ RAW",
|
"exclusion_pattern_description": "ข้อยกเว้นสามารถละเว้นไฟล์และโฟลเดอร์ขณะสแกนคลังภาพของคุณ มีประโยชน์เมื่อโฟลเดอร์มีไฟล์ที่ไม่อยากนำเข้า เช่นไฟล์ RAW",
|
||||||
"export_config_as_json_description": "ดาวน์โหลดการตั้งค่าระบบปัจจุบันไปยังไฟล์ในรูปแบบ JSON",
|
"export_config_as_json_description": "ดาวน์โหลดการตั้งค่าระบบปัจจุบันไปยังไฟล์ในรูปแบบ JSON",
|
||||||
@@ -188,9 +189,12 @@
|
|||||||
"machine_learning_smart_search_enabled": "เปิดใช้งานการค้นหาอัจฉริยะ",
|
"machine_learning_smart_search_enabled": "เปิดใช้งานการค้นหาอัจฉริยะ",
|
||||||
"machine_learning_smart_search_enabled_description": "หากปิดใช้งาน ภาพจะไม่ถูกใช้สําหรับการค้นหาอัจฉริยะ",
|
"machine_learning_smart_search_enabled_description": "หากปิดใช้งาน ภาพจะไม่ถูกใช้สําหรับการค้นหาอัจฉริยะ",
|
||||||
"machine_learning_url_description": "URL ของเซิร์ฟเวอร์ machine learning กรณีมี URL มากกว่าหนึ่ง URL จะทำการทดลองส่งข้อมูลเรียงไปทีละอันตามลำดับจนกว่าจะพบ URL ที่ตอบสนอง และจะเลิกส่งข้อมูลชั่วคราวในส่วนของ URL ที่ไม่ตอบสนอง",
|
"machine_learning_url_description": "URL ของเซิร์ฟเวอร์ machine learning กรณีมี URL มากกว่าหนึ่ง URL จะทำการทดลองส่งข้อมูลเรียงไปทีละอันตามลำดับจนกว่าจะพบ URL ที่ตอบสนอง และจะเลิกส่งข้อมูลชั่วคราวในส่วนของ URL ที่ไม่ตอบสนอง",
|
||||||
|
"maintenance_backup_management": "การจัดการสำรองข้อมูล",
|
||||||
"maintenance_delete_backup": "ลบการสำรองข้อมูล",
|
"maintenance_delete_backup": "ลบการสำรองข้อมูล",
|
||||||
"maintenance_delete_backup_description": "ไฟล์นี้จะถูกลบและไม่สามารถย้อนกลับได้",
|
"maintenance_delete_backup_description": "ไฟล์นี้จะถูกลบและไม่สามารถย้อนกลับได้",
|
||||||
"maintenance_delete_error": "ไม่สามารถลบการสำรองข้อมูล",
|
"maintenance_delete_error": "ไม่สามารถลบการสำรองข้อมูล",
|
||||||
|
"maintenance_integrity_check": "ตรวจสอบ",
|
||||||
|
"maintenance_integrity_check_all": "ตรวจสอบทั้งหมด",
|
||||||
"maintenance_restore_backup": "กู้คืนการสำรองข้อมูล",
|
"maintenance_restore_backup": "กู้คืนการสำรองข้อมูล",
|
||||||
"maintenance_restore_backup_description": "Immich จะถูกล้าง และกู้คืนข้อมูลจากการสำรองข้อมูลที่เลือก ระบบจะสร้างการสำรองข้อมูลก่อนดำเนินการต่อ",
|
"maintenance_restore_backup_description": "Immich จะถูกล้าง และกู้คืนข้อมูลจากการสำรองข้อมูลที่เลือก ระบบจะสร้างการสำรองข้อมูลก่อนดำเนินการต่อ",
|
||||||
"maintenance_restore_backup_different_version": "การสำรองข้อมูลนี้ถูกสร้างด้วย Immich เวอร์ชันต่างกัน!",
|
"maintenance_restore_backup_different_version": "การสำรองข้อมูลนี้ถูกสร้างด้วย Immich เวอร์ชันต่างกัน!",
|
||||||
@@ -638,7 +642,7 @@
|
|||||||
"backup_controller_page_background_battery_info_title": "ประสิทธิภาพแบตเตอรี่",
|
"backup_controller_page_background_battery_info_title": "ประสิทธิภาพแบตเตอรี่",
|
||||||
"backup_controller_page_background_charging": "ขณะชาร์จอย่างเดียว",
|
"backup_controller_page_background_charging": "ขณะชาร์จอย่างเดียว",
|
||||||
"backup_controller_page_background_configure_error": "ไม่สามารถติดตั้งบริการเบื้องหลัง",
|
"backup_controller_page_background_configure_error": "ไม่สามารถติดตั้งบริการเบื้องหลัง",
|
||||||
"backup_controller_page_background_delay": "ล่าช้าการลำรองทรัพยากรใหม่: {duration}",
|
"backup_controller_page_background_delay": "ล่าช้าการสำรองทรัพยากรใหม่: {duration}",
|
||||||
"backup_controller_page_background_description": "เปิดบริการเบื้องหลังเพื่อที่จะสำรองทรัพยากรใหม่โดยที่ไม่จำเป็นต้องเปิดแอป",
|
"backup_controller_page_background_description": "เปิดบริการเบื้องหลังเพื่อที่จะสำรองทรัพยากรใหม่โดยที่ไม่จำเป็นต้องเปิดแอป",
|
||||||
"backup_controller_page_background_is_off": "การสำรองข้อมูลอัตโนมัติปิดอยู่",
|
"backup_controller_page_background_is_off": "การสำรองข้อมูลอัตโนมัติปิดอยู่",
|
||||||
"backup_controller_page_background_is_on": "การสำรองข้อมูลอัตโนมัติเปิดอยู่",
|
"backup_controller_page_background_is_on": "การสำรองข้อมูลอัตโนมัติเปิดอยู่",
|
||||||
@@ -1464,7 +1468,6 @@
|
|||||||
"map_location_picker_page_use_location": "ใช้ตำแหน่งนี้",
|
"map_location_picker_page_use_location": "ใช้ตำแหน่งนี้",
|
||||||
"map_location_service_disabled_content": "ต้องเปิดตำแหน่งเพื่อแสดงทรัพยากรจากตำแหน่งปัจจุบัน เปิดตอนนี้?",
|
"map_location_service_disabled_content": "ต้องเปิดตำแหน่งเพื่อแสดงทรัพยากรจากตำแหน่งปัจจุบัน เปิดตอนนี้?",
|
||||||
"map_location_service_disabled_title": "บริการตำแหน่งถูกปิด",
|
"map_location_service_disabled_title": "บริการตำแหน่งถูกปิด",
|
||||||
"map_marker_for_images": "หมุดแผนที่สำหรับรูปถ่ายที่ {city}, {country}",
|
|
||||||
"map_marker_with_image": "หมุดแผนที่กับรูปถ่าย",
|
"map_marker_with_image": "หมุดแผนที่กับรูปถ่าย",
|
||||||
"map_no_location_permission_content": "จำเป็นต้องมีสิทธิ์เข้าถึงตำแหน่งเพื่อแสดงทรัพยากรจากตำแหน่งปัจจุบัน อนุญาตตอนนี้?",
|
"map_no_location_permission_content": "จำเป็นต้องมีสิทธิ์เข้าถึงตำแหน่งเพื่อแสดงทรัพยากรจากตำแหน่งปัจจุบัน อนุญาตตอนนี้?",
|
||||||
"map_no_location_permission_title": "สิทธิ์เข้าถึงตำแหน่งถูกปฏิเสธ",
|
"map_no_location_permission_title": "สิทธิ์เข้าถึงตำแหน่งถูกปฏิเสธ",
|
||||||
@@ -2142,7 +2145,7 @@
|
|||||||
"sort_modified": "จัดเรียงตามวันที่แก้ไข",
|
"sort_modified": "จัดเรียงตามวันที่แก้ไข",
|
||||||
"sort_newest": "รูปภาพใหม่ล่าสุด",
|
"sort_newest": "รูปภาพใหม่ล่าสุด",
|
||||||
"sort_oldest": "จัดเรียงตามเก่าสุด",
|
"sort_oldest": "จัดเรียงตามเก่าสุด",
|
||||||
"sort_people_by_similarity": "จุดเรียงบุคคลตามความคล้ายคลึง",
|
"sort_people_by_similarity": "จัดเรียงผู้คนตามความคล้ายคลึง",
|
||||||
"sort_recent": "จัดเรียงใหม่ล่าสุด",
|
"sort_recent": "จัดเรียงใหม่ล่าสุด",
|
||||||
"sort_title": "ไตเติ้ล",
|
"sort_title": "ไตเติ้ล",
|
||||||
"source": "แหล่ง",
|
"source": "แหล่ง",
|
||||||
|
|||||||
+62
-4
@@ -79,11 +79,12 @@
|
|||||||
"cron_expression_description": "Cron formatını kullanarak tarama aralığını belirle. Daha fazla bilgi için örneğin <link>Crontab Guru</link>’ya bakın",
|
"cron_expression_description": "Cron formatını kullanarak tarama aralığını belirle. Daha fazla bilgi için örneğin <link>Crontab Guru</link>’ya bakın",
|
||||||
"cron_expression_presets": "Cron ifadesi ön ayarları",
|
"cron_expression_presets": "Cron ifadesi ön ayarları",
|
||||||
"disable_login": "Girişi devre dışı bırak",
|
"disable_login": "Girişi devre dışı bırak",
|
||||||
|
"download_csv": "CSV’yi indir",
|
||||||
"duplicate_detection_job_description": "Benzer fotoğrafları bulmak için makine öğrenmesini çalıştır. Bu işlem Akıllı Arama'ya bağlıdır",
|
"duplicate_detection_job_description": "Benzer fotoğrafları bulmak için makine öğrenmesini çalıştır. Bu işlem Akıllı Arama'ya bağlıdır",
|
||||||
"exclusion_pattern_description": "Kütüphaneyi tararken dosya ve klasörleri görmezden gelmek için dışlama desenlerini kullanabilirsiniz. RAW dosyaları gibi bazı dosya ve klasörleri içe aktarmak istemediğinizde bu seçeneği kullanabilirsiniz.",
|
"exclusion_pattern_description": "Kütüphaneyi tararken dosya ve klasörleri görmezden gelmek için dışlama desenlerini kullanabilirsiniz. RAW dosyaları gibi bazı dosya ve klasörleri içe aktarmak istemediğinizde bu seçeneği kullanabilirsiniz.",
|
||||||
"export_config_as_json_description": "Geçerli sistem yapılandırmasını JSON dosyası olarak indir",
|
"export_config_as_json_description": "Geçerli sistem yapılandırmasını JSON dosyası olarak indir",
|
||||||
"external_libraries_page_description": "Yönetici harici kütüphane sayfası",
|
"external_libraries_page_description": "Yönetici harici kütüphane sayfası",
|
||||||
"face_detection": "Yüz tarama",
|
"face_detection": "Yüz tespiti",
|
||||||
"face_detection_description": "Makine öğrenimi kullanarak varlıklardaki yüzleri tespit et. Videolar için sadece küçük resim (thumbnail) dikkate alınır. 'Yenile' tüm varlıkları yeniden işler. 'Sıfırla', mevcut tüm yüz verilerini temizleyerek işlemi yeniden başlatır. 'Eksik' henüz işlenmemiş varlıkları sıraya alır. Tespit edilen yüzler, Yüz Tanıma işlemi tamamlandıktan sonra mevcut ya da yeni kişilere gruplanmak üzere Yüz Tanıma için sıraya alınacaktır.",
|
"face_detection_description": "Makine öğrenimi kullanarak varlıklardaki yüzleri tespit et. Videolar için sadece küçük resim (thumbnail) dikkate alınır. 'Yenile' tüm varlıkları yeniden işler. 'Sıfırla', mevcut tüm yüz verilerini temizleyerek işlemi yeniden başlatır. 'Eksik' henüz işlenmemiş varlıkları sıraya alır. Tespit edilen yüzler, Yüz Tanıma işlemi tamamlandıktan sonra mevcut ya da yeni kişilere gruplanmak üzere Yüz Tanıma için sıraya alınacaktır.",
|
||||||
"facial_recognition_job_description": "Algılanan yüzleri kişilere grupla. Bu adım, Yüz Tespit işlemi tamamlandıktan sonra çalışır. \"Sıfırla\", tüm yüzleri yeniden gruplandırır. \"Eksik\" ise henüz bir kişiye atanmamış yüzleri sıraya alır.",
|
"facial_recognition_job_description": "Algılanan yüzleri kişilere grupla. Bu adım, Yüz Tespit işlemi tamamlandıktan sonra çalışır. \"Sıfırla\", tüm yüzleri yeniden gruplandırır. \"Eksik\" ise henüz bir kişiye atanmamış yüzleri sıraya alır.",
|
||||||
"failed_job_command": "{job} görevi için {command} komutu başarısız",
|
"failed_job_command": "{job} görevi için {command} komutu başarısız",
|
||||||
@@ -188,9 +189,23 @@
|
|||||||
"machine_learning_smart_search_enabled": "Akıllı aramayı etkinleştir",
|
"machine_learning_smart_search_enabled": "Akıllı aramayı etkinleştir",
|
||||||
"machine_learning_smart_search_enabled_description": "Eğer devre dışı bırakılırsa fotoğraflar akıllı arama için işlenmeyecek.",
|
"machine_learning_smart_search_enabled_description": "Eğer devre dışı bırakılırsa fotoğraflar akıllı arama için işlenmeyecek.",
|
||||||
"machine_learning_url_description": "Makine öğrenimi sunucusunun URL’si. Birden fazla URL sağlanırsa, her sunucu sırayla tek tek denenir ve biri başarılı yanıt verene kadar devam edilir. Yanıt vermeyen sunucular, çevrimiçi duruma gelene kadar geçici olarak yok sayılır.",
|
"machine_learning_url_description": "Makine öğrenimi sunucusunun URL’si. Birden fazla URL sağlanırsa, her sunucu sırayla tek tek denenir ve biri başarılı yanıt verene kadar devam edilir. Yanıt vermeyen sunucular, çevrimiçi duruma gelene kadar geçici olarak yok sayılır.",
|
||||||
|
"maintenance_backup_management": "Yedekleme sistemi",
|
||||||
"maintenance_delete_backup": "Yedeği Sil",
|
"maintenance_delete_backup": "Yedeği Sil",
|
||||||
"maintenance_delete_backup_description": "Bu dosya geri alınamaz şekilde silinecektir.",
|
"maintenance_delete_backup_description": "Bu dosya geri alınamaz şekilde silinecektir.",
|
||||||
"maintenance_delete_error": "Yedek silinemedi.",
|
"maintenance_delete_error": "Yedek silinemedi.",
|
||||||
|
"maintenance_integrity_check": "Kontrol et",
|
||||||
|
"maintenance_integrity_check_all": "Hepsini kontrol et",
|
||||||
|
"maintenance_integrity_checksum_mismatch_description": "Disk üzerindeki sağlama toplamı, Immich'in veritabanında sakladığı sağlama toplamıyla uyuşmayan dosyalar.",
|
||||||
|
"maintenance_integrity_checksum_mismatch_job": "Sağlama toplamı uyuşmazlıklarını kontrol et",
|
||||||
|
"maintenance_integrity_missing_file": "Eksik Dosyalar",
|
||||||
|
"maintenance_integrity_missing_file_description": "Immich'in veritabanında izlediği ancak dosya sisteminde bulunmayan dosyalar.",
|
||||||
|
"maintenance_integrity_missing_file_job": "Eksik dosyaları kontrol et",
|
||||||
|
"maintenance_integrity_missing_file_refresh_job": "Eksik dosya raporlarını yenile",
|
||||||
|
"maintenance_integrity_report": "Entegrasyon Raporu",
|
||||||
|
"maintenance_integrity_untracked_file": "İzlenmeyen Dosyalar",
|
||||||
|
"maintenance_integrity_untracked_file_description": "Immich'in dizinlerinde bulunan ancak Immich'in hiçbir kaydının bulunmadığı dosyalar.",
|
||||||
|
"maintenance_integrity_untracked_file_job": "İzlenmeyen dosyaları kontrol et",
|
||||||
|
"maintenance_integrity_untracked_file_refresh_job": "İzlenmeyen dosya raporlarını yenile",
|
||||||
"maintenance_restore_backup": "Yedeği Geri Yükle",
|
"maintenance_restore_backup": "Yedeği Geri Yükle",
|
||||||
"maintenance_restore_backup_description": "Immich tamamen silinecek ve seçilen yedekten geri yüklenecektir. İşleme devam etmeden önce bir yedek oluşturulacaktır.",
|
"maintenance_restore_backup_description": "Immich tamamen silinecek ve seçilen yedekten geri yüklenecektir. İşleme devam etmeden önce bir yedek oluşturulacaktır.",
|
||||||
"maintenance_restore_backup_different_version": "Bu yedek, Immich’in farklı bir sürümüyle oluşturulmuş!",
|
"maintenance_restore_backup_different_version": "Bu yedek, Immich’in farklı bir sürümüyle oluşturulmuş!",
|
||||||
@@ -305,6 +320,7 @@
|
|||||||
"refreshing_all_libraries": "Tüm kütüphaneler yenileniyor",
|
"refreshing_all_libraries": "Tüm kütüphaneler yenileniyor",
|
||||||
"registration": "Yönetici Kaydı",
|
"registration": "Yönetici Kaydı",
|
||||||
"registration_description": "Sistemdeki ilk kullanıcı olduğunuz için hesabınız Yönetici olarak ayarlandı. Yeni oluşturulan üyeliklerin, ve yönetici görevlerinin sorumlusu olarak atandınız.",
|
"registration_description": "Sistemdeki ilk kullanıcı olduğunuz için hesabınız Yönetici olarak ayarlandı. Yeni oluşturulan üyeliklerin, ve yönetici görevlerinin sorumlusu olarak atandınız.",
|
||||||
|
"release_channel_release_candidate": "Yayın adayı",
|
||||||
"release_channel_stable": "Stabil",
|
"release_channel_stable": "Stabil",
|
||||||
"remove_failed_jobs": "Başarısız işleri kaldır",
|
"remove_failed_jobs": "Başarısız işleri kaldır",
|
||||||
"require_password_change_on_login": "Kullanıcının ilk girişinde şifre değiştirmesini zorunlu kıl",
|
"require_password_change_on_login": "Kullanıcının ilk girişinde şifre değiştirmesini zorunlu kıl",
|
||||||
@@ -400,6 +416,9 @@
|
|||||||
"transcoding_preferred_hardware_device_description": "Sadece VAAPI ve QSV için uygulanır. Donanım kod çevrimi için DRI Node ayarlar.",
|
"transcoding_preferred_hardware_device_description": "Sadece VAAPI ve QSV için uygulanır. Donanım kod çevrimi için DRI Node ayarlar.",
|
||||||
"transcoding_preset_preset": "Ön ayar (-ön)",
|
"transcoding_preset_preset": "Ön ayar (-ön)",
|
||||||
"transcoding_preset_preset_description": "Sıkıştırma hızı. Daha yavaş olan ayarlar belirli bitrate ayarları için daha küçük ve daha kaliteli dosya üretir. VP9 ayarı 'daha hızlı' ayarının üstündeki ayarları görmezden gelir.",
|
"transcoding_preset_preset_description": "Sıkıştırma hızı. Daha yavaş olan ayarlar belirli bitrate ayarları için daha küçük ve daha kaliteli dosya üretir. VP9 ayarı 'daha hızlı' ayarının üstündeki ayarları görmezden gelir.",
|
||||||
|
"transcoding_realtime": "Gerçek Zamanlı Kod Dönüştürme [DENEYSEL]",
|
||||||
|
"transcoding_realtime_enabled": "Gerçek zamanlı kod dönüştürmeyi etkinleştirin",
|
||||||
|
"transcoding_realtime_enabled_description": "Devre dışı bırakılırsa, sunucu yeni gerçek zamanlı kod dönüştürme oturumları başlatmayı reddedecektir.",
|
||||||
"transcoding_reference_frames": "Referans kareler",
|
"transcoding_reference_frames": "Referans kareler",
|
||||||
"transcoding_reference_frames_description": "Belirli bir kareyi sıkıştırırken referans alınacak kare sayısı. Daha yüksek değerler sıkıştırma verimliliğini artırır, ancak kodlamayı yavaşlatır. 0 bu değeri otomatik olarak ayarlar.",
|
"transcoding_reference_frames_description": "Belirli bir kareyi sıkıştırırken referans alınacak kare sayısı. Daha yüksek değerler sıkıştırma verimliliğini artırır, ancak kodlamayı yavaşlatır. 0 bu değeri otomatik olarak ayarlar.",
|
||||||
"transcoding_required_description": "Yalnızca kabul edilen formatta olmayan videolar",
|
"transcoding_required_description": "Yalnızca kabul edilen formatta olmayan videolar",
|
||||||
@@ -443,6 +462,8 @@
|
|||||||
"user_settings_description": "Kullanıcı ayarlarını yönet",
|
"user_settings_description": "Kullanıcı ayarlarını yönet",
|
||||||
"user_successfully_removed": "Kullanıcı {email} başarıyla kaldırıldı.",
|
"user_successfully_removed": "Kullanıcı {email} başarıyla kaldırıldı.",
|
||||||
"users_page_description": "Yönetici kullanıcılar sayfası",
|
"users_page_description": "Yönetici kullanıcılar sayfası",
|
||||||
|
"version_check_channel": "Yayın kanalı",
|
||||||
|
"version_check_channel_description": "Sürüm duyurularını almak istediğiniz yayın kanalını seçin",
|
||||||
"version_check_enabled_description": "Sürüm kontrolü etkin",
|
"version_check_enabled_description": "Sürüm kontrolü etkin",
|
||||||
"version_check_implications": "Sürüm kontrol özelliği, {server} ile periyodik iletişime dayanır",
|
"version_check_implications": "Sürüm kontrol özelliği, {server} ile periyodik iletişime dayanır",
|
||||||
"version_check_settings": "Sürüm Kontrolü",
|
"version_check_settings": "Sürüm Kontrolü",
|
||||||
@@ -692,6 +713,7 @@
|
|||||||
"backup_settings_subtitle": "Yükleme ayarlarını yönet",
|
"backup_settings_subtitle": "Yükleme ayarlarını yönet",
|
||||||
"backup_upload_details_page_more_details": "Daha fazla ayrıntı için dokunun",
|
"backup_upload_details_page_more_details": "Daha fazla ayrıntı için dokunun",
|
||||||
"backward": "Geriye doğru",
|
"backward": "Geriye doğru",
|
||||||
|
"battery_optimization_backup_reliability": "Pil optimizasyonlarını devre dışı bırakmak, arka plan yedeklemesinin güvenilirliğini artırabilir",
|
||||||
"biometric_auth_enabled": "Biyometrik kimlik doğrulama etkin",
|
"biometric_auth_enabled": "Biyometrik kimlik doğrulama etkin",
|
||||||
"biometric_locked_out": "Biyometrik kimlik doğrulaması kilitli",
|
"biometric_locked_out": "Biyometrik kimlik doğrulaması kilitli",
|
||||||
"biometric_no_options": "Biyometrik seçenek yok",
|
"biometric_no_options": "Biyometrik seçenek yok",
|
||||||
@@ -733,6 +755,7 @@
|
|||||||
"cannot_update_the_description": "Açıklama güncellenemiyor",
|
"cannot_update_the_description": "Açıklama güncellenemiyor",
|
||||||
"cast": "Yansıt",
|
"cast": "Yansıt",
|
||||||
"cast_description": "Kullanılabilir yansıtma hedeflerini yapılandır",
|
"cast_description": "Kullanılabilir yansıtma hedeflerini yapılandır",
|
||||||
|
"change": "Değiştir",
|
||||||
"change_date": "Tarihi değiştir",
|
"change_date": "Tarihi değiştir",
|
||||||
"change_description": "Açıklamayı değiştir",
|
"change_description": "Açıklamayı değiştir",
|
||||||
"change_display_order": "Görüntüleme sırasını değiştir",
|
"change_display_order": "Görüntüleme sırasını değiştir",
|
||||||
@@ -779,6 +802,7 @@
|
|||||||
"clear": "Temizle",
|
"clear": "Temizle",
|
||||||
"clear_all": "Hepsini temizle",
|
"clear_all": "Hepsini temizle",
|
||||||
"clear_all_recent_searches": "Son aramaların hepsini temizle",
|
"clear_all_recent_searches": "Son aramaların hepsini temizle",
|
||||||
|
"clear_failed_count": "Temizleme başarısız oldu ({count})",
|
||||||
"clear_file_cache": "Dosya Önbelleğini Temizle",
|
"clear_file_cache": "Dosya Önbelleğini Temizle",
|
||||||
"clear_message": "Mesajı temizle",
|
"clear_message": "Mesajı temizle",
|
||||||
"clear_value": "Değeri temizle",
|
"clear_value": "Değeri temizle",
|
||||||
@@ -904,6 +928,7 @@
|
|||||||
"deduplicate_all": "Tüm kopyaları kaldır",
|
"deduplicate_all": "Tüm kopyaları kaldır",
|
||||||
"default_locale": "Varsayılan Dil",
|
"default_locale": "Varsayılan Dil",
|
||||||
"default_locale_description": "Tarih ve sayıları tarayıcınızın yerel ayarlarına göre biçimlendirin",
|
"default_locale_description": "Tarih ve sayıları tarayıcınızın yerel ayarlarına göre biçimlendirin",
|
||||||
|
"default_share_quality": "Varsayılan paylaşım kalitesi",
|
||||||
"delete": "Sil",
|
"delete": "Sil",
|
||||||
"delete_action_confirmation_message": "Bu öğeyi silmek istediğinizden emin misiniz? Bu işlem, öğeyi sunucunun çöp kutusuna taşıyacak ve yerel olarak silmek isteyip istemediğinizi soracaktır",
|
"delete_action_confirmation_message": "Bu öğeyi silmek istediğinizden emin misiniz? Bu işlem, öğeyi sunucunun çöp kutusuna taşıyacak ve yerel olarak silmek isteyip istemediğinizi soracaktır",
|
||||||
"delete_action_prompt": "{count} silindi",
|
"delete_action_prompt": "{count} silindi",
|
||||||
@@ -977,8 +1002,10 @@
|
|||||||
"downloading_asset_filename": "Öğe indiriliyor {filename}",
|
"downloading_asset_filename": "Öğe indiriliyor {filename}",
|
||||||
"downloading_from_icloud": "iCloud’dan indiriliyor",
|
"downloading_from_icloud": "iCloud’dan indiriliyor",
|
||||||
"downloading_media": "Medya indiriliyor",
|
"downloading_media": "Medya indiriliyor",
|
||||||
|
"drag_to_reorder": "Sırayı değiştirmek için sürükleyin",
|
||||||
"drop_files_to_upload": "Dosyaları yüklemek için herhangi bir yere bırakın",
|
"drop_files_to_upload": "Dosyaları yüklemek için herhangi bir yere bırakın",
|
||||||
"duplicate": "Kopyala",
|
"duplicate": "Kopyala",
|
||||||
|
"duplicate_workflow": "İş akışını kopyala",
|
||||||
"duplicates": "Kopyalar",
|
"duplicates": "Kopyalar",
|
||||||
"duplicates_description": "Her bir grubu, varsa tekrarlanan öğeleri belirterek çözümleyin.",
|
"duplicates_description": "Her bir grubu, varsa tekrarlanan öğeleri belirterek çözümleyin.",
|
||||||
"duration": "Süre",
|
"duration": "Süre",
|
||||||
@@ -1080,6 +1107,7 @@
|
|||||||
"failed_to_remove_product_key": "Ürün anahtarı kaldırılamadı",
|
"failed_to_remove_product_key": "Ürün anahtarı kaldırılamadı",
|
||||||
"failed_to_reset_pin_code": "PIN kodu sıfırlanamadı",
|
"failed_to_reset_pin_code": "PIN kodu sıfırlanamadı",
|
||||||
"failed_to_stack_assets": "Öğeler yığınlanamadı",
|
"failed_to_stack_assets": "Öğeler yığınlanamadı",
|
||||||
|
"failed_to_tag_assets": "Varlıkları etiketleme başarısız oldu",
|
||||||
"failed_to_unstack_assets": "Öğelerin yığını kaldırılamadı",
|
"failed_to_unstack_assets": "Öğelerin yığını kaldırılamadı",
|
||||||
"failed_to_update_notification_status": "Bildirim durumu güncellenemedi",
|
"failed_to_update_notification_status": "Bildirim durumu güncellenemedi",
|
||||||
"incorrect_email_or_password": "Yanlış e-posta veya şifre",
|
"incorrect_email_or_password": "Yanlış e-posta veya şifre",
|
||||||
@@ -1204,10 +1232,12 @@
|
|||||||
"external_libraries": "Harici kütüphaneler",
|
"external_libraries": "Harici kütüphaneler",
|
||||||
"external_network": "Harici ağlar",
|
"external_network": "Harici ağlar",
|
||||||
"external_network_sheet_info": "Belirlenmiş Wi-Fi ağına bağlı olmadığında uygulama, yukarıdan aşağıya doğru ulaşabileceği aşağıdaki URL'lerden ilki aracılığıyla sunucuya bağlanacaktır",
|
"external_network_sheet_info": "Belirlenmiş Wi-Fi ağına bağlı olmadığında uygulama, yukarıdan aşağıya doğru ulaşabileceği aşağıdaki URL'lerden ilki aracılığıyla sunucuya bağlanacaktır",
|
||||||
|
"f_number": "F-Numarası",
|
||||||
"face_unassigned": "Yüz atanmadı",
|
"face_unassigned": "Yüz atanmadı",
|
||||||
"failed": "Başarısız",
|
"failed": "Başarısız",
|
||||||
"failed_count": "Başarısız: {count}",
|
"failed_count": "Başarısız: {count}",
|
||||||
"failed_to_authenticate": "Kimlik doğrulaması yapılamadı",
|
"failed_to_authenticate": "Kimlik doğrulaması yapılamadı",
|
||||||
|
"failed_to_delete_file": "Dosya silme işlemi başarısız oldu",
|
||||||
"failed_to_load_assets": "Öğeler yüklenemedi",
|
"failed_to_load_assets": "Öğeler yüklenemedi",
|
||||||
"failed_to_load_folder": "Klasör yüklenemedi",
|
"failed_to_load_folder": "Klasör yüklenemedi",
|
||||||
"favorite": "Favori",
|
"favorite": "Favori",
|
||||||
@@ -1338,6 +1368,7 @@
|
|||||||
"individual_share": "Bireysel paylaşım",
|
"individual_share": "Bireysel paylaşım",
|
||||||
"individual_shares": "Kişisel paylaşımlar",
|
"individual_shares": "Kişisel paylaşımlar",
|
||||||
"info": "Bilgi",
|
"info": "Bilgi",
|
||||||
|
"integrity_checks": "Bütünlük Kontrolleri",
|
||||||
"interval": {
|
"interval": {
|
||||||
"day_at_onepm": "Her gün saat 13:00'te",
|
"day_at_onepm": "Her gün saat 13:00'te",
|
||||||
"hours": "{hours, plural, one {Her saat} other {Her {hours, number} saatte}}",
|
"hours": "{hours, plural, one {Her saat} other {Her {hours, number} saatte}}",
|
||||||
@@ -1385,6 +1416,7 @@
|
|||||||
"leave": "Ayrıl",
|
"leave": "Ayrıl",
|
||||||
"leave_album": "Albümden çık",
|
"leave_album": "Albümden çık",
|
||||||
"lens_model": "Mercek modeli",
|
"lens_model": "Mercek modeli",
|
||||||
|
"less": "Daha az",
|
||||||
"let_others_respond": "Diğerlerinin yanıt vermesine izin ver",
|
"let_others_respond": "Diğerlerinin yanıt vermesine izin ver",
|
||||||
"level": "Seviye",
|
"level": "Seviye",
|
||||||
"library": "Kütüphane",
|
"library": "Kütüphane",
|
||||||
@@ -1409,6 +1441,7 @@
|
|||||||
"linked_oauth_account": "Bağlı OAuth hesabı",
|
"linked_oauth_account": "Bağlı OAuth hesabı",
|
||||||
"list": "Liste",
|
"list": "Liste",
|
||||||
"live": "Canlı",
|
"live": "Canlı",
|
||||||
|
"load_more": "Daha Fazla Yükle",
|
||||||
"loading": "Yükleniyor",
|
"loading": "Yükleniyor",
|
||||||
"loading_search_results_failed": "Arama sonuçları yüklenemedi",
|
"loading_search_results_failed": "Arama sonuçları yüklenemedi",
|
||||||
"local": "Yerel",
|
"local": "Yerel",
|
||||||
@@ -1509,7 +1542,6 @@
|
|||||||
"map_location_picker_page_use_location": "Bu konumu kullan",
|
"map_location_picker_page_use_location": "Bu konumu kullan",
|
||||||
"map_location_service_disabled_content": "Mevcut konumunuzdan öğeleri görüntülemek için konum hizmetinin etkinleştirilmesi gerekiyor. Şimdi etkinleştirmek istiyor musunuz?",
|
"map_location_service_disabled_content": "Mevcut konumunuzdan öğeleri görüntülemek için konum hizmetinin etkinleştirilmesi gerekiyor. Şimdi etkinleştirmek istiyor musunuz?",
|
||||||
"map_location_service_disabled_title": "Konum hizmeti devre dışı bırakıldı",
|
"map_location_service_disabled_title": "Konum hizmeti devre dışı bırakıldı",
|
||||||
"map_marker_for_images": "{city}, {country} şehrinde çekilen fotoğraflar için harita işaretleyicisi",
|
|
||||||
"map_marker_with_image": "Resimli harita işaretleyicisi",
|
"map_marker_with_image": "Resimli harita işaretleyicisi",
|
||||||
"map_no_location_permission_content": "Mevcut konumunuzdan öğeleri görüntülemek için konum iznine ihtiyaç var. Şimdi izin vermek istiyor musunuz?",
|
"map_no_location_permission_content": "Mevcut konumunuzdan öğeleri görüntülemek için konum iznine ihtiyaç var. Şimdi izin vermek istiyor musunuz?",
|
||||||
"map_no_location_permission_title": "Konum izni reddedildi",
|
"map_no_location_permission_title": "Konum izni reddedildi",
|
||||||
@@ -1532,8 +1564,11 @@
|
|||||||
"matching_assets": "Eşleşen Öğeler",
|
"matching_assets": "Eşleşen Öğeler",
|
||||||
"media_chrome": {
|
"media_chrome": {
|
||||||
"auto": "Otomatik",
|
"auto": "Otomatik",
|
||||||
|
"captions": "Altyazılar",
|
||||||
"captions_off": "Kapalı",
|
"captions_off": "Kapalı",
|
||||||
|
"closed_captions": "kapalı altyazılar",
|
||||||
"decode_error": "Kod çözümleme hatası",
|
"decode_error": "Kod çözümleme hatası",
|
||||||
|
"disable_captions": "Altyazıları devre dışı bırak",
|
||||||
"enable_captions": "Altyazılar açık",
|
"enable_captions": "Altyazılar açık",
|
||||||
"enter_fullscreen_mode": "Tam ekran kipini aç",
|
"enter_fullscreen_mode": "Tam ekran kipini aç",
|
||||||
"exit_fullscreen_mode": "Tam ekran kipini kapat",
|
"exit_fullscreen_mode": "Tam ekran kipini kapat",
|
||||||
@@ -1553,6 +1588,8 @@
|
|||||||
"seconds": "saniyeler",
|
"seconds": "saniyeler",
|
||||||
"time_value_of_total_time": "{currentTime} / {totalTime}",
|
"time_value_of_total_time": "{currentTime} / {totalTime}",
|
||||||
"time_value_remaining": "{time} kaldı",
|
"time_value_remaining": "{time} kaldı",
|
||||||
|
"unmute": "Sesini açmak",
|
||||||
|
"unsupported_error_description": "Desteklenmeyen bir hata oluştu. Sunucu veya ağ hatası ya da tarayıcınız bu formatı desteklemiyor.",
|
||||||
"video_not_loaded_unknown_time": "video yüklenmedi, süre bilinmiyor.",
|
"video_not_loaded_unknown_time": "video yüklenmedi, süre bilinmiyor.",
|
||||||
"video_player": "Video oynatıcı",
|
"video_player": "Video oynatıcı",
|
||||||
"volume": "Ses"
|
"volume": "Ses"
|
||||||
@@ -1573,6 +1610,8 @@
|
|||||||
"merge_people_prompt": "Bu kişileri birleştirmek istiyor musunuz? Bu işlem geri alınamaz.",
|
"merge_people_prompt": "Bu kişileri birleştirmek istiyor musunuz? Bu işlem geri alınamaz.",
|
||||||
"merge_people_successfully": "Kişiler başarılı bir şekilde birleştirildi",
|
"merge_people_successfully": "Kişiler başarılı bir şekilde birleştirildi",
|
||||||
"merged_people_count": "{count, plural, one {# kişi} other {# kişi}} birleştirildi",
|
"merged_people_count": "{count, plural, one {# kişi} other {# kişi}} birleştirildi",
|
||||||
|
"minFaces": "Minimum yüzler",
|
||||||
|
"minFaces_description": "Bir kişinin görüntülenebilmesi için minimum tanınan yüz sayısı",
|
||||||
"minimize": "Küçült",
|
"minimize": "Küçült",
|
||||||
"minute": "Dakika",
|
"minute": "Dakika",
|
||||||
"minutes": "Dakika",
|
"minutes": "Dakika",
|
||||||
@@ -1659,6 +1698,7 @@
|
|||||||
"no_results": "Sonuç bulunamadı",
|
"no_results": "Sonuç bulunamadı",
|
||||||
"no_results_description": "Eş anlamlı ya da daha genel anlamlı bir kelime deneyin",
|
"no_results_description": "Eş anlamlı ya da daha genel anlamlı bir kelime deneyin",
|
||||||
"no_shared_albums_message": "Fotoğrafları ve videoları ağınızdaki kişilerle paylaşmak için bir albüm oluşturun",
|
"no_shared_albums_message": "Fotoğrafları ve videoları ağınızdaki kişilerle paylaşmak için bir albüm oluşturun",
|
||||||
|
"no_steps": "Henüz hiçbir adım eklenmedi",
|
||||||
"no_uploads_in_progress": "Yükleme işlemi yok",
|
"no_uploads_in_progress": "Yükleme işlemi yok",
|
||||||
"none": "Yok",
|
"none": "Yok",
|
||||||
"not_allowed": "İzin verilmiyor",
|
"not_allowed": "İzin verilmiyor",
|
||||||
@@ -1667,6 +1707,7 @@
|
|||||||
"not_selected": "Seçilmedi",
|
"not_selected": "Seçilmedi",
|
||||||
"notes": "Notlar",
|
"notes": "Notlar",
|
||||||
"nothing_here_yet": "Burada henüz bir şey yok",
|
"nothing_here_yet": "Burada henüz bir şey yok",
|
||||||
|
"notification_backup_reliability": "Arka plan yedeklemelerinin güvenirliğini iyileştirmek için bildirimlere izin verin",
|
||||||
"notification_permission_dialog_content": "Bildirimleri etkinleştirmek için cihaz ayarlarına gidin ve izin verin.",
|
"notification_permission_dialog_content": "Bildirimleri etkinleştirmek için cihaz ayarlarına gidin ve izin verin.",
|
||||||
"notification_permission_list_tile_content": "Bildirimleri etkinleştirmek için izin verin.",
|
"notification_permission_list_tile_content": "Bildirimleri etkinleştirmek için izin verin.",
|
||||||
"notification_permission_list_tile_enable_button": "Bildirimleri Etkinleştir",
|
"notification_permission_list_tile_enable_button": "Bildirimleri Etkinleştir",
|
||||||
@@ -1796,6 +1837,7 @@
|
|||||||
"play_transcoded_video": "Kodlanmış videoyu oynat",
|
"play_transcoded_video": "Kodlanmış videoyu oynat",
|
||||||
"please_auth_to_access": "Erişim için lütfen kimliğinizi doğrulayın",
|
"please_auth_to_access": "Erişim için lütfen kimliğinizi doğrulayın",
|
||||||
"plugin_method_filter_type": "Süzgeç",
|
"plugin_method_filter_type": "Süzgeç",
|
||||||
|
"plugin_method_filter_type_description": "Bu yöntem olayları filtreleyebilir ve koşullu olarak sonraki adımların çalışmasını engelleyebilir",
|
||||||
"port": "Port",
|
"port": "Port",
|
||||||
"preferences_settings_subtitle": "Uygulama tercihlerini düzenle",
|
"preferences_settings_subtitle": "Uygulama tercihlerini düzenle",
|
||||||
"preferences_settings_title": "Tercihler",
|
"preferences_settings_title": "Tercihler",
|
||||||
@@ -1978,6 +2020,8 @@
|
|||||||
"search_by_description_example": "Sapa'da yürüyüş günü",
|
"search_by_description_example": "Sapa'da yürüyüş günü",
|
||||||
"search_by_filename": "Dosya adına veya uzantısına göre ara",
|
"search_by_filename": "Dosya adına veya uzantısına göre ara",
|
||||||
"search_by_filename_example": "Örn. IMG_1234.JPG veya PNG",
|
"search_by_filename_example": "Örn. IMG_1234.JPG veya PNG",
|
||||||
|
"search_by_full_path": "Tam dosya yolu veya klasöre göre arama yapın",
|
||||||
|
"search_by_full_path_example": "/John/Projeler/3D_Baskı/2026-07-01 - Projeler, 3D, Baskı, 2026 vb. kelimelerle arama yapabilirsiniz.",
|
||||||
"search_by_ocr": "OCR'ye göre ara",
|
"search_by_ocr": "OCR'ye göre ara",
|
||||||
"search_by_ocr_example": "Sütlü Kahve",
|
"search_by_ocr_example": "Sütlü Kahve",
|
||||||
"search_camera_lens_model": "Lens modelini ara...",
|
"search_camera_lens_model": "Lens modelini ara...",
|
||||||
@@ -2054,6 +2098,7 @@
|
|||||||
"select_person": "Kişileri seç",
|
"select_person": "Kişileri seç",
|
||||||
"select_person_to_tag": "Etiketlemek için bir kişi seçin",
|
"select_person_to_tag": "Etiketlemek için bir kişi seçin",
|
||||||
"select_photos": "Fotoğrafları seç",
|
"select_photos": "Fotoğrafları seç",
|
||||||
|
"select_quality": "Kaliteyi seçin",
|
||||||
"select_trash_all": "Hepsini çöpe at",
|
"select_trash_all": "Hepsini çöpe at",
|
||||||
"select_user_for_sharing_page_err_album": "Albüm oluşturulamadı",
|
"select_user_for_sharing_page_err_album": "Albüm oluşturulamadı",
|
||||||
"selected": "Seçildi",
|
"selected": "Seçildi",
|
||||||
@@ -2117,6 +2162,8 @@
|
|||||||
"share_assets_selected": "{count} seçili",
|
"share_assets_selected": "{count} seçili",
|
||||||
"share_dialog_preparing": "Hazırlanıyor...",
|
"share_dialog_preparing": "Hazırlanıyor...",
|
||||||
"share_link": "Bağlantıyı Paylaş",
|
"share_link": "Bağlantıyı Paylaş",
|
||||||
|
"share_original": "Orijinal (büyük) olanı kullanın",
|
||||||
|
"share_preview": "Küçük resmi kullan",
|
||||||
"shared": "Paylaşılan",
|
"shared": "Paylaşılan",
|
||||||
"shared_album_activities_input_disable": "Yoruma kapalı",
|
"shared_album_activities_input_disable": "Yoruma kapalı",
|
||||||
"shared_album_activity_remove_content": "Bu etkinliği silmek istiyor musunuz?",
|
"shared_album_activity_remove_content": "Bu etkinliği silmek istiyor musunuz?",
|
||||||
@@ -2210,12 +2257,14 @@
|
|||||||
"skip_to_folders": "Klasörlere atla",
|
"skip_to_folders": "Klasörlere atla",
|
||||||
"skip_to_tags": "Etiketlere atla",
|
"skip_to_tags": "Etiketlere atla",
|
||||||
"slideshow": "Slayt gösterisi",
|
"slideshow": "Slayt gösterisi",
|
||||||
|
"slideshow_metadata_overlay_mode": "Yer paylaşımı içeriği",
|
||||||
"slideshow_metadata_overlay_mode_description_only": "Sadece açıklama",
|
"slideshow_metadata_overlay_mode_description_only": "Sadece açıklama",
|
||||||
"slideshow_metadata_overlay_mode_full": "Dolu",
|
"slideshow_metadata_overlay_mode_full": "Dolu",
|
||||||
"slideshow_repeat": "Slayt gösterisini tekrarla",
|
"slideshow_repeat": "Slayt gösterisini tekrarla",
|
||||||
"slideshow_repeat_description": "Slayt gösterisi bittiğinde başa dön",
|
"slideshow_repeat_description": "Slayt gösterisi bittiğinde başa dön",
|
||||||
"slideshow_settings": "Slayt gösterisi ayarları",
|
"slideshow_settings": "Slayt gösterisi ayarları",
|
||||||
"smart_album": "Akıllı albüm",
|
"smart_album": "Akıllı albüm",
|
||||||
|
"some_assets_already_have_a_location_warning": "Seçilen varlıkların bazılarının zaten bir konumu mevcut",
|
||||||
"sort_albums_by": "Albümleri sırala...",
|
"sort_albums_by": "Albümleri sırala...",
|
||||||
"sort_created": "Oluşturulma tarihi",
|
"sort_created": "Oluşturulma tarihi",
|
||||||
"sort_items": "Öğe sayısı",
|
"sort_items": "Öğe sayısı",
|
||||||
@@ -2239,6 +2288,7 @@
|
|||||||
"state": "Eyalet/İl",
|
"state": "Eyalet/İl",
|
||||||
"status": "Durum",
|
"status": "Durum",
|
||||||
"step_delete": "Adımı sil",
|
"step_delete": "Adımı sil",
|
||||||
|
"step_delete_confirm": "Bu adımı silmek istediğinizden emin misiniz?",
|
||||||
"step_details": "Adım ayrıntıları",
|
"step_details": "Adım ayrıntıları",
|
||||||
"steps": "Adımlar",
|
"steps": "Adımlar",
|
||||||
"stop_casting": "Yansıtmayı durdur",
|
"stop_casting": "Yansıtmayı durdur",
|
||||||
@@ -2334,11 +2384,13 @@
|
|||||||
"trash_page_title": "Çöp Kutusu ({count})",
|
"trash_page_title": "Çöp Kutusu ({count})",
|
||||||
"trashed_items_will_be_permanently_deleted_after": "Silinen öğeler {days, plural, one {# gün} other {# gün}} sonra kalıcı olarak silinecek.",
|
"trashed_items_will_be_permanently_deleted_after": "Silinen öğeler {days, plural, one {# gün} other {# gün}} sonra kalıcı olarak silinecek.",
|
||||||
"trigger": "Tetikleyici",
|
"trigger": "Tetikleyici",
|
||||||
"trigger_asset_uploaded": "Öğe Karşıya Yüklendi",
|
"trigger_asset_metadata_extraction": "Varlık Meta Veri Çıkarma",
|
||||||
|
"trigger_asset_metadata_extraction_description": "Bir varlığın EXIF meta verileri çıkarıldığında tetiklenir",
|
||||||
|
"trigger_asset_uploaded": "Öğe Karşıya Yüklenince",
|
||||||
"trigger_asset_uploaded_description": "Yeni bir öğe karşıya yüklendiğinde tetiklenir",
|
"trigger_asset_uploaded_description": "Yeni bir öğe karşıya yüklendiğinde tetiklenir",
|
||||||
"trigger_description": "İş akışını başlatan bir olay",
|
"trigger_description": "İş akışını başlatan bir olay",
|
||||||
"trigger_person_recognized": "Tanınan Kişi",
|
"trigger_person_recognized": "Tanınan Kişi",
|
||||||
"trigger_person_recognized_description": "Bir kişi algılandığında tetiklenir",
|
"trigger_person_recognized_description": "Bir kişi tanındığında tetiklenir",
|
||||||
"trigger_type": "Tetikleyici türü",
|
"trigger_type": "Tetikleyici türü",
|
||||||
"troubleshoot": "Sorun giderme",
|
"troubleshoot": "Sorun giderme",
|
||||||
"type": "Tür",
|
"type": "Tür",
|
||||||
@@ -2380,6 +2432,7 @@
|
|||||||
"updated_password": "Güncellenen şifre",
|
"updated_password": "Güncellenen şifre",
|
||||||
"upload": "Yükle",
|
"upload": "Yükle",
|
||||||
"upload_concurrency": "Yükleme eşzamanlılığı",
|
"upload_concurrency": "Yükleme eşzamanlılığı",
|
||||||
|
"upload_day_count": "{tarih}: {sayı, çoğul, bir {# yükleme} diğer {# yüklemeler}}",
|
||||||
"upload_details": "Yükleme Ayrıntıları",
|
"upload_details": "Yükleme Ayrıntıları",
|
||||||
"upload_dialog_info": "Seçili öğeleri sunucuya yedeklemek istiyor musunuz?",
|
"upload_dialog_info": "Seçili öğeleri sunucuya yedeklemek istiyor musunuz?",
|
||||||
"upload_dialog_title": "Öğe Yükle",
|
"upload_dialog_title": "Öğe Yükle",
|
||||||
@@ -2395,6 +2448,7 @@
|
|||||||
"upload_to_immich": "Immich'e Yükle ({count})",
|
"upload_to_immich": "Immich'e Yükle ({count})",
|
||||||
"uploading": "Yükleniyor",
|
"uploading": "Yükleniyor",
|
||||||
"uploading_media": "Medya yükleme",
|
"uploading_media": "Medya yükleme",
|
||||||
|
"uploads": "Yüklemeler",
|
||||||
"url": "URL",
|
"url": "URL",
|
||||||
"usage": "Kullanım",
|
"usage": "Kullanım",
|
||||||
"use_biometric": "Biyometri kullan",
|
"use_biometric": "Biyometri kullan",
|
||||||
@@ -2402,6 +2456,7 @@
|
|||||||
"use_browser_locale_description": "Tarih, saat ve sayılar tarayıcınızın yerel ayarlarına göre biçimlendirilsin",
|
"use_browser_locale_description": "Tarih, saat ve sayılar tarayıcınızın yerel ayarlarına göre biçimlendirilsin",
|
||||||
"use_current_connection": "Mevcut bağlantıyı kullan",
|
"use_current_connection": "Mevcut bağlantıyı kullan",
|
||||||
"use_custom_date_range": "Bunun yerine özel tarih aralığını kullan",
|
"use_custom_date_range": "Bunun yerine özel tarih aralığını kullan",
|
||||||
|
"use_template": "Şablonu kullan",
|
||||||
"user": "Kullanıcı",
|
"user": "Kullanıcı",
|
||||||
"user_has_been_deleted": "Bu kullanıcı silindi.",
|
"user_has_been_deleted": "Bu kullanıcı silindi.",
|
||||||
"user_id": "Kullanıcı ID",
|
"user_id": "Kullanıcı ID",
|
||||||
@@ -2431,6 +2486,7 @@
|
|||||||
"video": "Video",
|
"video": "Video",
|
||||||
"video_hover_setting": "Üzerinde durulduğunda video ön izlemesi oynat",
|
"video_hover_setting": "Üzerinde durulduğunda video ön izlemesi oynat",
|
||||||
"video_hover_setting_description": "Öğe üzerinde fareyle durulduğunda video küçük resmini oynatır. Bu özellik devre dışıyken, oynatma simgesine fareyle gidilerek oynatma başlatılabilir.",
|
"video_hover_setting_description": "Öğe üzerinde fareyle durulduğunda video küçük resmini oynatır. Bu özellik devre dışıyken, oynatma simgesine fareyle gidilerek oynatma başlatılabilir.",
|
||||||
|
"video_quality": "Video kalitesi",
|
||||||
"videos": "Videolar",
|
"videos": "Videolar",
|
||||||
"videos_count": "{count, plural, one {# video} other {# video}}",
|
"videos_count": "{count, plural, one {# video} other {# video}}",
|
||||||
"videos_only": "Sadece videolar",
|
"videos_only": "Sadece videolar",
|
||||||
@@ -2463,6 +2519,7 @@
|
|||||||
"week": "Hafta",
|
"week": "Hafta",
|
||||||
"welcome": "Hoş geldiniz",
|
"welcome": "Hoş geldiniz",
|
||||||
"welcome_to_immich": "Immich'e hoş geldiniz",
|
"welcome_to_immich": "Immich'e hoş geldiniz",
|
||||||
|
"when": "Ne zaman",
|
||||||
"width": "Genişlik",
|
"width": "Genişlik",
|
||||||
"wifi_name": "Wi-Fi Adı",
|
"wifi_name": "Wi-Fi Adı",
|
||||||
"workflow": "İş Akışı",
|
"workflow": "İş Akışı",
|
||||||
@@ -2475,6 +2532,7 @@
|
|||||||
"workflow_name": "İş akışı adı",
|
"workflow_name": "İş akışı adı",
|
||||||
"workflow_navigation_prompt": "Değişikliklerinizi kaydetmeden ayrılmak istediğinizden emin misiniz?",
|
"workflow_navigation_prompt": "Değişikliklerinizi kaydetmeden ayrılmak istediğinizden emin misiniz?",
|
||||||
"workflow_summary": "İş akışı özeti",
|
"workflow_summary": "İş akışı özeti",
|
||||||
|
"workflow_templates": "İş akışı şablonları",
|
||||||
"workflow_update_success": "İş akışı başarıyla güncellendi",
|
"workflow_update_success": "İş akışı başarıyla güncellendi",
|
||||||
"workflow_updated": "İş akışı güncellendi",
|
"workflow_updated": "İş akışı güncellendi",
|
||||||
"workflows": "İş akışları",
|
"workflows": "İş akışları",
|
||||||
|
|||||||
@@ -1532,7 +1532,6 @@
|
|||||||
"map_location_picker_page_use_location": "Використати це місце",
|
"map_location_picker_page_use_location": "Використати це місце",
|
||||||
"map_location_service_disabled_content": "Служба визначення місця має бути увімкнена, щоб відображати елементи з вашого поточного місця. Увімкнути її зараз?",
|
"map_location_service_disabled_content": "Служба визначення місця має бути увімкнена, щоб відображати елементи з вашого поточного місця. Увімкнути її зараз?",
|
||||||
"map_location_service_disabled_title": "Служба визначення місця вимкнена",
|
"map_location_service_disabled_title": "Служба визначення місця вимкнена",
|
||||||
"map_marker_for_images": "Маркер на мапі для зображень, знятих у {city}, {country}",
|
|
||||||
"map_marker_with_image": "Маркер на мапі із зображенням",
|
"map_marker_with_image": "Маркер на мапі із зображенням",
|
||||||
"map_no_location_permission_content": "Потрібен дозвіл, щоб показувати елементи із поточного місця. Надати його зараз?",
|
"map_no_location_permission_content": "Потрібен дозвіл, щоб показувати елементи із поточного місця. Надати його зараз?",
|
||||||
"map_no_location_permission_title": "Доступ до місця не надано",
|
"map_no_location_permission_title": "Доступ до місця не надано",
|
||||||
|
|||||||
@@ -27,6 +27,7 @@
|
|||||||
"add_partner": "ساتھی شامل کریں",
|
"add_partner": "ساتھی شامل کریں",
|
||||||
"add_path": "راستہ شامل کریں",
|
"add_path": "راستہ شامل کریں",
|
||||||
"add_photos": "تصاویر شامل کریں",
|
"add_photos": "تصاویر شامل کریں",
|
||||||
|
"add_step": "مرحلہ بنائیں",
|
||||||
"add_tag": "ٹیگ شامل کریں",
|
"add_tag": "ٹیگ شامل کریں",
|
||||||
"add_to": "اس میں شامل کریں…",
|
"add_to": "اس میں شامل کریں…",
|
||||||
"add_to_album": "البم میں شامل کریں",
|
"add_to_album": "البم میں شامل کریں",
|
||||||
@@ -70,7 +71,11 @@
|
|||||||
"confirm_reprocess_all_faces": "کیا آپ واقعی تمام چہروں کو دوبارہ پروسیس کرنا چاہتے ہیں؟ اس سے نام والے افراد بھی صاف ہو جائیں گے۔",
|
"confirm_reprocess_all_faces": "کیا آپ واقعی تمام چہروں کو دوبارہ پروسیس کرنا چاہتے ہیں؟ اس سے نام والے افراد بھی صاف ہو جائیں گے۔",
|
||||||
"confirm_user_password_reset": "کیا آپ {user} کا پاس ورڈ ری سیٹ کرنا چاہتے ہیں؟",
|
"confirm_user_password_reset": "کیا آپ {user} کا پاس ورڈ ری سیٹ کرنا چاہتے ہیں؟",
|
||||||
"confirm_user_pin_code_reset": "کیا آپ {user} کا پن کوڈ ری سیٹ کرنا چاہتے ہیں؟",
|
"confirm_user_pin_code_reset": "کیا آپ {user} کا پن کوڈ ری سیٹ کرنا چاہتے ہیں؟",
|
||||||
|
"copy_config_to_clipboard_description": "اپنی موجودہ سسٹم کے نظام کی ترتیب JSON کی شکل میں کلپ بورڈ میں کاپی کریں",
|
||||||
"create_job": "کام بنائیں",
|
"create_job": "کام بنائیں",
|
||||||
|
"disable_login": "لاگ ان بند کریں",
|
||||||
|
"download_csv": "CSV ڈاون لوڈ کریں",
|
||||||
|
"duplicate_detection_job_description": "اپنی اجراۂ پر مشین لرننگ چلا کر ایک جیسی تصاویر کا پتہ لگا ئے۔ \"Smart Search\" پر انحصار کرتا ہے",
|
||||||
"face_detection": "چہرے کی پہچان",
|
"face_detection": "چہرے کی پہچان",
|
||||||
"failed_job_command": "کام: {job} کے لیے کمانڈ: {command} ناکام ہو گئی",
|
"failed_job_command": "کام: {job} کے لیے کمانڈ: {command} ناکام ہو گئی",
|
||||||
"image_preview_title": "پیش نظارہ",
|
"image_preview_title": "پیش نظارہ",
|
||||||
|
|||||||
+491
-356
File diff suppressed because it is too large
Load Diff
+51
-2
@@ -51,7 +51,7 @@
|
|||||||
"authentication_settings": "驗證設定",
|
"authentication_settings": "驗證設定",
|
||||||
"authentication_settings_description": "管理密碼、OAuth 同其他驗證設定",
|
"authentication_settings_description": "管理密碼、OAuth 同其他驗證設定",
|
||||||
"authentication_settings_disable_all": "你確定你要停用所有登入嘅方式嗎?你會完全冇辦法登入。",
|
"authentication_settings_disable_all": "你確定你要停用所有登入嘅方式嗎?你會完全冇辦法登入。",
|
||||||
"authentication_settings_reenable": "如果你要重新啟用嘅話,請使用<link>嘅伺服器指令</link>。",
|
"authentication_settings_reenable": "如果你要重新啟用嘅話,請使用<link>伺服器指令</link>。",
|
||||||
"background_task_job": "背景操作",
|
"background_task_job": "背景操作",
|
||||||
"backup_database": "建立資料庫備份",
|
"backup_database": "建立資料庫備份",
|
||||||
"backup_database_enable_description": "啟用資料庫備份",
|
"backup_database_enable_description": "啟用資料庫備份",
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
"backup_onboarding_2_description": "儲存係唔同裝置嘅本地副本。包含主要嘅檔案同埋喺本機嘅備份。",
|
"backup_onboarding_2_description": "儲存係唔同裝置嘅本地副本。包含主要嘅檔案同埋喺本機嘅備份。",
|
||||||
"backup_onboarding_3_description": "資料包含原始文件,總共備份嘅次數。呢個包括1份異地嘅備份同埋2份本機副本。",
|
"backup_onboarding_3_description": "資料包含原始文件,總共備份嘅次數。呢個包括1份異地嘅備份同埋2份本機副本。",
|
||||||
"backup_onboarding_description": "我哋建議你使用<backblaze-link>嘅3-2-1備份</backblaze-link>嚟保障你嘅資料。為咗可以全方位地備份你嘅資料,你應該保留已經上傳嘅相/影片嘅副本,同埋Immich嘅資料庫,。",
|
"backup_onboarding_description": "我哋建議你使用<backblaze-link>嘅3-2-1備份</backblaze-link>嚟保障你嘅資料。為咗可以全方位地備份你嘅資料,你應該保留已經上傳嘅相/影片嘅副本,同埋Immich嘅資料庫,。",
|
||||||
"backup_onboarding_footer": "有關其他Immich備份嘅資料,請參考<link></link>。",
|
"backup_onboarding_footer": "有關其他Immich備份嘅資料,請參考<link>說明文件</link>。",
|
||||||
"backup_onboarding_parts_title": "一個3-2-1備份包括:",
|
"backup_onboarding_parts_title": "一個3-2-1備份包括:",
|
||||||
"backup_onboarding_title": "備份",
|
"backup_onboarding_title": "備份",
|
||||||
"backup_settings": "資料庫備份嘅設定",
|
"backup_settings": "資料庫備份嘅設定",
|
||||||
@@ -261,6 +261,55 @@
|
|||||||
"nightly_tasks_sync_quota_usage_setting": "同步限額使用情況",
|
"nightly_tasks_sync_quota_usage_setting": "同步限額使用情況",
|
||||||
"nightly_tasks_sync_quota_usage_setting_description": "根據目前嘅使用量更新使用者嘅儲存限額",
|
"nightly_tasks_sync_quota_usage_setting_description": "根據目前嘅使用量更新使用者嘅儲存限額",
|
||||||
"no_paths_added": "冇新增咗嘅路徑",
|
"no_paths_added": "冇新增咗嘅路徑",
|
||||||
|
"no_pattern_added": "未有排除規則",
|
||||||
|
"note_apply_storage_label_previous_assets": "提示:如果您想將儲存標籤套用到上傳咗嘅項目,請執行",
|
||||||
|
"note_cannot_be_changed_later": "注意:呢個設定之後改唔到!",
|
||||||
|
"notification_email_from_address": "寄件地址",
|
||||||
|
"notification_email_from_address_description": "寄件者電郵,好似:\"Immich Photo Server <noreply@example.com>\"。請確保係您有權限寄送到郵件嘅地址。",
|
||||||
|
"notification_email_host_description": "電子郵件伺服器主機(例如:smtp.immich.app)",
|
||||||
|
"notification_email_ignore_certificate_errors": "忽略唔啱嘅憑證",
|
||||||
|
"notification_email_ignore_certificate_errors_description": "忽略 TLS 錯嘅憑證驗證(唔建議)",
|
||||||
|
"notification_email_password_description": "用嚟驗證電郵伺服器嘅密碼",
|
||||||
|
"notification_email_port_description": "電郵伺服器嘅連接埠(例如 25、465 或 587)",
|
||||||
|
"notification_email_secure": "SMTPS",
|
||||||
|
"notification_email_secure_description": "用 SMTPS(基於 TLS 嘅 SMTP)",
|
||||||
|
"notification_email_sent_test_email_button": "傳送測試電郵,跟住儲存",
|
||||||
|
"notification_email_setting_description": "寄送電郵通知嘅設定",
|
||||||
|
"notification_email_test_email": "傳送測試電郵",
|
||||||
|
"notification_email_test_email_failed": "傳送唔到測試電郵,請檢查您嘅設定",
|
||||||
|
"notification_email_test_email_sent": "測試電郵已傳送咗到 {email}。請檢查您嘅收件匣。",
|
||||||
|
"notification_email_username_description": "用嚟驗證電郵伺服器嘅使用者名稱",
|
||||||
|
"notification_enable_email_notifications": "用電郵通知",
|
||||||
|
"notification_settings": "通知設定",
|
||||||
|
"notification_settings_description": "管理通知設定,包括電郵設定",
|
||||||
|
"oauth_allow_insecure_requests": "畀用唔可靠嘅請求",
|
||||||
|
"oauth_allow_insecure_requests_description": "警告:呢個選項會停用 OAuth 嘅 TLS 憑證驗證請求,可能會令您暴露於 MITM 攻擊。",
|
||||||
|
"oauth_auto_launch": "自動啟動",
|
||||||
|
"oauth_auto_launch_description": "進入登入頁面時,自動啟動 OAuth 登入流程",
|
||||||
|
"oauth_auto_register": "自動註冊",
|
||||||
|
"oauth_auto_register_description": "使用 OAuth 登入之後自動註冊新使用者",
|
||||||
|
"oauth_button_text": "按鈕文字",
|
||||||
|
"oauth_client_secret_description": "機密用戶端嘅必填項目;如果公開用戶端唔支援 PKCE (代碼交換的驗證金鑰),必須填寫。",
|
||||||
|
"oauth_enable_description": "用 OAuth 登入",
|
||||||
|
"oauth_end_session_url_description": "用戶登出時將佢導向到呢個URL。",
|
||||||
|
"oauth_mobile_redirect_uri": "流動裝置重新導向 URI",
|
||||||
|
"oauth_mobile_redirect_uri_override": "覆寫流動裝置重新導向 URI",
|
||||||
|
"oauth_mobile_redirect_uri_override_description": "當 OAuth 提供者唔俾用流動裝置 URI(例如 ''{callback}'')嘅時候啟用",
|
||||||
|
"oauth_prompt_description": "Prompt 參數(例如 select_account、login、consent)",
|
||||||
|
"oauth_role_claim": "角色宣告",
|
||||||
|
"oauth_role_claim_description": "根據呢個宣告嘅存在,自動授權管理員權限。呢啲宣告值可以係 'user' 或 'admin'。",
|
||||||
|
"oauth_settings": "OAuth",
|
||||||
|
"oauth_settings_description": "管理 OAuth 登入設定",
|
||||||
|
"oauth_settings_more_details": "如果想了解呢個功能嘅詳細資訊,請參閱 <link>說明文件</link>。",
|
||||||
|
"oauth_storage_label_claim": "儲存標籤宣告",
|
||||||
|
"oauth_storage_label_claim_description": "自動將使用者嘅儲存標籤設定為呢個宣告值。",
|
||||||
|
"oauth_storage_quota_claim": "儲存限額宣告",
|
||||||
|
"oauth_storage_quota_claim_description": "自動將使用者嘅儲存限額設定為呢個宣告之值。",
|
||||||
|
"oauth_storage_quota_default": "預設儲存限額(GiB)",
|
||||||
|
"oauth_storage_quota_default_description": "未提供宣告時所使用嘅限額(GiB)。",
|
||||||
|
"oauth_timeout": "請求超時",
|
||||||
|
"oauth_timeout_description": "請求超時(毫秒)",
|
||||||
|
"ocr_job_description": "用機械學習辨識影像中嘅文字",
|
||||||
"queue_details": "隊列資訊",
|
"queue_details": "隊列資訊",
|
||||||
"queues": "任務隊列",
|
"queues": "任務隊列",
|
||||||
"queues_page_description": "管理員任務隊列頁面",
|
"queues_page_description": "管理員任務隊列頁面",
|
||||||
|
|||||||
@@ -1548,7 +1548,6 @@
|
|||||||
"map_location_picker_page_use_location": "使用此位置",
|
"map_location_picker_page_use_location": "使用此位置",
|
||||||
"map_location_service_disabled_content": "需要启用定位服务才能显示您当前位置的媒体文件。是否现在启用它?",
|
"map_location_service_disabled_content": "需要启用定位服务才能显示您当前位置的媒体文件。是否现在启用它?",
|
||||||
"map_location_service_disabled_title": "定位服务已禁用",
|
"map_location_service_disabled_title": "定位服务已禁用",
|
||||||
"map_marker_for_images": "标记{city}、{country}拍摄照片的地图图标",
|
|
||||||
"map_marker_with_image": "带预览图的地图标记",
|
"map_marker_with_image": "带预览图的地图标记",
|
||||||
"map_no_location_permission_content": "需要位置权限才能显示您当前位置的照片/视频。现在要允许吗?",
|
"map_no_location_permission_content": "需要位置权限才能显示您当前位置的照片/视频。现在要允许吗?",
|
||||||
"map_no_location_permission_title": "位置权限被拒绝",
|
"map_no_location_permission_title": "位置权限被拒绝",
|
||||||
|
|||||||
@@ -1548,7 +1548,6 @@
|
|||||||
"map_location_picker_page_use_location": "使用此位置",
|
"map_location_picker_page_use_location": "使用此位置",
|
||||||
"map_location_service_disabled_content": "需要啟用定位服務才能顯示您目前位置相關的項目。要現在啟用嗎?",
|
"map_location_service_disabled_content": "需要啟用定位服務才能顯示您目前位置相關的項目。要現在啟用嗎?",
|
||||||
"map_location_service_disabled_title": "定位服務已停用",
|
"map_location_service_disabled_title": "定位服務已停用",
|
||||||
"map_marker_for_images": "在 {city}、{country} 拍攝影像的地圖標記",
|
|
||||||
"map_marker_with_image": "帶有影像的地圖標記",
|
"map_marker_with_image": "帶有影像的地圖標記",
|
||||||
"map_no_location_permission_content": "需要位置權限才能顯示與您目前位置相關的項目。要現在就授予位置權限嗎?",
|
"map_no_location_permission_content": "需要位置權限才能顯示與您目前位置相關的項目。要現在就授予位置權限嗎?",
|
||||||
"map_no_location_permission_title": "沒有位置權限",
|
"map_no_location_permission_title": "沒有位置權限",
|
||||||
|
|||||||
+14
-14
@@ -5,38 +5,38 @@ version = "3.11.15"
|
|||||||
backend = "core:python"
|
backend = "core:python"
|
||||||
|
|
||||||
[tools.python."platforms.linux-arm64"]
|
[tools.python."platforms.linux-arm64"]
|
||||||
checksum = "sha256:243f794278eff6adba96ed3677ec6877175df84c25f140e17f09f9be82d0f12a"
|
checksum = "sha256:cbce0660e88cd9c56be7aaf2a2df92bea51f359388a521838b6b01817d728df0"
|
||||||
url = "https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.11.15+20260510-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz"
|
url = "https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.11.15+20260610-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz"
|
||||||
provenance = "github-attestations"
|
provenance = "github-attestations"
|
||||||
|
|
||||||
[tools.python."platforms.linux-arm64-musl"]
|
[tools.python."platforms.linux-arm64-musl"]
|
||||||
checksum = "sha256:52b4c52094ff8b383a45c694acf4c5c0e883152be6d5229a35a8186ce907c6eb"
|
checksum = "sha256:a55ea44225ee3741d4157c383f3d5c3e8eee5f9665e2ea069233486b4275d928"
|
||||||
url = "https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.11.15+20260510-aarch64-unknown-linux-musl-install_only_stripped.tar.gz"
|
url = "https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.11.15+20260610-aarch64-unknown-linux-musl-install_only_stripped.tar.gz"
|
||||||
provenance = "github-attestations"
|
provenance = "github-attestations"
|
||||||
|
|
||||||
[tools.python."platforms.linux-x64"]
|
[tools.python."platforms.linux-x64"]
|
||||||
checksum = "sha256:171dffd8c0f66e8a0725364a7428015b22fc18dd298b24f541392e17dd0e561f"
|
checksum = "sha256:67a5b22f796e96f4d7fa628f95866d5fd1d524d0588f74e4601facd82b66792b"
|
||||||
url = "https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.11.15+20260510-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz"
|
url = "https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.11.15+20260610-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz"
|
||||||
provenance = "github-attestations"
|
provenance = "github-attestations"
|
||||||
|
|
||||||
[tools.python."platforms.linux-x64-musl"]
|
[tools.python."platforms.linux-x64-musl"]
|
||||||
checksum = "sha256:2ac90fef8917ebd14826a6d667593a06cf0ae5f745ba9b1147dc086dd35f5284"
|
checksum = "sha256:5a8544aa4303da3ca4b7505c98dd8453b671157039d25cd551e55abea0f83a60"
|
||||||
url = "https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.11.15+20260510-x86_64-unknown-linux-musl-install_only_stripped.tar.gz"
|
url = "https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.11.15+20260610-x86_64-unknown-linux-musl-install_only_stripped.tar.gz"
|
||||||
provenance = "github-attestations"
|
provenance = "github-attestations"
|
||||||
|
|
||||||
[tools.python."platforms.macos-arm64"]
|
[tools.python."platforms.macos-arm64"]
|
||||||
checksum = "sha256:fdfc363b538662eb7441a14e06f72c4a992c56af7f401f5730ea5081f8f8ad6e"
|
checksum = "sha256:8c56f1f59142e0f9f8861ad897bdfd97fd84403afa7b3d8b0f33b208ec471355"
|
||||||
url = "https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.11.15+20260510-aarch64-apple-darwin-install_only_stripped.tar.gz"
|
url = "https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.11.15+20260610-aarch64-apple-darwin-install_only_stripped.tar.gz"
|
||||||
provenance = "github-attestations"
|
provenance = "github-attestations"
|
||||||
|
|
||||||
[tools.python."platforms.macos-x64"]
|
[tools.python."platforms.macos-x64"]
|
||||||
checksum = "sha256:5f1eb247cbca2c0ad5ccbf6d299a4f54b31b5c63b492d74c3531dc4344a42f88"
|
checksum = "sha256:8cd3878c656ba1698314cbcb65f78df4c37b7c8eabff958558115c6db11adb3d"
|
||||||
url = "https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.11.15+20260510-x86_64-apple-darwin-install_only_stripped.tar.gz"
|
url = "https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.11.15+20260610-x86_64-apple-darwin-install_only_stripped.tar.gz"
|
||||||
provenance = "github-attestations"
|
provenance = "github-attestations"
|
||||||
|
|
||||||
[tools.python."platforms.windows-x64"]
|
[tools.python."platforms.windows-x64"]
|
||||||
checksum = "sha256:756d7f148498b8822f6aedf44a020613576f09983161f346ad36dcef6238cdc3"
|
checksum = "sha256:f081a733b4e7ba0e5e5e12d533b3c795dbef3ecbebf92f0b4202e5329bf7c8ab"
|
||||||
url = "https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.11.15+20260510-x86_64-pc-windows-msvc-install_only_stripped.tar.gz"
|
url = "https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.11.15+20260610-x86_64-pc-windows-msvc-install_only_stripped.tar.gz"
|
||||||
provenance = "github-attestations"
|
provenance = "github-attestations"
|
||||||
|
|
||||||
[[tools.uv]]
|
[[tools.uv]]
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "immich-ml"
|
name = "immich-ml"
|
||||||
version = "3.0.0rc1"
|
version = "3.0.0rc2"
|
||||||
description = ""
|
description = ""
|
||||||
authors = [{ name = "Hau Tran", email = "alex.tran1502@gmail.com" }]
|
authors = [{ name = "Hau Tran", email = "alex.tran1502@gmail.com" }]
|
||||||
requires-python = ">=3.11,<4.0"
|
requires-python = ">=3.11,<4.0"
|
||||||
|
|||||||
Generated
+1
-1
@@ -974,7 +974,7 @@ wheels = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "immich-ml"
|
name = "immich-ml"
|
||||||
version = "3.0.0rc1"
|
version = "3.0.0rc2"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "aiocache" },
|
{ name = "aiocache" },
|
||||||
|
|||||||
@@ -83,17 +83,12 @@ version = "7.1.3-6"
|
|||||||
backend = "github:jellyfin/jellyfin-ffmpeg"
|
backend = "github:jellyfin/jellyfin-ffmpeg"
|
||||||
|
|
||||||
[tools."github:jellyfin/jellyfin-ffmpeg".options]
|
[tools."github:jellyfin/jellyfin-ffmpeg".options]
|
||||||
asset_pattern = "jellyfin-ffmpeg_*_portable_linuxarm64-gpl.tar.xz"
|
asset_pattern = "jellyfin-ffmpeg_*_portable_macarm64-gpl.tar.xz"
|
||||||
|
|
||||||
[tools."github:jellyfin/jellyfin-ffmpeg"."platforms.linux-arm64"]
|
[tools."github:jellyfin/jellyfin-ffmpeg"."platforms.macos-arm64"]
|
||||||
checksum = "sha256:bea03c670e8cc5bfe9edc0c5d624d4735421610cef5e808db93e7d8596952886"
|
checksum = "sha256:e024d5e78d5414e75f0181036cd21373fafb9270c72894dfd7dbda2572439820"
|
||||||
url = "https://github.com/jellyfin/jellyfin-ffmpeg/releases/download/v7.1.3-6/jellyfin-ffmpeg_7.1.3-6_portable_linuxarm64-gpl.tar.xz"
|
url = "https://github.com/jellyfin/jellyfin-ffmpeg/releases/download/v7.1.3-6/jellyfin-ffmpeg_7.1.3-6_portable_macarm64-gpl.tar.xz"
|
||||||
url_api = "https://api.github.com/repos/jellyfin/jellyfin-ffmpeg/releases/assets/409048876"
|
url_api = "https://api.github.com/repos/jellyfin/jellyfin-ffmpeg/releases/assets/408995838"
|
||||||
|
|
||||||
[tools."github:jellyfin/jellyfin-ffmpeg"."platforms.linux-arm64-musl"]
|
|
||||||
checksum = "sha256:bea03c670e8cc5bfe9edc0c5d624d4735421610cef5e808db93e7d8596952886"
|
|
||||||
url = "https://github.com/jellyfin/jellyfin-ffmpeg/releases/download/v7.1.3-6/jellyfin-ffmpeg_7.1.3-6_portable_linuxarm64-gpl.tar.xz"
|
|
||||||
url_api = "https://api.github.com/repos/jellyfin/jellyfin-ffmpeg/releases/assets/409048876"
|
|
||||||
|
|
||||||
[[tools."github:jellyfin/jellyfin-ffmpeg"]]
|
[[tools."github:jellyfin/jellyfin-ffmpeg"]]
|
||||||
version = "7.1.3-6"
|
version = "7.1.3-6"
|
||||||
@@ -117,12 +112,17 @@ version = "7.1.3-6"
|
|||||||
backend = "github:jellyfin/jellyfin-ffmpeg"
|
backend = "github:jellyfin/jellyfin-ffmpeg"
|
||||||
|
|
||||||
[tools."github:jellyfin/jellyfin-ffmpeg".options]
|
[tools."github:jellyfin/jellyfin-ffmpeg".options]
|
||||||
asset_pattern = "jellyfin-ffmpeg_*_portable_macarm64-gpl.tar.xz"
|
asset_pattern = "jellyfin-ffmpeg_*_portable_linuxarm64-gpl.tar.xz"
|
||||||
|
|
||||||
[tools."github:jellyfin/jellyfin-ffmpeg"."platforms.macos-arm64"]
|
[tools."github:jellyfin/jellyfin-ffmpeg"."platforms.linux-arm64"]
|
||||||
checksum = "sha256:e024d5e78d5414e75f0181036cd21373fafb9270c72894dfd7dbda2572439820"
|
checksum = "sha256:bea03c670e8cc5bfe9edc0c5d624d4735421610cef5e808db93e7d8596952886"
|
||||||
url = "https://github.com/jellyfin/jellyfin-ffmpeg/releases/download/v7.1.3-6/jellyfin-ffmpeg_7.1.3-6_portable_macarm64-gpl.tar.xz"
|
url = "https://github.com/jellyfin/jellyfin-ffmpeg/releases/download/v7.1.3-6/jellyfin-ffmpeg_7.1.3-6_portable_linuxarm64-gpl.tar.xz"
|
||||||
url_api = "https://api.github.com/repos/jellyfin/jellyfin-ffmpeg/releases/assets/408995838"
|
url_api = "https://api.github.com/repos/jellyfin/jellyfin-ffmpeg/releases/assets/409048876"
|
||||||
|
|
||||||
|
[tools."github:jellyfin/jellyfin-ffmpeg"."platforms.linux-arm64-musl"]
|
||||||
|
checksum = "sha256:bea03c670e8cc5bfe9edc0c5d624d4735421610cef5e808db93e7d8596952886"
|
||||||
|
url = "https://github.com/jellyfin/jellyfin-ffmpeg/releases/download/v7.1.3-6/jellyfin-ffmpeg_7.1.3-6_portable_linuxarm64-gpl.tar.xz"
|
||||||
|
url_api = "https://api.github.com/repos/jellyfin/jellyfin-ffmpeg/releases/assets/409048876"
|
||||||
|
|
||||||
[[tools."github:jellyfin/jellyfin-ffmpeg"]]
|
[[tools."github:jellyfin/jellyfin-ffmpeg"]]
|
||||||
version = "7.1.3-6"
|
version = "7.1.3-6"
|
||||||
@@ -188,30 +188,6 @@ url_api = "https://api.github.com/repos/WebAssembly/binaryen/releases/assets/288
|
|||||||
version = "21.0.2"
|
version = "21.0.2"
|
||||||
backend = "core:java"
|
backend = "core:java"
|
||||||
|
|
||||||
[tools.java."platforms.linux-arm64"]
|
|
||||||
checksum = "sha256:08db1392a48d4eb5ea5315cf8f18b89dbaf36cda663ba882cf03c704c9257ec2"
|
|
||||||
url = "https://download.java.net/java/GA/jdk21.0.2/f2283984656d49d69e91c558476027ac/13/GPL/openjdk-21.0.2_linux-aarch64_bin.tar.gz"
|
|
||||||
|
|
||||||
[tools.java."platforms.linux-x64"]
|
|
||||||
checksum = "sha256:a2def047a73941e01a73739f92755f86b895811afb1f91243db214cff5bdac3f"
|
|
||||||
url = "https://download.java.net/java/GA/jdk21.0.2/f2283984656d49d69e91c558476027ac/13/GPL/openjdk-21.0.2_linux-x64_bin.tar.gz"
|
|
||||||
|
|
||||||
[tools.java."platforms.macos-arm64"]
|
|
||||||
checksum = "sha256:b3d588e16ec1e0ef9805d8a696591bd518a5cea62567da8f53b5ce32d11d22e4"
|
|
||||||
url = "https://download.java.net/java/GA/jdk21.0.2/f2283984656d49d69e91c558476027ac/13/GPL/openjdk-21.0.2_macos-aarch64_bin.tar.gz"
|
|
||||||
|
|
||||||
[tools.java."platforms.macos-x64"]
|
|
||||||
checksum = "sha256:8fd09e15dc406387a0aba70bf5d99692874e999bf9cd9208b452b5d76ac922d3"
|
|
||||||
url = "https://download.java.net/java/GA/jdk21.0.2/f2283984656d49d69e91c558476027ac/13/GPL/openjdk-21.0.2_macos-x64_bin.tar.gz"
|
|
||||||
|
|
||||||
[tools.java."platforms.windows-x64"]
|
|
||||||
checksum = "sha256:b6c17e747ae78cdd6de4d7532b3164b277daee97c007d3eaa2b39cca99882664"
|
|
||||||
url = "https://download.java.net/java/GA/jdk21.0.2/f2283984656d49d69e91c558476027ac/13/GPL/openjdk-21.0.2_windows-x64_bin.zip"
|
|
||||||
|
|
||||||
[[tools.java]]
|
|
||||||
version = "21.0.2"
|
|
||||||
backend = "core:java"
|
|
||||||
|
|
||||||
[tools.java.options]
|
[tools.java.options]
|
||||||
shorthand_vendor = "openjdk"
|
shorthand_vendor = "openjdk"
|
||||||
|
|
||||||
@@ -304,37 +280,37 @@ checksum = "sha256:27323f70c875b8251bfd7e61a4cffc3ebff4e56ed1e611b955016f0c70773
|
|||||||
url = "https://github.com/opentofu/opentofu/releases/download/v1.11.6/tofu_1.11.6_windows_amd64.tar.gz"
|
url = "https://github.com/opentofu/opentofu/releases/download/v1.11.6/tofu_1.11.6_windows_amd64.tar.gz"
|
||||||
|
|
||||||
[[tools.pnpm]]
|
[[tools.pnpm]]
|
||||||
version = "11.5.2"
|
version = "11.6.0"
|
||||||
backend = "aqua:pnpm/pnpm"
|
backend = "aqua:pnpm/pnpm"
|
||||||
|
|
||||||
[tools.pnpm."platforms.linux-arm64"]
|
[tools.pnpm."platforms.linux-arm64"]
|
||||||
checksum = "sha256:7fef0c74081135d777754fccf25272f698e504b26ba0568504846c0cea402f8f"
|
checksum = "sha256:2fec653ff6dadab340d1c3d2214688a7451cc471f39710839440b293ca7c53b0"
|
||||||
url = "https://github.com/pnpm/pnpm/releases/download/v11.5.2/pnpm-linux-arm64.tar.gz"
|
url = "https://github.com/pnpm/pnpm/releases/download/v11.6.0/pnpm-linux-arm64.tar.gz"
|
||||||
provenance = "github-attestations"
|
provenance = "github-attestations"
|
||||||
|
|
||||||
[tools.pnpm."platforms.linux-arm64-musl"]
|
[tools.pnpm."platforms.linux-arm64-musl"]
|
||||||
checksum = "sha256:843beed7bca760276d29f8950ca219600995d345dbc93fad8150b3e5f83b74d4"
|
checksum = "sha256:56a78c08cf22adf29e7dacb6f7f100139731693863d20fb94a7883463a62169e"
|
||||||
url = "https://github.com/pnpm/pnpm/releases/download/v11.5.2/pnpm-linux-arm64-musl.tar.gz"
|
url = "https://github.com/pnpm/pnpm/releases/download/v11.6.0/pnpm-linux-arm64-musl.tar.gz"
|
||||||
provenance = "github-attestations"
|
provenance = "github-attestations"
|
||||||
|
|
||||||
[tools.pnpm."platforms.linux-x64"]
|
[tools.pnpm."platforms.linux-x64"]
|
||||||
checksum = "sha256:2033a702618c8576dc6bb0f6adb3a67ab506031351ddd59ca50d1bcaf5d13dc5"
|
checksum = "sha256:74d64c1646385fb21691f32f0ab6aca1a9f5c829ba54d3cda3a24838a228e68c"
|
||||||
url = "https://github.com/pnpm/pnpm/releases/download/v11.5.2/pnpm-linux-x64.tar.gz"
|
url = "https://github.com/pnpm/pnpm/releases/download/v11.6.0/pnpm-linux-x64.tar.gz"
|
||||||
provenance = "github-attestations"
|
provenance = "github-attestations"
|
||||||
|
|
||||||
[tools.pnpm."platforms.linux-x64-musl"]
|
[tools.pnpm."platforms.linux-x64-musl"]
|
||||||
checksum = "sha256:0b794b23461c7475f7ffc29c4945692838b51ddadd857a2ace8edf0018798305"
|
checksum = "sha256:7a0c463a09d912fba6b7d9eca0a946bc228ea50f3015a05c09a29e7e85a932d7"
|
||||||
url = "https://github.com/pnpm/pnpm/releases/download/v11.5.2/pnpm-linux-x64-musl.tar.gz"
|
url = "https://github.com/pnpm/pnpm/releases/download/v11.6.0/pnpm-linux-x64-musl.tar.gz"
|
||||||
provenance = "github-attestations"
|
provenance = "github-attestations"
|
||||||
|
|
||||||
[tools.pnpm."platforms.macos-arm64"]
|
[tools.pnpm."platforms.macos-arm64"]
|
||||||
checksum = "sha256:54993dae26bea0f3c1b0e15f9427f6f6a86827d56f32d1d1554d8cda59a62399"
|
checksum = "sha256:87c901635a14481fb30566a3749041134ffd4317bc6fe866c345b69fdf9b6b85"
|
||||||
url = "https://github.com/pnpm/pnpm/releases/download/v11.5.2/pnpm-darwin-arm64.tar.gz"
|
url = "https://github.com/pnpm/pnpm/releases/download/v11.6.0/pnpm-darwin-arm64.tar.gz"
|
||||||
provenance = "github-attestations"
|
provenance = "github-attestations"
|
||||||
|
|
||||||
[tools.pnpm."platforms.windows-x64"]
|
[tools.pnpm."platforms.windows-x64"]
|
||||||
checksum = "sha256:b3ddff2c2bf87d3996fadf074bac58cd2259f718a17912a04ae930e3775b30e9"
|
checksum = "sha256:91c753435542b04859c689304fae0dd64eba6b40937cfa426a48485b712e4e9c"
|
||||||
url = "https://github.com/pnpm/pnpm/releases/download/v11.5.2/pnpm-win32-x64.zip"
|
url = "https://github.com/pnpm/pnpm/releases/download/v11.6.0/pnpm-win32-x64.zip"
|
||||||
provenance = "github-attestations"
|
provenance = "github-attestations"
|
||||||
|
|
||||||
[[tools.terragrunt]]
|
[[tools.terragrunt]]
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ config_roots = [
|
|||||||
|
|
||||||
[tools]
|
[tools]
|
||||||
node = "24.15.0"
|
node = "24.15.0"
|
||||||
pnpm = "11.5.2"
|
pnpm = "11.6.0"
|
||||||
terragrunt = "1.0.3"
|
terragrunt = "1.0.3"
|
||||||
opentofu = "1.11.6"
|
opentofu = "1.11.6"
|
||||||
"npm:oazapfts" = "7.5.0"
|
"npm:oazapfts" = "7.5.0"
|
||||||
|
|||||||
@@ -22,8 +22,8 @@ platform :android do
|
|||||||
task: 'bundle',
|
task: 'bundle',
|
||||||
build_type: 'Release',
|
build_type: 'Release',
|
||||||
properties: {
|
properties: {
|
||||||
"android.injected.version.code" => 3049,
|
"android.injected.version.code" => 3050,
|
||||||
"android.injected.version.name" => "3.0.0-rc.1",
|
"android.injected.version.name" => "3.0.0-rc.2",
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
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', track: 'beta')
|
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', track: 'beta')
|
||||||
@@ -35,8 +35,8 @@ platform :android do
|
|||||||
task: 'bundle',
|
task: 'bundle',
|
||||||
build_type: 'Release',
|
build_type: 'Release',
|
||||||
properties: {
|
properties: {
|
||||||
"android.injected.version.code" => 3049,
|
"android.injected.version.code" => 3050,
|
||||||
"android.injected.version.name" => "3.0.0-rc.1",
|
"android.injected.version.name" => "3.0.0-rc.2",
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
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')
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
archiveVersion = 1;
|
archiveVersion = 1;
|
||||||
classes = {
|
classes = {
|
||||||
};
|
};
|
||||||
objectVersion = 54;
|
objectVersion = 77;
|
||||||
objects = {
|
objects = {
|
||||||
|
|
||||||
/* Begin PBXBuildFile section */
|
/* Begin PBXBuildFile section */
|
||||||
@@ -11,6 +11,7 @@
|
|||||||
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
|
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
|
||||||
467DA6EAF83F3481F8BD94AB /* Pods_ShareExtension.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8AB817AA297EDEC88B23F3F6 /* Pods_ShareExtension.framework */; };
|
467DA6EAF83F3481F8BD94AB /* Pods_ShareExtension.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8AB817AA297EDEC88B23F3F6 /* Pods_ShareExtension.framework */; };
|
||||||
74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
|
74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
|
||||||
|
78A318202AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage in Frameworks */ = {isa = PBXBuildFile; productRef = 78A3181F2AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage */; };
|
||||||
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
|
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
|
||||||
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
|
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
|
||||||
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
|
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
|
||||||
@@ -19,9 +20,9 @@
|
|||||||
B21E34AC2E5B09190031FDB9 /* BackgroundWorker.swift in Sources */ = {isa = PBXBuildFile; fileRef = B21E34AB2E5B09100031FDB9 /* BackgroundWorker.swift */; };
|
B21E34AC2E5B09190031FDB9 /* BackgroundWorker.swift in Sources */ = {isa = PBXBuildFile; fileRef = B21E34AB2E5B09100031FDB9 /* BackgroundWorker.swift */; };
|
||||||
B25D377A2E72CA15008B6CA7 /* Connectivity.g.swift in Sources */ = {isa = PBXBuildFile; fileRef = B25D37782E72CA15008B6CA7 /* Connectivity.g.swift */; };
|
B25D377A2E72CA15008B6CA7 /* Connectivity.g.swift in Sources */ = {isa = PBXBuildFile; fileRef = B25D37782E72CA15008B6CA7 /* Connectivity.g.swift */; };
|
||||||
B25D377C2E72CA26008B6CA7 /* ConnectivityApiImpl.swift in Sources */ = {isa = PBXBuildFile; fileRef = B25D377B2E72CA20008B6CA7 /* ConnectivityApiImpl.swift */; };
|
B25D377C2E72CA26008B6CA7 /* ConnectivityApiImpl.swift in Sources */ = {isa = PBXBuildFile; fileRef = B25D377B2E72CA20008B6CA7 /* ConnectivityApiImpl.swift */; };
|
||||||
|
B2BE315F2E5E5229006EEF88 /* BackgroundWorker.g.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2BE315E2E5E5229006EEF88 /* BackgroundWorker.g.swift */; };
|
||||||
B2EE00022E72CA15008B6CA7 /* PermissionApi.g.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2EE00012E72CA15008B6CA7 /* PermissionApi.g.swift */; };
|
B2EE00022E72CA15008B6CA7 /* PermissionApi.g.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2EE00012E72CA15008B6CA7 /* PermissionApi.g.swift */; };
|
||||||
B2EE00042E72CA15008B6CA7 /* PermissionApiImpl.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2EE00032E72CA15008B6CA7 /* PermissionApiImpl.swift */; };
|
B2EE00042E72CA15008B6CA7 /* PermissionApiImpl.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2EE00032E72CA15008B6CA7 /* PermissionApiImpl.swift */; };
|
||||||
B2BE315F2E5E5229006EEF88 /* BackgroundWorker.g.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2BE315E2E5E5229006EEF88 /* BackgroundWorker.g.swift */; };
|
|
||||||
D3BED739C0BC29BB32E18EB2 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC499FBCE6B29B2DAFED7130 /* Pods_Runner.framework */; };
|
D3BED739C0BC29BB32E18EB2 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC499FBCE6B29B2DAFED7130 /* Pods_Runner.framework */; };
|
||||||
F02538E92DFBCBDD008C3FA3 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
|
F02538E92DFBCBDD008C3FA3 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
|
||||||
F0B57D3A2DF764BD00DC5BCC /* WidgetKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F0B57D392DF764BD00DC5BCC /* WidgetKit.framework */; };
|
F0B57D3A2DF764BD00DC5BCC /* WidgetKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F0B57D392DF764BD00DC5BCC /* WidgetKit.framework */; };
|
||||||
@@ -39,7 +40,6 @@
|
|||||||
FEE084F82EC172460045228E /* SQLiteData in Frameworks */ = {isa = PBXBuildFile; productRef = FEE084F72EC172460045228E /* SQLiteData */; };
|
FEE084F82EC172460045228E /* SQLiteData in Frameworks */ = {isa = PBXBuildFile; productRef = FEE084F72EC172460045228E /* SQLiteData */; };
|
||||||
FEE084FB2EC1725A0045228E /* RawStructuredFieldValues in Frameworks */ = {isa = PBXBuildFile; productRef = FEE084FA2EC1725A0045228E /* RawStructuredFieldValues */; };
|
FEE084FB2EC1725A0045228E /* RawStructuredFieldValues in Frameworks */ = {isa = PBXBuildFile; productRef = FEE084FA2EC1725A0045228E /* RawStructuredFieldValues */; };
|
||||||
FEE084FD2EC1725A0045228E /* StructuredFieldValues in Frameworks */ = {isa = PBXBuildFile; productRef = FEE084FC2EC1725A0045228E /* StructuredFieldValues */; };
|
FEE084FD2EC1725A0045228E /* StructuredFieldValues in Frameworks */ = {isa = PBXBuildFile; productRef = FEE084FC2EC1725A0045228E /* StructuredFieldValues */; };
|
||||||
78A318202AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage in Frameworks */ = {isa = PBXBuildFile; productRef = 78A3181F2AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage */; };
|
|
||||||
/* End PBXBuildFile section */
|
/* End PBXBuildFile section */
|
||||||
|
|
||||||
/* Begin PBXContainerItemProxy section */
|
/* Begin PBXContainerItemProxy section */
|
||||||
@@ -94,6 +94,7 @@
|
|||||||
6D160F04A389B9FFBC557803 /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
|
6D160F04A389B9FFBC557803 /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
|
||||||
74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
|
74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
|
||||||
74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
||||||
|
78E0A7A72DC9AD7400C4905E /* FlutterGeneratedPluginSwiftPackage */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = FlutterGeneratedPluginSwiftPackage; path = Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage; sourceTree = "<group>"; };
|
||||||
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
|
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
|
||||||
8AB817AA297EDEC88B23F3F6 /* Pods_ShareExtension.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ShareExtension.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
8AB817AA297EDEC88B23F3F6 /* Pods_ShareExtension.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ShareExtension.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
937632897A02DE9C249F20A6 /* Pods-ShareExtension.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ShareExtension.debug.xcconfig"; path = "Target Support Files/Pods-ShareExtension/Pods-ShareExtension.debug.xcconfig"; sourceTree = "<group>"; };
|
937632897A02DE9C249F20A6 /* Pods-ShareExtension.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ShareExtension.debug.xcconfig"; path = "Target Support Files/Pods-ShareExtension/Pods-ShareExtension.debug.xcconfig"; sourceTree = "<group>"; };
|
||||||
@@ -109,9 +110,9 @@
|
|||||||
B21E34AB2E5B09100031FDB9 /* BackgroundWorker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BackgroundWorker.swift; sourceTree = "<group>"; };
|
B21E34AB2E5B09100031FDB9 /* BackgroundWorker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BackgroundWorker.swift; sourceTree = "<group>"; };
|
||||||
B25D37782E72CA15008B6CA7 /* Connectivity.g.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Connectivity.g.swift; sourceTree = "<group>"; };
|
B25D37782E72CA15008B6CA7 /* Connectivity.g.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Connectivity.g.swift; sourceTree = "<group>"; };
|
||||||
B25D377B2E72CA20008B6CA7 /* ConnectivityApiImpl.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectivityApiImpl.swift; sourceTree = "<group>"; };
|
B25D377B2E72CA20008B6CA7 /* ConnectivityApiImpl.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectivityApiImpl.swift; sourceTree = "<group>"; };
|
||||||
|
B2BE315E2E5E5229006EEF88 /* BackgroundWorker.g.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BackgroundWorker.g.swift; sourceTree = "<group>"; };
|
||||||
B2EE00012E72CA15008B6CA7 /* PermissionApi.g.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PermissionApi.g.swift; sourceTree = "<group>"; };
|
B2EE00012E72CA15008B6CA7 /* PermissionApi.g.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PermissionApi.g.swift; sourceTree = "<group>"; };
|
||||||
B2EE00032E72CA15008B6CA7 /* PermissionApiImpl.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PermissionApiImpl.swift; sourceTree = "<group>"; };
|
B2EE00032E72CA15008B6CA7 /* PermissionApiImpl.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PermissionApiImpl.swift; sourceTree = "<group>"; };
|
||||||
B2BE315E2E5E5229006EEF88 /* BackgroundWorker.g.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BackgroundWorker.g.swift; sourceTree = "<group>"; };
|
|
||||||
C4A6A71F33CE37B3C913115C /* Pods-ShareExtension.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ShareExtension.profile.xcconfig"; path = "Target Support Files/Pods-ShareExtension/Pods-ShareExtension.profile.xcconfig"; sourceTree = "<group>"; };
|
C4A6A71F33CE37B3C913115C /* Pods-ShareExtension.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ShareExtension.profile.xcconfig"; path = "Target Support Files/Pods-ShareExtension/Pods-ShareExtension.profile.xcconfig"; sourceTree = "<group>"; };
|
||||||
CC499FBCE6B29B2DAFED7130 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
CC499FBCE6B29B2DAFED7130 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
F0B57D382DF764BD00DC5BCC /* WidgetExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = WidgetExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; };
|
F0B57D382DF764BD00DC5BCC /* WidgetExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = WidgetExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
@@ -130,7 +131,6 @@
|
|||||||
FE5499F72F1198DE006016CB /* RemoteImagesImpl.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RemoteImagesImpl.swift; sourceTree = "<group>"; };
|
FE5499F72F1198DE006016CB /* RemoteImagesImpl.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RemoteImagesImpl.swift; sourceTree = "<group>"; };
|
||||||
FE5FE4AD2F30FBC000A71243 /* ImageProcessing.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImageProcessing.swift; sourceTree = "<group>"; };
|
FE5FE4AD2F30FBC000A71243 /* ImageProcessing.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImageProcessing.swift; sourceTree = "<group>"; };
|
||||||
FEAFA8722E4D42F4001E47FE /* Thumbhash.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Thumbhash.swift; sourceTree = "<group>"; };
|
FEAFA8722E4D42F4001E47FE /* Thumbhash.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Thumbhash.swift; sourceTree = "<group>"; };
|
||||||
78E0A7A72DC9AD7400C4905E /* FlutterGeneratedPluginSwiftPackage */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = FlutterGeneratedPluginSwiftPackage; path = Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage; sourceTree = "<group>"; };
|
|
||||||
/* End PBXFileReference section */
|
/* End PBXFileReference section */
|
||||||
|
|
||||||
/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */
|
/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */
|
||||||
@@ -153,15 +153,11 @@
|
|||||||
/* Begin PBXFileSystemSynchronizedRootGroup section */
|
/* Begin PBXFileSystemSynchronizedRootGroup section */
|
||||||
B231F52D2E93A44A00BC45D1 /* Core */ = {
|
B231F52D2E93A44A00BC45D1 /* Core */ = {
|
||||||
isa = PBXFileSystemSynchronizedRootGroup;
|
isa = PBXFileSystemSynchronizedRootGroup;
|
||||||
exceptions = (
|
|
||||||
);
|
|
||||||
path = Core;
|
path = Core;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
B2CF7F8C2DDE4EBB00744BF6 /* Sync */ = {
|
B2CF7F8C2DDE4EBB00744BF6 /* Sync */ = {
|
||||||
isa = PBXFileSystemSynchronizedRootGroup;
|
isa = PBXFileSystemSynchronizedRootGroup;
|
||||||
exceptions = (
|
|
||||||
);
|
|
||||||
path = Sync;
|
path = Sync;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
@@ -183,8 +179,6 @@
|
|||||||
};
|
};
|
||||||
FEE084F22EC172080045228E /* Schemas */ = {
|
FEE084F22EC172080045228E /* Schemas */ = {
|
||||||
isa = PBXFileSystemSynchronizedRootGroup;
|
isa = PBXFileSystemSynchronizedRootGroup;
|
||||||
exceptions = (
|
|
||||||
);
|
|
||||||
path = Schemas;
|
path = Schemas;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
@@ -364,9 +358,6 @@
|
|||||||
|
|
||||||
/* Begin PBXNativeTarget section */
|
/* Begin PBXNativeTarget section */
|
||||||
97C146ED1CF9000F007C117D /* Runner */ = {
|
97C146ED1CF9000F007C117D /* Runner */ = {
|
||||||
packageProductDependencies = (
|
|
||||||
78A3181F2AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage */,
|
|
||||||
);
|
|
||||||
isa = PBXNativeTarget;
|
isa = PBXNativeTarget;
|
||||||
buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
|
buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
|
||||||
buildPhases = (
|
buildPhases = (
|
||||||
@@ -473,7 +464,7 @@
|
|||||||
);
|
);
|
||||||
mainGroup = 97C146E51CF9000F007C117D;
|
mainGroup = 97C146E51CF9000F007C117D;
|
||||||
packageReferences = (
|
packageReferences = (
|
||||||
781AD8BC2B33823900A9FFBB /* XCLocalSwiftPackageReference "FlutterGeneratedPluginSwiftPackage" */,
|
781AD8BC2B33823900A9FFBB /* XCLocalSwiftPackageReference "Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage" */,
|
||||||
FEE084F62EC172460045228E /* XCRemoteSwiftPackageReference "sqlite-data" */,
|
FEE084F62EC172460045228E /* XCRemoteSwiftPackageReference "sqlite-data" */,
|
||||||
FEE084F92EC1725A0045228E /* XCRemoteSwiftPackageReference "swift-http-structured-headers" */,
|
FEE084F92EC1725A0045228E /* XCRemoteSwiftPackageReference "swift-http-structured-headers" */,
|
||||||
);
|
);
|
||||||
@@ -528,10 +519,14 @@
|
|||||||
inputFileListPaths = (
|
inputFileListPaths = (
|
||||||
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist",
|
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist",
|
||||||
);
|
);
|
||||||
|
inputPaths = (
|
||||||
|
);
|
||||||
name = "[CP] Copy Pods Resources";
|
name = "[CP] Copy Pods Resources";
|
||||||
outputFileListPaths = (
|
outputFileListPaths = (
|
||||||
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist",
|
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist",
|
||||||
);
|
);
|
||||||
|
outputPaths = (
|
||||||
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
shellPath = /bin/sh;
|
shellPath = /bin/sh;
|
||||||
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n";
|
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n";
|
||||||
@@ -561,10 +556,14 @@
|
|||||||
inputFileListPaths = (
|
inputFileListPaths = (
|
||||||
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
|
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
|
||||||
);
|
);
|
||||||
|
inputPaths = (
|
||||||
|
);
|
||||||
name = "[CP] Embed Pods Frameworks";
|
name = "[CP] Embed Pods Frameworks";
|
||||||
outputFileListPaths = (
|
outputFileListPaths = (
|
||||||
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
|
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
|
||||||
);
|
);
|
||||||
|
outputPaths = (
|
||||||
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
shellPath = /bin/sh;
|
shellPath = /bin/sh;
|
||||||
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
|
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
|
||||||
@@ -758,7 +757,7 @@
|
|||||||
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
||||||
GCC_WARN_UNUSED_FUNCTION = YES;
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
||||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||||
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
|
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
||||||
MTL_ENABLE_DEBUG_INFO = NO;
|
MTL_ENABLE_DEBUG_INFO = NO;
|
||||||
NEW_SETTING = "";
|
NEW_SETTING = "";
|
||||||
SDKROOT = iphoneos;
|
SDKROOT = iphoneos;
|
||||||
@@ -777,7 +776,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 = 240;
|
CURRENT_PROJECT_VERSION = 4;
|
||||||
DEVELOPMENT_TEAM = 2W7AC6T8T5;
|
DEVELOPMENT_TEAM = 2W7AC6T8T5;
|
||||||
ENABLE_BITCODE = NO;
|
ENABLE_BITCODE = NO;
|
||||||
INFOPLIST_FILE = Runner/Info.plist;
|
INFOPLIST_FILE = Runner/Info.plist;
|
||||||
@@ -786,7 +785,7 @@
|
|||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
);
|
);
|
||||||
MARKETING_VERSION = 1.121.0;
|
MARKETING_VERSION = 3.0.0;
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = app.futo.immich.profile;
|
PRODUCT_BUNDLE_IDENTIFIER = app.futo.immich.profile;
|
||||||
PRODUCT_NAME = "Immich-Profile";
|
PRODUCT_NAME = "Immich-Profile";
|
||||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||||
@@ -847,7 +846,7 @@
|
|||||||
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
||||||
GCC_WARN_UNUSED_FUNCTION = YES;
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
||||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||||
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
|
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
||||||
MTL_ENABLE_DEBUG_INFO = YES;
|
MTL_ENABLE_DEBUG_INFO = YES;
|
||||||
NEW_SETTING = "";
|
NEW_SETTING = "";
|
||||||
ONLY_ACTIVE_ARCH = YES;
|
ONLY_ACTIVE_ARCH = YES;
|
||||||
@@ -901,7 +900,7 @@
|
|||||||
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
||||||
GCC_WARN_UNUSED_FUNCTION = YES;
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
||||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||||
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
|
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
||||||
MTL_ENABLE_DEBUG_INFO = NO;
|
MTL_ENABLE_DEBUG_INFO = NO;
|
||||||
NEW_SETTING = "";
|
NEW_SETTING = "";
|
||||||
SDKROOT = iphoneos;
|
SDKROOT = iphoneos;
|
||||||
@@ -922,7 +921,7 @@
|
|||||||
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
|
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
|
||||||
CODE_SIGN_IDENTITY = "Apple Development";
|
CODE_SIGN_IDENTITY = "Apple Development";
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 240;
|
CURRENT_PROJECT_VERSION = 4;
|
||||||
DEVELOPMENT_TEAM = 2W7AC6T8T5;
|
DEVELOPMENT_TEAM = 2W7AC6T8T5;
|
||||||
ENABLE_BITCODE = NO;
|
ENABLE_BITCODE = NO;
|
||||||
INFOPLIST_FILE = Runner/Info.plist;
|
INFOPLIST_FILE = Runner/Info.plist;
|
||||||
@@ -931,7 +930,7 @@
|
|||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
);
|
);
|
||||||
MARKETING_VERSION = 1.121.0;
|
MARKETING_VERSION = 3.0.0;
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = app.futo.immich.debug;
|
PRODUCT_BUNDLE_IDENTIFIER = app.futo.immich.debug;
|
||||||
PRODUCT_NAME = "Immich-Debug";
|
PRODUCT_NAME = "Immich-Debug";
|
||||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||||
@@ -951,7 +950,7 @@
|
|||||||
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
|
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
|
||||||
CODE_SIGN_IDENTITY = "Apple Development";
|
CODE_SIGN_IDENTITY = "Apple Development";
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 240;
|
CURRENT_PROJECT_VERSION = 4;
|
||||||
DEVELOPMENT_TEAM = 2W7AC6T8T5;
|
DEVELOPMENT_TEAM = 2W7AC6T8T5;
|
||||||
ENABLE_BITCODE = NO;
|
ENABLE_BITCODE = NO;
|
||||||
INFOPLIST_FILE = Runner/Info.plist;
|
INFOPLIST_FILE = Runner/Info.plist;
|
||||||
@@ -960,7 +959,7 @@
|
|||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
);
|
);
|
||||||
MARKETING_VERSION = 1.121.0;
|
MARKETING_VERSION = 3.0.0;
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = app.alextran.immich;
|
PRODUCT_BUNDLE_IDENTIFIER = app.alextran.immich;
|
||||||
PRODUCT_NAME = Immich;
|
PRODUCT_NAME = Immich;
|
||||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||||
@@ -1262,7 +1261,7 @@
|
|||||||
/* End XCConfigurationList section */
|
/* End XCConfigurationList section */
|
||||||
|
|
||||||
/* Begin XCLocalSwiftPackageReference section */
|
/* Begin XCLocalSwiftPackageReference section */
|
||||||
781AD8BC2B33823900A9FFBB /* XCLocalSwiftPackageReference "FlutterGeneratedPluginSwiftPackage" */ = {
|
781AD8BC2B33823900A9FFBB /* XCLocalSwiftPackageReference "Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage" */ = {
|
||||||
isa = XCLocalSwiftPackageReference;
|
isa = XCLocalSwiftPackageReference;
|
||||||
relativePath = Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage;
|
relativePath = Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage;
|
||||||
};
|
};
|
||||||
@@ -1307,17 +1306,7 @@
|
|||||||
package = FEE084F92EC1725A0045228E /* XCRemoteSwiftPackageReference "swift-http-structured-headers" */;
|
package = FEE084F92EC1725A0045228E /* XCRemoteSwiftPackageReference "swift-http-structured-headers" */;
|
||||||
productName = StructuredFieldValues;
|
productName = StructuredFieldValues;
|
||||||
};
|
};
|
||||||
78A3181F2AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage */ = {
|
|
||||||
isa = XCSwiftPackageProductDependency;
|
|
||||||
productName = FlutterGeneratedPluginSwiftPackage;
|
|
||||||
};
|
|
||||||
/* End XCSwiftPackageProductDependency section */
|
/* End XCSwiftPackageProductDependency section */
|
||||||
/* Begin XCLocalSwiftPackageReference section */
|
|
||||||
781AD8BC2B33823900A9FFBB /* XCLocalSwiftPackageReference "Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage" */ = {
|
|
||||||
isa = XCLocalSwiftPackageReference;
|
|
||||||
relativePath = Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage;
|
|
||||||
};
|
|
||||||
/* End XCLocalSwiftPackageReference section */
|
|
||||||
};
|
};
|
||||||
rootObject = 97C146E61CF9000F007C117D /* Project object */;
|
rootObject = 97C146E61CF9000F007C117D /* Project object */;
|
||||||
}
|
}
|
||||||
|
|||||||
+202
-201
@@ -1,205 +1,206 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
<dict>
|
<dict>
|
||||||
<key>AppGroupId</key>
|
<key>AppGroupId</key>
|
||||||
<string>$(CUSTOM_GROUP_ID)</string>
|
<string>$(CUSTOM_GROUP_ID)</string>
|
||||||
<key>BGTaskSchedulerPermittedIdentifiers</key>
|
<key>BGTaskSchedulerPermittedIdentifiers</key>
|
||||||
<array>
|
<array>
|
||||||
<string>app.alextran.immich.background.refreshUpload</string>
|
<string>app.alextran.immich.background.refreshUpload</string>
|
||||||
<string>app.alextran.immich.background.processingUpload</string>
|
<string>app.alextran.immich.background.processingUpload</string>
|
||||||
</array>
|
</array>
|
||||||
<key>CADisableMinimumFrameDurationOnPhone</key>
|
<key>CADisableMinimumFrameDurationOnPhone</key>
|
||||||
<true/>
|
<true />
|
||||||
<key>CFBundleDevelopmentRegion</key>
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
||||||
<key>CFBundleDisplayName</key>
|
<key>CFBundleDisplayName</key>
|
||||||
<string>${PRODUCT_NAME}</string>
|
<string>${PRODUCT_NAME}</string>
|
||||||
<key>CFBundleDocumentTypes</key>
|
<key>CFBundleDocumentTypes</key>
|
||||||
<array>
|
<array>
|
||||||
<dict>
|
<dict>
|
||||||
<key>CFBundleTypeName</key>
|
<key>CFBundleTypeName</key>
|
||||||
<string>ShareHandler</string>
|
<string>ShareHandler</string>
|
||||||
<key>LSHandlerRank</key>
|
<key>LSHandlerRank</key>
|
||||||
<string>Alternate</string>
|
<string>Alternate</string>
|
||||||
<key>LSItemContentTypes</key>
|
<key>LSItemContentTypes</key>
|
||||||
<array>
|
<array>
|
||||||
<string>public.file-url</string>
|
<string>public.file-url</string>
|
||||||
<string>public.image</string>
|
<string>public.image</string>
|
||||||
<string>public.text</string>
|
<string>public.text</string>
|
||||||
<string>public.movie</string>
|
<string>public.movie</string>
|
||||||
<string>public.url</string>
|
<string>public.url</string>
|
||||||
<string>public.data</string>
|
<string>public.data</string>
|
||||||
</array>
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
<string>$(EXECUTABLE_NAME)</string>
|
<string>$(EXECUTABLE_NAME)</string>
|
||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
||||||
<key>CFBundleInfoDictionaryVersion</key>
|
<key>CFBundleInfoDictionaryVersion</key>
|
||||||
<string>6.0</string>
|
<string>6.0</string>
|
||||||
<key>CFBundleLocalizations</key>
|
<key>CFBundleLocalizations</key>
|
||||||
<array>
|
<array>
|
||||||
<string>en</string>
|
<string>en</string>
|
||||||
<string>ar</string>
|
<string>ar</string>
|
||||||
<string>ca</string>
|
<string>ca</string>
|
||||||
<string>cs</string>
|
<string>cs</string>
|
||||||
<string>da</string>
|
<string>da</string>
|
||||||
<string>de</string>
|
<string>de</string>
|
||||||
<string>es</string>
|
<string>es</string>
|
||||||
<string>fi</string>
|
<string>fi</string>
|
||||||
<string>fr</string>
|
<string>fr</string>
|
||||||
<string>he</string>
|
<string>he</string>
|
||||||
<string>hi</string>
|
<string>hi</string>
|
||||||
<string>hu</string>
|
<string>hu</string>
|
||||||
<string>it</string>
|
<string>it</string>
|
||||||
<string>ja</string>
|
<string>ja</string>
|
||||||
<string>ko</string>
|
<string>ko</string>
|
||||||
<string>lv</string>
|
<string>lv</string>
|
||||||
<string>mn</string>
|
<string>mn</string>
|
||||||
<string>nb</string>
|
<string>nb</string>
|
||||||
<string>nl</string>
|
<string>nl</string>
|
||||||
<string>pl</string>
|
<string>pl</string>
|
||||||
<string>pt</string>
|
<string>pt</string>
|
||||||
<string>ro</string>
|
<string>ro</string>
|
||||||
<string>ru</string>
|
<string>ru</string>
|
||||||
<string>sk</string>
|
<string>sk</string>
|
||||||
<string>sl</string>
|
<string>sl</string>
|
||||||
<string>sr</string>
|
<string>sr</string>
|
||||||
<string>sv</string>
|
<string>sv</string>
|
||||||
<string>th</string>
|
<string>th</string>
|
||||||
<string>uk</string>
|
<string>uk</string>
|
||||||
<string>vi</string>
|
<string>vi</string>
|
||||||
<string>zh</string>
|
<string>zh</string>
|
||||||
</array>
|
</array>
|
||||||
<key>CFBundleName</key>
|
<key>CFBundleName</key>
|
||||||
<string>immich_mobile</string>
|
<string>immich_mobile</string>
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>3.0.0</string>
|
<string>3.0.0</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleURLTypes</key>
|
<key>CFBundleURLTypes</key>
|
||||||
<array>
|
<array>
|
||||||
<dict>
|
<dict>
|
||||||
<key>CFBundleTypeRole</key>
|
<key>CFBundleTypeRole</key>
|
||||||
<string>Editor</string>
|
<string>Editor</string>
|
||||||
<key>CFBundleURLName</key>
|
<key>CFBundleURLName</key>
|
||||||
<string>Share Extension</string>
|
<string>Share Extension</string>
|
||||||
<key>CFBundleURLSchemes</key>
|
<key>CFBundleURLSchemes</key>
|
||||||
<array>
|
<array>
|
||||||
<string>ShareMedia-$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
<string>ShareMedia-$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
||||||
</array>
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
<dict>
|
<dict>
|
||||||
<key>CFBundleTypeRole</key>
|
<key>CFBundleTypeRole</key>
|
||||||
<string>Editor</string>
|
<string>Editor</string>
|
||||||
<key>CFBundleURLName</key>
|
<key>CFBundleURLName</key>
|
||||||
<string>Deep Link</string>
|
<string>Deep Link</string>
|
||||||
<key>CFBundleURLSchemes</key>
|
<key>CFBundleURLSchemes</key>
|
||||||
<array>
|
<array>
|
||||||
<string>immich</string>
|
<string>immich</string>
|
||||||
</array>
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>240</string>
|
<string>4</string>
|
||||||
<key>ITSAppUsesNonExemptEncryption</key>
|
<key>ITSAppUsesNonExemptEncryption</key>
|
||||||
<false/>
|
<false />
|
||||||
<key>LSApplicationQueriesSchemes</key>
|
<key>LSApplicationQueriesSchemes</key>
|
||||||
<array>
|
<array>
|
||||||
<string>https</string>
|
<string>https</string>
|
||||||
</array>
|
</array>
|
||||||
<key>LSRequiresIPhoneOS</key>
|
<key>LSRequiresIPhoneOS</key>
|
||||||
<true/>
|
<true />
|
||||||
<key>LSSupportsOpeningDocumentsInPlace</key>
|
<key>LSSupportsOpeningDocumentsInPlace</key>
|
||||||
<string>No</string>
|
<string>No</string>
|
||||||
<key>MGLMapboxMetricsEnabledSettingShownInApp</key>
|
<key>MGLMapboxMetricsEnabledSettingShownInApp</key>
|
||||||
<true/>
|
<true />
|
||||||
<key>NSAppTransportSecurity</key>
|
<key>NSAppTransportSecurity</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>NSAllowsArbitraryLoads</key>
|
<key>NSAllowsArbitraryLoads</key>
|
||||||
<true/>
|
<true />
|
||||||
</dict>
|
</dict>
|
||||||
<key>NSBonjourServices</key>
|
<key>NSBonjourServices</key>
|
||||||
<array>
|
<array>
|
||||||
<string>_googlecast._tcp</string>
|
<string>_googlecast._tcp</string>
|
||||||
<string>_CC1AD845._googlecast._tcp</string>
|
<string>_CC1AD845._googlecast._tcp</string>
|
||||||
</array>
|
</array>
|
||||||
<key>NSCameraUsageDescription</key>
|
<key>NSCameraUsageDescription</key>
|
||||||
<string>We need to access the camera to let you take beautiful video using this app</string>
|
<string>We need to access the camera to let you take beautiful video using this app</string>
|
||||||
<key>NSFaceIDUsageDescription</key>
|
<key>NSFaceIDUsageDescription</key>
|
||||||
<string>We need to use FaceID to allow access to your locked folder</string>
|
<string>We need to use FaceID to allow access to your locked folder</string>
|
||||||
<key>NSLocalNetworkUsageDescription</key>
|
<key>NSLocalNetworkUsageDescription</key>
|
||||||
<string>We need local network permission to connect to the local server using IP address and allow the casting feature to work</string>
|
<string>We need local network permission to connect to the local server using IP address and
|
||||||
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
|
allow the casting feature to work</string>
|
||||||
<string>We require this permission to access the local WiFi name for background upload mechanism</string>
|
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
|
||||||
<key>NSLocationUsageDescription</key>
|
<string>We require this permission to access the local WiFi name for background upload mechanism</string>
|
||||||
<string>We require this permission to access the local WiFi name</string>
|
<key>NSLocationUsageDescription</key>
|
||||||
<key>NSLocationWhenInUseUsageDescription</key>
|
<string>We require this permission to access the local WiFi name</string>
|
||||||
<string>We require this permission to access the local WiFi name</string>
|
<key>NSLocationWhenInUseUsageDescription</key>
|
||||||
<key>NSMicrophoneUsageDescription</key>
|
<string>We require this permission to access the local WiFi name</string>
|
||||||
<string>We need to access the microphone to let you take beautiful video using this app</string>
|
<key>NSMicrophoneUsageDescription</key>
|
||||||
<key>NSPhotoLibraryAddUsageDescription</key>
|
<string>We need to access the microphone to let you take beautiful video using this app</string>
|
||||||
<string>We need to manage backup your photos album</string>
|
<key>NSPhotoLibraryAddUsageDescription</key>
|
||||||
<key>NSPhotoLibraryUsageDescription</key>
|
<string>We need to manage backup your photos album</string>
|
||||||
<string>We need to manage backup your photos album</string>
|
<key>NSPhotoLibraryUsageDescription</key>
|
||||||
<key>NSUserActivityTypes</key>
|
<string>We need to manage backup your photos album</string>
|
||||||
<array>
|
<key>NSUserActivityTypes</key>
|
||||||
<string>INSendMessageIntent</string>
|
<array>
|
||||||
</array>
|
<string>INSendMessageIntent</string>
|
||||||
<key>UIApplicationSceneManifest</key>
|
</array>
|
||||||
<dict>
|
<key>UIApplicationSceneManifest</key>
|
||||||
<key>UIApplicationSupportsMultipleScenes</key>
|
<dict>
|
||||||
<false/>
|
<key>UIApplicationSupportsMultipleScenes</key>
|
||||||
<key>UISceneConfigurations</key>
|
<false />
|
||||||
<dict>
|
<key>UISceneConfigurations</key>
|
||||||
<key>UIWindowSceneSessionRoleApplication</key>
|
<dict>
|
||||||
<array>
|
<key>UIWindowSceneSessionRoleApplication</key>
|
||||||
<dict>
|
<array>
|
||||||
<key>UISceneClassName</key>
|
<dict>
|
||||||
<string>UIWindowScene</string>
|
<key>UISceneClassName</key>
|
||||||
<key>UISceneConfigurationName</key>
|
<string>UIWindowScene</string>
|
||||||
<string>flutter</string>
|
<key>UISceneConfigurationName</key>
|
||||||
<key>UISceneDelegateClassName</key>
|
<string>flutter</string>
|
||||||
<string>FlutterSceneDelegate</string>
|
<key>UISceneDelegateClassName</key>
|
||||||
<key>UISceneStoryboardFile</key>
|
<string>FlutterSceneDelegate</string>
|
||||||
<string>Main</string>
|
<key>UISceneStoryboardFile</key>
|
||||||
</dict>
|
<string>Main</string>
|
||||||
</array>
|
</dict>
|
||||||
</dict>
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
<key>UIApplicationSupportsIndirectInputEvents</key>
|
</dict>
|
||||||
<true/>
|
<key>UIApplicationSupportsIndirectInputEvents</key>
|
||||||
<key>UIBackgroundModes</key>
|
<true />
|
||||||
<array>
|
<key>UIBackgroundModes</key>
|
||||||
<string>fetch</string>
|
<array>
|
||||||
<string>processing</string>
|
<string>fetch</string>
|
||||||
</array>
|
<string>processing</string>
|
||||||
<key>UILaunchStoryboardName</key>
|
</array>
|
||||||
<string>LaunchScreen</string>
|
<key>UILaunchStoryboardName</key>
|
||||||
<key>UIMainStoryboardFile</key>
|
<string>LaunchScreen</string>
|
||||||
<string>Main</string>
|
<key>UIMainStoryboardFile</key>
|
||||||
<key>UIStatusBarHidden</key>
|
<string>Main</string>
|
||||||
<false/>
|
<key>UIStatusBarHidden</key>
|
||||||
<key>UISupportedInterfaceOrientations</key>
|
<false />
|
||||||
<array>
|
<key>UISupportedInterfaceOrientations</key>
|
||||||
<string>UIInterfaceOrientationPortrait</string>
|
<array>
|
||||||
<string>UIInterfaceOrientationLandscapeLeft</string>
|
<string>UIInterfaceOrientationPortrait</string>
|
||||||
<string>UIInterfaceOrientationLandscapeRight</string>
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
||||||
</array>
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
||||||
<key>UISupportedInterfaceOrientations~ipad</key>
|
</array>
|
||||||
<array>
|
<key>UISupportedInterfaceOrientations~ipad</key>
|
||||||
<string>UIInterfaceOrientationPortrait</string>
|
<array>
|
||||||
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
<string>UIInterfaceOrientationPortrait</string>
|
||||||
<string>UIInterfaceOrientationLandscapeLeft</string>
|
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
||||||
<string>UIInterfaceOrientationLandscapeRight</string>
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
||||||
</array>
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
||||||
<key>UIViewControllerBasedStatusBarAppearance</key>
|
</array>
|
||||||
<true/>
|
<key>UIViewControllerBasedStatusBarAppearance</key>
|
||||||
<key>io.flutter.embedded_views_preview</key>
|
<true />
|
||||||
<true/>
|
<key>io.flutter.embedded_views_preview</key>
|
||||||
</dict>
|
<true />
|
||||||
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
@@ -5,6 +5,7 @@ const Map<String, Locale> locales = {
|
|||||||
'English (en)': Locale('en'),
|
'English (en)': Locale('en'),
|
||||||
// Additional locales
|
// Additional locales
|
||||||
'Arabic (ar)': Locale('ar'),
|
'Arabic (ar)': Locale('ar'),
|
||||||
|
'Basque (eu)': Locale('eu'),
|
||||||
'Bosnian (bl)': Locale('bn'),
|
'Bosnian (bl)': Locale('bn'),
|
||||||
'Brazilian Portuguese (pt_BR)': Locale('pt', 'BR'),
|
'Brazilian Portuguese (pt_BR)': Locale('pt', 'BR'),
|
||||||
'Bulgarian (bg)': Locale('bg'),
|
'Bulgarian (bg)': Locale('bg'),
|
||||||
|
|||||||
@@ -263,6 +263,7 @@ class ImmichAppState extends ConsumerState<ImmichApp> with WidgetsBindingObserve
|
|||||||
child: MaterialApp.router(
|
child: MaterialApp.router(
|
||||||
title: 'Immich',
|
title: 'Immich',
|
||||||
debugShowCheckedModeBanner: true,
|
debugShowCheckedModeBanner: true,
|
||||||
|
scaffoldMessengerKey: scaffoldMessengerKey,
|
||||||
localizationsDelegates: context.localizationDelegates,
|
localizationsDelegates: context.localizationDelegates,
|
||||||
supportedLocales: context.supportedLocales,
|
supportedLocales: context.supportedLocales,
|
||||||
locale: context.locale,
|
locale: context.locale,
|
||||||
|
|||||||
@@ -19,6 +19,11 @@ import 'package:immich_mobile/widgets/backup/drift_album_info_list_tile.dart';
|
|||||||
import 'package:immich_mobile/widgets/common/search_field.dart';
|
import 'package:immich_mobile/widgets/common/search_field.dart';
|
||||||
import 'package:logging/logging.dart';
|
import 'package:logging/logging.dart';
|
||||||
|
|
||||||
|
final backupAlbumCountProvider = FutureProvider.autoDispose<int>((ref) async {
|
||||||
|
await ref.read(backupAlbumProvider.notifier).getAll();
|
||||||
|
return ref.read(backupAlbumProvider).length;
|
||||||
|
});
|
||||||
|
|
||||||
@RoutePage()
|
@RoutePage()
|
||||||
class DriftBackupAlbumSelectionPage extends ConsumerStatefulWidget {
|
class DriftBackupAlbumSelectionPage extends ConsumerStatefulWidget {
|
||||||
const DriftBackupAlbumSelectionPage({super.key});
|
const DriftBackupAlbumSelectionPage({super.key});
|
||||||
@@ -44,7 +49,6 @@ class _DriftBackupAlbumSelectionPageState extends ConsumerState<DriftBackupAlbum
|
|||||||
_searchFocusNode = FocusNode();
|
_searchFocusNode = FocusNode();
|
||||||
|
|
||||||
_enableSyncUploadAlbum.value = ref.read(appConfigProvider).backup.syncAlbums;
|
_enableSyncUploadAlbum.value = ref.read(appConfigProvider).backup.syncAlbums;
|
||||||
ref.read(backupAlbumProvider.notifier).getAll();
|
|
||||||
|
|
||||||
_initialTotalAssetCount = ref.read(driftBackupProvider.select((p) => p.totalCount));
|
_initialTotalAssetCount = ref.read(driftBackupProvider.select((p) => p.totalCount));
|
||||||
}
|
}
|
||||||
@@ -79,6 +83,7 @@ class _DriftBackupAlbumSelectionPageState extends ConsumerState<DriftBackupAlbum
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
|
final isLoading = ref.watch(backupAlbumCountProvider).isLoading;
|
||||||
final albums = ref.watch(backupAlbumProvider);
|
final albums = ref.watch(backupAlbumProvider);
|
||||||
final albumCount = albums.length;
|
final albumCount = albums.length;
|
||||||
// Filter albums based on search query
|
// Filter albums based on search query
|
||||||
@@ -246,15 +251,32 @@ class _DriftBackupAlbumSelectionPageState extends ConsumerState<DriftBackupAlbum
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
SliverLayoutBuilder(
|
if (filteredAlbums.isEmpty)
|
||||||
builder: (context, constraints) {
|
SliverToBoxAdapter(
|
||||||
if (constraints.crossAxisExtent > 600) {
|
child: Center(
|
||||||
return _AlbumSelectionGrid(filteredAlbums: filteredAlbums, searchQuery: _searchQuery);
|
child: _searchQuery.isNotEmpty
|
||||||
} else {
|
? Padding(
|
||||||
return _AlbumSelectionList(filteredAlbums: filteredAlbums, searchQuery: _searchQuery);
|
padding: const EdgeInsets.all(24.0),
|
||||||
}
|
child: Text('album_search_not_found'.t(context: context)),
|
||||||
},
|
)
|
||||||
),
|
: isLoading
|
||||||
|
? const CircularProgressIndicator()
|
||||||
|
: Padding(
|
||||||
|
padding: const EdgeInsets.all(24.0),
|
||||||
|
child: Text('no_albums_found'.t(context: context)),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
)
|
||||||
|
else
|
||||||
|
SliverLayoutBuilder(
|
||||||
|
builder: (context, constraints) {
|
||||||
|
if (constraints.crossAxisExtent > 600) {
|
||||||
|
return _AlbumSelectionGrid(filteredAlbums: filteredAlbums);
|
||||||
|
} else {
|
||||||
|
return _AlbumSelectionList(filteredAlbums: filteredAlbums);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
if (_handleLinkedAlbumFuture != null)
|
if (_handleLinkedAlbumFuture != null)
|
||||||
@@ -291,27 +313,11 @@ class _DriftBackupAlbumSelectionPageState extends ConsumerState<DriftBackupAlbum
|
|||||||
|
|
||||||
class _AlbumSelectionList extends StatelessWidget {
|
class _AlbumSelectionList extends StatelessWidget {
|
||||||
final List<LocalAlbum> filteredAlbums;
|
final List<LocalAlbum> filteredAlbums;
|
||||||
final String searchQuery;
|
|
||||||
|
|
||||||
const _AlbumSelectionList({required this.filteredAlbums, required this.searchQuery});
|
const _AlbumSelectionList({required this.filteredAlbums});
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
if (filteredAlbums.isEmpty && searchQuery.isNotEmpty) {
|
|
||||||
return SliverToBoxAdapter(
|
|
||||||
child: Center(
|
|
||||||
child: Padding(
|
|
||||||
padding: const EdgeInsets.all(24.0),
|
|
||||||
child: Text('album_search_not_found'.t(context: context)),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (filteredAlbums.isEmpty) {
|
|
||||||
return const SliverToBoxAdapter(child: Center(child: CircularProgressIndicator()));
|
|
||||||
}
|
|
||||||
|
|
||||||
return SliverPadding(
|
return SliverPadding(
|
||||||
padding: const EdgeInsets.symmetric(vertical: 12.0),
|
padding: const EdgeInsets.symmetric(vertical: 12.0),
|
||||||
sliver: SliverList(
|
sliver: SliverList(
|
||||||
@@ -325,27 +331,11 @@ class _AlbumSelectionList extends StatelessWidget {
|
|||||||
|
|
||||||
class _AlbumSelectionGrid extends StatelessWidget {
|
class _AlbumSelectionGrid extends StatelessWidget {
|
||||||
final List<LocalAlbum> filteredAlbums;
|
final List<LocalAlbum> filteredAlbums;
|
||||||
final String searchQuery;
|
|
||||||
|
|
||||||
const _AlbumSelectionGrid({required this.filteredAlbums, required this.searchQuery});
|
const _AlbumSelectionGrid({required this.filteredAlbums});
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
if (filteredAlbums.isEmpty && searchQuery.isNotEmpty) {
|
|
||||||
return SliverToBoxAdapter(
|
|
||||||
child: Center(
|
|
||||||
child: Padding(
|
|
||||||
padding: const EdgeInsets.all(24.0),
|
|
||||||
child: Text('album_search_not_found'.t(context: context)),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (filteredAlbums.isEmpty) {
|
|
||||||
return const SliverToBoxAdapter(child: Center(child: CircularProgressIndicator()));
|
|
||||||
}
|
|
||||||
|
|
||||||
return SliverPadding(
|
return SliverPadding(
|
||||||
padding: const EdgeInsets.all(12.0),
|
padding: const EdgeInsets.all(12.0),
|
||||||
sliver: SliverGrid.builder(
|
sliver: SliverGrid.builder(
|
||||||
|
|||||||
@@ -355,14 +355,14 @@ class SplashScreenPageState extends ConsumerState<SplashScreenPage> {
|
|||||||
onError: (exception) => {
|
onError: (exception) => {
|
||||||
log.severe('Failed to update auth info with access token: $accessToken'),
|
log.severe('Failed to update auth info with access token: $accessToken'),
|
||||||
ref.read(authProvider.notifier).logout(),
|
ref.read(authProvider.notifier).logout(),
|
||||||
context.replaceRoute(const LoginRoute()),
|
context.router.replaceAll([const LoginRoute()]),
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
log.severe('Missing crucial offline login info - Logging out completely');
|
log.severe('Missing crucial offline login info - Logging out completely');
|
||||||
unawaited(ref.read(authProvider.notifier).logout());
|
unawaited(ref.read(authProvider.notifier).logout());
|
||||||
unawaited(context.replaceRoute(const LoginRoute()));
|
unawaited(context.router.replaceAll([const LoginRoute()]));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,23 +1,13 @@
|
|||||||
import 'package:auto_route/auto_route.dart';
|
import 'package:auto_route/auto_route.dart';
|
||||||
import 'package:easy_localization/easy_localization.dart';
|
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:hooks_riverpod/hooks_riverpod.dart';
|
import 'package:hooks_riverpod/hooks_riverpod.dart';
|
||||||
import 'package:immich_mobile/domain/models/user.model.dart';
|
import 'package:immich_mobile/domain/models/user.model.dart';
|
||||||
import 'package:immich_mobile/generated/translations.g.dart';
|
import 'package:immich_mobile/generated/translations.g.dart';
|
||||||
|
import 'package:immich_mobile/presentation/actions/action.widget.dart';
|
||||||
|
import 'package:immich_mobile/presentation/actions/partner.action.dart';
|
||||||
import 'package:immich_mobile/presentation/widgets/people/partner_user_avatar.widget.dart';
|
import 'package:immich_mobile/presentation/widgets/people/partner_user_avatar.widget.dart';
|
||||||
import 'package:immich_mobile/providers/infrastructure/user.provider.dart';
|
import 'package:immich_mobile/providers/infrastructure/user.provider.dart';
|
||||||
import 'package:immich_mobile/providers/user.provider.dart';
|
import 'package:immich_mobile/providers/user.provider.dart';
|
||||||
import 'package:immich_mobile/widgets/common/confirm_dialog.dart';
|
|
||||||
|
|
||||||
@visibleForTesting
|
|
||||||
final candidatesStateProvider = StreamProvider.autoDispose<Iterable<User>>((ref) {
|
|
||||||
final currentUser = ref.watch(currentUserProvider);
|
|
||||||
// TODO: Refactor with a route guard to avoid this check in every provider
|
|
||||||
if (currentUser == null) {
|
|
||||||
return const Stream.empty();
|
|
||||||
}
|
|
||||||
return ref.watch(partnerServiceProvider).getCandidates(currentUser.id);
|
|
||||||
});
|
|
||||||
|
|
||||||
@visibleForTesting
|
@visibleForTesting
|
||||||
final partnersStateProvider = StreamProvider.autoDispose<Iterable<Partner>>((ref) {
|
final partnersStateProvider = StreamProvider.autoDispose<Iterable<Partner>>((ref) {
|
||||||
@@ -30,28 +20,6 @@ final partnersStateProvider = StreamProvider.autoDispose<Iterable<Partner>>((ref
|
|||||||
return ref.watch(partnerServiceProvider).search(currentUser.id, .sharedBy);
|
return ref.watch(partnerServiceProvider).search(currentUser.id, .sharedBy);
|
||||||
});
|
});
|
||||||
|
|
||||||
Future<void> _addPartner(BuildContext context, WidgetRef ref) async {
|
|
||||||
final selected = await showDialog<User>(context: context, builder: (_) => const PartnerSelectionDialog());
|
|
||||||
final currentUser = ref.read(currentUserProvider);
|
|
||||||
if (selected != null && currentUser != null) {
|
|
||||||
await ref.read(partnerServiceProvider).create(sharedById: currentUser.id, sharedWithId: selected.id);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
Future<void> _removePartner(BuildContext context, WidgetRef ref, Partner partner) => showDialog(
|
|
||||||
context: context,
|
|
||||||
builder: (_) => ConfirmDialog(
|
|
||||||
title: "stop_photo_sharing",
|
|
||||||
content: context.t.partner_page_stop_sharing_content(partner: partner.name),
|
|
||||||
onOk: () {
|
|
||||||
final currentUser = ref.read(currentUserProvider);
|
|
||||||
if (currentUser != null) {
|
|
||||||
ref.read(partnerServiceProvider).delete(sharedById: currentUser.id, sharedWithId: partner.id);
|
|
||||||
}
|
|
||||||
},
|
|
||||||
),
|
|
||||||
);
|
|
||||||
|
|
||||||
@RoutePage()
|
@RoutePage()
|
||||||
class PartnerPage extends ConsumerWidget {
|
class PartnerPage extends ConsumerWidget {
|
||||||
const PartnerPage({super.key});
|
const PartnerPage({super.key});
|
||||||
@@ -65,20 +33,10 @@ class PartnerPage extends ConsumerWidget {
|
|||||||
title: Text(context.t.partners),
|
title: Text(context.t.partners),
|
||||||
elevation: 0,
|
elevation: 0,
|
||||||
centerTitle: false,
|
centerTitle: false,
|
||||||
actions: [
|
actions: const [ActionIconButtonWidget(action: PartnerAddAction())],
|
||||||
IconButton(
|
|
||||||
onPressed: () => _addPartner(context, ref),
|
|
||||||
icon: const Icon(Icons.person_add),
|
|
||||||
tooltip: context.t.add_partner,
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
),
|
||||||
body: sharedByAsync.when(
|
body: sharedByAsync.when(
|
||||||
data: (partners) => PartnerSharedByList(
|
data: (partners) => PartnerSharedByList(partners: partners.toList(growable: false)),
|
||||||
partners: partners.toList(growable: false),
|
|
||||||
onAdd: () => _addPartner(context, ref),
|
|
||||||
onRemove: (partner) => _removePartner(context, ref, partner),
|
|
||||||
),
|
|
||||||
loading: () => const Center(child: CircularProgressIndicator()),
|
loading: () => const Center(child: CircularProgressIndicator()),
|
||||||
error: (error, _) => Center(child: Text(context.t.error_loading_partners(error: error))),
|
error: (error, _) => Center(child: Text(context.t.error_loading_partners(error: error))),
|
||||||
),
|
),
|
||||||
@@ -87,9 +45,7 @@ class PartnerPage extends ConsumerWidget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
class _EmptyPartners extends StatelessWidget {
|
class _EmptyPartners extends StatelessWidget {
|
||||||
const _EmptyPartners({required this.onAdd});
|
const _EmptyPartners();
|
||||||
|
|
||||||
final VoidCallback onAdd;
|
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
@@ -102,13 +58,9 @@ class _EmptyPartners extends StatelessWidget {
|
|||||||
padding: const .symmetric(vertical: 8),
|
padding: const .symmetric(vertical: 8),
|
||||||
child: Text(context.t.partner_page_empty_message, style: const TextStyle(fontSize: 14)),
|
child: Text(context.t.partner_page_empty_message, style: const TextStyle(fontSize: 14)),
|
||||||
),
|
),
|
||||||
Align(
|
const Align(
|
||||||
alignment: .center,
|
alignment: .center,
|
||||||
child: ElevatedButton.icon(
|
child: ActionButtonWidget(action: PartnerAddAction()),
|
||||||
onPressed: onAdd,
|
|
||||||
icon: const Icon(Icons.person_add),
|
|
||||||
label: Text(context.t.add_partner),
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
@@ -118,16 +70,14 @@ class _EmptyPartners extends StatelessWidget {
|
|||||||
|
|
||||||
@visibleForTesting
|
@visibleForTesting
|
||||||
class PartnerSharedByList extends StatelessWidget {
|
class PartnerSharedByList extends StatelessWidget {
|
||||||
const PartnerSharedByList({super.key, required this.partners, required this.onAdd, required this.onRemove});
|
const PartnerSharedByList({super.key, required this.partners});
|
||||||
|
|
||||||
final List<Partner> partners;
|
final List<Partner> partners;
|
||||||
final VoidCallback onAdd;
|
|
||||||
final ValueChanged<Partner> onRemove;
|
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
if (partners.isEmpty) {
|
if (partners.isEmpty) {
|
||||||
return _EmptyPartners(onAdd: onAdd);
|
return const _EmptyPartners();
|
||||||
}
|
}
|
||||||
|
|
||||||
return ListView.builder(
|
return ListView.builder(
|
||||||
@@ -138,63 +88,11 @@ class PartnerSharedByList extends StatelessWidget {
|
|||||||
leading: PartnerUserAvatar(userId: partner.id, name: partner.name),
|
leading: PartnerUserAvatar(userId: partner.id, name: partner.name),
|
||||||
title: Text(partner.name),
|
title: Text(partner.name),
|
||||||
subtitle: Text(partner.email),
|
subtitle: Text(partner.email),
|
||||||
trailing: IconButton(icon: const Icon(Icons.person_remove), onPressed: () => onRemove(partner)),
|
trailing: ActionIconButtonWidget(
|
||||||
|
action: PartnerRemoveAction(sharedWithId: partner.id, partnerName: partner.name),
|
||||||
|
),
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@visibleForTesting
|
|
||||||
class PartnerSelectionDialog extends ConsumerWidget {
|
|
||||||
const PartnerSelectionDialog({super.key});
|
|
||||||
|
|
||||||
@override
|
|
||||||
Widget build(BuildContext context, WidgetRef ref) {
|
|
||||||
final candidatesAsync = ref.watch(candidatesStateProvider);
|
|
||||||
|
|
||||||
return SimpleDialog(
|
|
||||||
title: const Text("partner_page_select_partner").tr(),
|
|
||||||
children: candidatesAsync.when(
|
|
||||||
data: (candidates) {
|
|
||||||
final users = candidates.toList();
|
|
||||||
if (users.isEmpty) {
|
|
||||||
return [
|
|
||||||
Padding(
|
|
||||||
padding: const .symmetric(horizontal: 24, vertical: 8),
|
|
||||||
child: const Text("partner_page_no_more_users").tr(),
|
|
||||||
),
|
|
||||||
];
|
|
||||||
}
|
|
||||||
return [
|
|
||||||
for (final candidate in users)
|
|
||||||
SimpleDialogOption(
|
|
||||||
onPressed: () => Navigator.of(context).pop(candidate),
|
|
||||||
child: Row(
|
|
||||||
children: [
|
|
||||||
Padding(
|
|
||||||
padding: const .only(right: 8),
|
|
||||||
child: PartnerUserAvatar(userId: candidate.id, name: candidate.name),
|
|
||||||
),
|
|
||||||
Text(candidate.name),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
),
|
|
||||||
];
|
|
||||||
},
|
|
||||||
loading: () => const [
|
|
||||||
Padding(
|
|
||||||
padding: .all(24),
|
|
||||||
child: Center(child: CircularProgressIndicator()),
|
|
||||||
),
|
|
||||||
],
|
|
||||||
error: (error, _) => [
|
|
||||||
Padding(
|
|
||||||
padding: const .symmetric(horizontal: 24, vertical: 8),
|
|
||||||
child: Text(context.t.error_loading_partners(error: error)),
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -0,0 +1,23 @@
|
|||||||
|
import 'package:flutter/material.dart';
|
||||||
|
import 'package:hooks_riverpod/hooks_riverpod.dart';
|
||||||
|
import 'package:immich_mobile/domain/models/user.model.dart';
|
||||||
|
|
||||||
|
class ActionScope {
|
||||||
|
final BuildContext context;
|
||||||
|
final WidgetRef ref;
|
||||||
|
final UserDto authUser;
|
||||||
|
|
||||||
|
const ActionScope({required this.context, required this.ref, required this.authUser});
|
||||||
|
}
|
||||||
|
|
||||||
|
abstract class BaseAction {
|
||||||
|
const BaseAction();
|
||||||
|
|
||||||
|
IconData get icon;
|
||||||
|
|
||||||
|
String label(ActionScope scope);
|
||||||
|
|
||||||
|
bool isVisible(ActionScope scope) => true;
|
||||||
|
|
||||||
|
Future<void> onAction(ActionScope scope);
|
||||||
|
}
|
||||||
@@ -0,0 +1,95 @@
|
|||||||
|
import 'package:flutter/material.dart';
|
||||||
|
import 'package:flutter/widgets.dart';
|
||||||
|
import 'package:hooks_riverpod/hooks_riverpod.dart';
|
||||||
|
import 'package:immich_mobile/presentation/actions/action.dart';
|
||||||
|
import 'package:immich_mobile/providers/user.provider.dart';
|
||||||
|
import 'package:immich_mobile/utils/error_handler.dart';
|
||||||
|
import 'package:immich_ui/immich_ui.dart';
|
||||||
|
|
||||||
|
class _ActionWidgetScope {
|
||||||
|
final String label;
|
||||||
|
final VoidCallback onAction;
|
||||||
|
|
||||||
|
const _ActionWidgetScope({required this.label, required this.onAction});
|
||||||
|
}
|
||||||
|
|
||||||
|
class _ActionWidget extends ConsumerWidget {
|
||||||
|
final BaseAction action;
|
||||||
|
final Widget Function(_ActionWidgetScope context) builder;
|
||||||
|
|
||||||
|
const _ActionWidget({required this.action, required this.builder});
|
||||||
|
|
||||||
|
Future<void> _onAction(ActionScope scope) async {
|
||||||
|
try {
|
||||||
|
await action.onAction(scope);
|
||||||
|
} catch (error, stackTrace) {
|
||||||
|
handleError(scope.context, error, stack: stackTrace, description: 'Action failed: ${action.runtimeType}');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context, WidgetRef ref) {
|
||||||
|
final authUser = ref.watch(currentUserProvider);
|
||||||
|
if (authUser == null) {
|
||||||
|
return const SizedBox.shrink();
|
||||||
|
}
|
||||||
|
|
||||||
|
final scope = ActionScope(context: context, ref: ref, authUser: authUser);
|
||||||
|
if (!action.isVisible(scope)) {
|
||||||
|
return const SizedBox.shrink();
|
||||||
|
}
|
||||||
|
|
||||||
|
return builder(.new(label: action.label(scope), onAction: () => _onAction(scope)));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
class ActionIconButtonWidget extends StatelessWidget {
|
||||||
|
final BaseAction action;
|
||||||
|
final ImmichVariant variant;
|
||||||
|
|
||||||
|
const ActionIconButtonWidget({super.key, required this.action, this.variant = .ghost});
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) => _ActionWidget(
|
||||||
|
action: action,
|
||||||
|
builder: (ctx) => ImmichIconButton(icon: action.icon, onPressed: ctx.onAction, variant: variant),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
class ActionButtonWidget extends StatelessWidget {
|
||||||
|
final BaseAction action;
|
||||||
|
final ImmichVariant variant;
|
||||||
|
|
||||||
|
const ActionButtonWidget({super.key, required this.action, this.variant = .ghost});
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) => _ActionWidget(
|
||||||
|
action: action,
|
||||||
|
builder: (ctx) =>
|
||||||
|
ImmichTextButton(labelText: ctx.label, icon: action.icon, onPressed: ctx.onAction, variant: variant),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
class ActionColumnButtonWidget extends StatelessWidget {
|
||||||
|
final BaseAction action;
|
||||||
|
|
||||||
|
const ActionColumnButtonWidget({super.key, required this.action});
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) => _ActionWidget(
|
||||||
|
action: action,
|
||||||
|
builder: (ctx) => ImmichColumnButton(icon: action.icon, label: ctx.label, onPressed: ctx.onAction),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
class ActionMenuItemWidget extends StatelessWidget {
|
||||||
|
final BaseAction action;
|
||||||
|
|
||||||
|
const ActionMenuItemWidget({super.key, required this.action});
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) => _ActionWidget(
|
||||||
|
action: action,
|
||||||
|
builder: (ctx) => ImmichMenuItem(icon: action.icon, label: ctx.label, onPressed: ctx.onAction),
|
||||||
|
);
|
||||||
|
}
|
||||||
@@ -0,0 +1,125 @@
|
|||||||
|
import 'package:flutter/material.dart';
|
||||||
|
import 'package:hooks_riverpod/hooks_riverpod.dart';
|
||||||
|
import 'package:immich_mobile/domain/models/user.model.dart';
|
||||||
|
import 'package:immich_mobile/generated/translations.g.dart';
|
||||||
|
import 'package:immich_mobile/presentation/actions/action.dart';
|
||||||
|
import 'package:immich_mobile/presentation/widgets/people/partner_user_avatar.widget.dart';
|
||||||
|
import 'package:immich_mobile/providers/infrastructure/user.provider.dart';
|
||||||
|
import 'package:immich_mobile/providers/user.provider.dart';
|
||||||
|
import 'package:immich_mobile/widgets/common/confirm_dialog.dart';
|
||||||
|
|
||||||
|
class PartnerAddAction extends BaseAction {
|
||||||
|
const PartnerAddAction();
|
||||||
|
|
||||||
|
@override
|
||||||
|
IconData get icon => Icons.person_add_rounded;
|
||||||
|
|
||||||
|
@override
|
||||||
|
String label(ActionScope scope) => scope.context.t.add_partner;
|
||||||
|
|
||||||
|
@override
|
||||||
|
Future<void> onAction(ActionScope scope) async {
|
||||||
|
final ActionScope(:context, :ref, :authUser) = scope;
|
||||||
|
final selected = await showDialog<User>(context: context, builder: (_) => const PartnerSelectionDialog());
|
||||||
|
if (selected == null) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
await ref.read(partnerServiceProvider).create(sharedById: authUser.id, sharedWithId: selected.id);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
class PartnerRemoveAction extends BaseAction {
|
||||||
|
const PartnerRemoveAction({required this.sharedWithId, required this.partnerName});
|
||||||
|
|
||||||
|
final String sharedWithId;
|
||||||
|
final String partnerName;
|
||||||
|
|
||||||
|
@override
|
||||||
|
IconData get icon => Icons.person_remove_rounded;
|
||||||
|
|
||||||
|
@override
|
||||||
|
String label(ActionScope scope) => scope.context.t.remove;
|
||||||
|
|
||||||
|
@override
|
||||||
|
Future<void> onAction(ActionScope scope) async {
|
||||||
|
final ActionScope(:context, :ref, :authUser) = scope;
|
||||||
|
|
||||||
|
final confirmed = await showDialog<bool>(
|
||||||
|
context: context,
|
||||||
|
builder: (_) => ConfirmDialog(
|
||||||
|
title: context.t.stop_photo_sharing,
|
||||||
|
content: context.t.partner_page_stop_sharing_content(partner: partnerName),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
if (confirmed != true) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
await ref.read(partnerServiceProvider).delete(sharedById: authUser.id, sharedWithId: sharedWithId);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@visibleForTesting
|
||||||
|
final candidatesStateProvider = StreamProvider.autoDispose<Iterable<User>>((ref) {
|
||||||
|
final currentUser = ref.watch(currentUserProvider);
|
||||||
|
// TODO: Refactor with a route guard to avoid this check in every provider
|
||||||
|
if (currentUser == null) {
|
||||||
|
return const Stream.empty();
|
||||||
|
}
|
||||||
|
return ref.watch(partnerServiceProvider).getCandidates(currentUser.id);
|
||||||
|
});
|
||||||
|
|
||||||
|
@visibleForTesting
|
||||||
|
class PartnerSelectionDialog extends ConsumerWidget {
|
||||||
|
const PartnerSelectionDialog({super.key});
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context, WidgetRef ref) {
|
||||||
|
final candidatesAsync = ref.watch(candidatesStateProvider);
|
||||||
|
|
||||||
|
return SimpleDialog(
|
||||||
|
title: Text(context.t.partner_page_select_partner),
|
||||||
|
children: candidatesAsync.when(
|
||||||
|
data: (candidates) {
|
||||||
|
final users = candidates.toList();
|
||||||
|
if (users.isEmpty) {
|
||||||
|
return [
|
||||||
|
Padding(
|
||||||
|
padding: const .symmetric(horizontal: 24, vertical: 8),
|
||||||
|
child: Text(context.t.partner_page_no_more_users),
|
||||||
|
),
|
||||||
|
];
|
||||||
|
}
|
||||||
|
return [
|
||||||
|
for (final candidate in users)
|
||||||
|
SimpleDialogOption(
|
||||||
|
onPressed: () => Navigator.of(context).pop(candidate),
|
||||||
|
child: Row(
|
||||||
|
children: [
|
||||||
|
Padding(
|
||||||
|
padding: const .only(right: 8),
|
||||||
|
child: PartnerUserAvatar(userId: candidate.id, name: candidate.name),
|
||||||
|
),
|
||||||
|
Text(candidate.name),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
];
|
||||||
|
},
|
||||||
|
loading: () => const [
|
||||||
|
Padding(
|
||||||
|
padding: .all(24),
|
||||||
|
child: Center(child: CircularProgressIndicator()),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
error: (error, _) => [
|
||||||
|
Padding(
|
||||||
|
padding: const .symmetric(horizontal: 24, vertical: 8),
|
||||||
|
child: Text(context.t.error_loading_partners(error: error)),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -7,6 +7,7 @@ import 'package:immich_mobile/presentation/widgets/timeline/timeline.widget.dart
|
|||||||
import 'package:immich_mobile/providers/auth.provider.dart';
|
import 'package:immich_mobile/providers/auth.provider.dart';
|
||||||
import 'package:immich_mobile/providers/infrastructure/timeline.provider.dart';
|
import 'package:immich_mobile/providers/infrastructure/timeline.provider.dart';
|
||||||
import 'package:immich_mobile/providers/user.provider.dart';
|
import 'package:immich_mobile/providers/user.provider.dart';
|
||||||
|
import 'package:immich_mobile/routing/router.dart';
|
||||||
import 'package:immich_mobile/widgets/common/mesmerizing_sliver_app_bar.dart';
|
import 'package:immich_mobile/widgets/common/mesmerizing_sliver_app_bar.dart';
|
||||||
|
|
||||||
@RoutePage()
|
@RoutePage()
|
||||||
@@ -34,11 +35,17 @@ class _DriftLockedFolderPageState extends ConsumerState<DriftLockedFolderPage> w
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
void didChangeAppLifecycleState(AppLifecycleState state) {
|
void didChangeAppLifecycleState(AppLifecycleState state) {
|
||||||
if (mounted) {
|
if (!mounted) {
|
||||||
setState(() {
|
return;
|
||||||
_showOverlay = state != AppLifecycleState.resumed;
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
if (state == AppLifecycleState.paused) {
|
||||||
|
ref.read(authProvider.notifier).lockPinCode();
|
||||||
|
context.navigateTo(const TabShellRoute());
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
setState(() {
|
||||||
|
_showOverlay = state != AppLifecycleState.resumed;
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ import 'package:immich_mobile/presentation/widgets/images/image_provider.dart';
|
|||||||
import 'package:immich_mobile/presentation/widgets/memory/memory_bottom_info.widget.dart';
|
import 'package:immich_mobile/presentation/widgets/memory/memory_bottom_info.widget.dart';
|
||||||
import 'package:immich_mobile/presentation/widgets/memory/memory_card.widget.dart';
|
import 'package:immich_mobile/presentation/widgets/memory/memory_card.widget.dart';
|
||||||
import 'package:immich_mobile/providers/haptic_feedback.provider.dart';
|
import 'package:immich_mobile/providers/haptic_feedback.provider.dart';
|
||||||
|
import 'package:immich_mobile/utils/system_ui.utils.dart';
|
||||||
import 'package:immich_mobile/widgets/memories/memory_epilogue.dart';
|
import 'package:immich_mobile/widgets/memories/memory_epilogue.dart';
|
||||||
import 'package:immich_mobile/widgets/memories/memory_progress_indicator.dart';
|
import 'package:immich_mobile/widgets/memories/memory_progress_indicator.dart';
|
||||||
|
|
||||||
@@ -49,7 +50,7 @@ class DriftMemoryPage extends HookConsumerWidget {
|
|||||||
SystemChrome.setEnabledSystemUIMode(SystemUiMode.immersive);
|
SystemChrome.setEnabledSystemUIMode(SystemUiMode.immersive);
|
||||||
return () {
|
return () {
|
||||||
// Clean up to normal edge to edge when we are done
|
// Clean up to normal edge to edge when we are done
|
||||||
SystemChrome.setEnabledSystemUIMode(SystemUiMode.edgeToEdge);
|
restoreEdgeToEdge();
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -328,7 +329,7 @@ class DriftMemoryPage extends HookConsumerWidget {
|
|||||||
// turn off full screen mode here
|
// turn off full screen mode here
|
||||||
// https://github.com/Milad-Akarie/auto_route_library/issues/1799
|
// https://github.com/Milad-Akarie/auto_route_library/issues/1799
|
||||||
context.maybePop();
|
context.maybePop();
|
||||||
SystemChrome.setEnabledSystemUIMode(SystemUiMode.edgeToEdge);
|
restoreEdgeToEdge();
|
||||||
},
|
},
|
||||||
shape: const CircleBorder(),
|
shape: const CircleBorder(),
|
||||||
color: Colors.white.withValues(alpha: 0.2),
|
color: Colors.white.withValues(alpha: 0.2),
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ import 'package:immich_mobile/providers/asset_viewer/asset_viewer.provider.dart'
|
|||||||
import 'package:immich_mobile/providers/asset_viewer/video_player_provider.dart';
|
import 'package:immich_mobile/providers/asset_viewer/video_player_provider.dart';
|
||||||
import 'package:immich_mobile/providers/infrastructure/settings.provider.dart';
|
import 'package:immich_mobile/providers/infrastructure/settings.provider.dart';
|
||||||
import 'package:immich_mobile/routing/router.dart';
|
import 'package:immich_mobile/routing/router.dart';
|
||||||
|
import 'package:immich_mobile/utils/system_ui.utils.dart';
|
||||||
import 'package:immich_mobile/widgets/common/immich_loading_indicator.dart';
|
import 'package:immich_mobile/widgets/common/immich_loading_indicator.dart';
|
||||||
import 'package:immich_mobile/widgets/photo_view/photo_view.dart';
|
import 'package:immich_mobile/widgets/photo_view/photo_view.dart';
|
||||||
import 'package:wakelock_plus/wakelock_plus.dart';
|
import 'package:wakelock_plus/wakelock_plus.dart';
|
||||||
@@ -76,7 +77,7 @@ class _DriftSlideshowPageState extends ConsumerState<DriftSlideshowPage> with Si
|
|||||||
_pageController.dispose();
|
_pageController.dispose();
|
||||||
_crossfadeController.dispose();
|
_crossfadeController.dispose();
|
||||||
unawaited(WakelockPlus.disable());
|
unawaited(WakelockPlus.disable());
|
||||||
SystemChrome.setEnabledSystemUIMode(SystemUiMode.edgeToEdge);
|
unawaited(restoreEdgeToEdge());
|
||||||
super.dispose();
|
super.dispose();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -255,7 +256,7 @@ class _DriftSlideshowPageState extends ConsumerState<DriftSlideshowPage> with Si
|
|||||||
}
|
}
|
||||||
|
|
||||||
void _onTapUp() async {
|
void _onTapUp() async {
|
||||||
await SystemChrome.setEnabledSystemUIMode(_showAppBar ? SystemUiMode.immersive : SystemUiMode.edgeToEdge);
|
await (_showAppBar ? SystemChrome.setEnabledSystemUIMode(SystemUiMode.immersive) : restoreEdgeToEdge());
|
||||||
|
|
||||||
WidgetsBinding.instance.addPostFrameCallback((_) {
|
WidgetsBinding.instance.addPostFrameCallback((_) {
|
||||||
setState(() {
|
setState(() {
|
||||||
|
|||||||
@@ -23,6 +23,7 @@ import 'package:immich_mobile/providers/asset_viewer/asset_viewer.provider.dart'
|
|||||||
import 'package:immich_mobile/providers/cast.provider.dart';
|
import 'package:immich_mobile/providers/cast.provider.dart';
|
||||||
import 'package:immich_mobile/providers/infrastructure/current_album.provider.dart';
|
import 'package:immich_mobile/providers/infrastructure/current_album.provider.dart';
|
||||||
import 'package:immich_mobile/providers/infrastructure/timeline.provider.dart';
|
import 'package:immich_mobile/providers/infrastructure/timeline.provider.dart';
|
||||||
|
import 'package:immich_mobile/utils/system_ui.utils.dart';
|
||||||
import 'package:immich_mobile/widgets/photo_view/photo_view.dart';
|
import 'package:immich_mobile/widgets/photo_view/photo_view.dart';
|
||||||
|
|
||||||
@RoutePage()
|
@RoutePage()
|
||||||
@@ -128,7 +129,7 @@ class _AssetViewerState extends ConsumerState<AssetViewer> {
|
|||||||
_reloadSubscription?.cancel();
|
_reloadSubscription?.cancel();
|
||||||
_stackChildrenKeepAlive?.close();
|
_stackChildrenKeepAlive?.close();
|
||||||
|
|
||||||
SystemChrome.setEnabledSystemUIMode(SystemUiMode.edgeToEdge);
|
unawaited(restoreEdgeToEdge());
|
||||||
|
|
||||||
super.dispose();
|
super.dispose();
|
||||||
}
|
}
|
||||||
@@ -251,10 +252,8 @@ class _AssetViewerState extends ConsumerState<AssetViewer> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void _setSystemUIMode(bool controls, bool details) {
|
void _setSystemUIMode(bool controls, bool details) {
|
||||||
final mode = !controls || (CurrentPlatform.isIOS && details)
|
final immersive = !controls || (CurrentPlatform.isIOS && details);
|
||||||
? SystemUiMode.immersiveSticky
|
unawaited(immersive ? SystemChrome.setEnabledSystemUIMode(SystemUiMode.immersiveSticky) : restoreEdgeToEdge());
|
||||||
: SystemUiMode.edgeToEdge;
|
|
||||||
unawaited(SystemChrome.setEnabledSystemUIMode(mode));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ import 'package:immich_mobile/providers/auth.provider.dart';
|
|||||||
import 'package:immich_mobile/providers/background_sync.provider.dart';
|
import 'package:immich_mobile/providers/background_sync.provider.dart';
|
||||||
import 'package:immich_mobile/providers/backup/drift_backup.provider.dart';
|
import 'package:immich_mobile/providers/backup/drift_backup.provider.dart';
|
||||||
import 'package:immich_mobile/providers/gallery_permission.provider.dart';
|
import 'package:immich_mobile/providers/gallery_permission.provider.dart';
|
||||||
|
import 'package:immich_mobile/providers/infrastructure/memory.provider.dart';
|
||||||
import 'package:immich_mobile/providers/infrastructure/platform.provider.dart';
|
import 'package:immich_mobile/providers/infrastructure/platform.provider.dart';
|
||||||
import 'package:immich_mobile/providers/infrastructure/settings.provider.dart';
|
import 'package:immich_mobile/providers/infrastructure/settings.provider.dart';
|
||||||
import 'package:immich_mobile/providers/permission.provider.dart';
|
import 'package:immich_mobile/providers/permission.provider.dart';
|
||||||
@@ -115,6 +116,7 @@ class AppLifeCycleNotifier extends StateNotifier<AppLifeCycleEnum> {
|
|||||||
_safeRun(backgroundManager.syncLocal(full: CurrentPlatform.isAndroid ? true : false), "syncLocal"),
|
_safeRun(backgroundManager.syncLocal(full: CurrentPlatform.isAndroid ? true : false), "syncLocal"),
|
||||||
_safeRun(backgroundManager.syncRemote().then((success) => syncSuccess = success), "syncRemote"),
|
_safeRun(backgroundManager.syncRemote().then((success) => syncSuccess = success), "syncRemote"),
|
||||||
]);
|
]);
|
||||||
|
_ref.invalidate(driftMemoryFutureProvider);
|
||||||
if (syncSuccess) {
|
if (syncSuccess) {
|
||||||
await Future.wait([
|
await Future.wait([
|
||||||
_safeRun(backgroundManager.hashAssets(), "hashAssets").then((_) {
|
_safeRun(backgroundManager.hashAssets(), "hashAssets").then((_) {
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
import 'dart:async';
|
||||||
|
|
||||||
import 'package:hooks_riverpod/hooks_riverpod.dart';
|
import 'package:hooks_riverpod/hooks_riverpod.dart';
|
||||||
import 'package:immich_mobile/domain/models/asset/base_asset.model.dart';
|
import 'package:immich_mobile/domain/models/asset/base_asset.model.dart';
|
||||||
import 'package:immich_mobile/providers/asset_viewer/video_player_provider.dart';
|
import 'package:immich_mobile/providers/asset_viewer/video_player_provider.dart';
|
||||||
@@ -77,18 +79,17 @@ class AssetViewerState {
|
|||||||
}
|
}
|
||||||
|
|
||||||
class AssetViewerStateNotifier extends Notifier<AssetViewerState> {
|
class AssetViewerStateNotifier extends Notifier<AssetViewerState> {
|
||||||
|
StreamSubscription<BaseAsset?>? _assetSubscription;
|
||||||
|
|
||||||
@override
|
@override
|
||||||
AssetViewerState build() {
|
AssetViewerState build() {
|
||||||
ref.listen(_watchedCurrentAssetProvider, (_, next) {
|
ref.onDispose(() => _assetSubscription?.cancel());
|
||||||
final updated = next.valueOrNull;
|
|
||||||
if (updated != null) {
|
|
||||||
state = state.copyWith(currentAsset: updated);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
return const AssetViewerState();
|
return const AssetViewerState();
|
||||||
}
|
}
|
||||||
|
|
||||||
void reset() {
|
void reset() {
|
||||||
|
_assetSubscription?.cancel();
|
||||||
|
_assetSubscription = null;
|
||||||
state = const AssetViewerState();
|
state = const AssetViewerState();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -97,6 +98,16 @@ class AssetViewerStateNotifier extends Notifier<AssetViewerState> {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
state = state.copyWith(currentAsset: asset, stackIndex: 0, showingOcr: false);
|
state = state.copyWith(currentAsset: asset, stackIndex: 0, showingOcr: false);
|
||||||
|
_watchCurrentAsset(asset);
|
||||||
|
}
|
||||||
|
|
||||||
|
void _watchCurrentAsset(BaseAsset asset) {
|
||||||
|
_assetSubscription?.cancel();
|
||||||
|
_assetSubscription = ref.read(assetServiceProvider).watchAsset(asset).listen((updated) {
|
||||||
|
if (updated != null) {
|
||||||
|
state = state.copyWith(currentAsset: updated);
|
||||||
|
}
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
void setOpacity(double opacity) {
|
void setOpacity(double opacity) {
|
||||||
@@ -150,12 +161,3 @@ class AssetViewerStateNotifier extends Notifier<AssetViewerState> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
final assetViewerProvider = NotifierProvider<AssetViewerStateNotifier, AssetViewerState>(AssetViewerStateNotifier.new);
|
final assetViewerProvider = NotifierProvider<AssetViewerStateNotifier, AssetViewerState>(AssetViewerStateNotifier.new);
|
||||||
|
|
||||||
final _watchedCurrentAssetProvider = StreamProvider<BaseAsset?>((ref) {
|
|
||||||
ref.watch(assetViewerProvider.select((s) => s.currentAsset?.heroTag));
|
|
||||||
final asset = ref.read(assetViewerProvider).currentAsset;
|
|
||||||
if (asset == null) {
|
|
||||||
return const Stream.empty();
|
|
||||||
}
|
|
||||||
return ref.read(assetServiceProvider).watchAsset(asset);
|
|
||||||
});
|
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
import 'dart:async';
|
||||||
|
|
||||||
import 'package:hooks_riverpod/hooks_riverpod.dart';
|
import 'package:hooks_riverpod/hooks_riverpod.dart';
|
||||||
import 'package:immich_mobile/domain/models/memory.model.dart';
|
import 'package:immich_mobile/domain/models/memory.model.dart';
|
||||||
import 'package:immich_mobile/domain/services/memory.service.dart';
|
import 'package:immich_mobile/domain/services/memory.service.dart';
|
||||||
@@ -19,6 +21,11 @@ final driftMemoryFutureProvider = FutureProvider.autoDispose<List<DriftMemory>>(
|
|||||||
return const [];
|
return const [];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
final now = DateTime.now();
|
||||||
|
final nextMidnight = DateTime(now.year, now.month, now.day + 1);
|
||||||
|
final timer = Timer(nextMidnight.difference(now) + const Duration(seconds: 5), ref.invalidateSelf);
|
||||||
|
ref.onDispose(timer.cancel);
|
||||||
|
|
||||||
final service = ref.watch(driftMemoryServiceProvider);
|
final service = ref.watch(driftMemoryServiceProvider);
|
||||||
return service.getMemoryLane(userId);
|
return service.getMemoryLane(userId);
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
import 'dart:async';
|
import 'dart:async';
|
||||||
|
|
||||||
|
import 'package:flutter/material.dart';
|
||||||
import 'package:hooks_riverpod/hooks_riverpod.dart';
|
import 'package:hooks_riverpod/hooks_riverpod.dart';
|
||||||
import 'package:immich_mobile/domain/models/asset/base_asset.model.dart';
|
import 'package:immich_mobile/domain/models/asset/base_asset.model.dart';
|
||||||
import 'package:immich_mobile/domain/services/timeline.service.dart';
|
import 'package:immich_mobile/domain/services/timeline.service.dart';
|
||||||
@@ -97,7 +98,7 @@ class AndroidViewIntentHandler implements ViewIntentHandler {
|
|||||||
|
|
||||||
await _router.replaceAll([
|
await _router.replaceAll([
|
||||||
const TabShellRoute(),
|
const TabShellRoute(),
|
||||||
AssetViewerRoute(initialIndex: 0, timelineService: timelineService),
|
AssetViewerRoute(key: UniqueKey(), initialIndex: 0, timelineService: timelineService),
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,61 @@
|
|||||||
|
import 'dart:convert';
|
||||||
|
|
||||||
|
import 'package:flutter/widgets.dart';
|
||||||
|
import 'package:immich_mobile/generated/translations.g.dart';
|
||||||
|
import 'package:immich_mobile/utils/debug_print.dart';
|
||||||
|
import 'package:immich_ui/immich_ui.dart';
|
||||||
|
import 'package:openapi/api.dart';
|
||||||
|
// ignore: depend_on_referenced_packages
|
||||||
|
import 'package:stack_trace/stack_trace.dart';
|
||||||
|
|
||||||
|
void handleError(BuildContext context, Object error, {StackTrace? stack, String? description}) {
|
||||||
|
String? stackTrace;
|
||||||
|
if (stack != null) {
|
||||||
|
final trace = Trace.from(stack);
|
||||||
|
final clean = trace.foldFrames(
|
||||||
|
(frame) => frame.package == 'flutter' || frame.package == 'flutter_test' || frame.isCore,
|
||||||
|
terse: true,
|
||||||
|
);
|
||||||
|
stackTrace = clean.toString();
|
||||||
|
}
|
||||||
|
|
||||||
|
dPrint(
|
||||||
|
() => 'Error${description != null ? ' ($description)' : ''}: $error${stackTrace != null ? '\n$stackTrace' : ''}',
|
||||||
|
);
|
||||||
|
|
||||||
|
if (!context.mounted) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
final String message;
|
||||||
|
if (serverErrorMessage(error) case String serverMessage) {
|
||||||
|
message = serverMessage;
|
||||||
|
} else if (isConnectionError(error)) {
|
||||||
|
message = context.t.login_form_server_error;
|
||||||
|
} else {
|
||||||
|
message = context.t.scaffold_body_error_occurred;
|
||||||
|
}
|
||||||
|
|
||||||
|
snackbar.error(message);
|
||||||
|
}
|
||||||
|
|
||||||
|
@visibleForTesting
|
||||||
|
String? serverErrorMessage(Object error) {
|
||||||
|
if (error is! ApiException || error.innerException != null || error.message == null) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
try {
|
||||||
|
final body = jsonDecode(error.message!);
|
||||||
|
if (body is Map && body['message'] != null) {
|
||||||
|
final message = body['message'];
|
||||||
|
return message is List ? message.join(', ') : message.toString();
|
||||||
|
}
|
||||||
|
} catch (_) {
|
||||||
|
// The body was not JSON; fall back to the raw payload below.
|
||||||
|
}
|
||||||
|
return error.message;
|
||||||
|
}
|
||||||
|
|
||||||
|
@visibleForTesting
|
||||||
|
bool isConnectionError(Object error) => error is ApiException && error.innerException != null;
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
import 'dart:async';
|
||||||
|
|
||||||
|
import 'package:flutter/services.dart';
|
||||||
|
|
||||||
|
/// Restore the system bars and return to edge-to-edge layout.
|
||||||
|
///
|
||||||
|
/// On Android 15+/API 36 edge-to-edge is enforced, so calling
|
||||||
|
/// setEnabledSystemUIMode(edgeToEdge) does NOT re-show bars that an immersive
|
||||||
|
/// mode (immersive / immersiveSticky) previously hid. Explicitly request all
|
||||||
|
/// overlays first, then return to edge-to-edge layout.
|
||||||
|
Future<void> restoreEdgeToEdge() async {
|
||||||
|
await SystemChrome.setEnabledSystemUIMode(SystemUiMode.manual, overlays: SystemUiOverlay.values);
|
||||||
|
await SystemChrome.setEnabledSystemUIMode(SystemUiMode.edgeToEdge);
|
||||||
|
}
|
||||||
@@ -1,7 +1,16 @@
|
|||||||
String? getVersionCompatibilityMessage(int _, int appMinor, int _, int serverMinor) {
|
import 'package:immich_mobile/utils/semver.dart';
|
||||||
|
|
||||||
|
String? getVersionCompatibilityMessage(SemVer serverVersion, SemVer appVersion) {
|
||||||
// Add latest compat info up top
|
// Add latest compat info up top
|
||||||
if (serverMinor < 106 && appMinor >= 106) {
|
|
||||||
return 'Your app minor version is not compatible with the server! Please update your server to version v1.106.0 or newer to login';
|
// ensure mobile app major version is not behind server major version
|
||||||
|
if (appVersion.major < serverVersion.major) {
|
||||||
|
return 'Your mobile app version is not compatible with the server! Please update your mobile app to the latest version.';
|
||||||
|
}
|
||||||
|
|
||||||
|
// ensure mobile app major version is not ahead of server major version by more than 1 major version
|
||||||
|
if (appVersion.major > serverVersion.major + 1) {
|
||||||
|
return 'Your server version is not compatible with the mobile app! Please update your server to the latest version.';
|
||||||
}
|
}
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ import 'package:flutter/material.dart';
|
|||||||
import 'package:immich_mobile/extensions/build_context_extensions.dart';
|
import 'package:immich_mobile/extensions/build_context_extensions.dart';
|
||||||
|
|
||||||
class ConfirmDialog extends StatelessWidget {
|
class ConfirmDialog extends StatelessWidget {
|
||||||
final Function onOk;
|
final Function? onOk;
|
||||||
final String title;
|
final String title;
|
||||||
final String content;
|
final String content;
|
||||||
final String cancel;
|
final String cancel;
|
||||||
@@ -11,7 +11,7 @@ class ConfirmDialog extends StatelessWidget {
|
|||||||
|
|
||||||
const ConfirmDialog({
|
const ConfirmDialog({
|
||||||
super.key,
|
super.key,
|
||||||
required this.onOk,
|
this.onOk,
|
||||||
required this.title,
|
required this.title,
|
||||||
required this.content,
|
required this.content,
|
||||||
this.cancel = "cancel",
|
this.cancel = "cancel",
|
||||||
@@ -21,7 +21,7 @@ class ConfirmDialog extends StatelessWidget {
|
|||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
void onOkPressed() {
|
void onOkPressed() {
|
||||||
onOk();
|
onOk?.call();
|
||||||
context.pop(true);
|
context.pop(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ import 'package:immich_mobile/providers/websocket.provider.dart';
|
|||||||
import 'package:immich_mobile/repositories/permission.repository.dart';
|
import 'package:immich_mobile/repositories/permission.repository.dart';
|
||||||
import 'package:immich_mobile/routing/router.dart';
|
import 'package:immich_mobile/routing/router.dart';
|
||||||
import 'package:immich_mobile/utils/provider_utils.dart';
|
import 'package:immich_mobile/utils/provider_utils.dart';
|
||||||
|
import 'package:immich_mobile/utils/semver.dart';
|
||||||
import 'package:immich_mobile/utils/url_helper.dart';
|
import 'package:immich_mobile/utils/url_helper.dart';
|
||||||
import 'package:immich_mobile/utils/version_compatibility.dart';
|
import 'package:immich_mobile/utils/version_compatibility.dart';
|
||||||
import 'package:immich_mobile/widgets/common/immich_logo.dart';
|
import 'package:immich_mobile/widgets/common/immich_logo.dart';
|
||||||
@@ -88,18 +89,9 @@ class LoginForm extends HookConsumerWidget {
|
|||||||
checkVersionMismatch() async {
|
checkVersionMismatch() async {
|
||||||
try {
|
try {
|
||||||
final packageInfo = await PackageInfo.fromPlatform();
|
final packageInfo = await PackageInfo.fromPlatform();
|
||||||
final appVersion = packageInfo.version;
|
final appSemVer = SemVer.fromString(packageInfo.version);
|
||||||
final appMajorVersion = int.parse(appVersion.split('.')[0]);
|
final serverSemVer = serverInfo.serverVersion;
|
||||||
final appMinorVersion = int.parse(appVersion.split('.')[1]);
|
warningMessage.value = getVersionCompatibilityMessage(appSemVer, serverSemVer);
|
||||||
final serverMajorVersion = serverInfo.serverVersion.major;
|
|
||||||
final serverMinorVersion = serverInfo.serverVersion.minor;
|
|
||||||
|
|
||||||
warningMessage.value = getVersionCompatibilityMessage(
|
|
||||||
appMajorVersion,
|
|
||||||
appMinorVersion,
|
|
||||||
serverMajorVersion,
|
|
||||||
serverMinorVersion,
|
|
||||||
);
|
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
warningMessage.value = 'Error checking version compatibility';
|
warningMessage.value = 'Error checking version compatibility';
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -48,6 +48,14 @@ class NotificationSetting extends HookConsumerWidget {
|
|||||||
showPermissionsDialog();
|
showPermissionsDialog();
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
|
)
|
||||||
|
else
|
||||||
|
SettingsButtonListTile(
|
||||||
|
icon: Icons.notifications_active_outlined,
|
||||||
|
title: 'notification_enabled_list_tile_title'.tr(),
|
||||||
|
subtileText: 'notification_enabled_list_tile_content'.tr(),
|
||||||
|
buttonText: 'notification_enabled_list_tile_open_button'.tr(),
|
||||||
|
onButtonTap: () => openAppSettings(),
|
||||||
),
|
),
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Generated
+1
-1
@@ -3,7 +3,7 @@ Immich API
|
|||||||
|
|
||||||
This Dart package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
This Dart package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||||
|
|
||||||
- API version: 3.0.0-rc.1
|
- API version: 3.0.0-rc.2
|
||||||
- Generator version: 7.22.0
|
- Generator version: 7.22.0
|
||||||
- Build package: org.openapitools.codegen.languages.DartClientCodegen
|
- Build package: org.openapitools.codegen.languages.DartClientCodegen
|
||||||
|
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user