mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
chore(trans): add zh-CN translations for custom proxy headers (#10660)
chore: add zh-CN translations for proxy headers Signed-off-by: TripleZ <me@triplez.cn>
This commit is contained in:
parent
12b9f3ad91
commit
0b4153e256
4 changed files with 27 additions and 10 deletions
|
|
@ -69,7 +69,7 @@ class HeaderSettingsPage extends HookConsumerWidget {
|
|||
headers.value = headers.value.toList();
|
||||
},
|
||||
icon: const Icon(Icons.add_outlined),
|
||||
tooltip: 'Add Header',
|
||||
tooltip: 'header_settings_add_header_tip'.tr(),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
|
@ -118,7 +118,7 @@ class HeaderKeyValueSettings extends StatelessWidget {
|
|||
|
||||
String? emptyFieldValidator(String? value) {
|
||||
if (value == null || value.isEmpty) {
|
||||
return 'Value cannot be empty';
|
||||
return 'header_settings_field_validator_msg'.tr();
|
||||
}
|
||||
|
||||
return null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue