From 091c2dcdda62134ff0252323c09b1b0a56b8c0d4 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 7 Jun 2025 07:11:45 -0700 Subject: [PATCH] Add Chinese translation --- lib/l10n/app_zh.arb | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 lib/l10n/app_zh.arb diff --git a/lib/l10n/app_zh.arb b/lib/l10n/app_zh.arb new file mode 100644 index 0000000..d8e00ac --- /dev/null +++ b/lib/l10n/app_zh.arb @@ -0,0 +1,24 @@ +{ + "trackingTitle": "跟踪", + "settingsTitle": "设置", + "statusTitle": "日志", + "saveButton": "保存", + "cancelButton": "取消", + "locationButton": "发送位置", + "statusButton": "显示状态", + "settingsButton": "更改设置", + "invalidValue": "无效的值", + "idLabel": "设备标识符", + "urlLabel": "服务器地址", + "accuracyLabel": "定位精度", + "highAccuracyLabel": "高", + "mediumAccuracyLabel": "中", + "lowAccuracyLabel": "低", + "intervalLabel": "间隔(秒)", + "distanceLabel": "距离(米)", + "bufferLabel": "离线缓冲", + "trackingLabel": "持续跟踪", + "startAction": "启动服务", + "stopAction": "停止服务", + "sosAction": "发送SOS" +}