diff options
Diffstat (limited to 'apps/dashboard')
-rw-r--r-- | apps/dashboard/l10n/zh_CN.js | 6 | ||||
-rw-r--r-- | apps/dashboard/l10n/zh_CN.json | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/apps/dashboard/l10n/zh_CN.js b/apps/dashboard/l10n/zh_CN.js index 066b12d167f..995957648b1 100644 --- a/apps/dashboard/l10n/zh_CN.js +++ b/apps/dashboard/l10n/zh_CN.js @@ -11,6 +11,8 @@ OC.L10N.register( "Weather service" : "天气服务", "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "为了您的隐私,天气数据由您的 Nextcloud 服务器为您获取,这样天气服务就无法获得您的个人信息。", "Weather data from Met.no" : "天气数据获取自 Met.no", + "geocoding with Nominatim" : "使用 Nominatim 地理编码", + "elevation data from OpenTopoData" : "海拔数据获取自 OpenTopoData", "Weather" : "天气", "Status" : "状态", "Good evening, {name}" : "晚上好,{name}", @@ -19,8 +21,8 @@ OC.L10N.register( "Good afternoon" : "下午好", "Good morning, {name}" : "早上好,{name}", "Good morning" : "早上好", - "Good night, {name}" : "晚上好,{name}", - "Good night" : "晚上好", + "Good night, {name}" : "晚安,{name}", + "Good night" : "晚安", "Pick from files" : "从文件选取", "Default images" : "默认图片", "Plain background" : "纯色背景", diff --git a/apps/dashboard/l10n/zh_CN.json b/apps/dashboard/l10n/zh_CN.json index 45b0c079fa7..85c54a87f46 100644 --- a/apps/dashboard/l10n/zh_CN.json +++ b/apps/dashboard/l10n/zh_CN.json @@ -9,6 +9,8 @@ "Weather service" : "天气服务", "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "为了您的隐私,天气数据由您的 Nextcloud 服务器为您获取,这样天气服务就无法获得您的个人信息。", "Weather data from Met.no" : "天气数据获取自 Met.no", + "geocoding with Nominatim" : "使用 Nominatim 地理编码", + "elevation data from OpenTopoData" : "海拔数据获取自 OpenTopoData", "Weather" : "天气", "Status" : "状态", "Good evening, {name}" : "晚上好,{name}", @@ -17,8 +19,8 @@ "Good afternoon" : "下午好", "Good morning, {name}" : "早上好,{name}", "Good morning" : "早上好", - "Good night, {name}" : "晚上好,{name}", - "Good night" : "晚上好", + "Good night, {name}" : "晚安,{name}", + "Good night" : "晚安", "Pick from files" : "从文件选取", "Default images" : "默认图片", "Plain background" : "纯色背景", |