修正多语言当中的硬编码,更新七国语言

(cherry picked from commit e72e682f526651453dc44b2db78a5df8ba70a733)
This commit is contained in:
2025-11-01 03:34:43 -07:00
committed by speakeloudest
parent 8b982d1ba8
commit 18ec3e36fc
21 changed files with 273 additions and 2627 deletions
@@ -154,7 +154,7 @@ class KRStatisticsController extends GetxController {
}
kr_weeklyData.value = weeklyHours;
} catch (e) {
KRCommonUtil.kr_showToast('处理流量日志数据失败');
KRCommonUtil.kr_showToast('statistics.processTrafficFailed'.tr);
KRLogUtil.kr_e('处理流量日志数据失败: $e', tag: 'Statistics');
}
}