mirror of
https://github.com/nextcloud/server.git
synced 2025-05-02 13:00:42 +00:00
16 lines
928 B
JavaScript
16 lines
928 B
JavaScript
OC.L10N.register(
|
|
"profile",
|
|
{
|
|
"Profile" : "Profil",
|
|
"This application provides the profile" : "Ushbu ilova profilni taqdim etadi",
|
|
"Provides a customisable user profile interface." : "Moslashtirilgan foydalanuvchi Profil interfeysini taqdim etadi.",
|
|
"You have not added any info yet" : "Siz hali hech qanday ma'lumot qo'shmadingiz",
|
|
"{user} has not added any info yet" : "{user} hali hech qanday ma'lumot qo'shmagan",
|
|
"Error opening the user status modal, try hard refreshing the page" : "Foydalanuvchi holati modalini ochishda xato, sahifani yangilashga harakat qiling",
|
|
"Edit Profile" : "Profilni Tahrirlash",
|
|
"The headline and about sections will show up here" : "The headline and about sections will show up here",
|
|
"Profile not found" : "Profil topilmadi",
|
|
"The profile does not exist." : "Profil mavjud emas.",
|
|
"Back to %s" : "%sga qaytish"
|
|
},
|
|
"nplurals=1; plural=0;");
|