mirror of
https://github.com/HeyPuter/puter.git
synced 2025-01-24 06:50:22 +08:00
finish translation for vi.js
This commit is contained in:
parent
16257a7b54
commit
12cc753903
@ -350,21 +350,21 @@ const vi = {
|
|||||||
// ***********************************
|
// ***********************************
|
||||||
// Missing translations
|
// Missing translations
|
||||||
// ***********************************
|
// ***********************************
|
||||||
"change": undefined, // In English: "Change"
|
"change": 'Thay đổi', // In English: "Change"
|
||||||
"clock_visibility": undefined, // In English: "Clock Visibility"
|
"clock_visibility": 'ẩn/hiện đồng hồ', // In English: "Clock Visibility"
|
||||||
"plural_suffix": undefined, // In English: "s"
|
"plural_suffix": 'các', // In English: "s"
|
||||||
"reading": undefined, // In English: "Reading %strong%"
|
"reading": 'Đang đọc %strong%', // In English: "Reading %strong%"
|
||||||
"writing": undefined, // In English: "Writing %strong%"
|
"writing": 'Đang ghi dữ liệu %strong%', // In English: "Writing %strong%"
|
||||||
"unzipping": undefined, // In English: "Unzipping %strong%"
|
"unzipping": 'Đang giải nén %strong%', // In English: "Unzipping %strong%"
|
||||||
"sequencing": undefined, // In English: "Sequencing %strong%"
|
"sequencing": 'Đang đánh thứ tự %strong%', // In English: "Sequencing %strong%"
|
||||||
"zipping": undefined, // In English: "Zipping %strong%"
|
"zipping": 'Đang nén %strong%', // In English: "Zipping %strong%"
|
||||||
"Editor": undefined, // In English: "Editor"
|
"Editor": 'Người chỉnh sửa', // In English: "Editor"
|
||||||
"Viewer": undefined, // In English: "Viewer"
|
"Viewer": 'Người xem', // In English: "Viewer"
|
||||||
"People with access": undefined, // In English: "People with access"
|
"People with access": 'Người dùng có quyền truy cập', // In English: "People with access"
|
||||||
"Share With…": undefined, // In English: "Share With…"
|
"Share With…": 'Chia sẻ với...', // In English: "Share With…"
|
||||||
"Owner": undefined, // In English: "Owner"
|
"Owner": 'Người sở hữu', // In English: "Owner"
|
||||||
"You can't share with yourself.": undefined, // In English: "You can't share with yourself."
|
"You can't share with yourself.": 'Bạn không thể tự chia sẻ với chính mình', // In English: "You can't share with yourself."
|
||||||
"This user already has access to this item": undefined, // In English: "This user already has access to this item"
|
"This user already has access to this item": 'Người dùng này đã có sẵn quyền truy cập cho mục này', // In English: "This user already has access to this item"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user