forked from coollabsio/coolify
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"auth.login": "Đăng Nhập", | ||
"auth.login.azure": "Đăng Nhập Bằng Microsoft", | ||
"auth.login.bitbucket": "Đăng Nhập Bằng Bitbucket", | ||
"auth.login.github": "Đăng Nhập Bằng GitHub", | ||
"auth.login.gitlab": "Đăng Nhập Bằng Gitlab", | ||
"auth.login.google": "Đăng Nhập Bằng Google", | ||
"auth.already_registered": "Đã đăng ký?", | ||
"auth.confirm_password": "Nhập lại mật khẩu", | ||
"auth.forgot_password": "Quên mật khẩu", | ||
"auth.forgot_password_send_email": "Gửi email đặt lại mật khẩu", | ||
"auth.register_now": "Đăng ký ngay", | ||
"auth.logout": "Đăng xuất", | ||
"auth.register": "Đăng ký", | ||
"auth.registration_disabled": "Đăng ký không khả dụng. Vui lòng liên hệ quản trị viên.", | ||
"auth.reset_password": "Đặt lại mật khẩu", | ||
"auth.failed": "Thông tin đăng nhập không khớp với bất kỳ tài khoản nào.", | ||
"auth.failed.callback": "Xử lý thông tin từ nhà cung cấp đăng nhập thất bại.", | ||
"auth.failed.password": "Mật khẩu bạn cung cấp không chính xác.", | ||
"auth.failed.email": "Không có người dùng nào đã đăng ký với email đó.", | ||
"auth.throttle": "Quá nhiều lần đăng nhập thất bại. Vui lòng thử lại sau :seconds giây.", | ||
"input.name": "Tên", | ||
"input.email": "Email", | ||
"input.password": "Mật khẩu", | ||
"input.password.again": "Mật khẩu lần nữa", | ||
"input.code": "One-time code", | ||
"input.recovery_code": "Mã khôi phục", | ||
"button.save": "Lưu", | ||
"repository.url": "<span class='text-helper'>Ví dụ</span><br>Với repo công khai, sử dụng <span class='text-helper'>https://...</span>.<br>Với repo riêng tư, sử dụng <span class='text-helper'>git@...</span>.<br><br>https://github.com/coollabsio/coolify-examples <span class='text-helper'>nhánh chính</span> sẽ được chọn<br>https://github.com/coollabsio/coolify-examples/tree/nodejs-fastify <span class='text-helper'>nhánh nodejs-fastify</span> sẽ được chọn.<br>https://gitea.com/sedlav/expressjs.git <span class='text-helper'>nhánh chính</span> sẽ được chọn.<br>https://gitlab.com/andrasbacsai/nodejs-example.git <span class='text-helper'>nhánh chính</span> sẽ được chọn." | ||
} |