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

tr.js « l10n « workflowengine « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d4b2ccfa1dc4e29d41c4964937f64cb481c6cf5a (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
OC.L10N.register(
    "workflowengine",
    {
    "Group list is empty" : "Grup listesi boş",
    "Unable to retrieve the group list" : "Grup listesi alınamadı",
    "Saved" : "Kaydedildi",
    "Saving failed:" : "Kaydedilemedi:",
    "File MIME type" : "Dosya MIME türü",
    "is" : "şu olan",
    "is not" : "şu olmayan",
    "matches" : "şuna uyan",
    "does not match" : "şuna uymayan",
    "Example: {placeholder}" : "Örnek: {placeholder}",
    "File size (upload)" : "Dosya boyutu (yükleme)",
    "less" : "şundan küçük",
    "less or equals" : "şundan küçük ya da eşit",
    "greater or equals" : "şundan büyük ya da eşit",
    "greater" : "şundan büyük",
    "File system tag" : "Dosya sistemi etiketi",
    "is tagged with" : "şununla etiketlenmiş",
    "is not tagged with" : "şununla etiketlenmemiş",
    "Select tag…" : "Etiketi seçin...",
    "Request remote address" : "Uzak adres isteği",
    "matches IPv4" : "şu IPv4 adresine uyan",
    "does not match IPv4" : "şu IPv4 adresine uymayan",
    "matches IPv6" : "şu IPv6 adresine uyan",
    "does not match IPv6" : "şu IPv6 adresine uymayan",
    "Request time" : "İstek zamanı",
    "between" : "şunların arasında olan",
    "not between" : "şunların arasında olmayan",
    "Start" : "Başlangıç",
    "End" : "Bitiş",
    "Select timezone…" : "Saat dilimini seçin...",
    "Request URL" : "İstek Adresi",
    "Predefined URLs" : "Hazır Adresler",
    "Files WebDAV" : "Dosya WebDAV",
    "Request user agent" : "Kullanıcı yazılımı istensin",
    "Sync clients" : "İstemciler eşitlensin",
    "Android client" : "Android istemcisi",
    "iOS client" : "iOS istemcisi",
    "Desktop client" : "Masaüstü istemcisi",
    "User group membership" : "Kullanıcı grubu üyeliği",
    "is member of" : "şunun üyesi olan",
    "is not member of" : "şunun üyesi olmayan",
    "The given operator is invalid" : "Belirtilen işlem geçersiz",
    "The given regular expression is invalid" : "Belirtilen kurallı ifade geçersiz",
    "The given file size is invalid" : "Belirtilen dosya boyutu geçersiz",
    "The given tag id is invalid" : "Belirtilen etiket kodu geçersiz",
    "The given IP range is invalid" : "Belirtilen IP adresi aralığı geçersiz",
    "The given IP range is not valid for IPv4" : "Belirtilen IP adresi aralığı IPv4 için geçersiz",
    "The given IP range is not valid for IPv6" : "Belirtilen IP adresi aralığı IPv6 için geçersiz",
    "The given time span is invalid" : "Belirtilen zaman aralığı geçersiz",
    "The given start time is invalid" : "Belirtilen başlangıç zamanı geçersiz",
    "The given end time is invalid" : "Belirtilen bitiş zamanı geçersiz",
    "The given group does not exist" : "Belirtilen grup bulunamadı",
    "Check %s is invalid or does not exist" : "%s denetimi geçersiz ya da bulunamadı",
    "Operation #%s does not exist" : "#%s işlemi bulunamadı",
    "Operation %s does not exist" : "%s işlemi bulunamadı",
    "Operation %s is invalid" : "%s işlemi geçersiz",
    "Check %s does not exist" : "%s denetimi bulunamadı",
    "Check %s is invalid" : "%s denetimi geçersiz",
    "Check #%s does not exist" : "#%s denetimi bulunamadı",
    "Workflow" : "İş akışı",
    "Files workflow engine" : "Dosya iş akışı motoru",
    "Open documentation" : "Belgeleri aç",
    "Add rule group" : "Kural grubu ekle",
    "Short rule description" : "Kısa kural açıklaması",
    "Add rule" : "Kural ekle",
    "Reset" : "Sıfırla",
    "Save" : "Kaydet",
    "Saving…" : "Kaydediliyor...",
    "Loading…" : "Yükleniyor..."
},
"nplurals=2; plural=(n > 1);");