mirror of
https://github.com/nextcloud/server.git
synced 2025-01-31 06:43:12 +00:00
4c6ecc6f15
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
14 lines
781 B
JavaScript
14 lines
781 B
JavaScript
OC.L10N.register(
|
|
"profile",
|
|
{
|
|
"Profile" : "Hồ sơ",
|
|
"Edit Profile" : "Chỉnh sửa hồ sơ",
|
|
"The headline and about sections will show up here" : "Dòng tiêu đề và phần giới thiệu sẽ hiển thị ở đây",
|
|
"You have not added any info yet" : "Bạn chưa thêm bất kỳ thông tin nào",
|
|
"Error opening the user status modal, try hard refreshing the page" : "Lỗi khi mở phương thức trạng thái người dùng, hãy thử làm mới trang",
|
|
"{user} has not added any info yet" : "{user} chưa thêm bất kỳ thông tin nào",
|
|
"Profile not found" : "Không tìm thấy hồ sơ",
|
|
"The profile does not exist." : "Hồ sơ không tồn tại.",
|
|
"Back to %s" : "Quay lại %s"
|
|
},
|
|
"nplurals=1; plural=0;");
|