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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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}
/>