chore: initial commit
This commit is contained in:
4
locales/en/application.json
Normal file
4
locales/en/application.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"add-guild": "Add a Guild",
|
||||
"settings": "Settings"
|
||||
}
|
17
locales/en/authentication.json
Normal file
17
locales/en/authentication.json
Normal 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
3
locales/en/common.json
Normal 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
9
locales/en/errors.json
Normal 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
4
locales/en/home.json
Normal 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>."
|
||||
}
|
Reference in New Issue
Block a user