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

lv.js « l10n - github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c9d87677809f4edba4fed0152056f5c66cfb66b4 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
OC.L10N.register(
    "spreed",
    {
    "Saved" : "Saglabāts",
    "TURN server protocols" : "TURN servera protokols",
    "UDP and TCP" : "UDP un TCP",
    "UDP only" : "tikai UDP",
    "TCP only" : "tikai TCP",
    "(group)" : "(grupa)",
    "New public call" : "Jauns zvans",
    "Fullscreen" : "Pilnekrāna",
    "Waiting for {participantName} to join the call …" : "Gaida {participantName} kad pievienosies zvanam …",
    "Waiting for others to join the call …" : "Gaidot citus pievienoties zvanam …",
    "Looking great today! :)" : "Šodien izskatāties lieliski :)!",
    "Time to call your friends" : "Laiks zvanīt draugiem",
    "Mute audio" : "Izslēgt audio",
    "Copy" : "Kopēt",
    "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.",
    "This call has ended" : "Šis zvans ir pabeigts",
    "Leave call" : "Pamest zvanu",
    "Share link" : "Koplietot saiti",
    "Rename" : "Pārsaukt",
    "Guest" : "Viesis",
    "You" : "Jūs",
    "and you" : "un jūs",
    "Access to microphone & camera is only possible with HTTPS" : "Piekļuve mikrofonam un kamerai ir iespējama izmantojot tikai HTTPS",
    "Please adjust your configuration" : "Lūdzu, pielāgojiet konfigurāciju",
    "WebRTC is not supported in your browser" : "WebRTC netiek atbalstīta jūsu pārlūkprogrammā",
    "Please use a different browser like Firefox or Chrome" : "Lūdzu, izmantojiet citu pārlūkprogrammu, piemēram Firefox vai Chrome",
    "Error while accessing microphone & camera" : "Kļūda, piekļūstot mikrofonam un kamerai",
    "WebRTC is not supported in your browser :-/" : "WebRTC netiek atbalstīta jūsu pārlūkprogrammā :-/",
    "_%n guest_::_%n guests_" : ["%n viesi","%n viesi","%n viesi"],
    "_%n other guest_::_%n other guests_" : ["%n citi viesi","%n citi viesi","%n citi viesi"],
    ", " : ", ",
    "Smile in 3… 2… 1!" : "Smaidi pēc, 3 … 2 … 1!",
    "Choose person …" : "Izvēlieties personas …",
    "TURN server" : "TURN serveris",
    "Video calls" : "Videozvani",
    "Saving failed" : "Saglabāšana neizdevās",
    "Add person" : "Pievienot personu",
    "STUN server" : "STUN serveris",
    "TURN server shared secret" : "IESLĒGT slepeno servera koplietošanu"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");