chore: initial commit

This commit is contained in:
Divlo
2021-10-24 05:19:39 +02:00
commit 21123c4477
145 changed files with 48821 additions and 0 deletions

View File

@ -0,0 +1,4 @@
{
"add-guild": "Add a Guild",
"settings": "Settings"
}

View File

@ -0,0 +1,17 @@
{
"or": "OR",
"password": "Password",
"name": "Name",
"already-have-an-account": "Already have an account?",
"dont-have-an-account": "Don't have an account?",
"submit": "Submit",
"forgot-password": "Forgot your password?",
"already-know-password": "Already know your password?",
"signup": "Signup",
"signin": "Signin",
"reset-password": "Reset Password",
"errors": "Errors",
"success": "Success",
"success-signup": "You're almost there, please check your emails to confirm registration.",
"success-forgot-password": "Password-reset request successful, please check your emails!"
}

3
locales/en/common.json Normal file
View File

@ -0,0 +1,3 @@
{
"description": "Stay close with your friends and communities, talk, chat, collaborate, share, and have fun."
}

9
locales/en/errors.json Normal file
View File

@ -0,0 +1,9 @@
{
"page-not-found": "This page could not be found.",
"server-error": "Internal Server Error.",
"required": "Oops, this field is required 🙈.",
"stringMin": "The field must contain at least {expected} characters.",
"email": "Mmm… It seems that this email is not valid 🤔.",
"alreadyUsed": "Already used.",
"invalid": "Invalid value."
}

4
locales/en/home.json Normal file
View File

@ -0,0 +1,4 @@
{
"get-started": "Get started",
"description": "Your <0>open source</0> platform to stay close with your friends and communities, <0>talk</0>, chat, <0>collaborate</0>, share and <0>have fun</0>."
}