Skip to content

Commit

Permalink
feat: edit translations via @replexica web ui
Browse files Browse the repository at this point in the history
  • Loading branch information
maxprilutskiy committed Dec 29, 2024
1 parent d26ec55 commit 643b552
Showing 1 changed file with 35 additions and 1 deletion.
36 changes: 35 additions & 1 deletion public/i18n/en.json
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}"
}

0 comments on commit 643b552

Please sign in to comment.