1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{ "translations": {
"Dashboard" : "Dashboard",
"Dashboard app" : "Dashboard app",
"Customize" : "Customize",
"Edit widgets" : "Edit widgets",
"Get more widgets from the App Store" : "Get more widgets from the App Store",
"Weather service" : "Weather service",
"For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information.",
"Weather data from Met.no" : "Weather data from Met.no",
"geocoding with Nominatim" : "geocoding with Nominatim",
"elevation data from OpenTopoData" : "elevation data from OpenTopoData",
"Weather" : "Weather",
"Status" : "Status",
"Good morning" : "Good morning",
"Good morning, {name}" : "Good morning, {name}",
"Good afternoon" : "Good afternoon",
"Good afternoon, {name}" : "Good afternoon, {name}",
"Good evening" : "Good evening",
"Good evening, {name}" : "Good evening, {name}",
"Hello" : "Hello",
"Hello, {name}" : "Hello, {name}"
},"pluralForm" :"nplurals=1; plural=0;"
}
|