File tree Expand file tree Collapse file tree 3 files changed +7
-13
lines changed Expand file tree Collapse file tree 3 files changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -835,9 +835,3 @@ zh-Hans-CN:
835
835
noLogs(OUTDATED) : " No logs here!"
836
836
logsAreTemporary(OUTDATED) : Logs are only kept until you close the app
837
837
zh-Hant-TW :
838
- logs :
839
- logs(OUTDATED) : Logs
840
- viewLogs(OUTDATED) : View logs
841
- debuggingInfo(OUTDATED) : Logs contain information useful for debugging and development
842
- noLogs(OUTDATED) : " No logs here!"
843
- logsAreTemporary(OUTDATED) : Logs are only kept until you close the app
Original file line number Diff line number Diff line change @@ -109,9 +109,9 @@ class _TranslationsLogsZhHantTw extends TranslationsLogsEn {
109
109
final TranslationsZhHantTw _root; // ignore: unused_field
110
110
111
111
// Translations
112
- @override String get logs => '紀錄 ' ;
112
+ @override String get logs => '日誌 ' ;
113
113
@override String get viewLogs => '查看日誌' ;
114
- @override String get debuggingInfo => '日誌包含對調試和開發有用的信息 ' ;
114
+ @override String get debuggingInfo => '日誌包含對偵錯和開發有用的資訊 ' ;
115
115
@override String get noLogs => '這裡沒有日誌!' ;
116
116
@override String get logsAreTemporary => '日誌僅保留到您關閉應用程式為止' ;
117
117
}
Original file line number Diff line number Diff line change @@ -146,11 +146,11 @@ settings:
146
146
mustBeEmpty : 選擇的資料夾必須是空的
147
147
mustBeDoneSyncing : 更改資料夾之前確保同步已完成
148
148
logs :
149
- logs(OUTDATED) : 紀錄
150
- viewLogs(OUTDATED) : 查看日誌
151
- debuggingInfo(OUTDATED) : 日誌包含對調試和開發有用的信息
152
- noLogs(OUTDATED) : 這裡沒有日誌!
153
- logsAreTemporary(OUTDATED) : 日誌僅保留到您關閉應用程式為止
149
+ logs : 日誌
150
+ viewLogs : 查看日誌
151
+ debuggingInfo : 日誌包含對偵錯和開發有用的資訊
152
+ noLogs : 這裡沒有日誌!
153
+ logsAreTemporary : 日誌僅保留到您關閉應用程式為止
154
154
login :
155
155
title : 登入
156
156
form :
You can’t perform that action at this time.
0 commit comments