1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
OC.L10N.register(
"weather_status",
{
"Unknown address" : "Adreça desconeguda",
"No result." : "No hi ha resultats.",
"Malformed JSON data." : "Les dades en format JSON estan mal formades.",
"Error" : "Error",
"Weather status" : "Estat del temps",
"Weather status in your dashboard" : "Estat del temps en el tauler",
"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." : "Estat del temps integrat en l'aplicació Tauler.\n La ubicació geogràfica es pot determinar automàticament o definir manualment. A continuació, es mostra una previsió de 6 hores.\n Aquest estat també es pot integrar en altres llocs, com ara l'aplicació Calendari.",
"Detect location" : "Detecta la ubicació",
"Set custom address" : "Defineix una adreça personalitzada",
"Favorites" : "Preferits",
"{temperature} {unit} clear sky later today" : "{temperature} {unit} cel clar avui més tard",
"{temperature} {unit} clear sky" : "{temperature} {unit} cel clar",
"{temperature} {unit} cloudy later today" : "{temperature} {unit} ennuvolat avui més tard",
"{temperature} {unit} cloudy" : "{temperature} {unit} ennuvolat",
"{temperature} {unit} fair weather later today" : "{temperature} {unit} bon temps avui més tard",
"{temperature} {unit} fair weather" : "{temperature} {unit} bon temps",
"{temperature} {unit} partly cloudy later today" : "{temperature} {unit} mig ennuvolat avui més tard",
"{temperature} {unit} partly cloudy" : "{temperature} {unit} mig ennuvolat",
"{temperature} {unit} foggy later today" : "{temperature} {unit} boira avui més tard",
"{temperature} {unit} foggy" : "{temperature} {unit} boira",
"{temperature} {unit} light rainfall later today" : "{temperature} {unit} pluja lleugera avui més tard",
"{temperature} {unit} light rainfall" : "{temperature} {unit} pluja lleugera",
"{temperature} {unit} rainfall later today" : "{temperature} {unit} pluja avui més tard",
"{temperature} {unit} rainfall" : "{temperature} {unit} pluja",
"{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} pluja intensa avui més tard",
"{temperature} {unit} heavy rainfall" : "{temperature} {unit} pluja intensa",
"{temperature} {unit} rainfall showers later today" : "{temperature} {unit} ruixats avui més tard",
"{temperature} {unit} rainfall showers" : "{temperature} {unit} ruixats",
"{temperature} {unit} light rainfall showers later today" : "{temperature} {unit} pluja lleugera avui més tard",
"{temperature} {unit} light rainfall showers" : "{temperature} {unit} pluja lleugera",
"{temperature} {unit} heavy rainfall showers later today" : "{temperature} {unit} pluja intensa avui més tard",
"{temperature} {unit} heavy rainfall showers" : "{temperature} {unit} pluja intensa",
"More weather for {adr}" : "Més temps per a {adr}",
"Loading weather" : "S'està carregant el temps",
"Set location for weather" : "Definiu la ubicació per al temps",
"Remove from favorites" : "Suprimeix dels preferits",
"Add as favorite" : "Afegeix-ho com a preferit",
"You are not logged in." : "No heu iniciat la sessió.",
"There was an error getting the weather status information." : "S'ha produït un error en obtenir la informació de l'estat del temps.",
"No weather information found" : "No s'ha trobat informació del temps",
"Location not found" : "No s'ha trobat la ubicació",
"There was an error setting the location address." : "S'ha produït un error en definir l'adreça de la ubicació.",
"There was an error setting the location." : "S'ha produït un error en definir la ubicació.",
"There was an error saving the mode." : "S'ha produït un error en desar el mode.",
"There was an error using personal address." : "S'ha produït un error en utilitzar l'adreça personal.",
"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." : "Estat del temps integrat en l'aplicació Tauler.\n La posició de l'usuari es pot determinar automàticament o definir manualment. A continuació, es mostra una previsió de 6 hores.\n Aquest estat també es pot integrar en altres llocs, com ara l'aplicació Calendari."
},
"nplurals=2; plural=(n != 1);");
|