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
|
OC.L10N.register(
"dashboard",
{
"Dashboard" : "Panou",
"Dashboard app" : "Panou de bord aplicație",
"Show something" : "Arată ceva",
"Customize" : "Personalizează",
"Edit widgets" : "Editează widget",
"Get more widgets from the App Store" : "Obține mai multe widget-uri din App Store",
"Change background image" : "Schimbă imaginea de fundal",
"Weather service" : "Serviciu de vreme",
"For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Pentru securitatea ta, datele despre vreme sunt cerute de către serverul Nextcloud din partea ta pentru ca serviciul de vreme să nu primească date confidențiale.",
"Weather data from Met.no" : "Date despre vreme de la Met.no",
"geocoding with Nominatim" : "geocoding cu Nominatim",
"elevation data from OpenTopoData" : "date despre elevație de la OpenTopoData",
"Weather" : "Vreme",
"Status" : "Stare",
"Good morning" : "Bună dimineața",
"Good morning, {name}" : "Bună dimineața, {name}",
"Good afternoon" : "Bună ziua",
"Good afternoon, {name}" : "Bună ziua, {name}",
"Good evening" : "Bună seara",
"Good evening, {name}" : "Bună seara, {name}",
"Hello" : "Bună",
"Hello, {name}" : "Bună, {name}",
"Pick from Files" : "Alege din Fișiere",
"Default images" : "Imagini implicite",
"Plain background" : "Fundal simplu",
"Insert from {productName}" : "Introduce din {productName}",
"Get more widgets from the app store" : "Obține mai multe widgeturi din Magazinul de Aplicații"
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");
|