l10n: update

This commit is contained in:
2024-05-06 20:29:32 +08:00
parent b287dfc627
commit 60ceb84625
8 changed files with 461 additions and 947 deletions

View File

@ -208,7 +208,11 @@ class RsiLauncherEnhanceDialogUI extends HookConsumerWidget {
? FluentIcons.chevron_up
: FluentIcons.chevron_down),
const SizedBox(width: 12),
Text(expandEnhance.value ? "收起额外功能" : "展开额外功能"),
Text(expandEnhance.value
? S.current
.tools_rsi_launcher_enhance_action_fold
: S.current
.tools_rsi_launcher_enhance_action_expand),
],
))),
],