1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-11-15 11:50:34 +01:00

chore(translations): update translations via Crowdin (#571)

* New translations en-us.ts (Vietnamese)

* New translations en-us.ts (Vietnamese)
This commit is contained in:
Elias Schneider 2024-08-30 08:32:29 +02:00 committed by GitHub
parent 96cd353669
commit 1fba0fd546
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,14 +60,14 @@ export default {
"resetPassword.description": "Nhập email để khôi phục mật khẩu.", "resetPassword.description": "Nhập email để khôi phục mật khẩu.",
"resetPassword.notify.success": "Email khôi phục mật khẩu đã được gửi nếu như địa chỉ email này tồn tại.", "resetPassword.notify.success": "Email khôi phục mật khẩu đã được gửi nếu như địa chỉ email này tồn tại.",
"resetPassword.button.back": "Quay lại trang đăng nhập", "resetPassword.button.back": "Quay lại trang đăng nhập",
"resetPassword.text.resetPassword": "Reset password", "resetPassword.text.resetPassword": "Đặt lại mật khẩu",
"resetPassword.text.enterNewPassword": "Enter your new password", "resetPassword.text.enterNewPassword": "Mật khẩu mới",
"resetPassword.input.password": "New password", "resetPassword.input.password": "Mật khẩu mới",
"resetPassword.notify.passwordReset": "Your password has been reset successfully.", "resetPassword.notify.passwordReset": "Mật khẩu đã được thay đổi!",
// /account // /account
"account.title": "Tài khoản", "account.title": "Tài khoản",
"account.card.info.title": "Thông tin tài khoản", "account.card.info.title": "Thông tin tài khoản",
"account.card.info.username": "Username", "account.card.info.username": "Tên đăng nhập",
"account.card.info.email": "Email", "account.card.info.email": "Email",
"account.notify.info.success": "Cập nhật tài khoản thành công", "account.notify.info.success": "Cập nhật tài khoản thành công",
"account.card.password.title": "Mật khẩu", "account.card.password.title": "Mật khẩu",
@ -94,10 +94,10 @@ export default {
"account.modal.totp.title": "Bật TOTP", "account.modal.totp.title": "Bật TOTP",
"account.modal.totp.step1": "Step 1: Add your authenticator", "account.modal.totp.step1": "Step 1: Add your authenticator",
"account.modal.totp.step2": "Step 2: Validate your code", "account.modal.totp.step2": "Step 2: Validate your code",
"account.modal.totp.enterManually": "Enter manually", "account.modal.totp.enterManually": "Nhập thủ công",
"account.modal.totp.code": "Code", "account.modal.totp.code": "",
"common.button.clickToCopy": "Nhấn để sao chép", "common.button.clickToCopy": "Nhấn để sao chép",
"account.modal.totp.verify": "Verify", "account.modal.totp.verify": "Xác thực",
"account.notify.totp.disable": "Tắt TOTP thành công", "account.notify.totp.disable": "Tắt TOTP thành công",
"account.notify.totp.enable": "Bật TOTP thành công", "account.notify.totp.enable": "Bật TOTP thành công",
"account.card.language.title": "Ngôn ngữ", "account.card.language.title": "Ngôn ngữ",
@ -185,17 +185,17 @@ export default {
"admin.users.table.admin": "Admin", "admin.users.table.admin": "Admin",
"admin.users.edit.update.title": "Update user {username}", "admin.users.edit.update.title": "Update user {username}",
"admin.users.edit.update.admin-privileges": "Admin privileges", "admin.users.edit.update.admin-privileges": "Admin privileges",
"admin.users.edit.update.change-password.title": "Change password", "admin.users.edit.update.change-password.title": "Đổi mật khẩu",
"admin.users.edit.update.change-password.field": "New password", "admin.users.edit.update.change-password.field": "Mật khẩu mới",
"admin.users.edit.update.change-password.button": "Save new password", "admin.users.edit.update.change-password.button": "Đổi mật khẩu",
"admin.users.edit.update.notify.password.success": "Password changed successfully", "admin.users.edit.update.notify.password.success": "Thay đổi mật khẩu thành công",
"admin.users.edit.delete.title": "Delete user {username}", "admin.users.edit.delete.title": "Xóa tài khoản {username}",
"admin.users.edit.delete.description": "Do you really want to delete this user and all his shares?", "admin.users.edit.delete.description": "Do you really want to delete this user and all his shares?",
// showCreateUserModal.tsx // showCreateUserModal.tsx
"admin.users.modal.create.title": "Create user", "admin.users.modal.create.title": "Create user",
"admin.users.modal.create.username": "Username", "admin.users.modal.create.username": "Username",
"admin.users.modal.create.email": "Email", "admin.users.modal.create.email": "Email",
"admin.users.modal.create.password": "Password", "admin.users.modal.create.password": "Mật khẩu",
"admin.users.modal.create.manual-password": "Set password manually", "admin.users.modal.create.manual-password": "Set password manually",
"admin.users.modal.create.manual-password.description": "If not checked, the user will receive an email with a link to set their password.", "admin.users.modal.create.manual-password.description": "If not checked, the user will receive an email with a link to set their password.",
"admin.users.modal.create.admin": "Admin privileges", "admin.users.modal.create.admin": "Admin privileges",
@ -204,14 +204,14 @@ export default {
// /admin/shares // /admin/shares
"admin.shares.title": "Share management", "admin.shares.title": "Share management",
"admin.shares.table.id": "Share ID", "admin.shares.table.id": "Share ID",
"admin.shares.table.username": "Creator", "admin.shares.table.username": "Người tạo",
"admin.shares.table.visitors": "Visitors", "admin.shares.table.visitors": "Lượng truy cập",
"admin.shares.table.expires": "Expires At", "admin.shares.table.expires": "Hết hạn vào",
"admin.shares.edit.delete.title": "Delete share {id}", "admin.shares.edit.delete.title": "Delete share {id}",
"admin.shares.edit.delete.description": "Do you really want to delete this share?", "admin.shares.edit.delete.description": "Do you really want to delete this share?",
// END /admin/shares // END /admin/shares
// /upload // /upload
"upload.title": "Upload", "upload.title": "Tải lên",
"upload.notify.generic-error": "An error occurred while finishing your share.", "upload.notify.generic-error": "An error occurred while finishing your share.",
"upload.notify.count-failed": "{count} files failed to upload. Trying again.", "upload.notify.count-failed": "{count} files failed to upload. Trying again.",
// Dropzone.tsx // Dropzone.tsx
@ -219,13 +219,13 @@ export default {
"upload.dropzone.description": "Drag'n'drop files here to start your share. We can accept only files that are less than {maxSize} in total.", "upload.dropzone.description": "Drag'n'drop files here to start your share. We can accept only files that are less than {maxSize} in total.",
"upload.dropzone.notify.file-too-big": "Your files exceed the maximum share size of {maxSize}.", "upload.dropzone.notify.file-too-big": "Your files exceed the maximum share size of {maxSize}.",
// FileList.tsx // FileList.tsx
"upload.filelist.name": "Name", "upload.filelist.name": "Tên",
"upload.filelist.size": "Size", "upload.filelist.size": "Kích thước",
// showCreateUploadModal.tsx // showCreateUploadModal.tsx
"upload.modal.title": "Create Share", "upload.modal.title": "Create Share",
"upload.modal.link.error.invalid": "Can only contain letters, numbers, underscores, and hyphens", "upload.modal.link.error.invalid": "Chỉ được phép sử dụng chữ, số, dấu gạch dưới và dấu gạch ngang",
"upload.modal.link.error.taken": "This link is already in use", "upload.modal.link.error.taken": "Liên kết đã được sử dụng",
"upload.modal.not-signed-in": "You're not signed in", "upload.modal.not-signed-in": "Bạn chưa đăng nhập",
"upload.modal.not-signed-in-description": "You will be unable to delete your share manually and view the visitor count.", "upload.modal.not-signed-in-description": "You will be unable to delete your share manually and view the visitor count.",
"upload.modal.expires.never": "never", "upload.modal.expires.never": "never",
"upload.modal.expires.never-long": "Never Expires", "upload.modal.expires.never-long": "Never Expires",
@ -244,17 +244,17 @@ export default {
"upload.modal.expires.month-plural": "Tháng", "upload.modal.expires.month-plural": "Tháng",
"upload.modal.expires.year-singular": "Năm", "upload.modal.expires.year-singular": "Năm",
"upload.modal.expires.year-plural": "Năm", "upload.modal.expires.year-plural": "Năm",
"upload.modal.accordion.name-and-description.title": "Name and description", "upload.modal.accordion.name-and-description.title": "Tên và miêu tả",
"upload.modal.accordion.name-and-description.name.placeholder": "Tên", "upload.modal.accordion.name-and-description.name.placeholder": "Tên",
"upload.modal.accordion.name-and-description.description.placeholder": "Note for the recipients of this share", "upload.modal.accordion.name-and-description.description.placeholder": "Note for the recipients of this share",
"upload.modal.accordion.email.title": "Email recipients", "upload.modal.accordion.email.title": "Email recipients",
"upload.modal.accordion.email.placeholder": "Enter email recipients", "upload.modal.accordion.email.placeholder": "Enter email recipients",
"upload.modal.accordion.email.invalid-email": "Invalid email address", "upload.modal.accordion.email.invalid-email": "Địa chỉ email không hợp lệ",
"upload.modal.accordion.security.title": "Security options", "upload.modal.accordion.security.title": "Tùy chọn bảo mật",
"upload.modal.accordion.security.password.label": "Password protection", "upload.modal.accordion.security.password.label": "Bảo vệ bằng mật khẩu",
"upload.modal.accordion.security.password.placeholder": "No password", "upload.modal.accordion.security.password.placeholder": "Không có mật khẩu",
"upload.modal.accordion.security.max-views.label": "Maximum views", "upload.modal.accordion.security.max-views.label": "Lượt xem tối đa",
"upload.modal.accordion.security.max-views.placeholder": "No limit", "upload.modal.accordion.security.max-views.placeholder": "Không giới hạn",
// showCompletedUploadModal.tsx // showCompletedUploadModal.tsx
"upload.modal.completed.never-expires": "This share will never expire.", "upload.modal.completed.never-expires": "This share will never expire.",
"upload.modal.completed.expires-on": "This share will expire on {expiration}.", "upload.modal.completed.expires-on": "This share will expire on {expiration}.",
@ -271,16 +271,16 @@ export default {
"share.error.not-found.description": "The share you're looking for doesn't exist.", "share.error.not-found.description": "The share you're looking for doesn't exist.",
"share.error.access-denied.title": "Private share", "share.error.access-denied.title": "Private share",
"share.error.access-denied.description": "The current account does not have permission to access this share", "share.error.access-denied.description": "The current account does not have permission to access this share",
"share.modal.password.title": "Password required", "share.modal.password.title": "Cần mật khẩu để mở khoá",
"share.modal.password.description": "To access this share please enter the password for the share.", "share.modal.password.description": "To access this share please enter the password for the share.",
"share.modal.password": "Mật khẩu", "share.modal.password": "Mật khẩu",
"share.modal.error.invalid-password": "Mật khẩu không hợp lệ", "share.modal.error.invalid-password": "Mật khẩu không hợp lệ",
"share.button.download-all": "Tải xuống tất cả", "share.button.download-all": "Tải xuống tất cả",
"share.notify.download-all-preparing": "The share is preparing. Try again in a few minutes.", "share.notify.download-all-preparing": "The share is preparing. Try again in a few minutes.",
"share.modal.file-link": "File link", "share.modal.file-link": "File link",
"share.table.name": "Name", "share.table.name": "Tên",
"share.table.size": "Size", "share.table.size": "Kích thước",
"share.modal.file-preview.error.not-supported.title": "Preview not supported", "share.modal.file-preview.error.not-supported.title": "Xem trước không được hỗ trợ",
"share.modal.file-preview.error.not-supported.description": "A preview for this file type is unsupported. Please download the file to view it.", "share.modal.file-preview.error.not-supported.description": "A preview for this file type is unsupported. Please download the file to view it.",
// END /share/[id] // END /share/[id]
// /share/[id]/edit // /share/[id]/edit
@ -291,7 +291,7 @@ export default {
// END /share/[id]/edit // END /share/[id]/edit
// /admin/config // /admin/config
"admin.config.title": "Configuration", "admin.config.title": "Configuration",
"admin.config.category.general": "General", "admin.config.category.general": "Tổng quan",
"admin.config.category.share": "Share", "admin.config.category.share": "Share",
"admin.config.category.email": "Email", "admin.config.category.email": "Email",
"admin.config.category.smtp": "SMTP", "admin.config.category.smtp": "SMTP",
@ -349,9 +349,9 @@ export default {
"admin.config.smtp.email.description": "Email address which the emails get sent from", "admin.config.smtp.email.description": "Email address which the emails get sent from",
"admin.config.smtp.username": "Username", "admin.config.smtp.username": "Username",
"admin.config.smtp.username.description": "Username of the SMTP server", "admin.config.smtp.username.description": "Username of the SMTP server",
"admin.config.smtp.password": "Password", "admin.config.smtp.password": "Mật khẩu",
"admin.config.smtp.password.description": "Password of the SMTP server", "admin.config.smtp.password.description": "Password of the SMTP server",
"admin.config.smtp.button.test": "Send test email", "admin.config.smtp.button.test": "Gửi email kiểm tra",
"admin.config.smtp.allow-unauthorized-certificates": "Trust unauthorized SMTP server certificates", "admin.config.smtp.allow-unauthorized-certificates": "Trust unauthorized SMTP server certificates",
"admin.config.smtp.allow-unauthorized-certificates.description": "Only set this to true if you need to trust self signed certificates.", "admin.config.smtp.allow-unauthorized-certificates.description": "Only set this to true if you need to trust self signed certificates.",
"admin.config.oauth.allow-registration": "Allow registration", "admin.config.oauth.allow-registration": "Allow registration",
@ -408,7 +408,7 @@ export default {
"admin.config.ldap.enabled": "Enabled LDAP", "admin.config.ldap.enabled": "Enabled LDAP",
"admin.config.ldap.enabled.description": "Use LDAP authentication for user login", "admin.config.ldap.enabled.description": "Use LDAP authentication for user login",
"admin.config.ldap.url": "Server URL", "admin.config.ldap.url": "Server URL",
"admin.config.ldap.url.description": "URL of the LDAP server", "admin.config.ldap.url.description": "Địa chỉ máy chủ LDAP",
"admin.config.ldap.bind-dn": "Bind DN", "admin.config.ldap.bind-dn": "Bind DN",
"admin.config.ldap.bind-dn.description": "Default user which will be used to execute the user search", "admin.config.ldap.bind-dn.description": "Default user which will be used to execute the user search",
"admin.config.ldap.bind-password": "Bind password", "admin.config.ldap.bind-password": "Bind password",
@ -425,11 +425,11 @@ export default {
// error // error
"error.title": "Lỗi", "error.title": "Lỗi",
"error.description": "Oops!", "error.description": "Oops!",
"error.button.back": "Go back", "error.button.back": "Quay lại",
"error.msg.default": "Something went wrong.", "error.msg.default": "Đã xảy ra lỗi.",
"error.msg.access_denied": "You canceled the authentication process, please try again.", "error.msg.access_denied": "You canceled the authentication process, please try again.",
"error.msg.expired_token": "The authentication process took too long, please try again.", "error.msg.expired_token": "The authentication process took too long, please try again.",
"error.msg.invalid_token": "Internal Error", "error.msg.invalid_token": "Lỗi nội bộ",
"error.msg.no_user": "User linked to this {0} account doesn't exist.", "error.msg.no_user": "User linked to this {0} account doesn't exist.",
"error.msg.no_email": "Can't get email address from this {0} account.", "error.msg.no_email": "Can't get email address from this {0} account.",
"error.msg.already_linked": "This {0} account is already linked to another account.", "error.msg.already_linked": "This {0} account is already linked to another account.",
@ -465,7 +465,7 @@ export default {
"common.error.invalid-email": "Invalid email address", "common.error.invalid-email": "Invalid email address",
"common.error.too-short": "Must be at least {length} characters", "common.error.too-short": "Must be at least {length} characters",
"common.error.too-long": "Must be at most {length} characters", "common.error.too-long": "Must be at most {length} characters",
"common.error.exact-length": "Must be exactly {length} characters", "common.error.exact-length": "Bằng {length} kí tự",
"common.error.invalid-number": "Phải là số", "common.error.invalid-number": "Phải là số",
"common.error.field-required": "Trường bắt buộc" "common.error.field-required": "Trường bắt buộc"
}; };