Skip to content

Commit

Permalink
i18n: Update Traditional Chinese (#1260)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhih_yu authored May 14, 2024
1 parent cb3ef88 commit 9e9d721
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 0 additions & 4 deletions lib/i18n/_missing_translations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,3 @@ zh-Hans-CN:
watchServer(OUTDATED): Watch for updates on the server
watchServerReadOnly(OUTDATED): Editing is disabled while watching the server
zh-Hant-TW:
editor:
menu:
watchServer(OUTDATED): Watch for updates on the server
watchServerReadOnly(OUTDATED): Editing is disabled while watching the server
4 changes: 2 additions & 2 deletions lib/i18n/community/strings_zh_Hant_TW.i18n.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,8 @@ editor:
backgroundImageFit: 適應背景圖片
backgroundPattern: 背景圖案
import: 匯入
watchServer(OUTDATED): 留意伺服器上的更新
watchServerReadOnly(OUTDATED): 觀看伺服器時禁用編輯
watchServer: 監視伺服器的更新
watchServerReadOnly: 監視伺服器時無法進行編輯
boxFits:
fill: 拉伸
cover: 覆蓋
Expand Down
4 changes: 2 additions & 2 deletions lib/i18n/strings.g.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13230,8 +13230,8 @@ class _StringsEditorMenuZhHantTw extends _StringsEditorMenuEn {
@override String get backgroundImageFit => '適應背景圖片';
@override String get backgroundPattern => '背景圖案';
@override String get import => '匯入';
@override String get watchServer => '留意伺服器上的更新';
@override String get watchServerReadOnly => '觀看伺服器時禁用編輯';
@override String get watchServer => '監視伺服器的更新';
@override String get watchServerReadOnly => '監視伺服器時無法進行編輯';
@override late final _StringsEditorMenuBoxFitsZhHantTw boxFits = _StringsEditorMenuBoxFitsZhHantTw._(_root);
@override late final _StringsEditorMenuBgPatternsZhHantTw bgPatterns = _StringsEditorMenuBgPatternsZhHantTw._(_root);
}
Expand Down

0 comments on commit 9e9d721

Please sign in to comment.