mirror of
https://github.com/immich-app/immich.git
synced 2025-06-01 04:36:19 -04:00
strings
This commit is contained in:
parent
536b969917
commit
d7a92b7e8d
@ -1407,7 +1407,10 @@
|
|||||||
"preview": "Preview",
|
"preview": "Preview",
|
||||||
"previous": "Previous",
|
"previous": "Previous",
|
||||||
"previous_memory": "Previous memory",
|
"previous_memory": "Previous memory",
|
||||||
"previous_or_next_photo": "Previous or next photo",
|
"previous_or_next_day": "Day forward/back",
|
||||||
|
"previous_or_next_month": "Month forward/back",
|
||||||
|
"previous_or_next_photo": "Photo forward/back",
|
||||||
|
"previous_or_next_year": "Year forward/back",
|
||||||
"primary": "Primary",
|
"primary": "Primary",
|
||||||
"privacy": "Privacy",
|
"privacy": "Privacy",
|
||||||
"profile": "Profile",
|
"profile": "Profile",
|
||||||
|
@ -25,9 +25,9 @@
|
|||||||
shortcuts = {
|
shortcuts = {
|
||||||
general: [
|
general: [
|
||||||
{ key: ['←', '→'], action: $t('previous_or_next_photo') },
|
{ key: ['←', '→'], action: $t('previous_or_next_photo') },
|
||||||
{ key: ['D', 'd'], action: 'Day forward/backward' },
|
{ key: ['D', 'd'], action: $t('previous_or_next_day') },
|
||||||
{ key: ['M', 'm'], action: 'Month forward/backward' },
|
{ key: ['M', 'm'], action: $t('previous_or_next_month') },
|
||||||
{ key: ['Y', 'y'], action: 'Year forward/backward' },
|
{ key: ['Y', 'y'], action: $t('previous_or_next_year') },
|
||||||
{ key: ['x'], action: $t('select') },
|
{ key: ['x'], action: $t('select') },
|
||||||
{ key: ['Esc'], action: $t('back_close_deselect') },
|
{ key: ['Esc'], action: $t('back_close_deselect') },
|
||||||
{ key: ['Ctrl', 'k'], action: $t('search_your_photos') },
|
{ key: ['Ctrl', 'k'], action: $t('search_your_photos') },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user