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

tr.js « l10n - github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c36a84ea02a64299a3ea7b0d1e210e3335146617 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
OC.L10N.register(
    "photos",
    {
    "Photos" : "Fotoğraflar",
    "Your memories under your control" : "Anılarınız kontrolünüz altında",
    "Your photos" : "Fotoğraflarınız",
    "Favorites" : "Sık kullanılanlar",
    "Your albums" : "Albümleriniz",
    "Shared albums" : "Paylaşılmış albümler",
    "Tagged photos" : "Etiketlenmiş fotoğraflar",
    "Locations" : "Konumlar",
    "Open the full size \"{name}\" image" : "\"{name}\" fotoğrafını tam boyutunda aç",
    "Open the \"{name}\" sub-directory" : "\"{name}\" alt klasörünü aç",
    "Share this folder" : "Bu klasörü paylaş",
    "Back to {folder}" : "{folder} klasörüne geri dön",
    "This folder does not exists" : "Bu klasör bulunamadı",
    "An error occurred" : "Bir sorun çıktı",
    "No photos in here" : "Burada herhangi bir fotoğraf yok",
    "No tags yet" : "Henüz bir etiket yok",
    "Photos with tags will show up here" : "Etiketlenmiş fotoğraflar burada görüntülenir"
},
"nplurals=2; plural=(n > 1);");