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
52
53
54
55
56
57
58
59
60
61
62
|
{ "translations": {
"Unknown address" : "Enderezo descoñecido",
"No result." : "Sen resultados.",
"Malformed JSON data." : "Datos JSON con formato incorrecto.",
"Error" : "Erro",
"Weather status" : "Estado meteorolóxico",
"Weather status in your dashboard" : "Estado meteorolóxico no seu taboleiro",
"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." : "Estado meteorolóxico integrado na aplicación do Taboleiro.\n A localización xeográfica do usuario pódese determinar automaticamente ou definir manualmente. A seguir amósase unha previsión de 6 horas.\n Este estado tamén se pode integrar noutros lugares como a aplicación Calendario.",
"Detect location" : "Detectar localización",
"Set custom address" : "Definir o enderezo personalizado",
"Favorites" : "Favoritos",
"{temperature} {unit} clear sky later today" : "{temperature} {unit} ceo despexado hoxe máis tarde",
"{temperature} {unit} clear sky" : "{temperature} {unit} ceo despexado",
"{temperature} {unit} cloudy later today" : "{temperature} {unit} nubrado hoxe máis tarde",
"{temperature} {unit} cloudy" : "{temperature} {unit} nubrado",
"{temperature} {unit} snow and thunder later today" : "{temperature} {unit} neve e tronidos hoxe máis tarde",
"{temperature} {unit} snow and thunder" : "{temperature} {unit} neve e tronidos",
"{temperature} {unit} snow showers and thunder later today" : "{temperature} {unit} nevariscas e tronidos hoxe máis tarde",
"{temperature} {unit} snow showers and thunder" : "{temperature} {unit} nevariscas e tronidos",
"{temperature} {unit} snow showers, thunder and polar twilight later today" : "{temperature} {unit} nevariscas, tronidos e crepúsculo polar hoxe máis tarde",
"{temperature} {unit} snow showers, thunder and polar twilight" : "{temperature} {unit} nevariscas, tronidos e crepúsculo polar ",
"{temperature} {unit} snow showers later today" : "{temperature} {unit} nevariscas hoxe máis tarde",
"{temperature} {unit} snow showers" : "{temperature} {unit} nevariscas",
"{temperature} {unit} snow showers and polar twilight later today" : "{temperature} {unit} nevariscas e crepúsculo polar hoxe máis tarde",
"{temperature} {unit} snow showers and polar twilight" : "{temperature} {unit} nevariscas e crepúsculo polar",
"{temperature} {unit} snow later today" : "{temperature} {unit} neve hoxe máis tarde",
"{temperature} {unit} snow" : "{temperature} {unit} neve",
"{temperature} {unit} fair weather later today" : "{temperature} {unit} bo tempo hoxe máis tarde",
"{temperature} {unit} fair weather" : "{temperature} {unit} bo tempo",
"{temperature} {unit} partly cloudy later today" : "{temperature} {unit} parcialmente nubrado hoxe máis tarde",
"{temperature} {unit} partly cloudy" : "{temperature} {unit} parcialmente nuboso",
"{temperature} {unit} foggy later today" : "{temperature} {unit} néboa hoxe máis tarde",
"{temperature} {unit} foggy" : "{temperature} {unit} brumoso",
"{temperature} {unit} light rainfall later today" : "{temperature} {unit} choiva lene hoxe máis tarde",
"{temperature} {unit} light rainfall" : "{temperature} {unit} choiva lene",
"{temperature} {unit} rainfall later today" : "{temperature} {unit} choiva hoxe máis tarde",
"{temperature} {unit} rainfall" : "{temperature} {unit} choiva",
"{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} choiva forte hoxe máis tarde",
"{temperature} {unit} heavy rainfall" : "{temperature} {unit} choiva forte",
"{temperature} {unit} rainfall showers later today" : "{temperature} {unit} chuvascos hoxe máis tarde",
"{temperature} {unit} rainfall showers" : "{temperature} {unit} chuvascos",
"{temperature} {unit} light rainfall showers later today" : "{temperature} {unit} chuvascos lixeiros hoxe máis tarde",
"{temperature} {unit} light rainfall showers" : "{temperature} {unit} chuvascos lixeiros",
"{temperature} {unit} heavy rainfall showers later today" : "{temperature} {unit} chuvascos fortes hoxe máis tarde",
"{temperature} {unit} heavy rainfall showers" : "{temperature} {unit} chuvascos fortes",
"More weather for {adr}" : "Máis previsións para {adr}",
"Loading weather" : "Cargando as previsións",
"Set location for weather" : "Definir a localización para as previsións meteorolóxicas",
"Remove from favorites" : "Retirar de favoritos",
"Add as favorite" : "Engadir como favorito",
"You are not logged in." : "Aínda non accedeu.",
"There was an error getting the weather status information." : "Produciuse un erro ao obter a información do estado do tempo.",
"No weather information found" : "Non se atopou información meteorolóxica",
"Location not found" : "Non se atopou a localización",
"There was an error setting the location address." : "Produciuse un erro ao axustar o enderezo da localización.",
"There was an error setting the location." : "Produciuse un erro ao axustar a localización",
"There was an error saving the mode." : "Produciuse un erro ao gardar o modo.",
"There was an error using personal address." : "Produciuse un erro ao usar o enderezo persoal.",
"Unknown weather code" : "Código meteorolóxico descoñecido",
"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." : "Estado meteorolóxico integrado na aplicación do Taboleiro.\n A localización do usuario pódese determinar automaticamente ou definir manualmente. A seguir amósase unha previsión de 6 horas.\n Este estado tamén se pode integrar noutros lugares como a aplicación Calendario."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
|