feat: Add legal requirements (#1306)
This commit is contained in:
@@ -284,6 +284,7 @@ export default {
|
||||
taskListActions_title: 'Akce seznamu úkolů',
|
||||
taskList_title: 'Seznam úkolů',
|
||||
team: 'Tým',
|
||||
terms: null,
|
||||
thereIsNoPreviewAvailableForThisAttachment: 'Pro tuto přílohu není k dispozici žádný náhled.',
|
||||
time: 'Čas',
|
||||
title: 'Titulek',
|
||||
|
||||
@@ -2,8 +2,10 @@ export default {
|
||||
translation: {
|
||||
common: {
|
||||
activeUsersLimitReached: 'Dosažený limit aktivních uživatelů',
|
||||
adminLoginRequiredToInitializeInstance: null,
|
||||
emailAlreadyInUse: 'E-mail se již používá',
|
||||
emailOrUsername: 'E-mail nebo uživatelské jméno',
|
||||
iHaveReadAndAgreeToTheseTerms: null,
|
||||
invalidCredentials: 'Neplatné přihlašovací údaje',
|
||||
invalidEmailOrUsername: 'Nesprávný e-mail nebo uživatelské jméno',
|
||||
invalidPassword: 'Nesprávné heslo',
|
||||
@@ -20,6 +22,8 @@ export default {
|
||||
},
|
||||
|
||||
action: {
|
||||
cancelAndClose: null,
|
||||
continue: null,
|
||||
logIn: 'Přihlásit se',
|
||||
logInWithSso: null,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user