Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Traditional Chinese Translation #122

Merged
merged 2 commits into from
Dec 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions lib/i18n/_missing_translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,5 @@
"description": "Please login again using your username instead of your email address."
}
},
"zh-Hant-TW": {
"usernameNotEmail": {
"title": "You may be experiencing sync issues",
"description": "Please login again using your username instead of your email address."
}
}
"zh-Hant-TW": {}
}
18 changes: 16 additions & 2 deletions lib/i18n/strings.g.dart
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/// Generated file. Do not edit.
///
/// Locales: 6
/// Strings: 498 (83 per locale)
/// Strings: 500 (83 per locale)
///
/// Built on 2022-12-08 at 23:12 UTC
/// Built on 2022-12-09 at 04:11 UTC

// coverage:ignore-file
// ignore_for_file: type=lint
Expand Down Expand Up @@ -1890,6 +1890,7 @@ class _StringsZhHantTw extends _StringsEn {
@override late final _StringsAppInfoZhHantTw appInfo = _StringsAppInfoZhHantTw._(_root);
@override late final _StringsUpdateZhHantTw update = _StringsUpdateZhHantTw._(_root);
@override late final _StringsEditorZhHantTw editor = _StringsEditorZhHantTw._(_root);
@override late final _StringsUsernameNotEmailZhHantTw usernameNotEmail = _StringsUsernameNotEmailZhHantTw._(_root);
}

// Path: home
Expand Down Expand Up @@ -1981,6 +1982,17 @@ class _StringsEditorZhHantTw extends _StringsEditorEn {
@override late final _StringsEditorNewerFileFormatZhHantTw newerFileFormat = _StringsEditorNewerFileFormatZhHantTw._(_root);
}

// Path: usernameNotEmail
class _StringsUsernameNotEmailZhHantTw extends _StringsUsernameNotEmailEn {
_StringsUsernameNotEmailZhHantTw._(_StringsZhHantTw root) : this._root = root, super._(root);

@override final _StringsZhHantTw _root; // ignore: unused_field

// Translations
@override String get title => '您可能遇到同步問題';
@override String get description => '請使用您的使用者名稱而不是您的電子郵件地址重新登入';
}

// Path: home.tabs
class _StringsHomeTabsZhHantTw extends _StringsHomeTabsEn {
_StringsHomeTabsZhHantTw._(_StringsZhHantTw root) : this._root = root, super._(root);
Expand Down Expand Up @@ -2800,6 +2812,8 @@ extension on _StringsZhHantTw {
case 'editor.newerFileFormat.readOnlyMode': return '唯讀模式';
case 'editor.newerFileFormat.subtitle': return '編輯此筆記可能會導致某些資訊遺失。 您想忽略它並編輯它嗎?';
case 'editor.newerFileFormat.allowEditing': return '允許編輯';
case 'usernameNotEmail.title': return '您可能遇到同步問題';
case 'usernameNotEmail.description': return '請使用您的使用者名稱而不是您的電子郵件地址重新登入';
default: return null;
}
}
Expand Down
4 changes: 4 additions & 0 deletions lib/i18n/strings_zh_Hant-TW.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,9 @@
"subtitle": "編輯此筆記可能會導致某些資訊遺失。 您想忽略它並編輯它嗎?",
"allowEditing": "允許編輯"
}
},
"usernameNotEmail": {
"title": "您可能遇到同步問題",
"description": "請使用您的使用者名稱而不是您的電子郵件地址重新登入"
}
}