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
1 parent
e9158b7
commit 7af151d
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": "登入", | ||
"auth.login.azure": "使用 Microsoft 登入", | ||
"auth.login.bitbucket": "使用 Bitbucket 登入", | ||
"auth.login.github": "使用 GitHub 登入", | ||
"auth.login.gitlab": "使用 Gitlab 登入", | ||
"auth.login.google": "使用 Google 登入", | ||
"auth.already_registered": "已經註冊?", | ||
"auth.confirm_password": "確認密碼", | ||
"auth.forgot_password": "忘記密碼", | ||
"auth.forgot_password_send_email": "發送重設密碼電郵", | ||
"auth.register_now": "註冊", | ||
"auth.logout": "登出", | ||
"auth.register": "註冊", | ||
"auth.registration_disabled": "註冊已停用,請聯絡管理員。", | ||
"auth.reset_password": "重設密碼", | ||
"auth.failed": "這些憑證與我們的記錄不符。", | ||
"auth.failed.callback": "無法處理來自登入提供者的回呼。", | ||
"auth.failed.password": "密碼錯誤。", | ||
"auth.failed.email": "找不到該電子郵件地址的使用者。", | ||
"auth.throttle": "登入嘗試次數太多。請在 :seconds 秒後重試。", | ||
"input.name": "名稱", | ||
"input.email": "電子郵件", | ||
"input.password": "密碼", | ||
"input.password.again": "再次輸入密碼", | ||
"input.code": "一次性代碼", | ||
"input.recovery_code": "恢復碼", | ||
"button.save": "儲存", | ||
"repository.url": "<span class='text-helper'>例子</span><br>對於公共代碼倉庫,請使用 <span class='text-helper'>https://...</span>。<br>對於私有代碼倉庫,請使用 <span class='text-helper'>git@...</span>。<br><br>https://github.com/coollabsio/coolify-examples <span class='text-helper'>main</span> 分支將被選擇<br>https://github.com/coollabsio/coolify-examples/tree/nodejs-fastify <span class='text-helper'>nodejs-fastify</span> 分支將被選擇。<br>https://gitea.com/sedlav/expressjs.git <span class='text-helper'>main</span> 分支將被選擇。<br>https://gitlab.com/andrasbacsai/nodejs-example.git <span class='text-helper'>main</span> 分支將被選擇。" | ||
} |