fix: Update locked folder text and improve translations (#18622)

* Update locked folder text and remove unused translations

* uppercase Locked folder in Menu

* convert some translates to icu and improve

* add iOS debug info translations for background processes

* fix lint

---------

Co-authored-by: dvbthien <dvbthien@gmail.com>
This commit is contained in:
Thien Dang
2025-05-30 03:06:08 +07:00
committed by GitHub
parent dbdb64f6c5
commit 0f42babb6b
7 changed files with 57 additions and 84 deletions

View File

@@ -56,6 +56,6 @@
<MenuOption
onClick={() => toggleLockedVisibility()}
text={isLocked ? $t('move_off_locked_folder') : $t('add_to_locked_folder')}
text={isLocked ? $t('move_off_locked_folder') : $t('move_to_locked_folder')}
icon={isLocked ? mdiLockOpenVariantOutline : mdiLockOutline}
/>