@strapi/plugin-users-permissions 4.5.1 → 4.6.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5,11 +5,23 @@
|
|
|
5
5
|
"EditForm.inputToggle.description.email": "禁止使用者使用同一個電子郵件地址 + 不同的驗證方式註冊多個帳號",
|
|
6
6
|
"EditForm.inputToggle.description.email-confirmation": "當啟用後,新註冊的使用者將會收到一封認證郵件。",
|
|
7
7
|
"EditForm.inputToggle.description.email-confirmation-redirection": "認證完後後,使用者被重新導向的網址。",
|
|
8
|
+
"EditForm.inputToggle.description.email-reset-password": "您的應用程式的重設密碼頁面的網址",
|
|
8
9
|
"EditForm.inputToggle.description.sign-up": "當停用後,不論使用任何驗證方式使用者將無法註冊。",
|
|
9
10
|
"EditForm.inputToggle.label.email": "電子郵件地址單一帳號限制",
|
|
10
11
|
"EditForm.inputToggle.label.email-confirmation": "啟用電子郵件地址驗證",
|
|
11
12
|
"EditForm.inputToggle.label.email-confirmation-redirection": "重新導向網址",
|
|
13
|
+
"EditForm.inputToggle.label.email-reset-password": "密碼重設頁面",
|
|
12
14
|
"EditForm.inputToggle.label.sign-up": "啟用註冊",
|
|
15
|
+
"EditForm.inputToggle.placeholder.email-confirmation-redirection": "例如:https://yourfrontend.com/email-confirmation-redirection",
|
|
16
|
+
"EditForm.inputToggle.placeholder.email-reset-password": "例如:https://yourfrontend.com/reset-password",
|
|
17
|
+
"EditPage.form.roles": "角色詳細資訊",
|
|
18
|
+
"Email.template.data.loaded": "已載入電子郵件範本",
|
|
19
|
+
"Email.template.email_confirmation": "電子郵件地址確認",
|
|
20
|
+
"Email.template.form.edit.label": "編輯範本",
|
|
21
|
+
"Email.template.table.action.label": "操作",
|
|
22
|
+
"Email.template.table.icon.label": "圖示",
|
|
23
|
+
"Email.template.table.name.label": "名稱",
|
|
24
|
+
"Form.advancedSettings.data.loaded": "已載入進階設定資料",
|
|
13
25
|
"HeaderNav.link.advancedSettings": "進階設定",
|
|
14
26
|
"HeaderNav.link.emailTemplates": "郵件範本",
|
|
15
27
|
"HeaderNav.link.providers": "驗證方式",
|
|
@@ -19,12 +31,14 @@
|
|
|
19
31
|
"Policies.header.hint": "選取應用程式或擴充功能的操作然後點擊齒輪圖示以顯示綁定路徑",
|
|
20
32
|
"Policies.header.title": "進階設定",
|
|
21
33
|
"PopUpForm.Email.email_templates.inputDescription": "如果您不確定要怎麼使用變數,請 {link}",
|
|
34
|
+
"PopUpForm.Email.link.documentation": "查閱我們的說明文件。",
|
|
22
35
|
"PopUpForm.Email.options.from.email.label": "寄件人地址",
|
|
23
36
|
"PopUpForm.Email.options.from.email.placeholder": "kai@doe.com",
|
|
24
37
|
"PopUpForm.Email.options.from.name.label": "寄件人名稱",
|
|
25
38
|
"PopUpForm.Email.options.from.name.placeholder": "Kai Doe",
|
|
26
39
|
"PopUpForm.Email.options.message.label": "訊息",
|
|
27
40
|
"PopUpForm.Email.options.object.label": "主旨",
|
|
41
|
+
"PopUpForm.Email.options.object.placeholder": "請驗證 %APP_NAME% 的電子郵件地址",
|
|
28
42
|
"PopUpForm.Email.options.response_email.label": "回覆地址",
|
|
29
43
|
"PopUpForm.Email.options.response_email.placeholder": "kai@doe.com",
|
|
30
44
|
"PopUpForm.Providers.enabled.description": "如果停用,使用者將無法使用這個驗證方式",
|
|
@@ -32,13 +46,38 @@
|
|
|
32
46
|
"PopUpForm.Providers.key.label": "客戶端 ID",
|
|
33
47
|
"PopUpForm.Providers.key.placeholder": "TEXT",
|
|
34
48
|
"PopUpForm.Providers.redirectURL.front-end.label": "您應用程式的前端頁面網址",
|
|
49
|
+
"PopUpForm.Providers.redirectURL.label": "The redirect URL to add in your {provider} application configurations",
|
|
35
50
|
"PopUpForm.Providers.secret.label": "客戶端密鑰",
|
|
36
51
|
"PopUpForm.Providers.secret.placeholder": "TEXT",
|
|
37
|
-
"PopUpForm.Providers.subdomain.label": "Host URI (
|
|
52
|
+
"PopUpForm.Providers.subdomain.label": "Host URI (子網域)",
|
|
38
53
|
"PopUpForm.Providers.subdomain.placeholder": "my.subdomain.com",
|
|
39
54
|
"PopUpForm.header.edit.email-templates": "編輯郵件範本",
|
|
55
|
+
"PopUpForm.header.edit.providers": "編輯供應者",
|
|
56
|
+
"Providers.data.loaded": "已載入供應者",
|
|
57
|
+
"Providers.image": "圖片",
|
|
58
|
+
"Providers.status": "狀態",
|
|
59
|
+
"Roles.empty": "您目前沒有任何角色。",
|
|
60
|
+
"Roles.empty.search": "沒有符合搜尋的角色。",
|
|
61
|
+
"Settings.roles.deleted": "已刪除角色",
|
|
62
|
+
"Settings.roles.edited": "已編輯角色",
|
|
63
|
+
"Settings.section-label": "使用者與權限外掛程式",
|
|
64
|
+
"components.Input.error.validation.email": "此電子郵件地址無效",
|
|
65
|
+
"components.Input.error.validation.json": "不符合 JSON 格式",
|
|
66
|
+
"components.Input.error.validation.max": "數值過高。",
|
|
67
|
+
"components.Input.error.validation.maxLength": "數值過長。",
|
|
68
|
+
"components.Input.error.validation.min": "數值過低。",
|
|
69
|
+
"components.Input.error.validation.minLength": "數值過短。",
|
|
70
|
+
"components.Input.error.validation.minSupMax": "Can't be superior",
|
|
71
|
+
"components.Input.error.validation.regex": "數值與 regex 不符。",
|
|
72
|
+
"components.Input.error.validation.required": "此數值為必填。",
|
|
73
|
+
"components.Input.error.validation.unique": "此值已被使用。",
|
|
40
74
|
"notification.success.submit": "設定已更新",
|
|
75
|
+
"page.title": "設定 - 角色",
|
|
41
76
|
"plugin.description.long": "使用 JWT 認證保護您的 API。這個擴充功能也使用 ACL 來讓你管理不同群組使用者的權限。",
|
|
42
77
|
"plugin.description.short": "使用 JWT 認證保護您的 API",
|
|
43
|
-
"plugin.name": "身份與權限"
|
|
78
|
+
"plugin.name": "身份與權限",
|
|
79
|
+
"popUpWarning.button.cancel": "取消",
|
|
80
|
+
"popUpWarning.button.confirm": "確認",
|
|
81
|
+
"popUpWarning.title": "請確認",
|
|
82
|
+
"popUpWarning.warning.cancel": "您確定要取消變更嗎?"
|
|
44
83
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/plugin-users-permissions",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.6.0-alpha.0",
|
|
4
4
|
"description": "Protect your API with a full-authentication process based on JWT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"test:front:watch:ce": "cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@strapi/helper-plugin": "4.
|
|
31
|
-
"@strapi/utils": "4.
|
|
30
|
+
"@strapi/helper-plugin": "4.6.0-alpha.0",
|
|
31
|
+
"@strapi/utils": "4.6.0-alpha.0",
|
|
32
32
|
"bcryptjs": "2.4.3",
|
|
33
33
|
"grant-koa": "5.4.8",
|
|
34
34
|
"jsonwebtoken": "^8.1.0",
|
|
@@ -64,5 +64,5 @@
|
|
|
64
64
|
"required": true,
|
|
65
65
|
"kind": "plugin"
|
|
66
66
|
},
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "b7a87dcffc6f44e18eedef92e354096ffe32ce0c"
|
|
68
68
|
}
|