[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>master
parent
bdde98ca3d
commit
a49d5f5365
|
@ -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" : "Fatal Error: please check your nextcloud.log and send a bug report here: https://github.com/nextcloud/weather/issues",
|
||||
"Failed to set metric. Please contact your administrator" : "Failed to set metric. Please contact your administrator",
|
||||
"This metric is not known." : "This metric is not known.",
|
||||
"North" : "North",
|
||||
"North-East" : "North-East",
|
||||
"East" : "East",
|
||||
"South-East" : "South-East",
|
||||
"South" : "South",
|
||||
"South-West" : "South-West",
|
||||
"West" : "West",
|
||||
"North-West" : "North-West",
|
||||
"Failed to get city weather informations. Please contact your administrator" : "Failed to get city weather informations. Please contact your administrator",
|
||||
"No city with this name found." : "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" : "Your OpenWeatherMap API key is invalid. Contact your administrator to configure a valid API key in Additional settings of the Administration",
|
||||
"Empty city name!" : "Empty city name!",
|
||||
"Failed to add city. Please contact your administrator" : "Failed to add city. Please contact your administrator",
|
||||
"This city is already registered for your account." : "This city is already registered for your account.",
|
||||
"Failed to remove city. Please contact your administrator" : "Failed to remove city. Please contact your administrator",
|
||||
"Failed to set home. Please contact your administrator" : "Failed to set home. Please contact your administrator",
|
||||
"Monday" : "Monday",
|
||||
"Tuesday" : "Tuesday",
|
||||
"Wednesday" : "Wednesday",
|
||||
|
@ -20,12 +39,17 @@ OC.L10N.register(
|
|||
"Settings" : "Settings",
|
||||
"Metric" : "Metric",
|
||||
"Click here to get an API key" : "Click here to get an API key",
|
||||
"Current Temperature" : "Current Temperature",
|
||||
"Feelslike Temperature" : "Feelslike Temperature",
|
||||
"Minimum Temperature" : "Minimum Temperature",
|
||||
"Maximum Temperature" : "Maximum Temperature",
|
||||
"Pressure" : "Pressure",
|
||||
"Humidity" : "Humidity",
|
||||
"Cloudiness" : "Cloudiness",
|
||||
"Wind" : "Wind",
|
||||
"Sunrise" : "Sunrise",
|
||||
"Sunset" : "Sunset",
|
||||
"Date" : "Date"
|
||||
"Date" : "Date",
|
||||
"Perceptible Temperature" : "Perceptible Temperature"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -1,4 +1,23 @@
|
|||
{ "translations": {
|
||||
"Fatal Error: please check your nextcloud.log and send a bug report here: https://github.com/nextcloud/weather/issues" : "Fatal Error: please check your nextcloud.log and send a bug report here: https://github.com/nextcloud/weather/issues",
|
||||
"Failed to set metric. Please contact your administrator" : "Failed to set metric. Please contact your administrator",
|
||||
"This metric is not known." : "This metric is not known.",
|
||||
"North" : "North",
|
||||
"North-East" : "North-East",
|
||||
"East" : "East",
|
||||
"South-East" : "South-East",
|
||||
"South" : "South",
|
||||
"South-West" : "South-West",
|
||||
"West" : "West",
|
||||
"North-West" : "North-West",
|
||||
"Failed to get city weather informations. Please contact your administrator" : "Failed to get city weather informations. Please contact your administrator",
|
||||
"No city with this name found." : "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" : "Your OpenWeatherMap API key is invalid. Contact your administrator to configure a valid API key in Additional settings of the Administration",
|
||||
"Empty city name!" : "Empty city name!",
|
||||
"Failed to add city. Please contact your administrator" : "Failed to add city. Please contact your administrator",
|
||||
"This city is already registered for your account." : "This city is already registered for your account.",
|
||||
"Failed to remove city. Please contact your administrator" : "Failed to remove city. Please contact your administrator",
|
||||
"Failed to set home. Please contact your administrator" : "Failed to set home. Please contact your administrator",
|
||||
"Monday" : "Monday",
|
||||
"Tuesday" : "Tuesday",
|
||||
"Wednesday" : "Wednesday",
|
||||
|
@ -18,12 +37,17 @@
|
|||
"Settings" : "Settings",
|
||||
"Metric" : "Metric",
|
||||
"Click here to get an API key" : "Click here to get an API key",
|
||||
"Current Temperature" : "Current Temperature",
|
||||
"Feelslike Temperature" : "Feelslike Temperature",
|
||||
"Minimum Temperature" : "Minimum Temperature",
|
||||
"Maximum Temperature" : "Maximum Temperature",
|
||||
"Pressure" : "Pressure",
|
||||
"Humidity" : "Humidity",
|
||||
"Cloudiness" : "Cloudiness",
|
||||
"Wind" : "Wind",
|
||||
"Sunrise" : "Sunrise",
|
||||
"Sunset" : "Sunset",
|
||||
"Date" : "Date"
|
||||
"Date" : "Date",
|
||||
"Perceptible Temperature" : "Perceptible Temperature"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
Loading…
Reference in New Issue