feat: Add legal requirements (#1306)

This commit is contained in:
Maksim Eltyshev
2025-08-21 15:10:02 +02:00
committed by GitHub
parent bb40a22563
commit 2f4bcb0583
122 changed files with 1522 additions and 81 deletions
+1
View File
@@ -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',
+4
View File
@@ -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',
},