mirror of
https://github.com/nextcloud/server.git
synced 2025-02-12 03:59:16 +00:00
25 lines
1.3 KiB
JavaScript
25 lines
1.3 KiB
JavaScript
OC.L10N.register(
|
|
"dashboard",
|
|
{
|
|
"Dashboard" : "Panou",
|
|
"Dashboard app" : "Panou de bord aplicație",
|
|
"Customize" : "Personalizează",
|
|
"Edit widgets" : "Editează widget",
|
|
"Get more widgets from the App Store" : "Obține mai multe widget-uri din App Store",
|
|
"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}"
|
|
},
|
|
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");
|