File tree Expand file tree Collapse file tree 18 files changed +44
-17
lines changed
plugins/login-assets/lang Expand file tree Collapse file tree 18 files changed +44
-17
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ services:
90
90
- SERVER_SECRET=secret
91
91
- ADMIN_EMAILS=admin
92
92
- STATS_URL=http://huly.local:4900
93
+ - WORKSPACE_LIMIT_PER_USER=10000
93
94
# - DB_URL=postgresql://[email protected] :26257/defaultdb?sslmode=disable
94
95
- DB_URL=${MONGO_URL}
95
96
# - DB_NS=account-2
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ const devProxy = {
74
74
75
75
const devProxyTest = {
76
76
'/account' : {
77
- target : 'http://localhost :3003' ,
77
+ target : 'http://huly.local :3003' ,
78
78
changeOrigin : true ,
79
79
pathRewrite : { '^/account' : '' } ,
80
80
logLevel : 'debug'
Original file line number Diff line number Diff line change 19
19
"AccountAlreadyConfirmed" : " Účet již byl potvrzen" ,
20
20
"WorkspaceAlreadyExists" : " Pracovní prostor již existuje" ,
21
21
"InvalidOtp" : " Neplatný kód" ,
22
- "InviteNotFound" : " Pozvánka s email:{email} nebyla nalezena."
22
+ "InviteNotFound" : " Pozvánka s email:{email} nebyla nalezena." ,
23
+ "WorkspaceLimitReached" : " Dosáhli jste limitu pracovních prostorů. Kontaktujte nás..."
23
24
}
24
25
}
Original file line number Diff line number Diff line change 19
19
"AccountAlreadyConfirmed" : " Konto wurde bereits bestätigt" ,
20
20
"WorkspaceAlreadyExists" : " Arbeitsbereich existiert bereits" ,
21
21
"InvalidOtp" : " Ungültiger Code" ,
22
- "InviteNotFound" : " Einladung mit E-Mail: {email} nicht gefunden."
22
+ "InviteNotFound" : " Einladung mit E-Mail: {email} nicht gefunden." ,
23
+ "WorkspaceLimitReached" : " Sie haben das Arbeitsbereichslimit erreicht. Bitte kontaktieren Sie uns..."
23
24
}
24
25
}
Original file line number Diff line number Diff line change 18
18
"AccountAlreadyConfirmed" : " Account already confirmed" ,
19
19
"WorkspaceAlreadyExists" : " Workspace already exists" ,
20
20
"InvalidOtp" : " Invalid code" ,
21
- "InviteNotFound" : " Invitation with email:{email} not found."
21
+ "InviteNotFound" : " Invitation with email:{email} not found." ,
22
+ "WorkspaceLimitReached" : " You have reached the workspace limit. Please contact us..."
22
23
}
23
24
}
Original file line number Diff line number Diff line change 19
19
"AccountAlreadyConfirmed" : " La cuenta ya está confirmada" ,
20
20
"WorkspaceAlreadyExists" : " El espacio de trabajo ya existe" ,
21
21
"InvalidOtp" : " Código no válido" ,
22
- "InviteNotFound" : " No se encontró la invitación con email:{email}."
22
+ "InviteNotFound" : " No se encontró la invitación con email:{email}." ,
23
+ "WorkspaceLimitReached" : " Ha alcanzado el límite de espacios de trabajo. Póngase en contacto con nosotros..."
23
24
}
24
25
}
Original file line number Diff line number Diff line change 19
19
"AccountAlreadyConfirmed" : " Compte déjà confirmé" ,
20
20
"WorkspaceAlreadyExists" : " L'espace de travail existe déjà" ,
21
21
"InvalidOtp" : " Code invalide" ,
22
- "InviteNotFound" : " Invitation avec l'email:{email} introuvable."
22
+ "InviteNotFound" : " Invitation avec l'email:{email} introuvable." ,
23
+ "WorkspaceLimitReached" : " Vous avez atteint la limite d'espace de travail. Veuillez contacter nous..."
23
24
}
24
25
}
Original file line number Diff line number Diff line change 19
19
"AccountAlreadyConfirmed" : " Account già confermato" ,
20
20
"WorkspaceAlreadyExists" : " Spazio di lavoro già esistente" ,
21
21
"InvalidOtp" : " Codice non valido" ,
22
- "InviteNotFound" : " Invito con email:{email} non trovato."
22
+ "InviteNotFound" : " Invito con email:{email} non trovato." ,
23
+ "WorkspaceLimitReached" : " Hai raggiunto il limite di spazi di lavoro. Contattaci..."
23
24
}
24
25
}
Original file line number Diff line number Diff line change 19
19
"AccountAlreadyConfirmed" : " Conta já confirmada" ,
20
20
"WorkspaceAlreadyExists" : " Espaço de trabalho já existe" ,
21
21
"InvalidOtp" : " Código inválido" ,
22
- "InviteNotFound" : " Convite com email:{email} não encontrado."
22
+ "InviteNotFound" : " Convite com email:{email} não encontrado." ,
23
+ "WorkspaceLimitReached" : " Você atingiu o limite de espaço de trabalho. Entre em contato conosco..."
23
24
}
24
25
}
Original file line number Diff line number Diff line change 19
19
"AccountAlreadyConfirmed" : " Аккаунт уже подтвержден" ,
20
20
"WorkspaceAlreadyExists" : " Рабочее пространство уже существует" ,
21
21
"InvalidOtp" : " Неверный код" ,
22
- "InviteNotFound" : " Приглашение с email:{email} не найдено."
22
+ "InviteNotFound" : " Приглашение с email:{email} не найдено." ,
23
+ "WorkspaceLimitReached" : " Вы достигли лимита рабочих пространств. Свяжитесь с нами..."
23
24
}
24
25
}
You can’t perform that action at this time.
0 commit comments