From 4348498cd95ed44b2d56802c6361ff73ec769067 Mon Sep 17 00:00:00 2001 From: Bob Wen Date: Mon, 8 Mar 2021 14:56:40 +0800 Subject: [PATCH] Create zh_CN.json --- i18n/zh_CN.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 i18n/zh_CN.json diff --git a/i18n/zh_CN.json b/i18n/zh_CN.json new file mode 100644 index 0000000..93e5893 --- /dev/null +++ b/i18n/zh_CN.json @@ -0,0 +1,26 @@ +{ + "": { + "project-id-version": "po2json", + "pot-creation-date": "2021-03-08 14:07:09+0800", + "po-revision-date": "2021-03-08 14:07:25+0800", + "last-translator": "bobwen", + "language-team": "po2json", + "mime-version": "1.0", + "plural-forms": "nplurals=2; plural=(n != 1);", + "content-type": "text/plain; charset=UTF-8", + "content-transfer-encoding": "8bit", + "language": "zh-TW" + }, + "CPU Temperature": [ + "", + "处理器温度" + ], + "Current Temperature:": [ + "", + "当前温度:" + ], + "Average Temperature (5m):": [ + "", + "平均温度 (5分钟):" + ] +}