mirror of
https://github.com/immich-app/immich.git
synced 2026-02-28 17:49:05 +03:00
fix(web): add missing @immich/ui translations (#26143)
This commit is contained in:
@@ -40,17 +40,32 @@
|
||||
|
||||
$effect(() => {
|
||||
setTranslations({
|
||||
cancel: $t('cancel'),
|
||||
close: $t('close'),
|
||||
confirm: $t('confirm'),
|
||||
expand: $t('expand'),
|
||||
collapse: $t('collapse'),
|
||||
search_placeholder: $t('search'),
|
||||
search_no_results: $t('no_results'),
|
||||
prompt_default: $t('are_you_sure_to_do_this'),
|
||||
show_password: $t('show_password'),
|
||||
hide_password: $t('hide_password'),
|
||||
confirm: $t('confirm'),
|
||||
cancel: $t('cancel'),
|
||||
dark_theme: $t('dark_theme'),
|
||||
open_menu: $t('open'),
|
||||
command_palette_prompt_default: $t('command_palette_prompt'),
|
||||
command_palette_to_select: $t('command_palette_to_select'),
|
||||
command_palette_to_navigate: $t('command_palette_to_navigate'),
|
||||
command_palette_to_close: $t('command_palette_to_close'),
|
||||
command_palette_to_show_all: $t('command_palette_to_show_all'),
|
||||
navigate_next: $t('next'),
|
||||
navigate_previous: $t('previous'),
|
||||
open_calendar: $t('open_calendar'),
|
||||
toast_success_title: $t('success'),
|
||||
toast_info_title: $t('info'),
|
||||
toast_warning_title: $t('warning'),
|
||||
toast_danger_title: $t('error'),
|
||||
navigate_next: $t('next'),
|
||||
navigate_previous: $t('previous'),
|
||||
save: $t('save'),
|
||||
supporter: $t('supporter'),
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user