chore(i18n): migrate start stop keys to fl_lib (#1057)

This commit is contained in:
lollipopkit🏳️‍⚧️
2026-02-27 23:36:59 +08:00
committed by GitHub
parent 2166e27771
commit c3678f3df9
75 changed files with 137 additions and 4220 deletions

View File

@@ -75,7 +75,7 @@ class _SshDiscoveryPageState extends ConsumerState<SshDiscoveryPage> {
children: [
Text(l10n.discoverySummary, style: const TextStyle(fontWeight: FontWeight.bold)),
UIs.height7,
Text('${libL10n.found}: ${report.count} ${l10n.servers}'),
Text('${libL10n.found}: ${report.count} ${libL10n.servers}'),
Text('${libL10n.duration}: ${report.durationMs}ms'),
Text(
'${l10n.finishedAt}: ${DateTime.parse(report.generatedAt).toLocal().toString().substring(0, 16)}',