Skip to content

Commit

Permalink
i18n: Update Traditional Chinese (#1390)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhihyulin authored Nov 10, 2024
1 parent 061b0a5 commit 74bfc4e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
6 changes: 0 additions & 6 deletions lib/i18n/_missing_translations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -835,9 +835,3 @@ zh-Hans-CN:
noLogs(OUTDATED): "No logs here!"
logsAreTemporary(OUTDATED): Logs are only kept until you close the app
zh-Hant-TW:
logs:
logs(OUTDATED): Logs
viewLogs(OUTDATED): View logs
debuggingInfo(OUTDATED): Logs contain information useful for debugging and development
noLogs(OUTDATED): "No logs here!"
logsAreTemporary(OUTDATED): Logs are only kept until you close the app
4 changes: 2 additions & 2 deletions lib/i18n/strings_zh_Hant_TW.g.dart
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ class _TranslationsLogsZhHantTw extends TranslationsLogsEn {
final TranslationsZhHantTw _root; // ignore: unused_field

// Translations
@override String get logs => '紀錄';
@override String get logs => '日誌';
@override String get viewLogs => '查看日誌';
@override String get debuggingInfo => '日誌包含對調試和開發有用的信息';
@override String get debuggingInfo => '日誌包含對偵錯和開發有用的資訊';
@override String get noLogs => '這裡沒有日誌!';
@override String get logsAreTemporary => '日誌僅保留到您關閉應用程式為止';
}
Expand Down
10 changes: 5 additions & 5 deletions lib/i18n/strings_zh_Hant_TW.i18n.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,11 @@ settings:
mustBeEmpty: 選擇的資料夾必須是空的
mustBeDoneSyncing: 更改資料夾之前確保同步已完成
logs:
logs(OUTDATED): 紀錄
viewLogs(OUTDATED): 查看日誌
debuggingInfo(OUTDATED): 日誌包含對調試和開發有用的信息
noLogs(OUTDATED): 這裡沒有日誌!
logsAreTemporary(OUTDATED): 日誌僅保留到您關閉應用程式為止
logs: 日誌
viewLogs: 查看日誌
debuggingInfo: 日誌包含對偵錯和開發有用的資訊
noLogs: 這裡沒有日誌!
logsAreTemporary: 日誌僅保留到您關閉應用程式為止
login:
title: 登入
form:
Expand Down

0 comments on commit 74bfc4e

Please sign in to comment.