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
@@ -273,6 +273,7 @@ export default {
taskListActions_title: null,
taskList_title: null,
team: null,
terms: null,
thereIsNoPreviewAvailableForThisAttachment: 'Нема прегледа доступног за овај прилог.',
time: 'Време',
title: 'Наслов',
+4
View File
@@ -2,8 +2,10 @@ export default {
translation: {
common: {
activeUsersLimitReached: null,
adminLoginRequiredToInitializeInstance: null,
emailAlreadyInUse: 'Е-пошта је већ у употреби',
emailOrUsername: 'Е-пошта или корисничко име',
iHaveReadAndAgreeToTheseTerms: null,
invalidCredentials: 'Неисправни акредитиви',
invalidEmailOrUsername: 'Неисправна е-пошта или корисничко име',
invalidPassword: 'Неисправна лозинка',
@@ -20,6 +22,8 @@ export default {
},
action: {
cancelAndClose: null,
continue: null,
logIn: 'Пријава',
logInWithSso: 'Пријава са УП',
},