mirror of
https://github.com/immich-app/immich.git
synced 2025-01-28 17:34:41 +02:00
chore(web): order json files alphabetically (#10076)
This commit is contained in:
parent
2f25a8a437
commit
22a0b4d900
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"singleQuote": true,
|
"organizeImportsSkipDestructiveCodeActions": true,
|
||||||
"trailingComma": "all",
|
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }],
|
||||||
|
"plugins": ["prettier-plugin-organize-imports", "prettier-plugin-svelte", "prettier-plugin-sort-json"],
|
||||||
"printWidth": 120,
|
"printWidth": 120,
|
||||||
"semi": true,
|
"semi": true,
|
||||||
"plugins": ["prettier-plugin-organize-imports", "prettier-plugin-svelte"],
|
"singleQuote": true,
|
||||||
"organizeImportsSkipDestructiveCodeActions": true,
|
"trailingComma": "all"
|
||||||
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
|
|
||||||
}
|
}
|
||||||
|
13
web/package-lock.json
generated
13
web/package-lock.json
generated
@ -54,6 +54,7 @@
|
|||||||
"postcss": "^8.4.35",
|
"postcss": "^8.4.35",
|
||||||
"prettier": "^3.2.5",
|
"prettier": "^3.2.5",
|
||||||
"prettier-plugin-organize-imports": "^3.2.4",
|
"prettier-plugin-organize-imports": "^3.2.4",
|
||||||
|
"prettier-plugin-sort-json": "^4.0.0",
|
||||||
"prettier-plugin-svelte": "^3.2.1",
|
"prettier-plugin-svelte": "^3.2.1",
|
||||||
"rollup-plugin-visualizer": "^5.12.0",
|
"rollup-plugin-visualizer": "^5.12.0",
|
||||||
"svelte": "^4.2.12",
|
"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": {
|
"node_modules/prettier-plugin-svelte": {
|
||||||
"version": "3.2.3",
|
"version": "3.2.3",
|
||||||
"resolved": "https://registry.npmjs.org/prettier-plugin-svelte/-/prettier-plugin-svelte-3.2.3.tgz",
|
"resolved": "https://registry.npmjs.org/prettier-plugin-svelte/-/prettier-plugin-svelte-3.2.3.tgz",
|
||||||
|
@ -48,6 +48,7 @@
|
|||||||
"postcss": "^8.4.35",
|
"postcss": "^8.4.35",
|
||||||
"prettier": "^3.2.5",
|
"prettier": "^3.2.5",
|
||||||
"prettier-plugin-organize-imports": "^3.2.4",
|
"prettier-plugin-organize-imports": "^3.2.4",
|
||||||
|
"prettier-plugin-sort-json": "^4.0.0",
|
||||||
"prettier-plugin-svelte": "^3.2.1",
|
"prettier-plugin-svelte": "^3.2.1",
|
||||||
"rollup-plugin-visualizer": "^5.12.0",
|
"rollup-plugin-visualizer": "^5.12.0",
|
||||||
"svelte": "^4.2.12",
|
"svelte": "^4.2.12",
|
||||||
@ -74,8 +75,8 @@
|
|||||||
"lodash-es": "^4.17.21",
|
"lodash-es": "^4.17.21",
|
||||||
"luxon": "^3.4.4",
|
"luxon": "^3.4.4",
|
||||||
"socket.io-client": "^4.7.4",
|
"socket.io-client": "^4.7.4",
|
||||||
"svelte-local-storage-store": "^0.6.4",
|
|
||||||
"svelte-i18n": "^4.0.0",
|
"svelte-i18n": "^4.0.0",
|
||||||
|
"svelte-local-storage-store": "^0.6.4",
|
||||||
"svelte-maplibre": "^0.9.0",
|
"svelte-maplibre": "^0.9.0",
|
||||||
"thumbhash": "^0.1.1"
|
"thumbhash": "^0.1.1"
|
||||||
},
|
},
|
||||||
|
@ -228,10 +228,14 @@
|
|||||||
"admin_password": "",
|
"admin_password": "",
|
||||||
"administration": "",
|
"administration": "",
|
||||||
"advanced": "",
|
"advanced": "",
|
||||||
|
"album_added": "",
|
||||||
|
"album_added_notification_setting_description": "",
|
||||||
"album_cover_updated": "",
|
"album_cover_updated": "",
|
||||||
"album_info_updated": "",
|
"album_info_updated": "",
|
||||||
"album_name": "",
|
"album_name": "",
|
||||||
"album_options": "",
|
"album_options": "",
|
||||||
|
"album_updated": "",
|
||||||
|
"album_updated_setting_description": "",
|
||||||
"albums": "",
|
"albums": "",
|
||||||
"all": "",
|
"all": "",
|
||||||
"all_people": "",
|
"all_people": "",
|
||||||
@ -487,6 +491,8 @@
|
|||||||
"jobs": "",
|
"jobs": "",
|
||||||
"keep": "",
|
"keep": "",
|
||||||
"keyboard_shortcuts": "",
|
"keyboard_shortcuts": "",
|
||||||
|
"language": "",
|
||||||
|
"language_setting_description": "",
|
||||||
"last_seen": "",
|
"last_seen": "",
|
||||||
"leave": "",
|
"leave": "",
|
||||||
"let_others_respond": "",
|
"let_others_respond": "",
|
||||||
@ -556,6 +562,10 @@
|
|||||||
"no_shared_albums_message": "",
|
"no_shared_albums_message": "",
|
||||||
"not_in_any_album": "",
|
"not_in_any_album": "",
|
||||||
"notes": "",
|
"notes": "",
|
||||||
|
"notification_toggle_setting_description": "",
|
||||||
|
"notifications": "",
|
||||||
|
"notifications_setting_description": "",
|
||||||
|
"oauth": "",
|
||||||
"offline": "",
|
"offline": "",
|
||||||
"ok": "",
|
"ok": "",
|
||||||
"oldest_first": "",
|
"oldest_first": "",
|
||||||
@ -728,6 +738,7 @@
|
|||||||
"template": "",
|
"template": "",
|
||||||
"theme": "",
|
"theme": "",
|
||||||
"theme_selection": "",
|
"theme_selection": "",
|
||||||
|
"theme_selection_description": "",
|
||||||
"time_based_memories": "",
|
"time_based_memories": "",
|
||||||
"timezone": "",
|
"timezone": "",
|
||||||
"toggle_settings": "",
|
"toggle_settings": "",
|
||||||
@ -778,16 +789,5 @@
|
|||||||
"welcome_to_immich": "",
|
"welcome_to_immich": "",
|
||||||
"year": "",
|
"year": "",
|
||||||
"yes": "",
|
"yes": "",
|
||||||
"theme_selection_description": "",
|
"zoom_image": ""
|
||||||
"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": ""
|
|
||||||
}
|
}
|
||||||
|
@ -228,10 +228,14 @@
|
|||||||
"admin_password": "",
|
"admin_password": "",
|
||||||
"administration": "",
|
"administration": "",
|
||||||
"advanced": "",
|
"advanced": "",
|
||||||
|
"album_added": "",
|
||||||
|
"album_added_notification_setting_description": "",
|
||||||
"album_cover_updated": "",
|
"album_cover_updated": "",
|
||||||
"album_info_updated": "",
|
"album_info_updated": "",
|
||||||
"album_name": "",
|
"album_name": "",
|
||||||
"album_options": "",
|
"album_options": "",
|
||||||
|
"album_updated": "",
|
||||||
|
"album_updated_setting_description": "",
|
||||||
"albums": "",
|
"albums": "",
|
||||||
"all": "",
|
"all": "",
|
||||||
"all_people": "",
|
"all_people": "",
|
||||||
@ -487,6 +491,8 @@
|
|||||||
"jobs": "",
|
"jobs": "",
|
||||||
"keep": "",
|
"keep": "",
|
||||||
"keyboard_shortcuts": "",
|
"keyboard_shortcuts": "",
|
||||||
|
"language": "",
|
||||||
|
"language_setting_description": "",
|
||||||
"last_seen": "",
|
"last_seen": "",
|
||||||
"leave": "",
|
"leave": "",
|
||||||
"let_others_respond": "",
|
"let_others_respond": "",
|
||||||
@ -556,6 +562,10 @@
|
|||||||
"no_shared_albums_message": "",
|
"no_shared_albums_message": "",
|
||||||
"not_in_any_album": "",
|
"not_in_any_album": "",
|
||||||
"notes": "",
|
"notes": "",
|
||||||
|
"notification_toggle_setting_description": "",
|
||||||
|
"notifications": "",
|
||||||
|
"notifications_setting_description": "",
|
||||||
|
"oauth": "",
|
||||||
"offline": "",
|
"offline": "",
|
||||||
"ok": "",
|
"ok": "",
|
||||||
"oldest_first": "",
|
"oldest_first": "",
|
||||||
@ -728,6 +738,7 @@
|
|||||||
"template": "",
|
"template": "",
|
||||||
"theme": "",
|
"theme": "",
|
||||||
"theme_selection": "",
|
"theme_selection": "",
|
||||||
|
"theme_selection_description": "",
|
||||||
"time_based_memories": "",
|
"time_based_memories": "",
|
||||||
"timezone": "",
|
"timezone": "",
|
||||||
"toggle_settings": "",
|
"toggle_settings": "",
|
||||||
@ -778,16 +789,5 @@
|
|||||||
"welcome_to_immich": "",
|
"welcome_to_immich": "",
|
||||||
"year": "",
|
"year": "",
|
||||||
"yes": "",
|
"yes": "",
|
||||||
"theme_selection_description": "",
|
"zoom_image": ""
|
||||||
"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": ""
|
|
||||||
}
|
}
|
||||||
|
@ -228,10 +228,14 @@
|
|||||||
"admin_password": "",
|
"admin_password": "",
|
||||||
"administration": "",
|
"administration": "",
|
||||||
"advanced": "",
|
"advanced": "",
|
||||||
|
"album_added": "",
|
||||||
|
"album_added_notification_setting_description": "",
|
||||||
"album_cover_updated": "",
|
"album_cover_updated": "",
|
||||||
"album_info_updated": "",
|
"album_info_updated": "",
|
||||||
"album_name": "",
|
"album_name": "",
|
||||||
"album_options": "",
|
"album_options": "",
|
||||||
|
"album_updated": "",
|
||||||
|
"album_updated_setting_description": "",
|
||||||
"albums": "",
|
"albums": "",
|
||||||
"all": "",
|
"all": "",
|
||||||
"all_people": "",
|
"all_people": "",
|
||||||
@ -487,6 +491,8 @@
|
|||||||
"jobs": "",
|
"jobs": "",
|
||||||
"keep": "",
|
"keep": "",
|
||||||
"keyboard_shortcuts": "",
|
"keyboard_shortcuts": "",
|
||||||
|
"language": "",
|
||||||
|
"language_setting_description": "",
|
||||||
"last_seen": "",
|
"last_seen": "",
|
||||||
"leave": "",
|
"leave": "",
|
||||||
"let_others_respond": "",
|
"let_others_respond": "",
|
||||||
@ -556,6 +562,10 @@
|
|||||||
"no_shared_albums_message": "",
|
"no_shared_albums_message": "",
|
||||||
"not_in_any_album": "",
|
"not_in_any_album": "",
|
||||||
"notes": "",
|
"notes": "",
|
||||||
|
"notification_toggle_setting_description": "",
|
||||||
|
"notifications": "",
|
||||||
|
"notifications_setting_description": "",
|
||||||
|
"oauth": "",
|
||||||
"offline": "",
|
"offline": "",
|
||||||
"ok": "",
|
"ok": "",
|
||||||
"oldest_first": "",
|
"oldest_first": "",
|
||||||
@ -728,6 +738,7 @@
|
|||||||
"template": "",
|
"template": "",
|
||||||
"theme": "",
|
"theme": "",
|
||||||
"theme_selection": "",
|
"theme_selection": "",
|
||||||
|
"theme_selection_description": "",
|
||||||
"time_based_memories": "",
|
"time_based_memories": "",
|
||||||
"timezone": "",
|
"timezone": "",
|
||||||
"toggle_settings": "",
|
"toggle_settings": "",
|
||||||
@ -778,16 +789,5 @@
|
|||||||
"welcome_to_immich": "",
|
"welcome_to_immich": "",
|
||||||
"year": "",
|
"year": "",
|
||||||
"yes": "",
|
"yes": "",
|
||||||
"theme_selection_description": "",
|
"zoom_image": ""
|
||||||
"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": ""
|
|
||||||
}
|
}
|
||||||
|
@ -228,10 +228,14 @@
|
|||||||
"admin_password": "",
|
"admin_password": "",
|
||||||
"administration": "",
|
"administration": "",
|
||||||
"advanced": "",
|
"advanced": "",
|
||||||
|
"album_added": "",
|
||||||
|
"album_added_notification_setting_description": "",
|
||||||
"album_cover_updated": "",
|
"album_cover_updated": "",
|
||||||
"album_info_updated": "",
|
"album_info_updated": "",
|
||||||
"album_name": "",
|
"album_name": "",
|
||||||
"album_options": "",
|
"album_options": "",
|
||||||
|
"album_updated": "",
|
||||||
|
"album_updated_setting_description": "",
|
||||||
"albums": "",
|
"albums": "",
|
||||||
"all": "",
|
"all": "",
|
||||||
"all_people": "",
|
"all_people": "",
|
||||||
@ -487,6 +491,8 @@
|
|||||||
"jobs": "",
|
"jobs": "",
|
||||||
"keep": "",
|
"keep": "",
|
||||||
"keyboard_shortcuts": "",
|
"keyboard_shortcuts": "",
|
||||||
|
"language": "",
|
||||||
|
"language_setting_description": "",
|
||||||
"last_seen": "",
|
"last_seen": "",
|
||||||
"leave": "",
|
"leave": "",
|
||||||
"let_others_respond": "",
|
"let_others_respond": "",
|
||||||
@ -556,6 +562,10 @@
|
|||||||
"no_shared_albums_message": "",
|
"no_shared_albums_message": "",
|
||||||
"not_in_any_album": "",
|
"not_in_any_album": "",
|
||||||
"notes": "",
|
"notes": "",
|
||||||
|
"notification_toggle_setting_description": "",
|
||||||
|
"notifications": "",
|
||||||
|
"notifications_setting_description": "",
|
||||||
|
"oauth": "",
|
||||||
"offline": "",
|
"offline": "",
|
||||||
"ok": "",
|
"ok": "",
|
||||||
"oldest_first": "",
|
"oldest_first": "",
|
||||||
@ -728,6 +738,7 @@
|
|||||||
"template": "",
|
"template": "",
|
||||||
"theme": "",
|
"theme": "",
|
||||||
"theme_selection": "",
|
"theme_selection": "",
|
||||||
|
"theme_selection_description": "",
|
||||||
"time_based_memories": "",
|
"time_based_memories": "",
|
||||||
"timezone": "",
|
"timezone": "",
|
||||||
"toggle_settings": "",
|
"toggle_settings": "",
|
||||||
@ -778,16 +789,5 @@
|
|||||||
"welcome_to_immich": "",
|
"welcome_to_immich": "",
|
||||||
"year": "",
|
"year": "",
|
||||||
"yes": "",
|
"yes": "",
|
||||||
"theme_selection_description": "",
|
"zoom_image": ""
|
||||||
"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": ""
|
|
||||||
}
|
}
|
||||||
|
@ -228,10 +228,14 @@
|
|||||||
"admin_password": "",
|
"admin_password": "",
|
||||||
"administration": "",
|
"administration": "",
|
||||||
"advanced": "",
|
"advanced": "",
|
||||||
|
"album_added": "",
|
||||||
|
"album_added_notification_setting_description": "",
|
||||||
"album_cover_updated": "",
|
"album_cover_updated": "",
|
||||||
"album_info_updated": "",
|
"album_info_updated": "",
|
||||||
"album_name": "",
|
"album_name": "",
|
||||||
"album_options": "",
|
"album_options": "",
|
||||||
|
"album_updated": "",
|
||||||
|
"album_updated_setting_description": "",
|
||||||
"albums": "Alben",
|
"albums": "Alben",
|
||||||
"all": "Alle",
|
"all": "Alle",
|
||||||
"all_people": "Alle Personen",
|
"all_people": "Alle Personen",
|
||||||
@ -487,6 +491,8 @@
|
|||||||
"jobs": "",
|
"jobs": "",
|
||||||
"keep": "",
|
"keep": "",
|
||||||
"keyboard_shortcuts": "",
|
"keyboard_shortcuts": "",
|
||||||
|
"language": "",
|
||||||
|
"language_setting_description": "",
|
||||||
"last_seen": "",
|
"last_seen": "",
|
||||||
"leave": "",
|
"leave": "",
|
||||||
"let_others_respond": "",
|
"let_others_respond": "",
|
||||||
@ -556,6 +562,10 @@
|
|||||||
"no_shared_albums_message": "",
|
"no_shared_albums_message": "",
|
||||||
"not_in_any_album": "",
|
"not_in_any_album": "",
|
||||||
"notes": "",
|
"notes": "",
|
||||||
|
"notification_toggle_setting_description": "",
|
||||||
|
"notifications": "",
|
||||||
|
"notifications_setting_description": "",
|
||||||
|
"oauth": "",
|
||||||
"offline": "",
|
"offline": "",
|
||||||
"ok": "",
|
"ok": "",
|
||||||
"oldest_first": "",
|
"oldest_first": "",
|
||||||
@ -728,6 +738,7 @@
|
|||||||
"template": "",
|
"template": "",
|
||||||
"theme": "",
|
"theme": "",
|
||||||
"theme_selection": "",
|
"theme_selection": "",
|
||||||
|
"theme_selection_description": "",
|
||||||
"time_based_memories": "",
|
"time_based_memories": "",
|
||||||
"timezone": "",
|
"timezone": "",
|
||||||
"toggle_settings": "",
|
"toggle_settings": "",
|
||||||
@ -778,16 +789,5 @@
|
|||||||
"welcome_to_immich": "",
|
"welcome_to_immich": "",
|
||||||
"year": "",
|
"year": "",
|
||||||
"yes": "",
|
"yes": "",
|
||||||
"theme_selection_description": "",
|
"zoom_image": ""
|
||||||
"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": ""
|
|
||||||
}
|
}
|
||||||
|
@ -490,6 +490,8 @@
|
|||||||
"jobs": "Jobs",
|
"jobs": "Jobs",
|
||||||
"keep": "Keep",
|
"keep": "Keep",
|
||||||
"keyboard_shortcuts": "Keyboard shortcuts",
|
"keyboard_shortcuts": "Keyboard shortcuts",
|
||||||
|
"language": "Language",
|
||||||
|
"language_setting_description": "Select your preferred language",
|
||||||
"last_seen": "Last seen",
|
"last_seen": "Last seen",
|
||||||
"leave": "Leave",
|
"leave": "Leave",
|
||||||
"let_others_respond": "Let others respond",
|
"let_others_respond": "Let others respond",
|
||||||
@ -734,6 +736,7 @@
|
|||||||
"template": "Template",
|
"template": "Template",
|
||||||
"theme": "Theme",
|
"theme": "Theme",
|
||||||
"theme_selection": "Theme selection",
|
"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",
|
"time_based_memories": "Time-based memories",
|
||||||
"timezone": "Timezone",
|
"timezone": "Timezone",
|
||||||
"toggle_settings": "Toggle settings",
|
"toggle_settings": "Toggle settings",
|
||||||
@ -784,8 +787,5 @@
|
|||||||
"welcome_to_immich": "Welcome to immich",
|
"welcome_to_immich": "Welcome to immich",
|
||||||
"year": "Year",
|
"year": "Year",
|
||||||
"yes": "Yes",
|
"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"
|
"zoom_image": "Zoom Image"
|
||||||
}
|
}
|
||||||
|
@ -228,10 +228,14 @@
|
|||||||
"admin_password": "",
|
"admin_password": "",
|
||||||
"administration": "",
|
"administration": "",
|
||||||
"advanced": "",
|
"advanced": "",
|
||||||
|
"album_added": "",
|
||||||
|
"album_added_notification_setting_description": "",
|
||||||
"album_cover_updated": "",
|
"album_cover_updated": "",
|
||||||
"album_info_updated": "",
|
"album_info_updated": "",
|
||||||
"album_name": "",
|
"album_name": "",
|
||||||
"album_options": "",
|
"album_options": "",
|
||||||
|
"album_updated": "",
|
||||||
|
"album_updated_setting_description": "",
|
||||||
"albums": "",
|
"albums": "",
|
||||||
"all": "",
|
"all": "",
|
||||||
"all_people": "",
|
"all_people": "",
|
||||||
@ -487,6 +491,8 @@
|
|||||||
"jobs": "",
|
"jobs": "",
|
||||||
"keep": "",
|
"keep": "",
|
||||||
"keyboard_shortcuts": "",
|
"keyboard_shortcuts": "",
|
||||||
|
"language": "",
|
||||||
|
"language_setting_description": "",
|
||||||
"last_seen": "",
|
"last_seen": "",
|
||||||
"leave": "",
|
"leave": "",
|
||||||
"let_others_respond": "",
|
"let_others_respond": "",
|
||||||
@ -556,6 +562,10 @@
|
|||||||
"no_shared_albums_message": "",
|
"no_shared_albums_message": "",
|
||||||
"not_in_any_album": "",
|
"not_in_any_album": "",
|
||||||
"notes": "",
|
"notes": "",
|
||||||
|
"notification_toggle_setting_description": "",
|
||||||
|
"notifications": "",
|
||||||
|
"notifications_setting_description": "",
|
||||||
|
"oauth": "",
|
||||||
"offline": "",
|
"offline": "",
|
||||||
"ok": "",
|
"ok": "",
|
||||||
"oldest_first": "",
|
"oldest_first": "",
|
||||||
@ -728,6 +738,7 @@
|
|||||||
"template": "",
|
"template": "",
|
||||||
"theme": "",
|
"theme": "",
|
||||||
"theme_selection": "",
|
"theme_selection": "",
|
||||||
|
"theme_selection_description": "",
|
||||||
"time_based_memories": "",
|
"time_based_memories": "",
|
||||||
"timezone": "",
|
"timezone": "",
|
||||||
"toggle_settings": "",
|
"toggle_settings": "",
|
||||||
@ -778,16 +789,5 @@
|
|||||||
"welcome_to_immich": "",
|
"welcome_to_immich": "",
|
||||||
"year": "",
|
"year": "",
|
||||||
"yes": "",
|
"yes": "",
|
||||||
"theme_selection_description": "",
|
"zoom_image": ""
|
||||||
"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": ""
|
|
||||||
}
|
}
|
||||||
|
@ -228,10 +228,14 @@
|
|||||||
"admin_password": "",
|
"admin_password": "",
|
||||||
"administration": "",
|
"administration": "",
|
||||||
"advanced": "",
|
"advanced": "",
|
||||||
|
"album_added": "",
|
||||||
|
"album_added_notification_setting_description": "",
|
||||||
"album_cover_updated": "",
|
"album_cover_updated": "",
|
||||||
"album_info_updated": "",
|
"album_info_updated": "",
|
||||||
"album_name": "",
|
"album_name": "",
|
||||||
"album_options": "",
|
"album_options": "",
|
||||||
|
"album_updated": "",
|
||||||
|
"album_updated_setting_description": "",
|
||||||
"albums": "",
|
"albums": "",
|
||||||
"all": "",
|
"all": "",
|
||||||
"all_people": "",
|
"all_people": "",
|
||||||
@ -487,6 +491,8 @@
|
|||||||
"jobs": "",
|
"jobs": "",
|
||||||
"keep": "",
|
"keep": "",
|
||||||
"keyboard_shortcuts": "",
|
"keyboard_shortcuts": "",
|
||||||
|
"language": "",
|
||||||
|
"language_setting_description": "",
|
||||||
"last_seen": "",
|
"last_seen": "",
|
||||||
"leave": "",
|
"leave": "",
|
||||||
"let_others_respond": "",
|
"let_others_respond": "",
|
||||||
@ -556,6 +562,10 @@
|
|||||||
"no_shared_albums_message": "",
|
"no_shared_albums_message": "",
|
||||||
"not_in_any_album": "",
|
"not_in_any_album": "",
|
||||||
"notes": "",
|
"notes": "",
|
||||||
|
"notification_toggle_setting_description": "",
|
||||||
|
"notifications": "",
|
||||||
|
"notifications_setting_description": "",
|
||||||
|
"oauth": "",
|
||||||
"offline": "",
|
"offline": "",
|
||||||
"ok": "",
|
"ok": "",
|
||||||
"oldest_first": "",
|
"oldest_first": "",
|
||||||
@ -728,6 +738,7 @@
|
|||||||
"template": "",
|
"template": "",
|
||||||
"theme": "",
|
"theme": "",
|
||||||
"theme_selection": "",
|
"theme_selection": "",
|
||||||
|
"theme_selection_description": "",
|
||||||
"time_based_memories": "",
|
"time_based_memories": "",
|
||||||
"timezone": "",
|
"timezone": "",
|
||||||
"toggle_settings": "",
|
"toggle_settings": "",
|
||||||
@ -778,16 +789,5 @@
|
|||||||
"welcome_to_immich": "",
|
"welcome_to_immich": "",
|
||||||
"year": "",
|
"year": "",
|
||||||
"yes": "",
|
"yes": "",
|
||||||
"theme_selection_description": "",
|
"zoom_image": ""
|
||||||
"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": ""
|
|
||||||
}
|
}
|
||||||
|
@ -228,10 +228,14 @@
|
|||||||
"admin_password": "",
|
"admin_password": "",
|
||||||
"administration": "",
|
"administration": "",
|
||||||
"advanced": "",
|
"advanced": "",
|
||||||
|
"album_added": "",
|
||||||
|
"album_added_notification_setting_description": "",
|
||||||
"album_cover_updated": "",
|
"album_cover_updated": "",
|
||||||
"album_info_updated": "",
|
"album_info_updated": "",
|
||||||
"album_name": "",
|
"album_name": "",
|
||||||
"album_options": "",
|
"album_options": "",
|
||||||
|
"album_updated": "",
|
||||||
|
"album_updated_setting_description": "",
|
||||||
"albums": "",
|
"albums": "",
|
||||||
"all": "",
|
"all": "",
|
||||||
"all_people": "",
|
"all_people": "",
|
||||||
@ -487,6 +491,8 @@
|
|||||||
"jobs": "",
|
"jobs": "",
|
||||||
"keep": "",
|
"keep": "",
|
||||||
"keyboard_shortcuts": "",
|
"keyboard_shortcuts": "",
|
||||||
|
"language": "",
|
||||||
|
"language_setting_description": "",
|
||||||
"last_seen": "",
|
"last_seen": "",
|
||||||
"leave": "",
|
"leave": "",
|
||||||
"let_others_respond": "",
|
"let_others_respond": "",
|
||||||
@ -556,6 +562,10 @@
|
|||||||
"no_shared_albums_message": "",
|
"no_shared_albums_message": "",
|
||||||
"not_in_any_album": "",
|
"not_in_any_album": "",
|
||||||
"notes": "",
|
"notes": "",
|
||||||
|
"notification_toggle_setting_description": "",
|
||||||
|
"notifications": "",
|
||||||
|
"notifications_setting_description": "",
|
||||||
|
"oauth": "",
|
||||||
"offline": "",
|
"offline": "",
|
||||||
"ok": "",
|
"ok": "",
|
||||||
"oldest_first": "",
|
"oldest_first": "",
|
||||||
@ -728,6 +738,7 @@
|
|||||||
"template": "",
|
"template": "",
|
||||||
"theme": "",
|
"theme": "",
|
||||||
"theme_selection": "",
|
"theme_selection": "",
|
||||||
|
"theme_selection_description": "",
|
||||||
"time_based_memories": "",
|
"time_based_memories": "",
|
||||||
"timezone": "",
|
"timezone": "",
|
||||||
"toggle_settings": "",
|
"toggle_settings": "",
|
||||||
@ -778,16 +789,5 @@
|
|||||||
"welcome_to_immich": "",
|
"welcome_to_immich": "",
|
||||||
"year": "",
|
"year": "",
|
||||||
"yes": "",
|
"yes": "",
|
||||||
"theme_selection_description": "",
|
"zoom_image": ""
|
||||||
"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": ""
|
|
||||||
}
|
}
|
||||||
|
@ -228,10 +228,14 @@
|
|||||||
"admin_password": "",
|
"admin_password": "",
|
||||||
"administration": "",
|
"administration": "",
|
||||||
"advanced": "",
|
"advanced": "",
|
||||||
|
"album_added": "",
|
||||||
|
"album_added_notification_setting_description": "",
|
||||||
"album_cover_updated": "",
|
"album_cover_updated": "",
|
||||||
"album_info_updated": "",
|
"album_info_updated": "",
|
||||||
"album_name": "",
|
"album_name": "",
|
||||||
"album_options": "",
|
"album_options": "",
|
||||||
|
"album_updated": "",
|
||||||
|
"album_updated_setting_description": "",
|
||||||
"albums": "",
|
"albums": "",
|
||||||
"all": "",
|
"all": "",
|
||||||
"all_people": "",
|
"all_people": "",
|
||||||
@ -487,6 +491,8 @@
|
|||||||
"jobs": "",
|
"jobs": "",
|
||||||
"keep": "",
|
"keep": "",
|
||||||
"keyboard_shortcuts": "",
|
"keyboard_shortcuts": "",
|
||||||
|
"language": "",
|
||||||
|
"language_setting_description": "",
|
||||||
"last_seen": "",
|
"last_seen": "",
|
||||||
"leave": "",
|
"leave": "",
|
||||||
"let_others_respond": "",
|
"let_others_respond": "",
|
||||||
@ -556,6 +562,10 @@
|
|||||||
"no_shared_albums_message": "",
|
"no_shared_albums_message": "",
|
||||||
"not_in_any_album": "",
|
"not_in_any_album": "",
|
||||||
"notes": "",
|
"notes": "",
|
||||||
|
"notification_toggle_setting_description": "",
|
||||||
|
"notifications": "",
|
||||||
|
"notifications_setting_description": "",
|
||||||
|
"oauth": "",
|
||||||
"offline": "",
|
"offline": "",
|
||||||
"ok": "",
|
"ok": "",
|
||||||
"oldest_first": "",
|
"oldest_first": "",
|
||||||
@ -728,6 +738,7 @@
|
|||||||
"template": "",
|
"template": "",
|
||||||
"theme": "",
|
"theme": "",
|
||||||
"theme_selection": "",
|
"theme_selection": "",
|
||||||
|
"theme_selection_description": "",
|
||||||
"time_based_memories": "",
|
"time_based_memories": "",
|
||||||
"timezone": "",
|
"timezone": "",
|
||||||
"toggle_settings": "",
|
"toggle_settings": "",
|
||||||
@ -778,16 +789,5 @@
|
|||||||
"welcome_to_immich": "",
|
"welcome_to_immich": "",
|
||||||
"year": "",
|
"year": "",
|
||||||
"yes": "",
|
"yes": "",
|
||||||
"theme_selection_description": "",
|
"zoom_image": ""
|
||||||
"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": ""
|
|
||||||
}
|
}
|
||||||
|
@ -228,10 +228,14 @@
|
|||||||
"admin_password": "",
|
"admin_password": "",
|
||||||
"administration": "",
|
"administration": "",
|
||||||
"advanced": "",
|
"advanced": "",
|
||||||
|
"album_added": "",
|
||||||
|
"album_added_notification_setting_description": "",
|
||||||
"album_cover_updated": "",
|
"album_cover_updated": "",
|
||||||
"album_info_updated": "",
|
"album_info_updated": "",
|
||||||
"album_name": "",
|
"album_name": "",
|
||||||
"album_options": "",
|
"album_options": "",
|
||||||
|
"album_updated": "",
|
||||||
|
"album_updated_setting_description": "",
|
||||||
"albums": "",
|
"albums": "",
|
||||||
"all": "",
|
"all": "",
|
||||||
"all_people": "",
|
"all_people": "",
|
||||||
@ -487,6 +491,8 @@
|
|||||||
"jobs": "",
|
"jobs": "",
|
||||||
"keep": "",
|
"keep": "",
|
||||||
"keyboard_shortcuts": "",
|
"keyboard_shortcuts": "",
|
||||||
|
"language": "",
|
||||||
|
"language_setting_description": "",
|
||||||
"last_seen": "",
|
"last_seen": "",
|
||||||
"leave": "",
|
"leave": "",
|
||||||
"let_others_respond": "",
|
"let_others_respond": "",
|
||||||
@ -556,6 +562,10 @@
|
|||||||
"no_shared_albums_message": "",
|
"no_shared_albums_message": "",
|
||||||
"not_in_any_album": "",
|
"not_in_any_album": "",
|
||||||
"notes": "",
|
"notes": "",
|
||||||
|
"notification_toggle_setting_description": "",
|
||||||
|
"notifications": "",
|
||||||
|
"notifications_setting_description": "",
|
||||||
|
"oauth": "",
|
||||||
"offline": "",
|
"offline": "",
|
||||||
"ok": "",
|
"ok": "",
|
||||||
"oldest_first": "",
|
"oldest_first": "",
|
||||||
@ -728,6 +738,7 @@
|
|||||||
"template": "",
|
"template": "",
|
||||||
"theme": "",
|
"theme": "",
|
||||||
"theme_selection": "",
|
"theme_selection": "",
|
||||||
|
"theme_selection_description": "",
|
||||||
"time_based_memories": "",
|
"time_based_memories": "",
|
||||||
"timezone": "",
|
"timezone": "",
|
||||||
"toggle_settings": "",
|
"toggle_settings": "",
|
||||||
@ -778,16 +789,5 @@
|
|||||||
"welcome_to_immich": "",
|
"welcome_to_immich": "",
|
||||||
"year": "",
|
"year": "",
|
||||||
"yes": "",
|
"yes": "",
|
||||||
"theme_selection_description": "",
|
"zoom_image": ""
|
||||||
"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": ""
|
|
||||||
}
|
}
|
||||||
|
@ -228,10 +228,14 @@
|
|||||||
"admin_password": "",
|
"admin_password": "",
|
||||||
"administration": "",
|
"administration": "",
|
||||||
"advanced": "",
|
"advanced": "",
|
||||||
|
"album_added": "",
|
||||||
|
"album_added_notification_setting_description": "",
|
||||||
"album_cover_updated": "",
|
"album_cover_updated": "",
|
||||||
"album_info_updated": "",
|
"album_info_updated": "",
|
||||||
"album_name": "",
|
"album_name": "",
|
||||||
"album_options": "",
|
"album_options": "",
|
||||||
|
"album_updated": "",
|
||||||
|
"album_updated_setting_description": "",
|
||||||
"albums": "",
|
"albums": "",
|
||||||
"all": "",
|
"all": "",
|
||||||
"all_people": "",
|
"all_people": "",
|
||||||
@ -487,6 +491,8 @@
|
|||||||
"jobs": "",
|
"jobs": "",
|
||||||
"keep": "",
|
"keep": "",
|
||||||
"keyboard_shortcuts": "",
|
"keyboard_shortcuts": "",
|
||||||
|
"language": "",
|
||||||
|
"language_setting_description": "",
|
||||||
"last_seen": "",
|
"last_seen": "",
|
||||||
"leave": "",
|
"leave": "",
|
||||||
"let_others_respond": "",
|
"let_others_respond": "",
|
||||||
@ -556,6 +562,10 @@
|
|||||||
"no_shared_albums_message": "",
|
"no_shared_albums_message": "",
|
||||||
"not_in_any_album": "",
|
"not_in_any_album": "",
|
||||||
"notes": "",
|
"notes": "",
|
||||||
|
"notification_toggle_setting_description": "",
|
||||||
|
"notifications": "",
|
||||||
|
"notifications_setting_description": "",
|
||||||
|
"oauth": "",
|
||||||
"offline": "",
|
"offline": "",
|
||||||
"ok": "",
|
"ok": "",
|
||||||
"oldest_first": "",
|
"oldest_first": "",
|
||||||
@ -728,6 +738,7 @@
|
|||||||
"template": "",
|
"template": "",
|
||||||
"theme": "",
|
"theme": "",
|
||||||
"theme_selection": "",
|
"theme_selection": "",
|
||||||
|
"theme_selection_description": "",
|
||||||
"time_based_memories": "",
|
"time_based_memories": "",
|
||||||
"timezone": "",
|
"timezone": "",
|
||||||
"toggle_settings": "",
|
"toggle_settings": "",
|
||||||
@ -778,16 +789,5 @@
|
|||||||
"welcome_to_immich": "",
|
"welcome_to_immich": "",
|
||||||
"year": "",
|
"year": "",
|
||||||
"yes": "",
|
"yes": "",
|
||||||
"theme_selection_description": "",
|
"zoom_image": ""
|
||||||
"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": ""
|
|
||||||
}
|
}
|
||||||
|
@ -228,10 +228,14 @@
|
|||||||
"admin_password": "",
|
"admin_password": "",
|
||||||
"administration": "",
|
"administration": "",
|
||||||
"advanced": "",
|
"advanced": "",
|
||||||
|
"album_added": "",
|
||||||
|
"album_added_notification_setting_description": "",
|
||||||
"album_cover_updated": "",
|
"album_cover_updated": "",
|
||||||
"album_info_updated": "",
|
"album_info_updated": "",
|
||||||
"album_name": "",
|
"album_name": "",
|
||||||
"album_options": "",
|
"album_options": "",
|
||||||
|
"album_updated": "",
|
||||||
|
"album_updated_setting_description": "",
|
||||||
"albums": "",
|
"albums": "",
|
||||||
"all": "",
|
"all": "",
|
||||||
"all_people": "",
|
"all_people": "",
|
||||||
@ -487,6 +491,8 @@
|
|||||||
"jobs": "",
|
"jobs": "",
|
||||||
"keep": "",
|
"keep": "",
|
||||||
"keyboard_shortcuts": "",
|
"keyboard_shortcuts": "",
|
||||||
|
"language": "",
|
||||||
|
"language_setting_description": "",
|
||||||
"last_seen": "",
|
"last_seen": "",
|
||||||
"leave": "",
|
"leave": "",
|
||||||
"let_others_respond": "",
|
"let_others_respond": "",
|
||||||
@ -556,6 +562,10 @@
|
|||||||
"no_shared_albums_message": "",
|
"no_shared_albums_message": "",
|
||||||
"not_in_any_album": "",
|
"not_in_any_album": "",
|
||||||
"notes": "",
|
"notes": "",
|
||||||
|
"notification_toggle_setting_description": "",
|
||||||
|
"notifications": "",
|
||||||
|
"notifications_setting_description": "",
|
||||||
|
"oauth": "",
|
||||||
"offline": "",
|
"offline": "",
|
||||||
"ok": "",
|
"ok": "",
|
||||||
"oldest_first": "",
|
"oldest_first": "",
|
||||||
@ -728,6 +738,7 @@
|
|||||||
"template": "",
|
"template": "",
|
||||||
"theme": "",
|
"theme": "",
|
||||||
"theme_selection": "",
|
"theme_selection": "",
|
||||||
|
"theme_selection_description": "",
|
||||||
"time_based_memories": "",
|
"time_based_memories": "",
|
||||||
"timezone": "",
|
"timezone": "",
|
||||||
"toggle_settings": "",
|
"toggle_settings": "",
|
||||||
@ -778,16 +789,5 @@
|
|||||||
"welcome_to_immich": "",
|
"welcome_to_immich": "",
|
||||||
"year": "",
|
"year": "",
|
||||||
"yes": "",
|
"yes": "",
|
||||||
"theme_selection_description": "",
|
"zoom_image": ""
|
||||||
"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": ""
|
|
||||||
}
|
}
|
||||||
|
@ -228,10 +228,14 @@
|
|||||||
"admin_password": "",
|
"admin_password": "",
|
||||||
"administration": "",
|
"administration": "",
|
||||||
"advanced": "",
|
"advanced": "",
|
||||||
|
"album_added": "",
|
||||||
|
"album_added_notification_setting_description": "",
|
||||||
"album_cover_updated": "",
|
"album_cover_updated": "",
|
||||||
"album_info_updated": "",
|
"album_info_updated": "",
|
||||||
"album_name": "",
|
"album_name": "",
|
||||||
"album_options": "",
|
"album_options": "",
|
||||||
|
"album_updated": "",
|
||||||
|
"album_updated_setting_description": "",
|
||||||
"albums": "",
|
"albums": "",
|
||||||
"all": "",
|
"all": "",
|
||||||
"all_people": "",
|
"all_people": "",
|
||||||
@ -487,6 +491,8 @@
|
|||||||
"jobs": "",
|
"jobs": "",
|
||||||
"keep": "",
|
"keep": "",
|
||||||
"keyboard_shortcuts": "",
|
"keyboard_shortcuts": "",
|
||||||
|
"language": "",
|
||||||
|
"language_setting_description": "",
|
||||||
"last_seen": "",
|
"last_seen": "",
|
||||||
"leave": "",
|
"leave": "",
|
||||||
"let_others_respond": "",
|
"let_others_respond": "",
|
||||||
@ -556,6 +562,10 @@
|
|||||||
"no_shared_albums_message": "",
|
"no_shared_albums_message": "",
|
||||||
"not_in_any_album": "",
|
"not_in_any_album": "",
|
||||||
"notes": "",
|
"notes": "",
|
||||||
|
"notification_toggle_setting_description": "",
|
||||||
|
"notifications": "",
|
||||||
|
"notifications_setting_description": "",
|
||||||
|
"oauth": "",
|
||||||
"offline": "",
|
"offline": "",
|
||||||
"ok": "",
|
"ok": "",
|
||||||
"oldest_first": "",
|
"oldest_first": "",
|
||||||
@ -728,6 +738,7 @@
|
|||||||
"template": "",
|
"template": "",
|
||||||
"theme": "",
|
"theme": "",
|
||||||
"theme_selection": "",
|
"theme_selection": "",
|
||||||
|
"theme_selection_description": "",
|
||||||
"time_based_memories": "",
|
"time_based_memories": "",
|
||||||
"timezone": "",
|
"timezone": "",
|
||||||
"toggle_settings": "",
|
"toggle_settings": "",
|
||||||
@ -778,16 +789,5 @@
|
|||||||
"welcome_to_immich": "",
|
"welcome_to_immich": "",
|
||||||
"year": "",
|
"year": "",
|
||||||
"yes": "",
|
"yes": "",
|
||||||
"theme_selection_description": "",
|
"zoom_image": ""
|
||||||
"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": ""
|
|
||||||
}
|
}
|
||||||
|
@ -228,10 +228,14 @@
|
|||||||
"admin_password": "",
|
"admin_password": "",
|
||||||
"administration": "",
|
"administration": "",
|
||||||
"advanced": "",
|
"advanced": "",
|
||||||
|
"album_added": "",
|
||||||
|
"album_added_notification_setting_description": "",
|
||||||
"album_cover_updated": "",
|
"album_cover_updated": "",
|
||||||
"album_info_updated": "",
|
"album_info_updated": "",
|
||||||
"album_name": "",
|
"album_name": "",
|
||||||
"album_options": "",
|
"album_options": "",
|
||||||
|
"album_updated": "",
|
||||||
|
"album_updated_setting_description": "",
|
||||||
"albums": "",
|
"albums": "",
|
||||||
"all": "",
|
"all": "",
|
||||||
"all_people": "",
|
"all_people": "",
|
||||||
@ -487,6 +491,8 @@
|
|||||||
"jobs": "",
|
"jobs": "",
|
||||||
"keep": "",
|
"keep": "",
|
||||||
"keyboard_shortcuts": "",
|
"keyboard_shortcuts": "",
|
||||||
|
"language": "",
|
||||||
|
"language_setting_description": "",
|
||||||
"last_seen": "",
|
"last_seen": "",
|
||||||
"leave": "",
|
"leave": "",
|
||||||
"let_others_respond": "",
|
"let_others_respond": "",
|
||||||
@ -556,6 +562,10 @@
|
|||||||
"no_shared_albums_message": "",
|
"no_shared_albums_message": "",
|
||||||
"not_in_any_album": "",
|
"not_in_any_album": "",
|
||||||
"notes": "",
|
"notes": "",
|
||||||
|
"notification_toggle_setting_description": "",
|
||||||
|
"notifications": "",
|
||||||
|
"notifications_setting_description": "",
|
||||||
|
"oauth": "",
|
||||||
"offline": "",
|
"offline": "",
|
||||||
"ok": "",
|
"ok": "",
|
||||||
"oldest_first": "",
|
"oldest_first": "",
|
||||||
@ -728,6 +738,7 @@
|
|||||||
"template": "",
|
"template": "",
|
||||||
"theme": "",
|
"theme": "",
|
||||||
"theme_selection": "",
|
"theme_selection": "",
|
||||||
|
"theme_selection_description": "",
|
||||||
"time_based_memories": "",
|
"time_based_memories": "",
|
||||||
"timezone": "",
|
"timezone": "",
|
||||||
"toggle_settings": "",
|
"toggle_settings": "",
|
||||||
@ -778,16 +789,5 @@
|
|||||||
"welcome_to_immich": "",
|
"welcome_to_immich": "",
|
||||||
"year": "",
|
"year": "",
|
||||||
"yes": "",
|
"yes": "",
|
||||||
"theme_selection_description": "",
|
"zoom_image": ""
|
||||||
"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": ""
|
|
||||||
}
|
}
|
||||||
|
@ -228,10 +228,14 @@
|
|||||||
"admin_password": "",
|
"admin_password": "",
|
||||||
"administration": "",
|
"administration": "",
|
||||||
"advanced": "",
|
"advanced": "",
|
||||||
|
"album_added": "",
|
||||||
|
"album_added_notification_setting_description": "",
|
||||||
"album_cover_updated": "",
|
"album_cover_updated": "",
|
||||||
"album_info_updated": "",
|
"album_info_updated": "",
|
||||||
"album_name": "",
|
"album_name": "",
|
||||||
"album_options": "",
|
"album_options": "",
|
||||||
|
"album_updated": "",
|
||||||
|
"album_updated_setting_description": "",
|
||||||
"albums": "",
|
"albums": "",
|
||||||
"all": "",
|
"all": "",
|
||||||
"all_people": "",
|
"all_people": "",
|
||||||
@ -487,6 +491,8 @@
|
|||||||
"jobs": "",
|
"jobs": "",
|
||||||
"keep": "",
|
"keep": "",
|
||||||
"keyboard_shortcuts": "",
|
"keyboard_shortcuts": "",
|
||||||
|
"language": "",
|
||||||
|
"language_setting_description": "",
|
||||||
"last_seen": "",
|
"last_seen": "",
|
||||||
"leave": "",
|
"leave": "",
|
||||||
"let_others_respond": "",
|
"let_others_respond": "",
|
||||||
@ -556,6 +562,10 @@
|
|||||||
"no_shared_albums_message": "",
|
"no_shared_albums_message": "",
|
||||||
"not_in_any_album": "",
|
"not_in_any_album": "",
|
||||||
"notes": "",
|
"notes": "",
|
||||||
|
"notification_toggle_setting_description": "",
|
||||||
|
"notifications": "",
|
||||||
|
"notifications_setting_description": "",
|
||||||
|
"oauth": "",
|
||||||
"offline": "",
|
"offline": "",
|
||||||
"ok": "",
|
"ok": "",
|
||||||
"oldest_first": "",
|
"oldest_first": "",
|
||||||
@ -728,6 +738,7 @@
|
|||||||
"template": "",
|
"template": "",
|
||||||
"theme": "",
|
"theme": "",
|
||||||
"theme_selection": "",
|
"theme_selection": "",
|
||||||
|
"theme_selection_description": "",
|
||||||
"time_based_memories": "",
|
"time_based_memories": "",
|
||||||
"timezone": "",
|
"timezone": "",
|
||||||
"toggle_settings": "",
|
"toggle_settings": "",
|
||||||
@ -778,16 +789,5 @@
|
|||||||
"welcome_to_immich": "",
|
"welcome_to_immich": "",
|
||||||
"year": "",
|
"year": "",
|
||||||
"yes": "",
|
"yes": "",
|
||||||
"theme_selection_description": "",
|
"zoom_image": ""
|
||||||
"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": ""
|
|
||||||
}
|
}
|
||||||
|
@ -228,10 +228,14 @@
|
|||||||
"admin_password": "",
|
"admin_password": "",
|
||||||
"administration": "",
|
"administration": "",
|
||||||
"advanced": "",
|
"advanced": "",
|
||||||
|
"album_added": "",
|
||||||
|
"album_added_notification_setting_description": "",
|
||||||
"album_cover_updated": "",
|
"album_cover_updated": "",
|
||||||
"album_info_updated": "",
|
"album_info_updated": "",
|
||||||
"album_name": "",
|
"album_name": "",
|
||||||
"album_options": "",
|
"album_options": "",
|
||||||
|
"album_updated": "",
|
||||||
|
"album_updated_setting_description": "",
|
||||||
"albums": "",
|
"albums": "",
|
||||||
"all": "",
|
"all": "",
|
||||||
"all_people": "",
|
"all_people": "",
|
||||||
@ -487,6 +491,8 @@
|
|||||||
"jobs": "",
|
"jobs": "",
|
||||||
"keep": "",
|
"keep": "",
|
||||||
"keyboard_shortcuts": "",
|
"keyboard_shortcuts": "",
|
||||||
|
"language": "",
|
||||||
|
"language_setting_description": "",
|
||||||
"last_seen": "",
|
"last_seen": "",
|
||||||
"leave": "",
|
"leave": "",
|
||||||
"let_others_respond": "",
|
"let_others_respond": "",
|
||||||
@ -556,6 +562,10 @@
|
|||||||
"no_shared_albums_message": "",
|
"no_shared_albums_message": "",
|
||||||
"not_in_any_album": "",
|
"not_in_any_album": "",
|
||||||
"notes": "",
|
"notes": "",
|
||||||
|
"notification_toggle_setting_description": "",
|
||||||
|
"notifications": "",
|
||||||
|
"notifications_setting_description": "",
|
||||||
|
"oauth": "",
|
||||||
"offline": "",
|
"offline": "",
|
||||||
"ok": "",
|
"ok": "",
|
||||||
"oldest_first": "",
|
"oldest_first": "",
|
||||||
@ -728,6 +738,7 @@
|
|||||||
"template": "",
|
"template": "",
|
||||||
"theme": "",
|
"theme": "",
|
||||||
"theme_selection": "",
|
"theme_selection": "",
|
||||||
|
"theme_selection_description": "",
|
||||||
"time_based_memories": "",
|
"time_based_memories": "",
|
||||||
"timezone": "",
|
"timezone": "",
|
||||||
"toggle_settings": "",
|
"toggle_settings": "",
|
||||||
@ -778,16 +789,5 @@
|
|||||||
"welcome_to_immich": "",
|
"welcome_to_immich": "",
|
||||||
"year": "",
|
"year": "",
|
||||||
"yes": "",
|
"yes": "",
|
||||||
"theme_selection_description": "",
|
"zoom_image": ""
|
||||||
"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": ""
|
|
||||||
}
|
}
|
||||||
|
@ -228,10 +228,14 @@
|
|||||||
"admin_password": "",
|
"admin_password": "",
|
||||||
"administration": "",
|
"administration": "",
|
||||||
"advanced": "",
|
"advanced": "",
|
||||||
|
"album_added": "",
|
||||||
|
"album_added_notification_setting_description": "",
|
||||||
"album_cover_updated": "",
|
"album_cover_updated": "",
|
||||||
"album_info_updated": "",
|
"album_info_updated": "",
|
||||||
"album_name": "",
|
"album_name": "",
|
||||||
"album_options": "",
|
"album_options": "",
|
||||||
|
"album_updated": "",
|
||||||
|
"album_updated_setting_description": "",
|
||||||
"albums": "",
|
"albums": "",
|
||||||
"all": "",
|
"all": "",
|
||||||
"all_people": "",
|
"all_people": "",
|
||||||
@ -487,6 +491,8 @@
|
|||||||
"jobs": "",
|
"jobs": "",
|
||||||
"keep": "",
|
"keep": "",
|
||||||
"keyboard_shortcuts": "",
|
"keyboard_shortcuts": "",
|
||||||
|
"language": "",
|
||||||
|
"language_setting_description": "",
|
||||||
"last_seen": "",
|
"last_seen": "",
|
||||||
"leave": "",
|
"leave": "",
|
||||||
"let_others_respond": "",
|
"let_others_respond": "",
|
||||||
@ -556,6 +562,10 @@
|
|||||||
"no_shared_albums_message": "",
|
"no_shared_albums_message": "",
|
||||||
"not_in_any_album": "",
|
"not_in_any_album": "",
|
||||||
"notes": "",
|
"notes": "",
|
||||||
|
"notification_toggle_setting_description": "",
|
||||||
|
"notifications": "",
|
||||||
|
"notifications_setting_description": "",
|
||||||
|
"oauth": "",
|
||||||
"offline": "",
|
"offline": "",
|
||||||
"ok": "",
|
"ok": "",
|
||||||
"oldest_first": "",
|
"oldest_first": "",
|
||||||
@ -728,6 +738,7 @@
|
|||||||
"template": "",
|
"template": "",
|
||||||
"theme": "",
|
"theme": "",
|
||||||
"theme_selection": "",
|
"theme_selection": "",
|
||||||
|
"theme_selection_description": "",
|
||||||
"time_based_memories": "",
|
"time_based_memories": "",
|
||||||
"timezone": "",
|
"timezone": "",
|
||||||
"toggle_settings": "",
|
"toggle_settings": "",
|
||||||
@ -778,16 +789,5 @@
|
|||||||
"welcome_to_immich": "",
|
"welcome_to_immich": "",
|
||||||
"year": "",
|
"year": "",
|
||||||
"yes": "",
|
"yes": "",
|
||||||
"theme_selection_description": "",
|
"zoom_image": ""
|
||||||
"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": ""
|
|
||||||
}
|
}
|
||||||
|
@ -228,10 +228,14 @@
|
|||||||
"admin_password": "",
|
"admin_password": "",
|
||||||
"administration": "",
|
"administration": "",
|
||||||
"advanced": "",
|
"advanced": "",
|
||||||
|
"album_added": "",
|
||||||
|
"album_added_notification_setting_description": "",
|
||||||
"album_cover_updated": "",
|
"album_cover_updated": "",
|
||||||
"album_info_updated": "",
|
"album_info_updated": "",
|
||||||
"album_name": "",
|
"album_name": "",
|
||||||
"album_options": "",
|
"album_options": "",
|
||||||
|
"album_updated": "",
|
||||||
|
"album_updated_setting_description": "",
|
||||||
"albums": "",
|
"albums": "",
|
||||||
"all": "",
|
"all": "",
|
||||||
"all_people": "",
|
"all_people": "",
|
||||||
@ -487,6 +491,8 @@
|
|||||||
"jobs": "",
|
"jobs": "",
|
||||||
"keep": "",
|
"keep": "",
|
||||||
"keyboard_shortcuts": "",
|
"keyboard_shortcuts": "",
|
||||||
|
"language": "",
|
||||||
|
"language_setting_description": "",
|
||||||
"last_seen": "",
|
"last_seen": "",
|
||||||
"leave": "",
|
"leave": "",
|
||||||
"let_others_respond": "",
|
"let_others_respond": "",
|
||||||
@ -556,6 +562,10 @@
|
|||||||
"no_shared_albums_message": "",
|
"no_shared_albums_message": "",
|
||||||
"not_in_any_album": "",
|
"not_in_any_album": "",
|
||||||
"notes": "",
|
"notes": "",
|
||||||
|
"notification_toggle_setting_description": "",
|
||||||
|
"notifications": "",
|
||||||
|
"notifications_setting_description": "",
|
||||||
|
"oauth": "",
|
||||||
"offline": "",
|
"offline": "",
|
||||||
"ok": "",
|
"ok": "",
|
||||||
"oldest_first": "",
|
"oldest_first": "",
|
||||||
@ -728,6 +738,7 @@
|
|||||||
"template": "",
|
"template": "",
|
||||||
"theme": "",
|
"theme": "",
|
||||||
"theme_selection": "",
|
"theme_selection": "",
|
||||||
|
"theme_selection_description": "",
|
||||||
"time_based_memories": "",
|
"time_based_memories": "",
|
||||||
"timezone": "",
|
"timezone": "",
|
||||||
"toggle_settings": "",
|
"toggle_settings": "",
|
||||||
@ -778,16 +789,5 @@
|
|||||||
"welcome_to_immich": "",
|
"welcome_to_immich": "",
|
||||||
"year": "",
|
"year": "",
|
||||||
"yes": "",
|
"yes": "",
|
||||||
"theme_selection_description": "",
|
"zoom_image": ""
|
||||||
"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": ""
|
|
||||||
}
|
}
|
||||||
|
@ -228,10 +228,14 @@
|
|||||||
"admin_password": "",
|
"admin_password": "",
|
||||||
"administration": "",
|
"administration": "",
|
||||||
"advanced": "",
|
"advanced": "",
|
||||||
|
"album_added": "",
|
||||||
|
"album_added_notification_setting_description": "",
|
||||||
"album_cover_updated": "",
|
"album_cover_updated": "",
|
||||||
"album_info_updated": "",
|
"album_info_updated": "",
|
||||||
"album_name": "",
|
"album_name": "",
|
||||||
"album_options": "",
|
"album_options": "",
|
||||||
|
"album_updated": "",
|
||||||
|
"album_updated_setting_description": "",
|
||||||
"albums": "",
|
"albums": "",
|
||||||
"all": "",
|
"all": "",
|
||||||
"all_people": "",
|
"all_people": "",
|
||||||
@ -487,6 +491,8 @@
|
|||||||
"jobs": "",
|
"jobs": "",
|
||||||
"keep": "",
|
"keep": "",
|
||||||
"keyboard_shortcuts": "",
|
"keyboard_shortcuts": "",
|
||||||
|
"language": "",
|
||||||
|
"language_setting_description": "",
|
||||||
"last_seen": "",
|
"last_seen": "",
|
||||||
"leave": "",
|
"leave": "",
|
||||||
"let_others_respond": "",
|
"let_others_respond": "",
|
||||||
@ -556,6 +562,10 @@
|
|||||||
"no_shared_albums_message": "",
|
"no_shared_albums_message": "",
|
||||||
"not_in_any_album": "",
|
"not_in_any_album": "",
|
||||||
"notes": "",
|
"notes": "",
|
||||||
|
"notification_toggle_setting_description": "",
|
||||||
|
"notifications": "",
|
||||||
|
"notifications_setting_description": "",
|
||||||
|
"oauth": "",
|
||||||
"offline": "",
|
"offline": "",
|
||||||
"ok": "",
|
"ok": "",
|
||||||
"oldest_first": "",
|
"oldest_first": "",
|
||||||
@ -728,6 +738,7 @@
|
|||||||
"template": "",
|
"template": "",
|
||||||
"theme": "",
|
"theme": "",
|
||||||
"theme_selection": "",
|
"theme_selection": "",
|
||||||
|
"theme_selection_description": "",
|
||||||
"time_based_memories": "",
|
"time_based_memories": "",
|
||||||
"timezone": "",
|
"timezone": "",
|
||||||
"toggle_settings": "",
|
"toggle_settings": "",
|
||||||
@ -778,16 +789,5 @@
|
|||||||
"welcome_to_immich": "",
|
"welcome_to_immich": "",
|
||||||
"year": "",
|
"year": "",
|
||||||
"yes": "",
|
"yes": "",
|
||||||
"theme_selection_description": "",
|
"zoom_image": ""
|
||||||
"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": ""
|
|
||||||
}
|
}
|
||||||
|
@ -228,10 +228,14 @@
|
|||||||
"admin_password": "",
|
"admin_password": "",
|
||||||
"administration": "",
|
"administration": "",
|
||||||
"advanced": "",
|
"advanced": "",
|
||||||
|
"album_added": "",
|
||||||
|
"album_added_notification_setting_description": "",
|
||||||
"album_cover_updated": "",
|
"album_cover_updated": "",
|
||||||
"album_info_updated": "",
|
"album_info_updated": "",
|
||||||
"album_name": "",
|
"album_name": "",
|
||||||
"album_options": "",
|
"album_options": "",
|
||||||
|
"album_updated": "",
|
||||||
|
"album_updated_setting_description": "",
|
||||||
"albums": "",
|
"albums": "",
|
||||||
"all": "",
|
"all": "",
|
||||||
"all_people": "",
|
"all_people": "",
|
||||||
@ -487,6 +491,8 @@
|
|||||||
"jobs": "",
|
"jobs": "",
|
||||||
"keep": "",
|
"keep": "",
|
||||||
"keyboard_shortcuts": "",
|
"keyboard_shortcuts": "",
|
||||||
|
"language": "",
|
||||||
|
"language_setting_description": "",
|
||||||
"last_seen": "",
|
"last_seen": "",
|
||||||
"leave": "",
|
"leave": "",
|
||||||
"let_others_respond": "",
|
"let_others_respond": "",
|
||||||
@ -556,6 +562,10 @@
|
|||||||
"no_shared_albums_message": "",
|
"no_shared_albums_message": "",
|
||||||
"not_in_any_album": "",
|
"not_in_any_album": "",
|
||||||
"notes": "",
|
"notes": "",
|
||||||
|
"notification_toggle_setting_description": "",
|
||||||
|
"notifications": "",
|
||||||
|
"notifications_setting_description": "",
|
||||||
|
"oauth": "",
|
||||||
"offline": "",
|
"offline": "",
|
||||||
"ok": "",
|
"ok": "",
|
||||||
"oldest_first": "",
|
"oldest_first": "",
|
||||||
@ -728,6 +738,7 @@
|
|||||||
"template": "",
|
"template": "",
|
||||||
"theme": "",
|
"theme": "",
|
||||||
"theme_selection": "",
|
"theme_selection": "",
|
||||||
|
"theme_selection_description": "",
|
||||||
"time_based_memories": "",
|
"time_based_memories": "",
|
||||||
"timezone": "",
|
"timezone": "",
|
||||||
"toggle_settings": "",
|
"toggle_settings": "",
|
||||||
@ -778,16 +789,5 @@
|
|||||||
"welcome_to_immich": "",
|
"welcome_to_immich": "",
|
||||||
"year": "",
|
"year": "",
|
||||||
"yes": "",
|
"yes": "",
|
||||||
"theme_selection_description": "",
|
"zoom_image": ""
|
||||||
"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": ""
|
|
||||||
}
|
}
|
||||||
|
@ -228,10 +228,14 @@
|
|||||||
"admin_password": "",
|
"admin_password": "",
|
||||||
"administration": "",
|
"administration": "",
|
||||||
"advanced": "",
|
"advanced": "",
|
||||||
|
"album_added": "",
|
||||||
|
"album_added_notification_setting_description": "",
|
||||||
"album_cover_updated": "",
|
"album_cover_updated": "",
|
||||||
"album_info_updated": "",
|
"album_info_updated": "",
|
||||||
"album_name": "",
|
"album_name": "",
|
||||||
"album_options": "",
|
"album_options": "",
|
||||||
|
"album_updated": "",
|
||||||
|
"album_updated_setting_description": "",
|
||||||
"albums": "",
|
"albums": "",
|
||||||
"all": "",
|
"all": "",
|
||||||
"all_people": "",
|
"all_people": "",
|
||||||
@ -487,6 +491,8 @@
|
|||||||
"jobs": "",
|
"jobs": "",
|
||||||
"keep": "",
|
"keep": "",
|
||||||
"keyboard_shortcuts": "",
|
"keyboard_shortcuts": "",
|
||||||
|
"language": "",
|
||||||
|
"language_setting_description": "",
|
||||||
"last_seen": "",
|
"last_seen": "",
|
||||||
"leave": "",
|
"leave": "",
|
||||||
"let_others_respond": "",
|
"let_others_respond": "",
|
||||||
@ -556,6 +562,10 @@
|
|||||||
"no_shared_albums_message": "",
|
"no_shared_albums_message": "",
|
||||||
"not_in_any_album": "",
|
"not_in_any_album": "",
|
||||||
"notes": "",
|
"notes": "",
|
||||||
|
"notification_toggle_setting_description": "",
|
||||||
|
"notifications": "",
|
||||||
|
"notifications_setting_description": "",
|
||||||
|
"oauth": "",
|
||||||
"offline": "",
|
"offline": "",
|
||||||
"ok": "",
|
"ok": "",
|
||||||
"oldest_first": "",
|
"oldest_first": "",
|
||||||
@ -728,6 +738,7 @@
|
|||||||
"template": "",
|
"template": "",
|
||||||
"theme": "",
|
"theme": "",
|
||||||
"theme_selection": "",
|
"theme_selection": "",
|
||||||
|
"theme_selection_description": "",
|
||||||
"time_based_memories": "",
|
"time_based_memories": "",
|
||||||
"timezone": "",
|
"timezone": "",
|
||||||
"toggle_settings": "",
|
"toggle_settings": "",
|
||||||
@ -778,16 +789,5 @@
|
|||||||
"welcome_to_immich": "",
|
"welcome_to_immich": "",
|
||||||
"year": "",
|
"year": "",
|
||||||
"yes": "",
|
"yes": "",
|
||||||
"theme_selection_description": "",
|
"zoom_image": ""
|
||||||
"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": ""
|
|
||||||
}
|
}
|
||||||
|
@ -228,10 +228,14 @@
|
|||||||
"admin_password": "",
|
"admin_password": "",
|
||||||
"administration": "",
|
"administration": "",
|
||||||
"advanced": "",
|
"advanced": "",
|
||||||
|
"album_added": "",
|
||||||
|
"album_added_notification_setting_description": "",
|
||||||
"album_cover_updated": "",
|
"album_cover_updated": "",
|
||||||
"album_info_updated": "",
|
"album_info_updated": "",
|
||||||
"album_name": "",
|
"album_name": "",
|
||||||
"album_options": "",
|
"album_options": "",
|
||||||
|
"album_updated": "",
|
||||||
|
"album_updated_setting_description": "",
|
||||||
"albums": "",
|
"albums": "",
|
||||||
"all": "",
|
"all": "",
|
||||||
"all_people": "",
|
"all_people": "",
|
||||||
@ -487,6 +491,8 @@
|
|||||||
"jobs": "",
|
"jobs": "",
|
||||||
"keep": "",
|
"keep": "",
|
||||||
"keyboard_shortcuts": "",
|
"keyboard_shortcuts": "",
|
||||||
|
"language": "",
|
||||||
|
"language_setting_description": "",
|
||||||
"last_seen": "",
|
"last_seen": "",
|
||||||
"leave": "",
|
"leave": "",
|
||||||
"let_others_respond": "",
|
"let_others_respond": "",
|
||||||
@ -556,6 +562,10 @@
|
|||||||
"no_shared_albums_message": "",
|
"no_shared_albums_message": "",
|
||||||
"not_in_any_album": "",
|
"not_in_any_album": "",
|
||||||
"notes": "",
|
"notes": "",
|
||||||
|
"notification_toggle_setting_description": "",
|
||||||
|
"notifications": "",
|
||||||
|
"notifications_setting_description": "",
|
||||||
|
"oauth": "",
|
||||||
"offline": "",
|
"offline": "",
|
||||||
"ok": "",
|
"ok": "",
|
||||||
"oldest_first": "",
|
"oldest_first": "",
|
||||||
@ -728,6 +738,7 @@
|
|||||||
"template": "",
|
"template": "",
|
||||||
"theme": "",
|
"theme": "",
|
||||||
"theme_selection": "",
|
"theme_selection": "",
|
||||||
|
"theme_selection_description": "",
|
||||||
"time_based_memories": "",
|
"time_based_memories": "",
|
||||||
"timezone": "",
|
"timezone": "",
|
||||||
"toggle_settings": "",
|
"toggle_settings": "",
|
||||||
@ -778,16 +789,5 @@
|
|||||||
"welcome_to_immich": "",
|
"welcome_to_immich": "",
|
||||||
"year": "",
|
"year": "",
|
||||||
"yes": "",
|
"yes": "",
|
||||||
"theme_selection_description": "",
|
"zoom_image": ""
|
||||||
"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": ""
|
|
||||||
}
|
}
|
||||||
|
@ -228,10 +228,14 @@
|
|||||||
"admin_password": "",
|
"admin_password": "",
|
||||||
"administration": "",
|
"administration": "",
|
||||||
"advanced": "",
|
"advanced": "",
|
||||||
|
"album_added": "",
|
||||||
|
"album_added_notification_setting_description": "",
|
||||||
"album_cover_updated": "",
|
"album_cover_updated": "",
|
||||||
"album_info_updated": "",
|
"album_info_updated": "",
|
||||||
"album_name": "",
|
"album_name": "",
|
||||||
"album_options": "",
|
"album_options": "",
|
||||||
|
"album_updated": "",
|
||||||
|
"album_updated_setting_description": "",
|
||||||
"albums": "",
|
"albums": "",
|
||||||
"all": "",
|
"all": "",
|
||||||
"all_people": "",
|
"all_people": "",
|
||||||
@ -487,6 +491,8 @@
|
|||||||
"jobs": "",
|
"jobs": "",
|
||||||
"keep": "",
|
"keep": "",
|
||||||
"keyboard_shortcuts": "",
|
"keyboard_shortcuts": "",
|
||||||
|
"language": "",
|
||||||
|
"language_setting_description": "",
|
||||||
"last_seen": "",
|
"last_seen": "",
|
||||||
"leave": "",
|
"leave": "",
|
||||||
"let_others_respond": "",
|
"let_others_respond": "",
|
||||||
@ -556,6 +562,10 @@
|
|||||||
"no_shared_albums_message": "",
|
"no_shared_albums_message": "",
|
||||||
"not_in_any_album": "",
|
"not_in_any_album": "",
|
||||||
"notes": "",
|
"notes": "",
|
||||||
|
"notification_toggle_setting_description": "",
|
||||||
|
"notifications": "",
|
||||||
|
"notifications_setting_description": "",
|
||||||
|
"oauth": "",
|
||||||
"offline": "",
|
"offline": "",
|
||||||
"ok": "",
|
"ok": "",
|
||||||
"oldest_first": "",
|
"oldest_first": "",
|
||||||
@ -728,6 +738,7 @@
|
|||||||
"template": "",
|
"template": "",
|
||||||
"theme": "",
|
"theme": "",
|
||||||
"theme_selection": "",
|
"theme_selection": "",
|
||||||
|
"theme_selection_description": "",
|
||||||
"time_based_memories": "",
|
"time_based_memories": "",
|
||||||
"timezone": "",
|
"timezone": "",
|
||||||
"toggle_settings": "",
|
"toggle_settings": "",
|
||||||
@ -778,16 +789,5 @@
|
|||||||
"welcome_to_immich": "",
|
"welcome_to_immich": "",
|
||||||
"year": "",
|
"year": "",
|
||||||
"yes": "",
|
"yes": "",
|
||||||
"theme_selection_description": "",
|
"zoom_image": ""
|
||||||
"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": ""
|
|
||||||
}
|
}
|
||||||
|
@ -228,10 +228,14 @@
|
|||||||
"admin_password": "",
|
"admin_password": "",
|
||||||
"administration": "",
|
"administration": "",
|
||||||
"advanced": "",
|
"advanced": "",
|
||||||
|
"album_added": "",
|
||||||
|
"album_added_notification_setting_description": "",
|
||||||
"album_cover_updated": "",
|
"album_cover_updated": "",
|
||||||
"album_info_updated": "",
|
"album_info_updated": "",
|
||||||
"album_name": "",
|
"album_name": "",
|
||||||
"album_options": "",
|
"album_options": "",
|
||||||
|
"album_updated": "",
|
||||||
|
"album_updated_setting_description": "",
|
||||||
"albums": "",
|
"albums": "",
|
||||||
"all": "",
|
"all": "",
|
||||||
"all_people": "",
|
"all_people": "",
|
||||||
@ -487,6 +491,8 @@
|
|||||||
"jobs": "",
|
"jobs": "",
|
||||||
"keep": "",
|
"keep": "",
|
||||||
"keyboard_shortcuts": "",
|
"keyboard_shortcuts": "",
|
||||||
|
"language": "",
|
||||||
|
"language_setting_description": "",
|
||||||
"last_seen": "",
|
"last_seen": "",
|
||||||
"leave": "",
|
"leave": "",
|
||||||
"let_others_respond": "",
|
"let_others_respond": "",
|
||||||
@ -556,6 +562,10 @@
|
|||||||
"no_shared_albums_message": "",
|
"no_shared_albums_message": "",
|
||||||
"not_in_any_album": "",
|
"not_in_any_album": "",
|
||||||
"notes": "",
|
"notes": "",
|
||||||
|
"notification_toggle_setting_description": "",
|
||||||
|
"notifications": "",
|
||||||
|
"notifications_setting_description": "",
|
||||||
|
"oauth": "",
|
||||||
"offline": "",
|
"offline": "",
|
||||||
"ok": "",
|
"ok": "",
|
||||||
"oldest_first": "",
|
"oldest_first": "",
|
||||||
@ -728,6 +738,7 @@
|
|||||||
"template": "",
|
"template": "",
|
||||||
"theme": "",
|
"theme": "",
|
||||||
"theme_selection": "",
|
"theme_selection": "",
|
||||||
|
"theme_selection_description": "",
|
||||||
"time_based_memories": "",
|
"time_based_memories": "",
|
||||||
"timezone": "",
|
"timezone": "",
|
||||||
"toggle_settings": "",
|
"toggle_settings": "",
|
||||||
@ -778,16 +789,5 @@
|
|||||||
"welcome_to_immich": "",
|
"welcome_to_immich": "",
|
||||||
"year": "",
|
"year": "",
|
||||||
"yes": "",
|
"yes": "",
|
||||||
"theme_selection_description": "",
|
"zoom_image": ""
|
||||||
"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": ""
|
|
||||||
}
|
}
|
||||||
|
@ -228,10 +228,14 @@
|
|||||||
"admin_password": "",
|
"admin_password": "",
|
||||||
"administration": "",
|
"administration": "",
|
||||||
"advanced": "",
|
"advanced": "",
|
||||||
|
"album_added": "",
|
||||||
|
"album_added_notification_setting_description": "",
|
||||||
"album_cover_updated": "",
|
"album_cover_updated": "",
|
||||||
"album_info_updated": "",
|
"album_info_updated": "",
|
||||||
"album_name": "",
|
"album_name": "",
|
||||||
"album_options": "",
|
"album_options": "",
|
||||||
|
"album_updated": "",
|
||||||
|
"album_updated_setting_description": "",
|
||||||
"albums": "",
|
"albums": "",
|
||||||
"all": "",
|
"all": "",
|
||||||
"all_people": "",
|
"all_people": "",
|
||||||
@ -487,6 +491,8 @@
|
|||||||
"jobs": "",
|
"jobs": "",
|
||||||
"keep": "",
|
"keep": "",
|
||||||
"keyboard_shortcuts": "",
|
"keyboard_shortcuts": "",
|
||||||
|
"language": "",
|
||||||
|
"language_setting_description": "",
|
||||||
"last_seen": "",
|
"last_seen": "",
|
||||||
"leave": "",
|
"leave": "",
|
||||||
"let_others_respond": "",
|
"let_others_respond": "",
|
||||||
@ -556,6 +562,10 @@
|
|||||||
"no_shared_albums_message": "",
|
"no_shared_albums_message": "",
|
||||||
"not_in_any_album": "",
|
"not_in_any_album": "",
|
||||||
"notes": "",
|
"notes": "",
|
||||||
|
"notification_toggle_setting_description": "",
|
||||||
|
"notifications": "",
|
||||||
|
"notifications_setting_description": "",
|
||||||
|
"oauth": "",
|
||||||
"offline": "",
|
"offline": "",
|
||||||
"ok": "",
|
"ok": "",
|
||||||
"oldest_first": "",
|
"oldest_first": "",
|
||||||
@ -728,6 +738,7 @@
|
|||||||
"template": "",
|
"template": "",
|
||||||
"theme": "",
|
"theme": "",
|
||||||
"theme_selection": "",
|
"theme_selection": "",
|
||||||
|
"theme_selection_description": "",
|
||||||
"time_based_memories": "",
|
"time_based_memories": "",
|
||||||
"timezone": "",
|
"timezone": "",
|
||||||
"toggle_settings": "",
|
"toggle_settings": "",
|
||||||
@ -778,16 +789,5 @@
|
|||||||
"welcome_to_immich": "",
|
"welcome_to_immich": "",
|
||||||
"year": "",
|
"year": "",
|
||||||
"yes": "",
|
"yes": "",
|
||||||
"theme_selection_description": "",
|
"zoom_image": ""
|
||||||
"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": ""
|
|
||||||
}
|
}
|
||||||
|
@ -228,10 +228,14 @@
|
|||||||
"admin_password": "",
|
"admin_password": "",
|
||||||
"administration": "",
|
"administration": "",
|
||||||
"advanced": "",
|
"advanced": "",
|
||||||
|
"album_added": "",
|
||||||
|
"album_added_notification_setting_description": "",
|
||||||
"album_cover_updated": "",
|
"album_cover_updated": "",
|
||||||
"album_info_updated": "",
|
"album_info_updated": "",
|
||||||
"album_name": "",
|
"album_name": "",
|
||||||
"album_options": "",
|
"album_options": "",
|
||||||
|
"album_updated": "",
|
||||||
|
"album_updated_setting_description": "",
|
||||||
"albums": "",
|
"albums": "",
|
||||||
"all": "",
|
"all": "",
|
||||||
"all_people": "",
|
"all_people": "",
|
||||||
@ -487,6 +491,8 @@
|
|||||||
"jobs": "",
|
"jobs": "",
|
||||||
"keep": "",
|
"keep": "",
|
||||||
"keyboard_shortcuts": "",
|
"keyboard_shortcuts": "",
|
||||||
|
"language": "",
|
||||||
|
"language_setting_description": "",
|
||||||
"last_seen": "",
|
"last_seen": "",
|
||||||
"leave": "",
|
"leave": "",
|
||||||
"let_others_respond": "",
|
"let_others_respond": "",
|
||||||
@ -556,6 +562,10 @@
|
|||||||
"no_shared_albums_message": "",
|
"no_shared_albums_message": "",
|
||||||
"not_in_any_album": "",
|
"not_in_any_album": "",
|
||||||
"notes": "",
|
"notes": "",
|
||||||
|
"notification_toggle_setting_description": "",
|
||||||
|
"notifications": "",
|
||||||
|
"notifications_setting_description": "",
|
||||||
|
"oauth": "",
|
||||||
"offline": "",
|
"offline": "",
|
||||||
"ok": "",
|
"ok": "",
|
||||||
"oldest_first": "",
|
"oldest_first": "",
|
||||||
@ -728,6 +738,7 @@
|
|||||||
"template": "",
|
"template": "",
|
||||||
"theme": "",
|
"theme": "",
|
||||||
"theme_selection": "",
|
"theme_selection": "",
|
||||||
|
"theme_selection_description": "",
|
||||||
"time_based_memories": "",
|
"time_based_memories": "",
|
||||||
"timezone": "",
|
"timezone": "",
|
||||||
"toggle_settings": "",
|
"toggle_settings": "",
|
||||||
@ -778,16 +789,5 @@
|
|||||||
"welcome_to_immich": "",
|
"welcome_to_immich": "",
|
||||||
"year": "",
|
"year": "",
|
||||||
"yes": "",
|
"yes": "",
|
||||||
"theme_selection_description": "",
|
"zoom_image": ""
|
||||||
"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": ""
|
|
||||||
}
|
}
|
||||||
|
@ -228,10 +228,14 @@
|
|||||||
"admin_password": "",
|
"admin_password": "",
|
||||||
"administration": "",
|
"administration": "",
|
||||||
"advanced": "",
|
"advanced": "",
|
||||||
|
"album_added": "",
|
||||||
|
"album_added_notification_setting_description": "",
|
||||||
"album_cover_updated": "",
|
"album_cover_updated": "",
|
||||||
"album_info_updated": "",
|
"album_info_updated": "",
|
||||||
"album_name": "",
|
"album_name": "",
|
||||||
"album_options": "",
|
"album_options": "",
|
||||||
|
"album_updated": "",
|
||||||
|
"album_updated_setting_description": "",
|
||||||
"albums": "",
|
"albums": "",
|
||||||
"all": "",
|
"all": "",
|
||||||
"all_people": "",
|
"all_people": "",
|
||||||
@ -487,6 +491,8 @@
|
|||||||
"jobs": "",
|
"jobs": "",
|
||||||
"keep": "",
|
"keep": "",
|
||||||
"keyboard_shortcuts": "",
|
"keyboard_shortcuts": "",
|
||||||
|
"language": "",
|
||||||
|
"language_setting_description": "",
|
||||||
"last_seen": "",
|
"last_seen": "",
|
||||||
"leave": "",
|
"leave": "",
|
||||||
"let_others_respond": "",
|
"let_others_respond": "",
|
||||||
@ -556,6 +562,10 @@
|
|||||||
"no_shared_albums_message": "",
|
"no_shared_albums_message": "",
|
||||||
"not_in_any_album": "",
|
"not_in_any_album": "",
|
||||||
"notes": "",
|
"notes": "",
|
||||||
|
"notification_toggle_setting_description": "",
|
||||||
|
"notifications": "",
|
||||||
|
"notifications_setting_description": "",
|
||||||
|
"oauth": "",
|
||||||
"offline": "",
|
"offline": "",
|
||||||
"ok": "",
|
"ok": "",
|
||||||
"oldest_first": "",
|
"oldest_first": "",
|
||||||
@ -728,6 +738,7 @@
|
|||||||
"template": "",
|
"template": "",
|
||||||
"theme": "",
|
"theme": "",
|
||||||
"theme_selection": "",
|
"theme_selection": "",
|
||||||
|
"theme_selection_description": "",
|
||||||
"time_based_memories": "",
|
"time_based_memories": "",
|
||||||
"timezone": "",
|
"timezone": "",
|
||||||
"toggle_settings": "",
|
"toggle_settings": "",
|
||||||
@ -778,16 +789,5 @@
|
|||||||
"welcome_to_immich": "",
|
"welcome_to_immich": "",
|
||||||
"year": "",
|
"year": "",
|
||||||
"yes": "",
|
"yes": "",
|
||||||
"theme_selection_description": "",
|
"zoom_image": ""
|
||||||
"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": ""
|
|
||||||
}
|
}
|
||||||
|
@ -228,10 +228,14 @@
|
|||||||
"admin_password": "",
|
"admin_password": "",
|
||||||
"administration": "",
|
"administration": "",
|
||||||
"advanced": "",
|
"advanced": "",
|
||||||
|
"album_added": "",
|
||||||
|
"album_added_notification_setting_description": "",
|
||||||
"album_cover_updated": "",
|
"album_cover_updated": "",
|
||||||
"album_info_updated": "",
|
"album_info_updated": "",
|
||||||
"album_name": "",
|
"album_name": "",
|
||||||
"album_options": "",
|
"album_options": "",
|
||||||
|
"album_updated": "",
|
||||||
|
"album_updated_setting_description": "",
|
||||||
"albums": "",
|
"albums": "",
|
||||||
"all": "",
|
"all": "",
|
||||||
"all_people": "",
|
"all_people": "",
|
||||||
@ -487,6 +491,8 @@
|
|||||||
"jobs": "",
|
"jobs": "",
|
||||||
"keep": "",
|
"keep": "",
|
||||||
"keyboard_shortcuts": "",
|
"keyboard_shortcuts": "",
|
||||||
|
"language": "",
|
||||||
|
"language_setting_description": "",
|
||||||
"last_seen": "",
|
"last_seen": "",
|
||||||
"leave": "",
|
"leave": "",
|
||||||
"let_others_respond": "",
|
"let_others_respond": "",
|
||||||
@ -556,6 +562,10 @@
|
|||||||
"no_shared_albums_message": "",
|
"no_shared_albums_message": "",
|
||||||
"not_in_any_album": "",
|
"not_in_any_album": "",
|
||||||
"notes": "",
|
"notes": "",
|
||||||
|
"notification_toggle_setting_description": "",
|
||||||
|
"notifications": "",
|
||||||
|
"notifications_setting_description": "",
|
||||||
|
"oauth": "",
|
||||||
"offline": "",
|
"offline": "",
|
||||||
"ok": "",
|
"ok": "",
|
||||||
"oldest_first": "",
|
"oldest_first": "",
|
||||||
@ -728,6 +738,7 @@
|
|||||||
"template": "",
|
"template": "",
|
||||||
"theme": "",
|
"theme": "",
|
||||||
"theme_selection": "",
|
"theme_selection": "",
|
||||||
|
"theme_selection_description": "",
|
||||||
"time_based_memories": "",
|
"time_based_memories": "",
|
||||||
"timezone": "",
|
"timezone": "",
|
||||||
"toggle_settings": "",
|
"toggle_settings": "",
|
||||||
@ -778,16 +789,5 @@
|
|||||||
"welcome_to_immich": "",
|
"welcome_to_immich": "",
|
||||||
"year": "",
|
"year": "",
|
||||||
"yes": "",
|
"yes": "",
|
||||||
"theme_selection_description": "",
|
"zoom_image": ""
|
||||||
"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": ""
|
|
||||||
}
|
}
|
||||||
|
@ -228,10 +228,14 @@
|
|||||||
"admin_password": "",
|
"admin_password": "",
|
||||||
"administration": "",
|
"administration": "",
|
||||||
"advanced": "",
|
"advanced": "",
|
||||||
|
"album_added": "",
|
||||||
|
"album_added_notification_setting_description": "",
|
||||||
"album_cover_updated": "",
|
"album_cover_updated": "",
|
||||||
"album_info_updated": "",
|
"album_info_updated": "",
|
||||||
"album_name": "",
|
"album_name": "",
|
||||||
"album_options": "",
|
"album_options": "",
|
||||||
|
"album_updated": "",
|
||||||
|
"album_updated_setting_description": "",
|
||||||
"albums": "",
|
"albums": "",
|
||||||
"all": "",
|
"all": "",
|
||||||
"all_people": "",
|
"all_people": "",
|
||||||
@ -487,6 +491,8 @@
|
|||||||
"jobs": "",
|
"jobs": "",
|
||||||
"keep": "",
|
"keep": "",
|
||||||
"keyboard_shortcuts": "",
|
"keyboard_shortcuts": "",
|
||||||
|
"language": "",
|
||||||
|
"language_setting_description": "",
|
||||||
"last_seen": "",
|
"last_seen": "",
|
||||||
"leave": "",
|
"leave": "",
|
||||||
"let_others_respond": "",
|
"let_others_respond": "",
|
||||||
@ -556,6 +562,10 @@
|
|||||||
"no_shared_albums_message": "",
|
"no_shared_albums_message": "",
|
||||||
"not_in_any_album": "",
|
"not_in_any_album": "",
|
||||||
"notes": "",
|
"notes": "",
|
||||||
|
"notification_toggle_setting_description": "",
|
||||||
|
"notifications": "",
|
||||||
|
"notifications_setting_description": "",
|
||||||
|
"oauth": "",
|
||||||
"offline": "",
|
"offline": "",
|
||||||
"ok": "",
|
"ok": "",
|
||||||
"oldest_first": "",
|
"oldest_first": "",
|
||||||
@ -728,6 +738,7 @@
|
|||||||
"template": "",
|
"template": "",
|
||||||
"theme": "",
|
"theme": "",
|
||||||
"theme_selection": "",
|
"theme_selection": "",
|
||||||
|
"theme_selection_description": "",
|
||||||
"time_based_memories": "",
|
"time_based_memories": "",
|
||||||
"timezone": "",
|
"timezone": "",
|
||||||
"toggle_settings": "",
|
"toggle_settings": "",
|
||||||
@ -778,16 +789,5 @@
|
|||||||
"welcome_to_immich": "",
|
"welcome_to_immich": "",
|
||||||
"year": "",
|
"year": "",
|
||||||
"yes": "",
|
"yes": "",
|
||||||
"theme_selection_description": "",
|
"zoom_image": ""
|
||||||
"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": ""
|
|
||||||
}
|
}
|
||||||
|
@ -228,10 +228,14 @@
|
|||||||
"admin_password": "",
|
"admin_password": "",
|
||||||
"administration": "",
|
"administration": "",
|
||||||
"advanced": "",
|
"advanced": "",
|
||||||
|
"album_added": "相册已添加",
|
||||||
|
"album_added_notification_setting_description": "当您被添加到共享相册时,会收到邮件通知",
|
||||||
"album_cover_updated": "更新相册封面",
|
"album_cover_updated": "更新相册封面",
|
||||||
"album_info_updated": "更新相册信息",
|
"album_info_updated": "更新相册信息",
|
||||||
"album_name": "相册名称",
|
"album_name": "相册名称",
|
||||||
"album_options": "相册设置",
|
"album_options": "相册设置",
|
||||||
|
"album_updated": "相册已更新",
|
||||||
|
"album_updated_setting_description": "",
|
||||||
"albums": "相册",
|
"albums": "相册",
|
||||||
"all": "",
|
"all": "",
|
||||||
"all_people": "",
|
"all_people": "",
|
||||||
@ -487,6 +491,8 @@
|
|||||||
"jobs": "",
|
"jobs": "",
|
||||||
"keep": "",
|
"keep": "",
|
||||||
"keyboard_shortcuts": "",
|
"keyboard_shortcuts": "",
|
||||||
|
"language": "语言",
|
||||||
|
"language_setting_description": "选择您的偏好语言",
|
||||||
"last_seen": "",
|
"last_seen": "",
|
||||||
"leave": "",
|
"leave": "",
|
||||||
"let_others_respond": "",
|
"let_others_respond": "",
|
||||||
@ -556,6 +562,10 @@
|
|||||||
"no_shared_albums_message": "创建相册以共享照片和视频",
|
"no_shared_albums_message": "创建相册以共享照片和视频",
|
||||||
"not_in_any_album": "不在任何相册中",
|
"not_in_any_album": "不在任何相册中",
|
||||||
"notes": "",
|
"notes": "",
|
||||||
|
"notification_toggle_setting_description": "",
|
||||||
|
"notifications": "",
|
||||||
|
"notifications_setting_description": "",
|
||||||
|
"oauth": "",
|
||||||
"offline": "",
|
"offline": "",
|
||||||
"ok": "",
|
"ok": "",
|
||||||
"oldest_first": "",
|
"oldest_first": "",
|
||||||
@ -728,6 +738,7 @@
|
|||||||
"template": "模版",
|
"template": "模版",
|
||||||
"theme": "主题",
|
"theme": "主题",
|
||||||
"theme_selection": "主题选项",
|
"theme_selection": "主题选项",
|
||||||
|
"theme_selection_description": "根据浏览器的系统首选项自动设置主题色",
|
||||||
"time_based_memories": "基于时间的回忆",
|
"time_based_memories": "基于时间的回忆",
|
||||||
"timezone": "时区",
|
"timezone": "时区",
|
||||||
"toggle_settings": "切换设置",
|
"toggle_settings": "切换设置",
|
||||||
@ -778,16 +789,5 @@
|
|||||||
"welcome_to_immich": "欢迎使用immich",
|
"welcome_to_immich": "欢迎使用immich",
|
||||||
"year": "年",
|
"year": "年",
|
||||||
"yes": "是",
|
"yes": "是",
|
||||||
"theme_selection_description": "根据浏览器的系统首选项自动设置主题色",
|
"zoom_image": "缩放图像"
|
||||||
"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": ""
|
|
||||||
}
|
}
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Immich",
|
|
||||||
"short_name": "Immich",
|
|
||||||
"start_url": "/",
|
|
||||||
"display": "standalone",
|
|
||||||
"background_color": "#ffffff",
|
"background_color": "#ffffff",
|
||||||
|
"description": "Self-hosted photo and video backup solution directly from your mobile phone.",
|
||||||
|
"display": "standalone",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "manifest-icon-192.maskable.png",
|
"src": "manifest-icon-192.maskable.png",
|
||||||
@ -30,6 +28,8 @@
|
|||||||
"purpose": "maskable"
|
"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": "/"
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
{
|
{
|
||||||
"extends": "./.svelte-kit/tsconfig.json",
|
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"checkJs": true,
|
"checkJs": true,
|
||||||
@ -13,5 +12,6 @@
|
|||||||
"strict": true,
|
"strict": true,
|
||||||
"target": "es2020",
|
"target": "es2020",
|
||||||
"types": ["vitest/globals"]
|
"types": ["vitest/globals"]
|
||||||
}
|
},
|
||||||
|
"extends": "./.svelte-kit/tsconfig.json"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user