chore(web): order json files alphabetically (#10076)

This commit is contained in:
Zack Pollard 2024-06-10 14:37:21 +01:00 committed by GitHub
parent 2f25a8a437
commit 22a0b4d900
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
36 changed files with 391 additions and 377 deletions

View File

@ -1,9 +1,9 @@
{
"singleQuote": true,
"trailingComma": "all",
"organizeImportsSkipDestructiveCodeActions": true,
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }],
"plugins": ["prettier-plugin-organize-imports", "prettier-plugin-svelte", "prettier-plugin-sort-json"],
"printWidth": 120,
"semi": true,
"plugins": ["prettier-plugin-organize-imports", "prettier-plugin-svelte"],
"organizeImportsSkipDestructiveCodeActions": true,
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
"singleQuote": true,
"trailingComma": "all"
}

13
web/package-lock.json generated
View File

@ -54,6 +54,7 @@
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-sort-json": "^4.0.0",
"prettier-plugin-svelte": "^3.2.1",
"rollup-plugin-visualizer": "^5.12.0",
"svelte": "^4.2.12",
@ -7115,6 +7116,18 @@
}
}
},
"node_modules/prettier-plugin-sort-json": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/prettier-plugin-sort-json/-/prettier-plugin-sort-json-4.0.0.tgz",
"integrity": "sha512-zV5g+bWFD2zAqyQ8gCkwUTC49o9FxslaUdirwivt5GZHcf57hCocavykuyYqbExoEsuBOg8IU36OY7zmVEMOWA==",
"dev": true,
"engines": {
"node": ">=18.0.0"
},
"peerDependencies": {
"prettier": "^3.0.0"
}
},
"node_modules/prettier-plugin-svelte": {
"version": "3.2.3",
"resolved": "https://registry.npmjs.org/prettier-plugin-svelte/-/prettier-plugin-svelte-3.2.3.tgz",

View File

@ -48,6 +48,7 @@
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-sort-json": "^4.0.0",
"prettier-plugin-svelte": "^3.2.1",
"rollup-plugin-visualizer": "^5.12.0",
"svelte": "^4.2.12",
@ -74,8 +75,8 @@
"lodash-es": "^4.17.21",
"luxon": "^3.4.4",
"socket.io-client": "^4.7.4",
"svelte-local-storage-store": "^0.6.4",
"svelte-i18n": "^4.0.0",
"svelte-local-storage-store": "^0.6.4",
"svelte-maplibre": "^0.9.0",
"thumbhash": "^0.1.1"
},

View File

@ -228,10 +228,14 @@
"admin_password": "",
"administration": "",
"advanced": "",
"album_added": "",
"album_added_notification_setting_description": "",
"album_cover_updated": "",
"album_info_updated": "",
"album_name": "",
"album_options": "",
"album_updated": "",
"album_updated_setting_description": "",
"albums": "",
"all": "",
"all_people": "",
@ -487,6 +491,8 @@
"jobs": "",
"keep": "",
"keyboard_shortcuts": "",
"language": "",
"language_setting_description": "",
"last_seen": "",
"leave": "",
"let_others_respond": "",
@ -556,6 +562,10 @@
"no_shared_albums_message": "",
"not_in_any_album": "",
"notes": "",
"notification_toggle_setting_description": "",
"notifications": "",
"notifications_setting_description": "",
"oauth": "",
"offline": "",
"ok": "",
"oldest_first": "",
@ -728,6 +738,7 @@
"template": "",
"theme": "",
"theme_selection": "",
"theme_selection_description": "",
"time_based_memories": "",
"timezone": "",
"toggle_settings": "",
@ -778,16 +789,5 @@
"welcome_to_immich": "",
"year": "",
"yes": "",
"theme_selection_description": "",
"language_setting_description": "",
"language": "",
"zoom_image": "",
"album_added_notification_setting_description": "",
"album_added": "",
"album_updated": "",
"album_updated_setting_description": "",
"notification_toggle_setting_description": "",
"oauth": "",
"notifications": "",
"notifications_setting_description": ""
"zoom_image": ""
}

View File

@ -228,10 +228,14 @@
"admin_password": "",
"administration": "",
"advanced": "",
"album_added": "",
"album_added_notification_setting_description": "",
"album_cover_updated": "",
"album_info_updated": "",
"album_name": "",
"album_options": "",
"album_updated": "",
"album_updated_setting_description": "",
"albums": "",
"all": "",
"all_people": "",
@ -487,6 +491,8 @@
"jobs": "",
"keep": "",
"keyboard_shortcuts": "",
"language": "",
"language_setting_description": "",
"last_seen": "",
"leave": "",
"let_others_respond": "",
@ -556,6 +562,10 @@
"no_shared_albums_message": "",
"not_in_any_album": "",
"notes": "",
"notification_toggle_setting_description": "",
"notifications": "",
"notifications_setting_description": "",
"oauth": "",
"offline": "",
"ok": "",
"oldest_first": "",
@ -728,6 +738,7 @@
"template": "",
"theme": "",
"theme_selection": "",
"theme_selection_description": "",
"time_based_memories": "",
"timezone": "",
"toggle_settings": "",
@ -778,16 +789,5 @@
"welcome_to_immich": "",
"year": "",
"yes": "",
"theme_selection_description": "",
"language_setting_description": "",
"language": "",
"zoom_image": "",
"notification_toggle_setting_description": "",
"notifications": "",
"oauth": "",
"album_updated": "",
"album_added": "",
"album_added_notification_setting_description": "",
"album_updated_setting_description": "",
"notifications_setting_description": ""
"zoom_image": ""
}

View File

@ -228,10 +228,14 @@
"admin_password": "",
"administration": "",
"advanced": "",
"album_added": "",
"album_added_notification_setting_description": "",
"album_cover_updated": "",
"album_info_updated": "",
"album_name": "",
"album_options": "",
"album_updated": "",
"album_updated_setting_description": "",
"albums": "",
"all": "",
"all_people": "",
@ -487,6 +491,8 @@
"jobs": "",
"keep": "",
"keyboard_shortcuts": "",
"language": "",
"language_setting_description": "",
"last_seen": "",
"leave": "",
"let_others_respond": "",
@ -556,6 +562,10 @@
"no_shared_albums_message": "",
"not_in_any_album": "",
"notes": "",
"notification_toggle_setting_description": "",
"notifications": "",
"notifications_setting_description": "",
"oauth": "",
"offline": "",
"ok": "",
"oldest_first": "",
@ -728,6 +738,7 @@
"template": "",
"theme": "",
"theme_selection": "",
"theme_selection_description": "",
"time_based_memories": "",
"timezone": "",
"toggle_settings": "",
@ -778,16 +789,5 @@
"welcome_to_immich": "",
"year": "",
"yes": "",
"theme_selection_description": "",
"language_setting_description": "",
"language": "",
"zoom_image": "",
"album_added": "",
"notifications_setting_description": "",
"album_updated_setting_description": "",
"oauth": "",
"album_added_notification_setting_description": "",
"notifications": "",
"album_updated": "",
"notification_toggle_setting_description": ""
"zoom_image": ""
}

View File

@ -228,10 +228,14 @@
"admin_password": "",
"administration": "",
"advanced": "",
"album_added": "",
"album_added_notification_setting_description": "",
"album_cover_updated": "",
"album_info_updated": "",
"album_name": "",
"album_options": "",
"album_updated": "",
"album_updated_setting_description": "",
"albums": "",
"all": "",
"all_people": "",
@ -487,6 +491,8 @@
"jobs": "",
"keep": "",
"keyboard_shortcuts": "",
"language": "",
"language_setting_description": "",
"last_seen": "",
"leave": "",
"let_others_respond": "",
@ -556,6 +562,10 @@
"no_shared_albums_message": "",
"not_in_any_album": "",
"notes": "",
"notification_toggle_setting_description": "",
"notifications": "",
"notifications_setting_description": "",
"oauth": "",
"offline": "",
"ok": "",
"oldest_first": "",
@ -728,6 +738,7 @@
"template": "",
"theme": "",
"theme_selection": "",
"theme_selection_description": "",
"time_based_memories": "",
"timezone": "",
"toggle_settings": "",
@ -778,16 +789,5 @@
"welcome_to_immich": "",
"year": "",
"yes": "",
"theme_selection_description": "",
"language_setting_description": "",
"language": "",
"zoom_image": "",
"notifications": "",
"album_added_notification_setting_description": "",
"album_added": "",
"oauth": "",
"notifications_setting_description": "",
"notification_toggle_setting_description": "",
"album_updated": "",
"album_updated_setting_description": ""
"zoom_image": ""
}

View File

@ -228,10 +228,14 @@
"admin_password": "",
"administration": "",
"advanced": "",
"album_added": "",
"album_added_notification_setting_description": "",
"album_cover_updated": "",
"album_info_updated": "",
"album_name": "",
"album_options": "",
"album_updated": "",
"album_updated_setting_description": "",
"albums": "Alben",
"all": "Alle",
"all_people": "Alle Personen",
@ -487,6 +491,8 @@
"jobs": "",
"keep": "",
"keyboard_shortcuts": "",
"language": "",
"language_setting_description": "",
"last_seen": "",
"leave": "",
"let_others_respond": "",
@ -556,6 +562,10 @@
"no_shared_albums_message": "",
"not_in_any_album": "",
"notes": "",
"notification_toggle_setting_description": "",
"notifications": "",
"notifications_setting_description": "",
"oauth": "",
"offline": "",
"ok": "",
"oldest_first": "",
@ -728,6 +738,7 @@
"template": "",
"theme": "",
"theme_selection": "",
"theme_selection_description": "",
"time_based_memories": "",
"timezone": "",
"toggle_settings": "",
@ -778,16 +789,5 @@
"welcome_to_immich": "",
"year": "",
"yes": "",
"theme_selection_description": "",
"language_setting_description": "",
"language": "",
"zoom_image": "",
"album_updated_setting_description": "",
"notification_toggle_setting_description": "",
"notifications_setting_description": "",
"album_added": "",
"oauth": "",
"album_updated": "",
"album_added_notification_setting_description": "",
"notifications": ""
"zoom_image": ""
}

View File

@ -490,6 +490,8 @@
"jobs": "Jobs",
"keep": "Keep",
"keyboard_shortcuts": "Keyboard shortcuts",
"language": "Language",
"language_setting_description": "Select your preferred language",
"last_seen": "Last seen",
"leave": "Leave",
"let_others_respond": "Let others respond",
@ -734,6 +736,7 @@
"template": "Template",
"theme": "Theme",
"theme_selection": "Theme selection",
"theme_selection_description": "Automatically set the theme to light or dark based on your browser's system preference",
"time_based_memories": "Time-based memories",
"timezone": "Timezone",
"toggle_settings": "Toggle settings",
@ -784,8 +787,5 @@
"welcome_to_immich": "Welcome to immich",
"year": "Year",
"yes": "Yes",
"theme_selection_description": "Automatically set the theme to light or dark based on your browser's system preference",
"language_setting_description": "Select your preferred language",
"language": "Language",
"zoom_image": "Zoom Image"
}

View File

@ -228,10 +228,14 @@
"admin_password": "",
"administration": "",
"advanced": "",
"album_added": "",
"album_added_notification_setting_description": "",
"album_cover_updated": "",
"album_info_updated": "",
"album_name": "",
"album_options": "",
"album_updated": "",
"album_updated_setting_description": "",
"albums": "",
"all": "",
"all_people": "",
@ -487,6 +491,8 @@
"jobs": "",
"keep": "",
"keyboard_shortcuts": "",
"language": "",
"language_setting_description": "",
"last_seen": "",
"leave": "",
"let_others_respond": "",
@ -556,6 +562,10 @@
"no_shared_albums_message": "",
"not_in_any_album": "",
"notes": "",
"notification_toggle_setting_description": "",
"notifications": "",
"notifications_setting_description": "",
"oauth": "",
"offline": "",
"ok": "",
"oldest_first": "",
@ -728,6 +738,7 @@
"template": "",
"theme": "",
"theme_selection": "",
"theme_selection_description": "",
"time_based_memories": "",
"timezone": "",
"toggle_settings": "",
@ -778,16 +789,5 @@
"welcome_to_immich": "",
"year": "",
"yes": "",
"theme_selection_description": "",
"language_setting_description": "",
"language": "",
"zoom_image": "",
"album_updated": "",
"notifications": "",
"notifications_setting_description": "",
"album_updated_setting_description": "",
"album_added_notification_setting_description": "",
"album_added": "",
"notification_toggle_setting_description": "",
"oauth": ""
"zoom_image": ""
}

View File

@ -228,10 +228,14 @@
"admin_password": "",
"administration": "",
"advanced": "",
"album_added": "",
"album_added_notification_setting_description": "",
"album_cover_updated": "",
"album_info_updated": "",
"album_name": "",
"album_options": "",
"album_updated": "",
"album_updated_setting_description": "",
"albums": "",
"all": "",
"all_people": "",
@ -487,6 +491,8 @@
"jobs": "",
"keep": "",
"keyboard_shortcuts": "",
"language": "",
"language_setting_description": "",
"last_seen": "",
"leave": "",
"let_others_respond": "",
@ -556,6 +562,10 @@
"no_shared_albums_message": "",
"not_in_any_album": "",
"notes": "",
"notification_toggle_setting_description": "",
"notifications": "",
"notifications_setting_description": "",
"oauth": "",
"offline": "",
"ok": "",
"oldest_first": "",
@ -728,6 +738,7 @@
"template": "",
"theme": "",
"theme_selection": "",
"theme_selection_description": "",
"time_based_memories": "",
"timezone": "",
"toggle_settings": "",
@ -778,16 +789,5 @@
"welcome_to_immich": "",
"year": "",
"yes": "",
"theme_selection_description": "",
"language_setting_description": "",
"language": "",
"zoom_image": "",
"oauth": "",
"album_added": "",
"album_updated": "",
"album_added_notification_setting_description": "",
"notifications": "",
"notification_toggle_setting_description": "",
"album_updated_setting_description": "",
"notifications_setting_description": ""
"zoom_image": ""
}

View File

@ -228,10 +228,14 @@
"admin_password": "",
"administration": "",
"advanced": "",
"album_added": "",
"album_added_notification_setting_description": "",
"album_cover_updated": "",
"album_info_updated": "",
"album_name": "",
"album_options": "",
"album_updated": "",
"album_updated_setting_description": "",
"albums": "",
"all": "",
"all_people": "",
@ -487,6 +491,8 @@
"jobs": "",
"keep": "",
"keyboard_shortcuts": "",
"language": "",
"language_setting_description": "",
"last_seen": "",
"leave": "",
"let_others_respond": "",
@ -556,6 +562,10 @@
"no_shared_albums_message": "",
"not_in_any_album": "",
"notes": "",
"notification_toggle_setting_description": "",
"notifications": "",
"notifications_setting_description": "",
"oauth": "",
"offline": "",
"ok": "",
"oldest_first": "",
@ -728,6 +738,7 @@
"template": "",
"theme": "",
"theme_selection": "",
"theme_selection_description": "",
"time_based_memories": "",
"timezone": "",
"toggle_settings": "",
@ -778,16 +789,5 @@
"welcome_to_immich": "",
"year": "",
"yes": "",
"theme_selection_description": "",
"language_setting_description": "",
"language": "",
"zoom_image": "",
"oauth": "",
"notification_toggle_setting_description": "",
"notifications_setting_description": "",
"album_updated_setting_description": "",
"album_updated": "",
"notifications": "",
"album_added_notification_setting_description": "",
"album_added": ""
"zoom_image": ""
}

View File

@ -228,10 +228,14 @@
"admin_password": "",
"administration": "",
"advanced": "",
"album_added": "",
"album_added_notification_setting_description": "",
"album_cover_updated": "",
"album_info_updated": "",
"album_name": "",
"album_options": "",
"album_updated": "",
"album_updated_setting_description": "",
"albums": "",
"all": "",
"all_people": "",
@ -487,6 +491,8 @@
"jobs": "",
"keep": "",
"keyboard_shortcuts": "",
"language": "",
"language_setting_description": "",
"last_seen": "",
"leave": "",
"let_others_respond": "",
@ -556,6 +562,10 @@
"no_shared_albums_message": "",
"not_in_any_album": "",
"notes": "",
"notification_toggle_setting_description": "",
"notifications": "",
"notifications_setting_description": "",
"oauth": "",
"offline": "",
"ok": "",
"oldest_first": "",
@ -728,6 +738,7 @@
"template": "",
"theme": "",
"theme_selection": "",
"theme_selection_description": "",
"time_based_memories": "",
"timezone": "",
"toggle_settings": "",
@ -778,16 +789,5 @@
"welcome_to_immich": "",
"year": "",
"yes": "",
"theme_selection_description": "",
"language_setting_description": "",
"language": "",
"zoom_image": "",
"album_added_notification_setting_description": "",
"notifications": "",
"album_updated": "",
"album_updated_setting_description": "",
"album_added": "",
"notifications_setting_description": "",
"notification_toggle_setting_description": "",
"oauth": ""
"zoom_image": ""
}

View File

@ -228,10 +228,14 @@
"admin_password": "",
"administration": "",
"advanced": "",
"album_added": "",
"album_added_notification_setting_description": "",
"album_cover_updated": "",
"album_info_updated": "",
"album_name": "",
"album_options": "",
"album_updated": "",
"album_updated_setting_description": "",
"albums": "",
"all": "",
"all_people": "",
@ -487,6 +491,8 @@
"jobs": "",
"keep": "",
"keyboard_shortcuts": "",
"language": "",
"language_setting_description": "",
"last_seen": "",
"leave": "",
"let_others_respond": "",
@ -556,6 +562,10 @@
"no_shared_albums_message": "",
"not_in_any_album": "",
"notes": "",
"notification_toggle_setting_description": "",
"notifications": "",
"notifications_setting_description": "",
"oauth": "",
"offline": "",
"ok": "",
"oldest_first": "",
@ -728,6 +738,7 @@
"template": "",
"theme": "",
"theme_selection": "",
"theme_selection_description": "",
"time_based_memories": "",
"timezone": "",
"toggle_settings": "",
@ -778,16 +789,5 @@
"welcome_to_immich": "",
"year": "",
"yes": "",
"theme_selection_description": "",
"language_setting_description": "",
"language": "",
"zoom_image": "",
"album_updated": "",
"album_added_notification_setting_description": "",
"oauth": "",
"album_updated_setting_description": "",
"notifications": "",
"notifications_setting_description": "",
"notification_toggle_setting_description": "",
"album_added": ""
"zoom_image": ""
}

View File

@ -228,10 +228,14 @@
"admin_password": "",
"administration": "",
"advanced": "",
"album_added": "",
"album_added_notification_setting_description": "",
"album_cover_updated": "",
"album_info_updated": "",
"album_name": "",
"album_options": "",
"album_updated": "",
"album_updated_setting_description": "",
"albums": "",
"all": "",
"all_people": "",
@ -487,6 +491,8 @@
"jobs": "",
"keep": "",
"keyboard_shortcuts": "",
"language": "",
"language_setting_description": "",
"last_seen": "",
"leave": "",
"let_others_respond": "",
@ -556,6 +562,10 @@
"no_shared_albums_message": "",
"not_in_any_album": "",
"notes": "",
"notification_toggle_setting_description": "",
"notifications": "",
"notifications_setting_description": "",
"oauth": "",
"offline": "",
"ok": "",
"oldest_first": "",
@ -728,6 +738,7 @@
"template": "",
"theme": "",
"theme_selection": "",
"theme_selection_description": "",
"time_based_memories": "",
"timezone": "",
"toggle_settings": "",
@ -778,16 +789,5 @@
"welcome_to_immich": "",
"year": "",
"yes": "",
"theme_selection_description": "",
"language_setting_description": "",
"language": "",
"zoom_image": "",
"notifications": "",
"album_updated": "",
"album_updated_setting_description": "",
"notifications_setting_description": "",
"album_added_notification_setting_description": "",
"notification_toggle_setting_description": "",
"album_added": "",
"oauth": ""
"zoom_image": ""
}

View File

@ -228,10 +228,14 @@
"admin_password": "",
"administration": "",
"advanced": "",
"album_added": "",
"album_added_notification_setting_description": "",
"album_cover_updated": "",
"album_info_updated": "",
"album_name": "",
"album_options": "",
"album_updated": "",
"album_updated_setting_description": "",
"albums": "",
"all": "",
"all_people": "",
@ -487,6 +491,8 @@
"jobs": "",
"keep": "",
"keyboard_shortcuts": "",
"language": "",
"language_setting_description": "",
"last_seen": "",
"leave": "",
"let_others_respond": "",
@ -556,6 +562,10 @@
"no_shared_albums_message": "",
"not_in_any_album": "",
"notes": "",
"notification_toggle_setting_description": "",
"notifications": "",
"notifications_setting_description": "",
"oauth": "",
"offline": "",
"ok": "",
"oldest_first": "",
@ -728,6 +738,7 @@
"template": "",
"theme": "",
"theme_selection": "",
"theme_selection_description": "",
"time_based_memories": "",
"timezone": "",
"toggle_settings": "",
@ -778,16 +789,5 @@
"welcome_to_immich": "",
"year": "",
"yes": "",
"theme_selection_description": "",
"language_setting_description": "",
"language": "",
"zoom_image": "",
"notifications_setting_description": "",
"album_added_notification_setting_description": "",
"album_added": "",
"oauth": "",
"notification_toggle_setting_description": "",
"notifications": "",
"album_updated": "",
"album_updated_setting_description": ""
"zoom_image": ""
}

View File

@ -228,10 +228,14 @@
"admin_password": "",
"administration": "",
"advanced": "",
"album_added": "",
"album_added_notification_setting_description": "",
"album_cover_updated": "",
"album_info_updated": "",
"album_name": "",
"album_options": "",
"album_updated": "",
"album_updated_setting_description": "",
"albums": "",
"all": "",
"all_people": "",
@ -487,6 +491,8 @@
"jobs": "",
"keep": "",
"keyboard_shortcuts": "",
"language": "",
"language_setting_description": "",
"last_seen": "",
"leave": "",
"let_others_respond": "",
@ -556,6 +562,10 @@
"no_shared_albums_message": "",
"not_in_any_album": "",
"notes": "",
"notification_toggle_setting_description": "",
"notifications": "",
"notifications_setting_description": "",
"oauth": "",
"offline": "",
"ok": "",
"oldest_first": "",
@ -728,6 +738,7 @@
"template": "",
"theme": "",
"theme_selection": "",
"theme_selection_description": "",
"time_based_memories": "",
"timezone": "",
"toggle_settings": "",
@ -778,16 +789,5 @@
"welcome_to_immich": "",
"year": "",
"yes": "",
"theme_selection_description": "",
"language_setting_description": "",
"language": "",
"zoom_image": "",
"album_added": "",
"album_updated_setting_description": "",
"oauth": "",
"notification_toggle_setting_description": "",
"album_updated": "",
"notifications_setting_description": "",
"album_added_notification_setting_description": "",
"notifications": ""
"zoom_image": ""
}

View File

@ -228,10 +228,14 @@
"admin_password": "",
"administration": "",
"advanced": "",
"album_added": "",
"album_added_notification_setting_description": "",
"album_cover_updated": "",
"album_info_updated": "",
"album_name": "",
"album_options": "",
"album_updated": "",
"album_updated_setting_description": "",
"albums": "",
"all": "",
"all_people": "",
@ -487,6 +491,8 @@
"jobs": "",
"keep": "",
"keyboard_shortcuts": "",
"language": "",
"language_setting_description": "",
"last_seen": "",
"leave": "",
"let_others_respond": "",
@ -556,6 +562,10 @@
"no_shared_albums_message": "",
"not_in_any_album": "",
"notes": "",
"notification_toggle_setting_description": "",
"notifications": "",
"notifications_setting_description": "",
"oauth": "",
"offline": "",
"ok": "",
"oldest_first": "",
@ -728,6 +738,7 @@
"template": "",
"theme": "",
"theme_selection": "",
"theme_selection_description": "",
"time_based_memories": "",
"timezone": "",
"toggle_settings": "",
@ -778,16 +789,5 @@
"welcome_to_immich": "",
"year": "",
"yes": "",
"theme_selection_description": "",
"language_setting_description": "",
"language": "",
"zoom_image": "",
"album_added": "",
"oauth": "",
"notifications_setting_description": "",
"album_updated": "",
"notification_toggle_setting_description": "",
"notifications": "",
"album_added_notification_setting_description": "",
"album_updated_setting_description": ""
"zoom_image": ""
}

View File

@ -228,10 +228,14 @@
"admin_password": "",
"administration": "",
"advanced": "",
"album_added": "",
"album_added_notification_setting_description": "",
"album_cover_updated": "",
"album_info_updated": "",
"album_name": "",
"album_options": "",
"album_updated": "",
"album_updated_setting_description": "",
"albums": "",
"all": "",
"all_people": "",
@ -487,6 +491,8 @@
"jobs": "",
"keep": "",
"keyboard_shortcuts": "",
"language": "",
"language_setting_description": "",
"last_seen": "",
"leave": "",
"let_others_respond": "",
@ -556,6 +562,10 @@
"no_shared_albums_message": "",
"not_in_any_album": "",
"notes": "",
"notification_toggle_setting_description": "",
"notifications": "",
"notifications_setting_description": "",
"oauth": "",
"offline": "",
"ok": "",
"oldest_first": "",
@ -728,6 +738,7 @@
"template": "",
"theme": "",
"theme_selection": "",
"theme_selection_description": "",
"time_based_memories": "",
"timezone": "",
"toggle_settings": "",
@ -778,16 +789,5 @@
"welcome_to_immich": "",
"year": "",
"yes": "",
"theme_selection_description": "",
"language_setting_description": "",
"language": "",
"zoom_image": "",
"notifications_setting_description": "",
"album_added_notification_setting_description": "",
"album_updated": "",
"album_updated_setting_description": "",
"album_added": "",
"notification_toggle_setting_description": "",
"oauth": "",
"notifications": ""
"zoom_image": ""
}

View File

@ -228,10 +228,14 @@
"admin_password": "",
"administration": "",
"advanced": "",
"album_added": "",
"album_added_notification_setting_description": "",
"album_cover_updated": "",
"album_info_updated": "",
"album_name": "",
"album_options": "",
"album_updated": "",
"album_updated_setting_description": "",
"albums": "",
"all": "",
"all_people": "",
@ -487,6 +491,8 @@
"jobs": "",
"keep": "",
"keyboard_shortcuts": "",
"language": "",
"language_setting_description": "",
"last_seen": "",
"leave": "",
"let_others_respond": "",
@ -556,6 +562,10 @@
"no_shared_albums_message": "",
"not_in_any_album": "",
"notes": "",
"notification_toggle_setting_description": "",
"notifications": "",
"notifications_setting_description": "",
"oauth": "",
"offline": "",
"ok": "",
"oldest_first": "",
@ -728,6 +738,7 @@
"template": "",
"theme": "",
"theme_selection": "",
"theme_selection_description": "",
"time_based_memories": "",
"timezone": "",
"toggle_settings": "",
@ -778,16 +789,5 @@
"welcome_to_immich": "",
"year": "",
"yes": "",
"theme_selection_description": "",
"language_setting_description": "",
"language": "",
"zoom_image": "",
"album_updated": "",
"notification_toggle_setting_description": "",
"oauth": "",
"album_updated_setting_description": "",
"album_added": "",
"notifications": "",
"notifications_setting_description": "",
"album_added_notification_setting_description": ""
"zoom_image": ""
}

View File

@ -228,10 +228,14 @@
"admin_password": "",
"administration": "",
"advanced": "",
"album_added": "",
"album_added_notification_setting_description": "",
"album_cover_updated": "",
"album_info_updated": "",
"album_name": "",
"album_options": "",
"album_updated": "",
"album_updated_setting_description": "",
"albums": "",
"all": "",
"all_people": "",
@ -487,6 +491,8 @@
"jobs": "",
"keep": "",
"keyboard_shortcuts": "",
"language": "",
"language_setting_description": "",
"last_seen": "",
"leave": "",
"let_others_respond": "",
@ -556,6 +562,10 @@
"no_shared_albums_message": "",
"not_in_any_album": "",
"notes": "",
"notification_toggle_setting_description": "",
"notifications": "",
"notifications_setting_description": "",
"oauth": "",
"offline": "",
"ok": "",
"oldest_first": "",
@ -728,6 +738,7 @@
"template": "",
"theme": "",
"theme_selection": "",
"theme_selection_description": "",
"time_based_memories": "",
"timezone": "",
"toggle_settings": "",
@ -778,16 +789,5 @@
"welcome_to_immich": "",
"year": "",
"yes": "",
"theme_selection_description": "",
"language_setting_description": "",
"language": "",
"zoom_image": "",
"notification_toggle_setting_description": "",
"oauth": "",
"notifications_setting_description": "",
"album_added": "",
"album_updated_setting_description": "",
"album_added_notification_setting_description": "",
"notifications": "",
"album_updated": ""
"zoom_image": ""
}

View File

@ -228,10 +228,14 @@
"admin_password": "",
"administration": "",
"advanced": "",
"album_added": "",
"album_added_notification_setting_description": "",
"album_cover_updated": "",
"album_info_updated": "",
"album_name": "",
"album_options": "",
"album_updated": "",
"album_updated_setting_description": "",
"albums": "",
"all": "",
"all_people": "",
@ -487,6 +491,8 @@
"jobs": "",
"keep": "",
"keyboard_shortcuts": "",
"language": "",
"language_setting_description": "",
"last_seen": "",
"leave": "",
"let_others_respond": "",
@ -556,6 +562,10 @@
"no_shared_albums_message": "",
"not_in_any_album": "",
"notes": "",
"notification_toggle_setting_description": "",
"notifications": "",
"notifications_setting_description": "",
"oauth": "",
"offline": "",
"ok": "",
"oldest_first": "",
@ -728,6 +738,7 @@
"template": "",
"theme": "",
"theme_selection": "",
"theme_selection_description": "",
"time_based_memories": "",
"timezone": "",
"toggle_settings": "",
@ -778,16 +789,5 @@
"welcome_to_immich": "",
"year": "",
"yes": "",
"theme_selection_description": "",
"language_setting_description": "",
"language": "",
"zoom_image": "",
"notification_toggle_setting_description": "",
"album_added": "",
"oauth": "",
"album_updated_setting_description": "",
"album_updated": "",
"notifications_setting_description": "",
"notifications": "",
"album_added_notification_setting_description": ""
"zoom_image": ""
}

View File

@ -228,10 +228,14 @@
"admin_password": "",
"administration": "",
"advanced": "",
"album_added": "",
"album_added_notification_setting_description": "",
"album_cover_updated": "",
"album_info_updated": "",
"album_name": "",
"album_options": "",
"album_updated": "",
"album_updated_setting_description": "",
"albums": "",
"all": "",
"all_people": "",
@ -487,6 +491,8 @@
"jobs": "",
"keep": "",
"keyboard_shortcuts": "",
"language": "",
"language_setting_description": "",
"last_seen": "",
"leave": "",
"let_others_respond": "",
@ -556,6 +562,10 @@
"no_shared_albums_message": "",
"not_in_any_album": "",
"notes": "",
"notification_toggle_setting_description": "",
"notifications": "",
"notifications_setting_description": "",
"oauth": "",
"offline": "",
"ok": "",
"oldest_first": "",
@ -728,6 +738,7 @@
"template": "",
"theme": "",
"theme_selection": "",
"theme_selection_description": "",
"time_based_memories": "",
"timezone": "",
"toggle_settings": "",
@ -778,16 +789,5 @@
"welcome_to_immich": "",
"year": "",
"yes": "",
"theme_selection_description": "",
"language_setting_description": "",
"language": "",
"zoom_image": "",
"oauth": "",
"album_updated": "",
"notifications_setting_description": "",
"notifications": "",
"album_updated_setting_description": "",
"notification_toggle_setting_description": "",
"album_added": "",
"album_added_notification_setting_description": ""
"zoom_image": ""
}

View File

@ -228,10 +228,14 @@
"admin_password": "",
"administration": "",
"advanced": "",
"album_added": "",
"album_added_notification_setting_description": "",
"album_cover_updated": "",
"album_info_updated": "",
"album_name": "",
"album_options": "",
"album_updated": "",
"album_updated_setting_description": "",
"albums": "",
"all": "",
"all_people": "",
@ -487,6 +491,8 @@
"jobs": "",
"keep": "",
"keyboard_shortcuts": "",
"language": "",
"language_setting_description": "",
"last_seen": "",
"leave": "",
"let_others_respond": "",
@ -556,6 +562,10 @@
"no_shared_albums_message": "",
"not_in_any_album": "",
"notes": "",
"notification_toggle_setting_description": "",
"notifications": "",
"notifications_setting_description": "",
"oauth": "",
"offline": "",
"ok": "",
"oldest_first": "",
@ -728,6 +738,7 @@
"template": "",
"theme": "",
"theme_selection": "",
"theme_selection_description": "",
"time_based_memories": "",
"timezone": "",
"toggle_settings": "",
@ -778,16 +789,5 @@
"welcome_to_immich": "",
"year": "",
"yes": "",
"theme_selection_description": "",
"language_setting_description": "",
"language": "",
"zoom_image": "",
"album_added": "",
"notifications": "",
"album_added_notification_setting_description": "",
"notifications_setting_description": "",
"notification_toggle_setting_description": "",
"oauth": "",
"album_updated_setting_description": "",
"album_updated": ""
"zoom_image": ""
}

View File

@ -228,10 +228,14 @@
"admin_password": "",
"administration": "",
"advanced": "",
"album_added": "",
"album_added_notification_setting_description": "",
"album_cover_updated": "",
"album_info_updated": "",
"album_name": "",
"album_options": "",
"album_updated": "",
"album_updated_setting_description": "",
"albums": "",
"all": "",
"all_people": "",
@ -487,6 +491,8 @@
"jobs": "",
"keep": "",
"keyboard_shortcuts": "",
"language": "",
"language_setting_description": "",
"last_seen": "",
"leave": "",
"let_others_respond": "",
@ -556,6 +562,10 @@
"no_shared_albums_message": "",
"not_in_any_album": "",
"notes": "",
"notification_toggle_setting_description": "",
"notifications": "",
"notifications_setting_description": "",
"oauth": "",
"offline": "",
"ok": "",
"oldest_first": "",
@ -728,6 +738,7 @@
"template": "",
"theme": "",
"theme_selection": "",
"theme_selection_description": "",
"time_based_memories": "",
"timezone": "",
"toggle_settings": "",
@ -778,16 +789,5 @@
"welcome_to_immich": "",
"year": "",
"yes": "",
"theme_selection_description": "",
"language_setting_description": "",
"language": "",
"zoom_image": "",
"album_updated": "",
"album_added_notification_setting_description": "",
"notifications_setting_description": "",
"album_added": "",
"album_updated_setting_description": "",
"oauth": "",
"notification_toggle_setting_description": "",
"notifications": ""
"zoom_image": ""
}

View File

@ -228,10 +228,14 @@
"admin_password": "",
"administration": "",
"advanced": "",
"album_added": "",
"album_added_notification_setting_description": "",
"album_cover_updated": "",
"album_info_updated": "",
"album_name": "",
"album_options": "",
"album_updated": "",
"album_updated_setting_description": "",
"albums": "",
"all": "",
"all_people": "",
@ -487,6 +491,8 @@
"jobs": "",
"keep": "",
"keyboard_shortcuts": "",
"language": "",
"language_setting_description": "",
"last_seen": "",
"leave": "",
"let_others_respond": "",
@ -556,6 +562,10 @@
"no_shared_albums_message": "",
"not_in_any_album": "",
"notes": "",
"notification_toggle_setting_description": "",
"notifications": "",
"notifications_setting_description": "",
"oauth": "",
"offline": "",
"ok": "",
"oldest_first": "",
@ -728,6 +738,7 @@
"template": "",
"theme": "",
"theme_selection": "",
"theme_selection_description": "",
"time_based_memories": "",
"timezone": "",
"toggle_settings": "",
@ -778,16 +789,5 @@
"welcome_to_immich": "",
"year": "",
"yes": "",
"theme_selection_description": "",
"language_setting_description": "",
"language": "",
"zoom_image": "",
"notifications_setting_description": "",
"album_added_notification_setting_description": "",
"album_updated_setting_description": "",
"album_updated": "",
"notifications": "",
"album_added": "",
"notification_toggle_setting_description": "",
"oauth": ""
"zoom_image": ""
}

View File

@ -228,10 +228,14 @@
"admin_password": "",
"administration": "",
"advanced": "",
"album_added": "",
"album_added_notification_setting_description": "",
"album_cover_updated": "",
"album_info_updated": "",
"album_name": "",
"album_options": "",
"album_updated": "",
"album_updated_setting_description": "",
"albums": "",
"all": "",
"all_people": "",
@ -487,6 +491,8 @@
"jobs": "",
"keep": "",
"keyboard_shortcuts": "",
"language": "",
"language_setting_description": "",
"last_seen": "",
"leave": "",
"let_others_respond": "",
@ -556,6 +562,10 @@
"no_shared_albums_message": "",
"not_in_any_album": "",
"notes": "",
"notification_toggle_setting_description": "",
"notifications": "",
"notifications_setting_description": "",
"oauth": "",
"offline": "",
"ok": "",
"oldest_first": "",
@ -728,6 +738,7 @@
"template": "",
"theme": "",
"theme_selection": "",
"theme_selection_description": "",
"time_based_memories": "",
"timezone": "",
"toggle_settings": "",
@ -778,16 +789,5 @@
"welcome_to_immich": "",
"year": "",
"yes": "",
"theme_selection_description": "",
"language_setting_description": "",
"language": "",
"zoom_image": "",
"album_added": "",
"album_updated_setting_description": "",
"notification_toggle_setting_description": "",
"notifications": "",
"album_added_notification_setting_description": "",
"notifications_setting_description": "",
"oauth": "",
"album_updated": ""
"zoom_image": ""
}

View File

@ -228,10 +228,14 @@
"admin_password": "",
"administration": "",
"advanced": "",
"album_added": "",
"album_added_notification_setting_description": "",
"album_cover_updated": "",
"album_info_updated": "",
"album_name": "",
"album_options": "",
"album_updated": "",
"album_updated_setting_description": "",
"albums": "",
"all": "",
"all_people": "",
@ -487,6 +491,8 @@
"jobs": "",
"keep": "",
"keyboard_shortcuts": "",
"language": "",
"language_setting_description": "",
"last_seen": "",
"leave": "",
"let_others_respond": "",
@ -556,6 +562,10 @@
"no_shared_albums_message": "",
"not_in_any_album": "",
"notes": "",
"notification_toggle_setting_description": "",
"notifications": "",
"notifications_setting_description": "",
"oauth": "",
"offline": "",
"ok": "",
"oldest_first": "",
@ -728,6 +738,7 @@
"template": "",
"theme": "",
"theme_selection": "",
"theme_selection_description": "",
"time_based_memories": "",
"timezone": "",
"toggle_settings": "",
@ -778,16 +789,5 @@
"welcome_to_immich": "",
"year": "",
"yes": "",
"theme_selection_description": "",
"language_setting_description": "",
"language": "",
"zoom_image": "",
"notifications_setting_description": "",
"notification_toggle_setting_description": "",
"album_updated_setting_description": "",
"album_updated": "",
"notifications": "",
"oauth": "",
"album_added_notification_setting_description": "",
"album_added": ""
"zoom_image": ""
}

View File

@ -228,10 +228,14 @@
"admin_password": "",
"administration": "",
"advanced": "",
"album_added": "",
"album_added_notification_setting_description": "",
"album_cover_updated": "",
"album_info_updated": "",
"album_name": "",
"album_options": "",
"album_updated": "",
"album_updated_setting_description": "",
"albums": "",
"all": "",
"all_people": "",
@ -487,6 +491,8 @@
"jobs": "",
"keep": "",
"keyboard_shortcuts": "",
"language": "",
"language_setting_description": "",
"last_seen": "",
"leave": "",
"let_others_respond": "",
@ -556,6 +562,10 @@
"no_shared_albums_message": "",
"not_in_any_album": "",
"notes": "",
"notification_toggle_setting_description": "",
"notifications": "",
"notifications_setting_description": "",
"oauth": "",
"offline": "",
"ok": "",
"oldest_first": "",
@ -728,6 +738,7 @@
"template": "",
"theme": "",
"theme_selection": "",
"theme_selection_description": "",
"time_based_memories": "",
"timezone": "",
"toggle_settings": "",
@ -778,16 +789,5 @@
"welcome_to_immich": "",
"year": "",
"yes": "",
"theme_selection_description": "",
"language_setting_description": "",
"language": "",
"zoom_image": "",
"notifications": "",
"oauth": "",
"notification_toggle_setting_description": "",
"album_added": "",
"album_updated": "",
"album_updated_setting_description": "",
"album_added_notification_setting_description": "",
"notifications_setting_description": ""
"zoom_image": ""
}

View File

@ -228,10 +228,14 @@
"admin_password": "",
"administration": "",
"advanced": "",
"album_added": "",
"album_added_notification_setting_description": "",
"album_cover_updated": "",
"album_info_updated": "",
"album_name": "",
"album_options": "",
"album_updated": "",
"album_updated_setting_description": "",
"albums": "",
"all": "",
"all_people": "",
@ -487,6 +491,8 @@
"jobs": "",
"keep": "",
"keyboard_shortcuts": "",
"language": "",
"language_setting_description": "",
"last_seen": "",
"leave": "",
"let_others_respond": "",
@ -556,6 +562,10 @@
"no_shared_albums_message": "",
"not_in_any_album": "",
"notes": "",
"notification_toggle_setting_description": "",
"notifications": "",
"notifications_setting_description": "",
"oauth": "",
"offline": "",
"ok": "",
"oldest_first": "",
@ -728,6 +738,7 @@
"template": "",
"theme": "",
"theme_selection": "",
"theme_selection_description": "",
"time_based_memories": "",
"timezone": "",
"toggle_settings": "",
@ -778,16 +789,5 @@
"welcome_to_immich": "",
"year": "",
"yes": "",
"theme_selection_description": "",
"language_setting_description": "",
"language": "",
"zoom_image": "",
"album_added": "",
"notification_toggle_setting_description": "",
"notifications_setting_description": "",
"album_added_notification_setting_description": "",
"oauth": "",
"album_updated_setting_description": "",
"album_updated": "",
"notifications": ""
"zoom_image": ""
}

View File

@ -228,10 +228,14 @@
"admin_password": "",
"administration": "",
"advanced": "",
"album_added": "",
"album_added_notification_setting_description": "",
"album_cover_updated": "",
"album_info_updated": "",
"album_name": "",
"album_options": "",
"album_updated": "",
"album_updated_setting_description": "",
"albums": "",
"all": "",
"all_people": "",
@ -487,6 +491,8 @@
"jobs": "",
"keep": "",
"keyboard_shortcuts": "",
"language": "",
"language_setting_description": "",
"last_seen": "",
"leave": "",
"let_others_respond": "",
@ -556,6 +562,10 @@
"no_shared_albums_message": "",
"not_in_any_album": "",
"notes": "",
"notification_toggle_setting_description": "",
"notifications": "",
"notifications_setting_description": "",
"oauth": "",
"offline": "",
"ok": "",
"oldest_first": "",
@ -728,6 +738,7 @@
"template": "",
"theme": "",
"theme_selection": "",
"theme_selection_description": "",
"time_based_memories": "",
"timezone": "",
"toggle_settings": "",
@ -778,16 +789,5 @@
"welcome_to_immich": "",
"year": "",
"yes": "",
"theme_selection_description": "",
"language_setting_description": "",
"language": "",
"zoom_image": "",
"album_updated": "",
"notifications_setting_description": "",
"album_added": "",
"oauth": "",
"album_updated_setting_description": "",
"album_added_notification_setting_description": "",
"notifications": "",
"notification_toggle_setting_description": ""
"zoom_image": ""
}

View File

@ -228,10 +228,14 @@
"admin_password": "",
"administration": "",
"advanced": "",
"album_added": "",
"album_added_notification_setting_description": "",
"album_cover_updated": "",
"album_info_updated": "",
"album_name": "",
"album_options": "",
"album_updated": "",
"album_updated_setting_description": "",
"albums": "",
"all": "",
"all_people": "",
@ -487,6 +491,8 @@
"jobs": "",
"keep": "",
"keyboard_shortcuts": "",
"language": "",
"language_setting_description": "",
"last_seen": "",
"leave": "",
"let_others_respond": "",
@ -556,6 +562,10 @@
"no_shared_albums_message": "",
"not_in_any_album": "",
"notes": "",
"notification_toggle_setting_description": "",
"notifications": "",
"notifications_setting_description": "",
"oauth": "",
"offline": "",
"ok": "",
"oldest_first": "",
@ -728,6 +738,7 @@
"template": "",
"theme": "",
"theme_selection": "",
"theme_selection_description": "",
"time_based_memories": "",
"timezone": "",
"toggle_settings": "",
@ -778,16 +789,5 @@
"welcome_to_immich": "",
"year": "",
"yes": "",
"theme_selection_description": "",
"language_setting_description": "",
"language": "",
"zoom_image": "",
"album_added_notification_setting_description": "",
"notifications": "",
"oauth": "",
"album_added": "",
"album_updated": "",
"notifications_setting_description": "",
"notification_toggle_setting_description": "",
"album_updated_setting_description": ""
"zoom_image": ""
}

View File

@ -228,10 +228,14 @@
"admin_password": "",
"administration": "",
"advanced": "",
"album_added": "",
"album_added_notification_setting_description": "",
"album_cover_updated": "",
"album_info_updated": "",
"album_name": "",
"album_options": "",
"album_updated": "",
"album_updated_setting_description": "",
"albums": "",
"all": "",
"all_people": "",
@ -487,6 +491,8 @@
"jobs": "",
"keep": "",
"keyboard_shortcuts": "",
"language": "",
"language_setting_description": "",
"last_seen": "",
"leave": "",
"let_others_respond": "",
@ -556,6 +562,10 @@
"no_shared_albums_message": "",
"not_in_any_album": "",
"notes": "",
"notification_toggle_setting_description": "",
"notifications": "",
"notifications_setting_description": "",
"oauth": "",
"offline": "",
"ok": "",
"oldest_first": "",
@ -728,6 +738,7 @@
"template": "",
"theme": "",
"theme_selection": "",
"theme_selection_description": "",
"time_based_memories": "",
"timezone": "",
"toggle_settings": "",
@ -778,16 +789,5 @@
"welcome_to_immich": "",
"year": "",
"yes": "",
"theme_selection_description": "",
"language_setting_description": "",
"language": "",
"zoom_image": "",
"oauth": "",
"album_updated_setting_description": "",
"notification_toggle_setting_description": "",
"album_added": "",
"notifications_setting_description": "",
"album_updated": "",
"album_added_notification_setting_description": "",
"notifications": ""
"zoom_image": ""
}

View File

@ -228,10 +228,14 @@
"admin_password": "",
"administration": "",
"advanced": "",
"album_added": "相册已添加",
"album_added_notification_setting_description": "当您被添加到共享相册时,会收到邮件通知",
"album_cover_updated": "更新相册封面",
"album_info_updated": "更新相册信息",
"album_name": "相册名称",
"album_options": "相册设置",
"album_updated": "相册已更新",
"album_updated_setting_description": "",
"albums": "相册",
"all": "",
"all_people": "",
@ -487,6 +491,8 @@
"jobs": "",
"keep": "",
"keyboard_shortcuts": "",
"language": "语言",
"language_setting_description": "选择您的偏好语言",
"last_seen": "",
"leave": "",
"let_others_respond": "",
@ -556,6 +562,10 @@
"no_shared_albums_message": "创建相册以共享照片和视频",
"not_in_any_album": "不在任何相册中",
"notes": "",
"notification_toggle_setting_description": "",
"notifications": "",
"notifications_setting_description": "",
"oauth": "",
"offline": "",
"ok": "",
"oldest_first": "",
@ -728,6 +738,7 @@
"template": "模版",
"theme": "主题",
"theme_selection": "主题选项",
"theme_selection_description": "根据浏览器的系统首选项自动设置主题色",
"time_based_memories": "基于时间的回忆",
"timezone": "时区",
"toggle_settings": "切换设置",
@ -778,16 +789,5 @@
"welcome_to_immich": "欢迎使用immich",
"year": "年",
"yes": "是",
"theme_selection_description": "根据浏览器的系统首选项自动设置主题色",
"language_setting_description": "选择您的偏好语言",
"language": "语言",
"zoom_image": "缩放图像",
"album_added": "相册已添加",
"album_updated": "相册已更新",
"album_added_notification_setting_description": "当您被添加到共享相册时,会收到邮件通知",
"notification_toggle_setting_description": "",
"notifications": "",
"notifications_setting_description": "",
"oauth": "",
"album_updated_setting_description": ""
"zoom_image": "缩放图像"
}

View File

@ -1,9 +1,7 @@
{
"name": "Immich",
"short_name": "Immich",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"description": "Self-hosted photo and video backup solution directly from your mobile phone.",
"display": "standalone",
"icons": [
{
"src": "manifest-icon-192.maskable.png",
@ -30,6 +28,8 @@
"purpose": "maskable"
}
],
"description": "Self-hosted photo and video backup solution directly from your mobile phone.",
"lang": "en"
"lang": "en",
"name": "Immich",
"short_name": "Immich",
"start_url": "/"
}

View File

@ -1,5 +1,4 @@
{
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"allowJs": true,
"checkJs": true,
@ -13,5 +12,6 @@
"strict": true,
"target": "es2020",
"types": ["vitest/globals"]
}
},
"extends": "./.svelte-kit/tsconfig.json"
}