@abtnode/auth 1.16.25-beta-44800645 → 1.16.25-beta-822a748c
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.
- package/lib/auth.js +6 -0
- package/locales/ar.js +1 -0
- package/locales/de.js +1 -0
- package/locales/en.js +1 -0
- package/locales/es.js +1 -0
- package/locales/fr.js +1 -0
- package/locales/hi.js +1 -0
- package/locales/i18n.db +0 -0
- package/locales/id.js +1 -0
- package/locales/ja.js +1 -0
- package/locales/ko.js +1 -0
- package/locales/pt.js +1 -0
- package/locales/ru.js +1 -0
- package/locales/th.js +1 -0
- package/locales/vi.js +1 -0
- package/locales/zh-tw.js +1 -0
- package/locales/zh.js +1 -0
- package/package.json +9 -9
package/lib/auth.js
CHANGED
|
@@ -176,6 +176,12 @@ const messages = {
|
|
|
176
176
|
zh: (message) => `通行证状态检测失败:${message}`,
|
|
177
177
|
'zh-TW': (message) => `通行證狀態檢測失敗:${message}`,
|
|
178
178
|
},
|
|
179
|
+
/**
|
|
180
|
+
*
|
|
181
|
+
* @param {Parameters<typeof getLocaleMap>[1]} data
|
|
182
|
+
* @returns
|
|
183
|
+
*/
|
|
184
|
+
cannotImportFromDidSpace: (data) => getLocaleMap('cannotImportFromDidSpace', data),
|
|
179
185
|
};
|
|
180
186
|
|
|
181
187
|
const PASSPORT_STATUS_KEY = 'passport-status';
|
package/locales/ar.js
CHANGED
|
@@ -65,4 +65,5 @@ module.exports = {
|
|
|
65
65
|
tagRequired: 'العلامة مطلوبة',
|
|
66
66
|
appIsInProgress: 'التطبيق قيد التقدم، يرجى الانتظار حتى الانتهاء.',
|
|
67
67
|
requestDidSpace: 'يرجى تفويض مساحة DID للاستمرار',
|
|
68
|
+
cannotImportFromDidSpace: 'غير قادر على إيجاد بيانات من الفضاء({spaceName}) التي يمكن استيرادها',
|
|
68
69
|
};
|
package/locales/de.js
CHANGED
|
@@ -65,4 +65,5 @@ module.exports = {
|
|
|
65
65
|
tagRequired: 'Es ist ein Pflichtfeld',
|
|
66
66
|
appIsInProgress: 'Die Anwendung befindet sich in Bearbeitung. Bitte warten Sie, bis sie abgeschlossen ist.',
|
|
67
67
|
requestDidSpace: 'Bitte autorisieren Sie DID Space, um fortzufahren',
|
|
68
|
+
cannotImportFromDidSpace: 'Kann keine Daten aus dem Bereich({spaceName}) finden, die importiert werden können',
|
|
68
69
|
};
|
package/locales/en.js
CHANGED
|
@@ -65,4 +65,5 @@ module.exports = {
|
|
|
65
65
|
notAllowedTransferToSelf: 'Not allowed to transfer the Server to yourself',
|
|
66
66
|
tagRequired: 'tag is required',
|
|
67
67
|
appIsInProgress: 'The application is in progress, please wait for it to finish',
|
|
68
|
+
cannotImportFromDidSpace: 'Unable to find data from space({spaceName}) that can be imported',
|
|
68
69
|
};
|
package/locales/es.js
CHANGED
|
@@ -65,4 +65,5 @@ module.exports = {
|
|
|
65
65
|
tagRequired: 'La etiqueta es requerida',
|
|
66
66
|
appIsInProgress: 'La aplicación está en progreso, por favor espere a que termine',
|
|
67
67
|
requestDidSpace: 'Por favor, autoriza a DID Space para continuar',
|
|
68
|
+
cannotImportFromDidSpace: 'No se pueden encontrar datos para importar desde el espacio ({spaceName})',
|
|
68
69
|
};
|
package/locales/fr.js
CHANGED
|
@@ -66,4 +66,5 @@ module.exports = {
|
|
|
66
66
|
tagRequired: 'Les balises sont obligatoires',
|
|
67
67
|
appIsInProgress: "L'application est en cours, veuillez attendre qu'elle se termine.",
|
|
68
68
|
requestDidSpace: 'Veuillez autoriser DID Space à continuer',
|
|
69
|
+
cannotImportFromDidSpace: "Impossible de trouver des données de l'espace({spaceName}) pouvant être importées",
|
|
69
70
|
};
|
package/locales/hi.js
CHANGED
|
@@ -65,4 +65,5 @@ module.exports = {
|
|
|
65
65
|
tagRequired: 'टैग आवश्यक है',
|
|
66
66
|
appIsInProgress: 'ऐप्लीकेशन प्रगति में है, कृपया पूरा होने तक प्रतीक्षा करें।',
|
|
67
67
|
requestDidSpace: 'कृपया DID स्थान की प्राधिकरणदिये जारी रखें',
|
|
68
|
+
cannotImportFromDidSpace: 'डेटास्पेस({spaceName}) से आयात किए जा सकने वाले डेटा को खोजने में असमर्थ',
|
|
68
69
|
};
|
package/locales/i18n.db
CHANGED
|
Binary file
|
package/locales/id.js
CHANGED
|
@@ -65,4 +65,5 @@ module.exports = {
|
|
|
65
65
|
tagRequired: 'Tag diperlukan',
|
|
66
66
|
appIsInProgress: 'Aplikasi ini sedang berjalan, mohon tunggu hingga selesai',
|
|
67
67
|
requestDidSpace: 'Silakan otorisasi DID Space untuk melanjutkan',
|
|
68
|
+
cannotImportFromDidSpace: 'Tidak dapat menemukan data dari ruang({spaceName}) yang dapat diimport',
|
|
68
69
|
};
|
package/locales/ja.js
CHANGED
package/locales/ko.js
CHANGED
package/locales/pt.js
CHANGED
|
@@ -65,4 +65,5 @@ module.exports = {
|
|
|
65
65
|
tagRequired: 'A tag é necessária',
|
|
66
66
|
appIsInProgress: 'O aplicativo está em progresso, por favor, aguarde até que ele termine',
|
|
67
67
|
requestDidSpace: 'Por favor, autorize o DID Space a continuar',
|
|
68
|
+
cannotImportFromDidSpace: 'Não é possível encontrar dados do espaço({spaceName}) que podem ser importados',
|
|
68
69
|
};
|
package/locales/ru.js
CHANGED
|
@@ -65,4 +65,5 @@ module.exports = {
|
|
|
65
65
|
tagRequired: 'Требуется тег',
|
|
66
66
|
appIsInProgress: 'Приложение находится в процессе, пожалуйста, подождите, пока оно закончится.',
|
|
67
67
|
requestDidSpace: 'Пожалуйста, авторизуйте DID Space для продолжения',
|
|
68
|
+
cannotImportFromDidSpace: 'Не удалось найти данные в пространстве({spaceName}), которые можно импортировать',
|
|
68
69
|
};
|
package/locales/th.js
CHANGED
|
@@ -65,4 +65,5 @@ module.exports = {
|
|
|
65
65
|
tagRequired: 'ต้องใส่แท็ก',
|
|
66
66
|
appIsInProgress: 'แอปพลิเคชันกำลังดำเนินการ โปรดรอให้เสร็จสิ้น',
|
|
67
67
|
requestDidSpace: 'โปรดอนุญาตให้ DID Space ดำเนินการต่อ',
|
|
68
|
+
cannotImportFromDidSpace: 'ไม่สามารถค้นหาข้อมูลจากพื้นที่({spaceName}) ที่สามารถนำเข้า',
|
|
68
69
|
};
|
package/locales/vi.js
CHANGED
|
@@ -65,4 +65,5 @@ module.exports = {
|
|
|
65
65
|
tagRequired: 'Tag là bắt buộc',
|
|
66
66
|
appIsInProgress: 'Ứng dụng đang tiến hành, vui lòng đợi cho đến khi nó hoàn thành',
|
|
67
67
|
requestDidSpace: 'Vui lòng cho phép DID Space tiếp tục',
|
|
68
|
+
cannotImportFromDidSpace: 'Không tìm thấy dữ liệu từ khoảng không({spaceName}) có thể nhập',
|
|
68
69
|
};
|
package/locales/zh-tw.js
CHANGED
package/locales/zh.js
CHANGED
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.25-beta-
|
|
6
|
+
"version": "1.16.25-beta-822a748c",
|
|
7
7
|
"description": "Simple lib to manage auth in ABT Node",
|
|
8
8
|
"main": "lib/index.js",
|
|
9
9
|
"files": [
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"author": "linchen <linchen1987@foxmail.com> (http://github.com/linchen1987)",
|
|
21
21
|
"license": "Apache-2.0",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@abtnode/constant": "1.16.25-beta-
|
|
24
|
-
"@abtnode/logger": "1.16.25-beta-
|
|
25
|
-
"@abtnode/util": "1.16.25-beta-
|
|
23
|
+
"@abtnode/constant": "1.16.25-beta-822a748c",
|
|
24
|
+
"@abtnode/logger": "1.16.25-beta-822a748c",
|
|
25
|
+
"@abtnode/util": "1.16.25-beta-822a748c",
|
|
26
26
|
"@arcblock/did": "1.18.113",
|
|
27
27
|
"@arcblock/jwt": "^1.18.113",
|
|
28
|
-
"@arcblock/nft-display": "^2.9.
|
|
28
|
+
"@arcblock/nft-display": "^2.9.60",
|
|
29
29
|
"@arcblock/validator": "^1.18.113",
|
|
30
30
|
"@arcblock/vc": "1.18.113",
|
|
31
|
-
"@blocklet/constant": "1.16.25-beta-
|
|
32
|
-
"@blocklet/meta": "1.16.25-beta-
|
|
33
|
-
"@blocklet/sdk": "1.16.25-beta-
|
|
31
|
+
"@blocklet/constant": "1.16.25-beta-822a748c",
|
|
32
|
+
"@blocklet/meta": "1.16.25-beta-822a748c",
|
|
33
|
+
"@blocklet/sdk": "1.16.25-beta-822a748c",
|
|
34
34
|
"@ocap/client": "^1.18.113",
|
|
35
35
|
"@ocap/mcrypto": "1.18.113",
|
|
36
36
|
"@ocap/util": "1.18.113",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"jest": "^29.7.0"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "3be787b425f0bb4e4bd26a01b4d361ea44da7642"
|
|
55
55
|
}
|