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

az.js « l10n - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3110c3c0d2efe1fb1384aa13585683e43ce0af53 (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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
OC.L10N.register(
    "mail",
    {
    "Mail" : "Məktub",
    "Error while loading the accounts." : "Hesabların yüklənməsi müddətində səhv baş verdi",
    "Error while loading the selected account." : "Seçilmiş hesabın yüklənməsində səhv baş verdi",
    "Error while loading messages." : "Mesajların yüklənməsi müddətində səhv baş verdi.",
    "Choose a folder to store the attachment in" : "Əlavələrin saxlanılması üçün qovluğu seçin",
    "Attachments saved to Files." : "Məktub artırmaları, fayllarda yadda saxlanıldı. ",
    "Attachment saved to Files." : "Məktub əlavəsi fayllarda saxlanıldı.",
    "Error while saving attachments to Files." : "Məktub əlavəsinin fayllarda saxlanılması zamanı səhv baş verdi.",
    "Error while saving attachment to Files." : "Məktun əlavələrinin fayllarda saxlanılması zamanl səhv baş verdi.",
    "Error while loading the selected message." : "Seçilmiş mesajın yüklənməsi müddətində səhv baş verdi.",
    "Connecting …" : "Qoşulur...",
    "Unknown error" : "Bəlli olmayan səhv baş verdi",
    "Error while creating an account: " : "Hesabın yaraılması müddətində səhv baş verdi: ",
    "Connect" : "Qoşul",
    "Error while deleting account." : "Hesabın silinməsində səhv baş verdi.",
    "Choose a file to add as attachment" : "Əlavə ediləcək faylı seçin",
    "Reply" : "Cavab",
    "Send" : "Göndər",
    "Sending …" : "Göndərilir...",
    "you" : "siz",
    "Message could not be starred. Please try again." : "Mesaj götürülə bilmir. Xahiş olunur yenidən təkrar edəsiniz.",
    "Error while deleting message." : "Mesajın silinməsində səhv baş verdi.",
    "Loading …" : "Yüklənir...",
    "Load more …" : "Çoxlu yüklə ...",
    "Inbox" : "Gələn qutusu",
    "Sent" : "Göndərildi",
    "Drafts" : "Qaralamalar",
    "Archive" : "Arxiv",
    "Trash" : "Zibil",
    "Junk" : "Önəmsiz",
    "All" : "Hamısı",
    "Favorites" : "Sevimlilər",
    "Creating account failed: " : "Hesabın yaradılmasında səhv:",
    "Auto detect failed. Please use manual mode." : "Avtomatik təyinatda səhv baş verdi. Xahiş olunur əl rejimini seçəsiniz.",
    "Delete permanently" : "Həmişəlik sil",
    "from" : "ondan",
    "+ cc/bcc" : "+ cc/bcc",
    "to" : "doğru",
    "cc" : "cc",
    "bcc" : "bcc",
    "Subject" : "Mövzu",
    "Message …" : "Mesaj ...",
    "Open Mail App" : "Mail proqramını aç",
    "Back to website" : "website-a qayıt",
    "Add attachment from Files" : "Fayllardan əlavəni et",
    "Error loading message" : "Mesajın yüklənməsində səhv baş verdi",
    "Download attachment" : "Əlavəni endir",
    "Save to Files" : "Fayllarda saxla",
    "Save all to Files" : "Hər şeyi fayllarda saxla",
    "Forward" : "Yönləndir",
    "Delete" : "Sil",
    "No messages in this folder!" : "Bu qovluqda heç bir mesaj yoxdur!",
    "Connect your mail account" : "Mail hesabınızı qoşun",
    "Name" : "Ad",
    "Mail Address" : "Mail ünvanı",
    "IMAP Password" : "IMAP Şifrəsi",
    "Manual configuration" : "Əllə konfiqurasiya",
    "IMAP Host" : "IMAP Host",
    "None" : "Heç bir",
    "IMAP Port" : "IMAP Port",
    "IMAP User" : "IMAP İstifadəçi",
    "SMTP Host" : "SMTP Host",
    "SMTP Port" : "SMTP Port",
    "SMTP User" : "SMTP İstifadəçi",
    "SMTP Password" : "SMTP Şifrəsi",
    "Forwarding you to %s - click here if you are not automatically redirected within the next few seconds." : "Siz yönləndirilirsiniz %s - əgər növbəti bir neçə saniyədə yönləndirilməsəniz buraya sıxın.",
    "Redirect Warning" : "Yönləndirmə xəbərdarlığı",
    "The previous page is sending you to %s." : "Öncəki səhifə sizi %s-ə yollayır.",
    "If you do not want to visit that page, you can return to <a href=\"%s\">the mail app</a>." : "Əgər siz səhifəyə baxış keçirmək istəmirsinizsə, qayıda bilərsiniz <a href=\"%s\">mail proqramına</a>.",
    "Click here to visit the website." : "website-a baxış üçün buraya sıxın."
},
"nplurals=2; plural=(n != 1);");