From da709d29883bcdce943e677572f531d09915c00a Mon Sep 17 00:00:00 2001 From: alikia2x Date: Sat, 29 Jun 2024 10:42:41 +0000 Subject: [PATCH] i18n: translate to Chinese (Simplified) (Weblate) Currently translated at 100.0% (19 of 19 strings) Translation: SparkHome/Front-End Translate-URL: http://i18n.a2x.pub/projects/sparkhome/front-end/zh_Hans/ --- i18n/zh.json | 38 ++++++++++++++++++++++++++++++++++---- 1 file changed, 34 insertions(+), 4 deletions(-) mode change 100755 => 100644 i18n/zh.json diff --git a/i18n/zh.json b/i18n/zh.json old mode 100755 new mode 100644 index 0c7e1d4..86f1d91 --- a/i18n/zh.json +++ b/i18n/zh.json @@ -1,5 +1,35 @@ { - "search" : { - "placeholder" : "搜索或输入网址" - } -} \ No newline at end of file + "search": { + "placeholder": "搜索或输入网址" + }, + "Search": { + "placeholder": "搜索或输入网址", + "engine-aria": "切换搜索引擎", + "engine": { + "google": "谷歌", + "baidu": "百度", + "bing": "必应", + "duckduckgo": "DuckDuckGo", + "yandex": "Yandex", + "yahoo": "雅虎", + "ecosia": "Ecosia" + }, + "search-help-text": "用 {engine} 搜索" + }, + "404": { + "title": "页面未找到" + }, + "About": { + "title": "星火主页" + }, + "tools": { + "base64": { + "title": "Base64 工具", + "decode": "解码", + "encode": "编码", + "result": "结果: ", + "copy": "复制", + "copied": "已复制" + } + } +}