Initial commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
export default {
|
||||
translation: {
|
||||
common: {
|
||||
email: 'E-mail',
|
||||
emailDoesNotExist: 'Email does not exist',
|
||||
invalidPassword: 'Invalid password',
|
||||
logInToPlanka: 'Log in to Planka',
|
||||
noInternetConnection: 'No internet connection',
|
||||
password: 'Password',
|
||||
projectManagment: 'Project managment',
|
||||
serverConnectionFailed: 'Server connection failed',
|
||||
unknownError: 'Unknown error, try again later',
|
||||
},
|
||||
|
||||
action: {
|
||||
logIn: 'Log in',
|
||||
},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user