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
+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: 'SSO로 로그인',
},