feat: Add legal requirements (#1306)
This commit is contained in:
@@ -285,6 +285,7 @@ export default {
|
||||
taskListActions_title: 'Task List Actions',
|
||||
taskList_title: 'Task List',
|
||||
team: 'Team',
|
||||
terms: 'Terms',
|
||||
thereIsNoPreviewAvailableForThisAttachment:
|
||||
'There is no preview available for this attachment.',
|
||||
time: 'Time',
|
||||
|
||||
@@ -2,8 +2,10 @@ export default {
|
||||
translation: {
|
||||
common: {
|
||||
activeUsersLimitReached: 'Active users 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',
|
||||
@@ -20,6 +22,8 @@ export default {
|
||||
},
|
||||
|
||||
action: {
|
||||
cancelAndClose: 'Cancel and close',
|
||||
continue: 'Continue',
|
||||
logIn: 'Log in',
|
||||
logInWithSso: 'Log in with SSO',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user