-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
feat(web): Add to Multiple Albums #20072
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 18 commits
41a0674
ebb812b
4578c0a
713a962
f129aaf
9bedaa2
e7c119a
3946bfd
a7db5c1
9bbd583
5c2e0f3
8904334
144ac6b
a47eccb
c0be70c
db74a36
14a2456
a37ba2a
9ee7dc6
2f59ebf
6ee48f7
b77a5c7
845db94
860fc03
b6cc793
37e1209
a0fcbf3
383da33
dff2db6
e481951
08da570
35f89ad
eeec4a5
e6acf76
db71e10
c772a2a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,6 +27,7 @@ | |
"add_to_album": "Add to album", | ||
"add_to_album_bottom_sheet_added": "Added to {album}", | ||
"add_to_album_bottom_sheet_already_exists": "Already in {album}", | ||
"add_to_albums": "Add to albums", | ||
"add_to_shared_album": "Add to shared album", | ||
"add_url": "Add URL", | ||
"added_to_archive": "Added to archive", | ||
|
@@ -485,7 +486,9 @@ | |
"assets": "Assets", | ||
"assets_added_count": "Added {count, plural, one {# asset} other {# assets}}", | ||
"assets_added_to_album_count": "Added {count, plural, one {# asset} other {# assets}} to the album", | ||
"assets_added_to_albums_count": "Added {assetCount} of {assetTotal} assets to {albumCount} of {albumTotal} albums", | ||
"assets_cannot_be_added_to_album_count": "{count, plural, one {Asset} other {Assets}} cannot be added to the album", | ||
"assets_cannot_be_added_to_albums": "{count, plural, one {Asset} other {Assets}} cannot be added any of the albums", | ||
"assets_count": "{count, plural, one {# asset} other {# assets}}", | ||
"assets_deleted_permanently": "{count} asset(s) deleted permanently", | ||
"assets_deleted_permanently_from_server": "{count} asset(s) deleted permanently from the Immich server", | ||
|
@@ -502,6 +505,7 @@ | |
"assets_trashed_count": "Trashed {count, plural, one {# asset} other {# assets}}", | ||
"assets_trashed_from_server": "{count} asset(s) trashed from the Immich server", | ||
"assets_were_part_of_album_count": "{count, plural, one {Asset was} other {Assets were}} already part of the album", | ||
"assets_were_part_of_albums_count": "{count, plural, one {Asset was} other {Assets were}} already part of the albums", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Have you just... duplicated this key from the line above? 👀 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. album -> albums lol There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ah damn it I'm blind 😅 |
||
"authorized_devices": "Authorized Devices", | ||
"automatic_endpoint_switching_subtitle": "Connect locally over designated Wi-Fi when available and use alternative connections elsewhere", | ||
"automatic_endpoint_switching_title": "Automatic URL switching", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.