[tx-robot] updated from transifex

master
Nextcloud bot 2021-01-25 03:21:57 +00:00
parent 974bde5b6b
commit f53b4614ae
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
2 changed files with 52 additions and 2 deletions

View File

@ -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;");

View File

@ -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;"
}