mirror of
https://github.com/nextcloud/server.git
synced 2025-02-07 09:59:46 +00:00
16 lines
962 B
JavaScript
16 lines
962 B
JavaScript
OC.L10N.register(
|
||
"profile",
|
||
{
|
||
"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.",
|
||
"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",
|
||
"You have not added any info yet" : "Henüz herhangi bir bilgi eklememişsiniz",
|
||
"Error opening the user status modal, try hard refreshing the page" : "Üste açılan kullanıcı durumu penceresinde sorun çıktı. Sayfası temizleyerek yenilemeyi deneyin ",
|
||
"{user} has not added any info yet" : "{user} henüz herhangi bir bilgi eklememiş",
|
||
"Profile not found" : "Profil bulunamadı",
|
||
"The profile does not exist." : "Profil bulunamadı.",
|
||
"Back to %s" : "%s sayfasına dön"
|
||
},
|
||
"nplurals=2; plural=(n > 1);");
|