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

lv.js « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9a5ef7199d604c5f43f8a5f9526566f53c8254e7 (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
OC.L10N.register(
    "firstrunwizard",
    {
    "Copy to clipboard" : "Kopēt starpliktuvē",
    "Copied!" : "Nokopēts!",
    "Not supported!" : "Nav atbalstīts!",
    "Press ⌘-C to copy." : "Spied ⌘-C lai kopētu.",
    "Press Ctrl-C to copy." : "Spied Ctrl-C lai kopētu.",
    "First run wizard" : "Pirmās palaišanas vednis",
    "Schedule work & meetings, synced with all your devices." : "Ieplāno darbu un sapulces, kas sinhronizētas ar visām jūsu ierīcēm.",
    "Keep your colleagues and friends in one place without leaking their private info." : "Turiet savus kolēģus un draugus vienuviet, neizpludinot viņu privāto informāciju.",
    "Simple email app nicely integrated with Files, Contacts and Calendar." : "Vienkāršā e-pasta lietotne labi integrēta ar Failiem, Kontaktiem un Kalendāru.",
    "About" : "Par",
    "Get the apps to sync your files" : "Saņem lietotnes, lai sinhronizētu savas datnes",
    "Desktop client" : "Darbvirsmas klients",
    "Android app" : "Android lietotne",
    "iOS app" : "iOS lietotne",
    "Access files via WebDAV" : "Piekļūt datnēm caur WebDAV",
    "A safe home for all your data" : "Droša vieta visiem jūsu datiem",
    "Server address" : "Servera adrese",
    "Copy link" : "Kopēt saiti",
    "Add your profile information! For example your email is needed to reset your password." : "Pievienot savu profila informāciju! Piemēram jūsu e-pasts ir nepieciešams, lai atjaunotu paroli.",
    "Previous" : "Iepriekšējā",
    "Next" : "Nākamā"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");