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

sc.js « l10n « dashboard « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 59745a851aec0b5de5c82c39b07f2333b6ed13ee (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
OC.L10N.register(
    "dashboard",
    {
    "Dashboard" : "Pannellu de controllu",
    "Dashboard app" : "Aplicatzione de su pannellu de controllu",
    "Show something" : "Mustra calicuna cosa",
    "Customize" : "Personaliza",
    "Edit widgets" : "Modìfica ordìngios",
    "Get more widgets from the app store" : "Otene àteros ordìngios dae sa butega de is aplicatziones",
    "Change background image" : "Càmbia immàgine de isfundu",
    "Weather service" : "Servìtziu de su tempus",
    "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Pro sa riservadesa tua, su serbidore Nextcloud rechedet is datos de su tempus pro tene, duncas su servìtziu de su tempus no retzit informatziones personales.",
    "Weather data from Met.no" : "Datos de su tempus dae Met.no",
    "geocoding with Nominatim" : "geocodìfica cun Nominatim",
    "elevation data from OpenTopoData" : "datos de elevada dae OpenTopoData",
    "Weather" : "Tempus",
    "Status" : "Istadu",
    "Good morning" : "Bona die",
    "Good morning, {name}" : "Bona die, {name}",
    "Hello" : "Salude",
    "Hello, {name}" : "Salude, {name}",
    "Pick from Files" : "Sèbera dae archìvios",
    "Default images" : "Immàgines predefinidas",
    "Plain background" : "Isfundu simpre",
    "Insert from {productName}" : "Inserta dae {productName}",
    "Good night, {name}" : "Bonu note, {name}",
    "Good night" : "Bonu note",
    "Pick from files" : "Sèbera dae archìvios"
},
"nplurals=2; plural=(n != 1);");