mirror of
https://github.com/nextcloud/server.git
synced 2026-06-24 12:24:39 +02:00
b6d0e19876
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
26 lines
1.5 KiB
JavaScript
26 lines
1.5 KiB
JavaScript
OC.L10N.register(
|
||
"profile",
|
||
{
|
||
"View profile" : "Profili görüntüle",
|
||
"Profile picker" : "Profil seçici",
|
||
"Profile" : "Profil",
|
||
"This application provides the profile" : "Bu uygulama profili sağlar",
|
||
"Provides a customisable user profile interface." : "Özelleştirilebilir bir kullanıcı profili arayüzü sağlar.",
|
||
"Searching …" : "Aranıyor…",
|
||
"Not found" : "Bulunamadı",
|
||
"Search for a user profile" : "Kullanıcı profili ara",
|
||
"Search for a user profile. Start typing" : "Aranacak kullanıcı profilini yazmaya başlayın",
|
||
"Insert selected user profile link" : "Seçilmiş kullanıcı profili bağlantısını ekle",
|
||
"Insert" : "Ekle",
|
||
"You have not added any info yet" : "Henüz herhangi bir bilgi eklememişsiniz",
|
||
"{user} has not added any info yet" : "{user} henüz herhangi bir bilgi eklememiş",
|
||
"Error opening the user status modal, try hard refreshing the page" : "Üste açılan kullanıcı durumu penceresinde sorun çıktı. Sayfası temizleyerek yenilemeyi deneyin ",
|
||
"Edit Profile" : "Profili düzenle",
|
||
"The headline and about sections will show up here" : "Başlık ve hakkında bölümleri burada görüntülenir",
|
||
"Profile not found" : "Profil bulunamadı",
|
||
"The profile does not exist or is unavailable." : "Profil bulunamadı ya da kullanılamıyor.",
|
||
"Back to %s" : "%s sayfasına dön",
|
||
"The profile does not exist." : "Profil bulunamadı."
|
||
},
|
||
"nplurals=2; plural=(n > 1);");
|