From 858a18bf4e5c847f43191e8055066e46b0eb2de6 Mon Sep 17 00:00:00 2001 From: alikia2x Date: Sat, 13 Jul 2024 12:54:38 +0000 Subject: [PATCH] i18n: translate to Chinese (Simplified) (Weblate) Currently translated at 100.0% (18 of 18 strings) Translation: SparkHome/Front-End Translate-URL: http://i18n.a2x.pub/projects/sparkhome/front-end/zh_Hans/ --- i18n/zh.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/i18n/zh.json b/i18n/zh.json index 86f1d91..d021e98 100644 --- a/i18n/zh.json +++ b/i18n/zh.json @@ -1,6 +1,17 @@ { "search": { - "placeholder": "搜索或输入网址" + "placeholder": "搜索或输入网址", + "engine-aria": "切换搜索引擎", + "engine": { + "google": "谷歌", + "baidu": "百度", + "bing": "必应", + "duckduckgo": "DuckDuckGo", + "yandex": "Yandex", + "yahoo": "雅虎", + "ecosia": "Ecosia" + }, + "search-help-text": "用 {engine} 搜索" }, "Search": { "placeholder": "搜索或输入网址", @@ -31,5 +42,12 @@ "copy": "复制", "copied": "已复制" } + }, + "notfound": { + "desc": "请检查网址是否出错。
如果你从星火主页跳转到这里,
联系我们", + "title": "网页不存在" + }, + "about": { + "title": "星火主页" } }