l10n: fix remaining translations (#439)

* l10n: Url -> URL

* l10n: Logo Address -> Logo URL

* l10n: fix ttl translation

* l10n: fix all zh-tw translations

* l10n: fix all zh-cn translations

* l10n: fix all en translations
This commit is contained in:
Integral
2024-07-02 15:02:49 +00:00
committed by GitHub
parent 3f9fe1f2c6
commit e1d2e3f3e5
12 changed files with 139 additions and 139 deletions

View File

@@ -1135,13 +1135,13 @@ class _SettingPageState extends State<SettingPage> {
return ListTile(
leading: const Icon(Icons.image),
title: Text('Logo ${l10n.addr}'),
title: Text('Logo URL'),
trailing: const Icon(Icons.keyboard_arrow_right),
onTap: () {
final ctrl =
TextEditingController(text: _setting.serverLogoUrl.fetch());
context.showRoundDialog(
title: 'Logo ${l10n.addr}',
title: 'Logo URL',
child: Column(
mainAxisSize: MainAxisSize.min,
children: [