Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ro.js « l10n « dashboard « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7a0c474730e56e3fb736939c2531b5c76ce0ef2d (plain)
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
OC.L10N.register(
    "dashboard",
    {
    "Dashboard" : "Panou",
    "Dashboard app" : "Panou de bord aplicatie",
    "Show something" : "Arata ceva",
    "Customize" : "Personalizeaza",
    "Edit widgets" : "Editeaza widget",
    "Get more widgets from the app store" : "Obtine mai multe widgeturi din Magazinul de Aplicatii",
    "Change background image" : "Schimba 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 catre serverul Nextcloud din partea ta pentru ca serviciul de vreme sa nu primeasca date confidentiale.",
    "Weather data from Met.no" : "Date despre vreme de la Met.no",
    "geocoding with Nominatim" : "geocoding cu Nominatim",
    "elevation data from OpenTopoData" : "date despre elevatie de la OpenTopoData",
    "Weather" : "Vreme",
    "Status" : "Stare",
    "Good morning" : "Buna dimineata",
    "Good morning, {name}" : "Buna dimineata, {nume}",
    "Good afternoon" : "Buna ziua",
    "Good afternoon, {name}" : "Buna ziua, {nume}",
    "Good evening" : "Buna seara",
    "Good evening, {name}" : "Buna seara, {nume}",
    "Hello" : "Buna",
    "Hello, {name}" : "Buna, {nume}",
    "Pick from Files" : "Alege din Fisiere",
    "Default images" : "Imagini implicite",
    "Plain background" : "Fundal simplu",
    "Insert from {productName}" : "Introduce din {productName}",
    "Good night, {name}" : "Seara buna, {nume}",
    "Good night" : "Seara buna",
    "Pick from files" : "Alege din fisere"
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");