Browse Source

UI better words

pull/18/head
Sun 4 years ago
parent
commit
a1c80d15b1
  1. 2
      lib/l10n/localizations_en.dart
  2. 6
      lib/l10n/localizations_zh.dart

2
lib/l10n/localizations_en.dart

@ -320,7 +320,7 @@ class AppLocalizationsEn extends AppLocalizations { @@ -320,7 +320,7 @@ class AppLocalizationsEn extends AppLocalizations {
String get groupRequireConsent => "Requires manager's consent";
@override
String get domain => 'Public identity';
String get domain => 'ID';
@override
String get domainIntro => 'Unique identity to public services';
@override

6
lib/l10n/localizations_zh.dart

@ -320,13 +320,13 @@ class AppLocalizationsZh extends AppLocalizations { @@ -320,13 +320,13 @@ class AppLocalizationsZh extends AppLocalizations {
String get groupRequireConsent => "需要管理员同意";
@override
String get domain => '公开身份';
String get domain => '个人ID';
@override
String get domainIntro => '管理自己的公开身份';
String get domainIntro => '管理自己的公开ID';
@override
String get domainShowProvider => '所有站点';
@override
String get domainShowName => '所有已注册身份';
String get domainShowName => '所有已注册ID';
@override
String get domainName => '用户名';
@override

Loading…
Cancel
Save