-
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.
feat: edit translations via @replexica web ui
- Loading branch information
1 parent
d26ec55
commit 643b552
Showing
1 changed file
with
35 additions
and
1 deletion.
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 |
---|---|---|
@@ -1,3 +1,37 @@ | ||
{ | ||
"key": "value" | ||
"landing.header": "Automated AI Localization for Dev Teams.", | ||
"landing.subheader": "Speed up your time-to-market and release more often, with our AI Localization Engine.", | ||
"landing.cta.getStarted": "Register", | ||
"landing.features.fast": "No credit card required", | ||
"landing.features.accurate": "Cancel anytime", | ||
"dashboard.title": "Dashboard (test data)", | ||
"dashboard.subtitle": "Your usage data is displayed here. This is just a demo, so the data is not real.", | ||
"auth.signUp": "Sign Up", | ||
"auth.username": "Username", | ||
"auth.enterUsername": "Enter username", | ||
"auth.emailAddress": "Email Address", | ||
"auth.enterEmail": "Enter your email address", | ||
"auth.password": "Password", | ||
"auth.enterPassword": "Enter your password", | ||
"auth.confirmPassword": "Confirm Password", | ||
"auth.confirmYourPassword": "Confirm your password", | ||
"auth.agreeTerms": "I agree with the", | ||
"auth.terms": "Terms of Use", | ||
"auth.and": "and", | ||
"auth.privacyPolicy": "Privacy Policy", | ||
"auth.or": "OR", | ||
"auth.signUpWithGoogle": "Sign Up with Google", | ||
"auth.signUpWithGithub": "Sign Up with Github", | ||
"auth.alreadyHaveAccount": "Already have an account?", | ||
"auth.logIn": "Sign in", | ||
"blog.title": "Blog", | ||
"blog.subtitle": "Here are some blog posts that you might be interested in.", | ||
"rootlayout.logo.alt": "Logo", | ||
"rootlayout.nav.home": "Home", | ||
"rootlayout.nav.app": "App", | ||
"rootlayout.nav.auth": "Auth", | ||
"rootlayout.nav.blog": "Blog", | ||
"rootlayout.button.signin": "Sign In", | ||
"rootlayout.button.signup": "Sign Up", | ||
"rootlayout.footer.copyright": "{name} � {year}" | ||
} |