mirror of
https://github.com/nextcloud/server.git
synced 2024-12-29 00:18:42 +00:00
6c14c933eb
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
65 lines
5.7 KiB
JavaScript
65 lines
5.7 KiB
JavaScript
OC.L10N.register(
|
|
"weather_status",
|
|
{
|
|
"Unknown address" : "Unknown address",
|
|
"No result." : "No result.",
|
|
"Malformed JSON data." : "Malformed JSON data.",
|
|
"Error" : "Error",
|
|
"Weather status" : "Weather status",
|
|
"Weather status in your dashboard" : "Weather status in your dashboard",
|
|
"Weather status integrated in the Dashboard app.\n The geographic location can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Weather status integrated in the Dashboard app.\n The geographic location can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app.",
|
|
"Detect location" : "Detect location",
|
|
"Set custom address" : "Set custom address",
|
|
"Favorites" : "Favourites",
|
|
"{temperature} {unit} clear sky later today" : "{temperature} {unit} clear sky later today",
|
|
"{temperature} {unit} clear sky" : "{temperature} {unit} clear sky",
|
|
"{temperature} {unit} cloudy later today" : "{temperature} {unit} cloudy later today",
|
|
"{temperature} {unit} cloudy" : "{temperature} {unit} cloudy",
|
|
"{temperature} {unit} snow and thunder later today" : "{temperature} {unit} snow and thunder later today",
|
|
"{temperature} {unit} snow and thunder" : "{temperature} {unit} snow and thunder",
|
|
"{temperature} {unit} snow showers and thunder later today" : "{temperature} {unit} snow showers and thunder later today",
|
|
"{temperature} {unit} snow showers and thunder" : "{temperature} {unit} snow showers and thunder",
|
|
"{temperature} {unit} snow showers, thunder and polar twilight later today" : "{temperature} {unit} snow showers, thunder and polar twilight later today",
|
|
"{temperature} {unit} snow showers, thunder and polar twilight" : "{temperature} {unit} snow showers, thunder and polar twilight",
|
|
"{temperature} {unit} snow showers later today" : "{temperature} {unit} snow showers later today",
|
|
"{temperature} {unit} snow showers" : "{temperature} {unit} snow showers",
|
|
"{temperature} {unit} snow showers and polar twilight later today" : "{temperature} {unit} snow showers and polar twilight later today",
|
|
"{temperature} {unit} snow showers and polar twilight" : "{temperature} {unit} snow showers and polar twilight",
|
|
"{temperature} {unit} snow later today" : "{temperature} {unit} snow later today",
|
|
"{temperature} {unit} snow" : "{temperature} {unit} snow",
|
|
"{temperature} {unit} fair weather later today" : "{temperature} {unit} fair weather later today",
|
|
"{temperature} {unit} fair weather" : "{temperature} {unit} fair weather",
|
|
"{temperature} {unit} partly cloudy later today" : "{temperature} {unit} partly cloudy later today",
|
|
"{temperature} {unit} partly cloudy" : "{temperature} {unit} partly cloudy",
|
|
"{temperature} {unit} foggy later today" : "{temperature} {unit} foggy later today",
|
|
"{temperature} {unit} foggy" : "{temperature} {unit} foggy",
|
|
"{temperature} {unit} light rainfall later today" : "{temperature} {unit} light rainfall later today",
|
|
"{temperature} {unit} light rainfall" : "{temperature} {unit} light rainfall",
|
|
"{temperature} {unit} rainfall later today" : "{temperature} {unit} rainfall later today",
|
|
"{temperature} {unit} rainfall" : "{temperature} {unit} rainfall",
|
|
"{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} heavy rainfall later today",
|
|
"{temperature} {unit} heavy rainfall" : "{temperature} {unit} heavy rainfall",
|
|
"{temperature} {unit} rainfall showers later today" : "{temperature} {unit} rainfall showers later today",
|
|
"{temperature} {unit} rainfall showers" : "{temperature} {unit} rainfall showers",
|
|
"{temperature} {unit} light rainfall showers later today" : "{temperature} {unit} light rainfall showers later today",
|
|
"{temperature} {unit} light rainfall showers" : "{temperature} {unit} light rainfall showers",
|
|
"{temperature} {unit} heavy rainfall showers later today" : "{temperature} {unit} heavy rainfall showers later today",
|
|
"{temperature} {unit} heavy rainfall showers" : "{temperature} {unit} heavy rainfall showers",
|
|
"More weather for {adr}" : "More weather for {adr}",
|
|
"Loading weather" : "Loading weather",
|
|
"Set location for weather" : "Set location for weather",
|
|
"Remove from favorites" : "Remove from favourites",
|
|
"Add as favorite" : "Add as favourite",
|
|
"You are not logged in." : "You are not logged in.",
|
|
"There was an error getting the weather status information." : "There was an error getting the weather status information.",
|
|
"No weather information found" : "No weather information found",
|
|
"Location not found" : "Location not found",
|
|
"There was an error setting the location address." : "There was an error setting the location address.",
|
|
"There was an error setting the location." : "There was an error setting the location.",
|
|
"There was an error saving the mode." : "There was an error saving the mode.",
|
|
"There was an error using personal address." : "There was an error using personal address.",
|
|
"Unknown weather code" : "Unknown weather code",
|
|
"Weather status integrated in the Dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Weather status integrated in the Dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app."
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|