Files
planka/client/src/locales/en-US/login.js
T

35 lines
1.2 KiB
JavaScript

export default {
translation: {
common: {
activeUserLimitReached: 'Active user limit reached',
adminLoginRequiredToInitializeInstance: 'Admin login required to initialize instance',
emailAlreadyInUse: 'E-mail already in use',
emailOrUsername: 'E-mail or username',
iHaveReadAndAgreeToTheseTerms: 'I have read and agree to these Terms',
invalidCredentials: 'Invalid credentials',
invalidEmailOrUsername: 'Invalid e-mail or username',
invalidPassword: 'Invalid password',
logIn_title: 'Log In',
noInternetConnection: 'No internet connection',
or: 'Or',
pageNotFound_title: 'Page Not Found',
password: 'Password',
poweredByPlanka: 'Powered by <1>PLANKA</1>',
serverConnectionFailed: 'Server connection failed',
unknownError: 'Unknown error, try again later',
useSingleSignOn: 'Use single sign-on',
usernameAlreadyInUse: 'Username already in use',
whoops_title: 'Whoops!',
},
action: {
cancelAndClose: 'Cancel and close',
continue: 'Continue',
goBack: 'Go back',
goHome: 'Go home',
logIn: 'Log in',
logInWithSso: 'Log in with SSO',
},
},
};