diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js index fee9d7b..8529e57 100644 --- a/l10n/zh_TW.js +++ b/l10n/zh_TW.js @@ -1,6 +1,25 @@ OC.L10N.register( "weather", { + "Fatal Error: please check your nextcloud.log and send a bug report here: https://github.com/nextcloud/weather/issues" : "嚴重錯誤:請檢查您的 nextcloud.log 並到這裡傳送臭蟲回報:\nhttps://github.com/nextcloud/weather/issues", + "Failed to set metric. Please contact your administrator" : "設定 metric 失敗。請聯絡您的管理員", + "This metric is not known." : "此 metric 未知。", + "North" : "北", + "North-East" : "東北", + "East" : "東", + "South-East" : "東南", + "South" : "南", + "South-West" : "西南", + "West" : "西", + "North-West" : "西北", + "Failed to get city weather informations. Please contact your administrator" : "無法取得城市天氣資訊。請聯絡您的管理員", + "No city with this name found." : "找不到此名稱的城市。", + "Your OpenWeatherMap API key is invalid. Contact your administrator to configure a valid API key in Additional Settings of the Administration" : "您的 OpenWeatherMap API 金鑰無效。聯絡您的管理員以在管理設定中設定有效的 API 金鑰", + "Empty city name!" : "空白的城市名稱!", + "Failed to add city. Please contact your administrator" : "新增城市失敗。請聯絡您的管理員", + "This city is already registered for your account." : "已為您的帳號註冊此城市。", + "Failed to remove city. Please contact your administrator" : "移除城市失敗。請聯絡您的管理員", + "Failed to set home. Please contact your administrator" : "設定家鄉失敗。請聯絡您的管理員", "Monday" : "週一", "Tuesday" : "週二", "Wednesday" : "週三", @@ -9,6 +28,7 @@ OC.L10N.register( "Saturday" : "週六", "Sunday" : "週日", "Weather" : "天氣", + "Watch the weather directly on your Nextcloud." : "直接在您的 Nextcloud 上檢視天氣。", "OpenWeatherMap API Key" : "OpenWeatherMap的API金鑰", "Save" : "儲存", "Add a city" : "添加一個城鎮", @@ -19,12 +39,17 @@ OC.L10N.register( "Settings" : "設置", "Metric" : "公制單位", "Click here to get an API key" : "點擊此處取得一組API金鑰", + "Current Temperature" : "目前溫度", + "Feelslike Temperature" : "體感溫度", + "Minimum Temperature" : "最低溫度", + "Maximum Temperature" : "最高溫度", "Pressure" : "氣壓", "Humidity" : "濕度", "Cloudiness" : "雲量", "Wind" : "風速", "Sunrise" : "日出時間", "Sunset" : "日落時間", - "Date" : "日期" + "Date" : "日期", + "Perceptible Temperature" : "感知溫度" }, "nplurals=1; plural=0;"); diff --git a/l10n/zh_TW.json b/l10n/zh_TW.json index a25c114..bd7ba5c 100644 --- a/l10n/zh_TW.json +++ b/l10n/zh_TW.json @@ -1,4 +1,23 @@ { "translations": { + "Fatal Error: please check your nextcloud.log and send a bug report here: https://github.com/nextcloud/weather/issues" : "嚴重錯誤:請檢查您的 nextcloud.log 並到這裡傳送臭蟲回報:\nhttps://github.com/nextcloud/weather/issues", + "Failed to set metric. Please contact your administrator" : "設定 metric 失敗。請聯絡您的管理員", + "This metric is not known." : "此 metric 未知。", + "North" : "北", + "North-East" : "東北", + "East" : "東", + "South-East" : "東南", + "South" : "南", + "South-West" : "西南", + "West" : "西", + "North-West" : "西北", + "Failed to get city weather informations. Please contact your administrator" : "無法取得城市天氣資訊。請聯絡您的管理員", + "No city with this name found." : "找不到此名稱的城市。", + "Your OpenWeatherMap API key is invalid. Contact your administrator to configure a valid API key in Additional Settings of the Administration" : "您的 OpenWeatherMap API 金鑰無效。聯絡您的管理員以在管理設定中設定有效的 API 金鑰", + "Empty city name!" : "空白的城市名稱!", + "Failed to add city. Please contact your administrator" : "新增城市失敗。請聯絡您的管理員", + "This city is already registered for your account." : "已為您的帳號註冊此城市。", + "Failed to remove city. Please contact your administrator" : "移除城市失敗。請聯絡您的管理員", + "Failed to set home. Please contact your administrator" : "設定家鄉失敗。請聯絡您的管理員", "Monday" : "週一", "Tuesday" : "週二", "Wednesday" : "週三", @@ -7,6 +26,7 @@ "Saturday" : "週六", "Sunday" : "週日", "Weather" : "天氣", + "Watch the weather directly on your Nextcloud." : "直接在您的 Nextcloud 上檢視天氣。", "OpenWeatherMap API Key" : "OpenWeatherMap的API金鑰", "Save" : "儲存", "Add a city" : "添加一個城鎮", @@ -17,12 +37,17 @@ "Settings" : "設置", "Metric" : "公制單位", "Click here to get an API key" : "點擊此處取得一組API金鑰", + "Current Temperature" : "目前溫度", + "Feelslike Temperature" : "體感溫度", + "Minimum Temperature" : "最低溫度", + "Maximum Temperature" : "最高溫度", "Pressure" : "氣壓", "Humidity" : "濕度", "Cloudiness" : "雲量", "Wind" : "風速", "Sunrise" : "日出時間", "Sunset" : "日落時間", - "Date" : "日期" + "Date" : "日期", + "Perceptible Temperature" : "感知溫度" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file