-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
translate(frontend): add login, signup page translate
- Loading branch information
Showing
7 changed files
with
242 additions
and
95 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
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 |
---|---|---|
@@ -1,3 +1,45 @@ | ||
{ | ||
"test": "test!!" | ||
"meta": { | ||
"login": { | ||
"title": "Login | Infiscal", | ||
"og-title": "Log In to Infisical", | ||
"og-description": "Infisical a simple end-to-end encrypted platform that enables teams to sync and manage their .env files." | ||
}, | ||
"signup": { | ||
"title": "Sign Up | Infiscal", | ||
"og-title": "Replace .env files with 1 line of code. Sign Up for Infisical in 3 minutes.", | ||
"og-description": "Infisical a simple end-to-end encrypted platform that enables teams to sync and manage API-keys and environemntal variables. Works with Node.js, Next.js, Gatsby, Nest.js..." | ||
} | ||
}, | ||
"email": "Email", | ||
"password": "Password", | ||
"verify": "Verify", | ||
"first-name": "First Name", | ||
"last-name": "Last Name", | ||
"validate-required": "Please input your {{name}}", | ||
"password-validate": "Password should contain at least:", | ||
"password-validate-length": "14 characters", | ||
"password-validate-case": "1 lowercase character", | ||
"password-validate-number": "1 number", | ||
"auth": { | ||
"login": "Log In", | ||
"signup": "Sign Up", | ||
"need-account": "Need an Infisical account?", | ||
"create-account": "Create an account", | ||
"already-have-account": "Have an account? Log in", | ||
"forgot-password": "Forgot your password?", | ||
"step1-start": "Let's get started", | ||
"step1-privacy": "By creating an account, you agree to our Terms and have read and acknowledged the Privacy Policy.", | ||
"step1-submit": "Get Started", | ||
"step2-message": "<wrapper>We've sent a verification email to</wrapper><email>{{email}}</email>", | ||
"step2-code-error": "Oops. Your code is wrong. Please try again.", | ||
"step2-spam-alert": "Make sure to check your spam inbox.", | ||
"step3-message": "Almost there!", | ||
"step4-message": "Save your Emergency Kit", | ||
"step4-description1": "If you get locked out of your account, your Emergency Kit is the only way to sign in.", | ||
"step4-description2": "We recommend you download it and keep it somewhere safe.", | ||
"step4-description3": "It contains your Secret Key which we cannot access or recover for you if you lose it.", | ||
"step4-download": "Download PDF" | ||
}, | ||
"maintenance-alert": "We are experiencing minor technical difficulties. We are working on solving it right now. Please come back in a few minutes." | ||
} |
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 |
---|---|---|
@@ -1,3 +1 @@ | ||
{ | ||
"test": "테스트! !!!!!!!!" | ||
} | ||
{} |
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
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
Oops, something went wrong.