feat: Add legal requirements (#1306)
This commit is contained in:
@@ -267,6 +267,7 @@ export default {
|
||||
taskListActions_title: null,
|
||||
taskList_title: null,
|
||||
team: null,
|
||||
terms: null,
|
||||
thereIsNoPreviewAvailableForThisAttachment: '此附件無法預覽',
|
||||
time: '時間',
|
||||
title: '標題',
|
||||
|
||||
@@ -2,8 +2,10 @@ export default {
|
||||
translation: {
|
||||
common: {
|
||||
activeUsersLimitReached: null,
|
||||
adminLoginRequiredToInitializeInstance: null,
|
||||
emailAlreadyInUse: '郵箱已被使用',
|
||||
emailOrUsername: '郵箱或使用者名稱',
|
||||
iHaveReadAndAgreeToTheseTerms: null,
|
||||
invalidCredentials: null,
|
||||
invalidEmailOrUsername: '無效的郵箱或使用者名稱',
|
||||
invalidPassword: '密碼錯誤',
|
||||
@@ -20,6 +22,8 @@ export default {
|
||||
},
|
||||
|
||||
action: {
|
||||
cancelAndClose: null,
|
||||
continue: null,
|
||||
logIn: '登入',
|
||||
logInWithSso: '使用SSO登入',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user