@abtnode/auth 1.16.21-beta-da3f852a → 1.16.21-beta-725f6059
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/locales/ar.js +67 -0
- package/locales/create-locale-method.js +154 -0
- package/locales/create-locale-method.test.js +71 -0
- package/locales/de.js +67 -0
- package/locales/en.js +67 -0
- package/locales/es.js +67 -0
- package/locales/fr.js +68 -0
- package/locales/hi.js +67 -0
- package/locales/i18n.db +0 -0
- package/locales/id.js +67 -0
- package/locales/index.js +38 -0
- package/locales/ja.js +67 -0
- package/locales/ko.js +67 -0
- package/locales/pt.js +67 -0
- package/locales/ru.js +67 -0
- package/locales/th.js +67 -0
- package/locales/vi.js +67 -0
- package/locales/zh-tw.js +65 -0
- package/locales/zh.js +65 -0
- package/package.json +8 -8
package/locales/ar.js
ADDED
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
/* eslint-disable prettier/prettier */
|
|
2
|
+
module.exports = {
|
|
3
|
+
description: 'قم بتوصيل محفظة العملة الرقمية الموزعة الخاصة بك',
|
|
4
|
+
requestProfile: 'يرجى تقديم المعلومات التالية للمتابعة',
|
|
5
|
+
requestNFT: 'يرجى تقديم NFT للتبادل بجواز السفر',
|
|
6
|
+
requestCredential: 'يرجى تقديم بيانات الاعتماد',
|
|
7
|
+
requestPassport: 'يرجى تقديم جواز السفر',
|
|
8
|
+
requestOwnerPassport: 'يرجى تقديم جواز سفر المالك',
|
|
9
|
+
requestBlockletNft: 'يرجى توفير Blocklet Purchase NFT',
|
|
10
|
+
receivePassport: 'يرجى توقيع النص للحصول على جواز السفر',
|
|
11
|
+
actionForbidden: 'غير مسموح لك بتنفيذ هذا الإجراء',
|
|
12
|
+
notInitialized: 'هذا العقدة غير مهيأة ، تم تعطيل تسجيل الدخول',
|
|
13
|
+
appNotInitialized: 'هذا التطبيق غير مهيأ',
|
|
14
|
+
alreadyInitiated: 'هذا العقدة لديها بالفعل مالك موثوق به',
|
|
15
|
+
notAllowed: 'لا يُسمَح لك بتسجيل الدخول إلى هذا العُقدة',
|
|
16
|
+
notAppOwner: 'أنت لست مالك هذا التطبيق',
|
|
17
|
+
notSupported: 'هذا التطبيق غير مدعوم على هذا الخادم',
|
|
18
|
+
missingCredentialClaim: 'لم يتم توفير أوراق الاعتماد',
|
|
19
|
+
missingBlockletCredentialClaim: 'لم يتم توفير بيانات اعتماد Blocklet',
|
|
20
|
+
missingChallenge: 'عرض الاعتماد لا يتضمن تحدي صالح.',
|
|
21
|
+
invalidCredentialHolder: 'حامل بيانات اعتماد غير صحيحة',
|
|
22
|
+
invalidCredentialProof: 'بيان توقيع بيانات الاعتماد غير صالح',
|
|
23
|
+
notOwner:
|
|
24
|
+
'الحساب لا يتطابق مع حساب صاحب جواز السفر هذا ، يرجى استخدام محفظة DID التي تحتوي على حساب صاحب جواز السفر هذا لاستلامه.',
|
|
25
|
+
userMismatch: 'عدم تطابق المستخدم ، يرجى استخدام محفظة DID المتصلة للمتابعة.',
|
|
26
|
+
lowVersion: 'نسخة محفظة DID الخاصة بك منخفضة جدًا، يرجى الترقية إلى أحدث نسخة.',
|
|
27
|
+
unKnownStatus: 'حالة غير معروفة',
|
|
28
|
+
statusNotFound: 'لم يتم العثور على الحالة',
|
|
29
|
+
statusLabel: 'الحالة',
|
|
30
|
+
passportNotFound: 'جواز السفر غير موجود',
|
|
31
|
+
userNotFound: 'المستخدم غير موجود',
|
|
32
|
+
notAuthorized: 'لا يوجد إذن لأداء هذه العملية',
|
|
33
|
+
invalidParams: 'معاملات غير صالحة',
|
|
34
|
+
missingKeyPair: 'مفتاح التطبيق الناقص',
|
|
35
|
+
missingBlockletUrl: 'عنوان موقع البلوكليت المفقود',
|
|
36
|
+
missingBlockletDid: 'قطعة مفقودة',
|
|
37
|
+
missingChainHost: 'مضيف سلسلة مفقود',
|
|
38
|
+
missingLauncherSession: 'مفقودة رابط ومعرف جلسة المشغل',
|
|
39
|
+
invalidBlocklet: 'البلوكليت غير صالح',
|
|
40
|
+
blockletExists: 'البلوكلت موجود بالفعل',
|
|
41
|
+
invalidBlockletVc: 'مكعب الكتروني غير صالح',
|
|
42
|
+
invalidAppVersion: 'لا يمكن تنفيذ تدوير مفتاح التطبيق إلا على النسخة الأحدث',
|
|
43
|
+
missingProfileClaim: 'صاحب الملف الشخصي غير متوفر',
|
|
44
|
+
invalidNftClaim: 'مطالبة الأصول غير صالحة: ownerPk و ownerDid و ownerProof مطلوبة',
|
|
45
|
+
invalidNft: 'حالة ملكية الخادم غير صالحة NFT',
|
|
46
|
+
invalidNftHolder: 'حامل رخصة مالك الخادم غير صالحة',
|
|
47
|
+
invalidNftProof: 'توقيع غير صالح لبرهان ملكية خادم NFT',
|
|
48
|
+
invalidNftIssuer: 'مالك الخادم غير صالح إصدار NFT',
|
|
49
|
+
invalidNftParent: 'مجموعة عملات NFT غير متوقعة',
|
|
50
|
+
tagNotMatch: 'هذا NFT مخصص لخادم Blocklet آخر',
|
|
51
|
+
requestBlockletSpaceNFT: 'يرجى تقديم Blocklet Space NFT',
|
|
52
|
+
blockletSpaceNftIdRequired: 'مطلوب معرف Blocklet Space NFT',
|
|
53
|
+
nftAlreadyConsumed: 'تم استخدام هذا NFT بالفعل',
|
|
54
|
+
sessionAlreadyConsumed: 'تم استخدام هذه الدورة بالفعل',
|
|
55
|
+
nftAlreadyExpired: 'هذا الـ NFT منتهي الصلاحية',
|
|
56
|
+
nftAlreadyUsed: 'تم ربط هذا NFT بالفعل بمستخدم آخر',
|
|
57
|
+
missingNftClaim: 'ملكية NFT غير متوفرة',
|
|
58
|
+
noNft: 'هذا الخادم غير مهيأ لقبول ملكية NFT',
|
|
59
|
+
noTag: 'لم يتم العثور على العلامة في معلومات بدء تشغيل الخادم',
|
|
60
|
+
noChainHost: 'لم يتم العثور على chainHost من معلومات المشغل الخادم',
|
|
61
|
+
alreadyTransferred: 'تنتمي خادم بلوكليت بالفعل لـ {owner}',
|
|
62
|
+
delegateTransferOwnerNFT:
|
|
63
|
+
'قم بتوقيع عملية الوفد لتفويض خادم Blocklet بنقل ملكية NFT الخاص بك إلى المالك الجديد عند ادعائه/اكتسابه لعملية النقل.',
|
|
64
|
+
notAllowedTransferToSelf: 'غير مسموح بنقل الخادم إلى نفسك',
|
|
65
|
+
tagRequired: 'العلامة مطلوبة',
|
|
66
|
+
appIsInProgress: 'التطبيق قيد التقدم، يرجى الانتظار حتى الانتهاء.',
|
|
67
|
+
};
|
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
const flat = require('flat');
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Represents the language code.
|
|
5
|
+
* @typedef {'ai'|'de'|'en'|'es'|'fr'|'hi'|'id'|'ja'|'ko'|'pt'|'ru'|'th'|'vi'|'zh'|'zh-TW'} LanguageCode
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* @typedef {Object} LocaleMap
|
|
10
|
+
* @property {string} ai
|
|
11
|
+
* @property {string} de
|
|
12
|
+
* @property {string} en
|
|
13
|
+
* @property {string} es
|
|
14
|
+
* @property {string} fr
|
|
15
|
+
* @property {string} hi
|
|
16
|
+
* @property {string} id
|
|
17
|
+
* @property {string} ja
|
|
18
|
+
* @property {string} ko
|
|
19
|
+
* @property {string} pt
|
|
20
|
+
* @property {string} ru
|
|
21
|
+
* @property {string} th
|
|
22
|
+
* @property {string} vi
|
|
23
|
+
* @property {string} zh
|
|
24
|
+
*/
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* @typedef {Object} LocaleLanguages
|
|
28
|
+
* @property {Record<string, string>} ai
|
|
29
|
+
* @property {Record<string, string>} de
|
|
30
|
+
* @property {Record<string, string>} en
|
|
31
|
+
* @property {Record<string, string>} es
|
|
32
|
+
* @property {Record<string, string>} fr
|
|
33
|
+
* @property {Record<string, string>} hi
|
|
34
|
+
* @property {Record<string, string>} id
|
|
35
|
+
* @property {Record<string, string>} ja
|
|
36
|
+
* @property {Record<string, string>} ko
|
|
37
|
+
* @property {Record<string, string>} pt
|
|
38
|
+
* @property {Record<string, string>} ru
|
|
39
|
+
* @property {Record<string, string>} th
|
|
40
|
+
* @property {Record<string, string>} vi
|
|
41
|
+
* @property {Record<string, string>} zh
|
|
42
|
+
*/
|
|
43
|
+
|
|
44
|
+
/**
|
|
45
|
+
* @typedef {Object} CreateLocaleMethodProps
|
|
46
|
+
* @property {LocaleLanguages} localesMap
|
|
47
|
+
* @property {boolean} [flatten]
|
|
48
|
+
*/
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* @callback GetLocale
|
|
52
|
+
* 获取某个语言的某个key的值
|
|
53
|
+
* @param {string} key
|
|
54
|
+
* @param {LanguageCode} code
|
|
55
|
+
* @param {Record<string, string>} [data]
|
|
56
|
+
* @returns {string}
|
|
57
|
+
*/
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* @callback GetLocaleMap
|
|
61
|
+
* 获取某个key的所有语言的 value
|
|
62
|
+
* @param {string} key
|
|
63
|
+
* @param {Record<string, string>} [data]
|
|
64
|
+
* @param {string} [fallbackLocale]
|
|
65
|
+
* @returns {LocaleMap}
|
|
66
|
+
*/
|
|
67
|
+
|
|
68
|
+
function flattenObject(obj) {
|
|
69
|
+
const keys = Object.keys(obj);
|
|
70
|
+
return keys.reduce((map, key) => {
|
|
71
|
+
map[key] = flat(obj[key]);
|
|
72
|
+
return map;
|
|
73
|
+
}, {});
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
const createEmptyMap = (languageKeys) => {
|
|
77
|
+
return languageKeys.reduce((map, key) => {
|
|
78
|
+
map[key] = '';
|
|
79
|
+
return map;
|
|
80
|
+
}, {});
|
|
81
|
+
};
|
|
82
|
+
|
|
83
|
+
const extractSubObjectWithKey = ({ keys, data, key, defaultKey }) => {
|
|
84
|
+
return keys.reduce((map, subKey) => {
|
|
85
|
+
map[subKey] = data[subKey] ? data[subKey][key] : data[defaultKey][key];
|
|
86
|
+
return map;
|
|
87
|
+
}, {});
|
|
88
|
+
};
|
|
89
|
+
|
|
90
|
+
const mapSubKeysToExtractedData = ({ topKeys, sucbKeys, data }) => {
|
|
91
|
+
return sucbKeys.reduce((map, key) => {
|
|
92
|
+
map[key] = extractSubObjectWithKey({
|
|
93
|
+
keys: topKeys,
|
|
94
|
+
data,
|
|
95
|
+
key,
|
|
96
|
+
});
|
|
97
|
+
return map;
|
|
98
|
+
}, {});
|
|
99
|
+
};
|
|
100
|
+
|
|
101
|
+
/* eslint-disable no-prototype-builtins */
|
|
102
|
+
const replaceTemplate = (template, data) => {
|
|
103
|
+
if (typeof template !== 'string' && !data) {
|
|
104
|
+
return template;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
return template.replace(/{(\w*)}/g, (_, key) => (data.hasOwnProperty(key) ? data[key] : `{${key}}`));
|
|
108
|
+
};
|
|
109
|
+
|
|
110
|
+
/**
|
|
111
|
+
* @param {CreateLocaleMethodProps} props
|
|
112
|
+
* @returns {{getLocaleMap: GetLocaleMap, getLocale: GetLocale}}
|
|
113
|
+
*/
|
|
114
|
+
function createLocaleMethod({ localesMap, flatten = false }) {
|
|
115
|
+
const locales = flatten ? flattenObject(localesMap) : localesMap;
|
|
116
|
+
const languageKeys = Object.keys(locales);
|
|
117
|
+
const localesKeys = Object.keys(locales.en);
|
|
118
|
+
|
|
119
|
+
const allLocalesMap = mapSubKeysToExtractedData({
|
|
120
|
+
topKeys: languageKeys,
|
|
121
|
+
sucbKeys: localesKeys,
|
|
122
|
+
data: locales,
|
|
123
|
+
defaultKey: 'en',
|
|
124
|
+
});
|
|
125
|
+
const emptyMap = createEmptyMap(languageKeys);
|
|
126
|
+
|
|
127
|
+
const getLocaleMap = (key, data, fallbackLocale = 'en') => {
|
|
128
|
+
if (data) {
|
|
129
|
+
return languageKeys.reduce(
|
|
130
|
+
(obj, languageKey) => {
|
|
131
|
+
obj[languageKey] = replaceTemplate(
|
|
132
|
+
allLocalesMap[key][languageKey] || allLocalesMap[key][fallbackLocale],
|
|
133
|
+
data
|
|
134
|
+
);
|
|
135
|
+
return obj;
|
|
136
|
+
},
|
|
137
|
+
{ ...emptyMap }
|
|
138
|
+
);
|
|
139
|
+
}
|
|
140
|
+
return allLocalesMap[key] || { ...emptyMap };
|
|
141
|
+
};
|
|
142
|
+
|
|
143
|
+
const getLocale = (key, code, data, fallbackLocale = 'en') => {
|
|
144
|
+
const local = locales[code] || locales[fallbackLocale];
|
|
145
|
+
if (local[key] === undefined) {
|
|
146
|
+
return '';
|
|
147
|
+
}
|
|
148
|
+
return data ? replaceTemplate(local[key], data) : local[key];
|
|
149
|
+
};
|
|
150
|
+
|
|
151
|
+
return { getLocaleMap, getLocale };
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
module.exports = createLocaleMethod;
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
const createLocalesMethod = require('./create-locale-method');
|
|
2
|
+
|
|
3
|
+
describe('test language', () => {
|
|
4
|
+
const { getLocale, getLocaleMap } = createLocalesMethod({
|
|
5
|
+
localesMap: {
|
|
6
|
+
en: {
|
|
7
|
+
navigation: {
|
|
8
|
+
access: 'Access',
|
|
9
|
+
},
|
|
10
|
+
my: {
|
|
11
|
+
name: 'My name is {name}',
|
|
12
|
+
},
|
|
13
|
+
},
|
|
14
|
+
zh: {
|
|
15
|
+
navigation: {
|
|
16
|
+
access: '访问',
|
|
17
|
+
},
|
|
18
|
+
my: {
|
|
19
|
+
name: '我叫 {name}',
|
|
20
|
+
},
|
|
21
|
+
},
|
|
22
|
+
},
|
|
23
|
+
flatten: true,
|
|
24
|
+
});
|
|
25
|
+
it('get locale map', () => {
|
|
26
|
+
expect(getLocaleMap('navigation.access')).toEqual({
|
|
27
|
+
en: 'Access',
|
|
28
|
+
zh: '访问',
|
|
29
|
+
});
|
|
30
|
+
|
|
31
|
+
expect(getLocaleMap('navigation.access', { name: 'Pillar' })).toEqual({
|
|
32
|
+
en: 'Access',
|
|
33
|
+
zh: '访问',
|
|
34
|
+
});
|
|
35
|
+
});
|
|
36
|
+
|
|
37
|
+
it('get locale', () => {
|
|
38
|
+
expect(getLocale('navigation.access', 'en')).toEqual('Access');
|
|
39
|
+
expect(getLocale('navigation.access', 'zh')).toEqual('访问');
|
|
40
|
+
});
|
|
41
|
+
|
|
42
|
+
it('get locale with data', () => {
|
|
43
|
+
expect(getLocale('my.name', 'en', { name: 'Pillar' })).toEqual('My name is Pillar');
|
|
44
|
+
expect(getLocale('my.name', 'zh', { name: 'Pillar' })).toEqual('我叫 Pillar');
|
|
45
|
+
|
|
46
|
+
expect(getLocale('my.name', 'en', { error: 'Pillar' })).toEqual('My name is {name}');
|
|
47
|
+
expect(getLocale('my.name', 'zh', { error: 'Pillar' })).toEqual('我叫 {name}');
|
|
48
|
+
});
|
|
49
|
+
|
|
50
|
+
it('get localeMap with data', () => {
|
|
51
|
+
expect(getLocaleMap('my.name', { name: 'Pillar' })).toEqual({
|
|
52
|
+
en: 'My name is Pillar',
|
|
53
|
+
zh: '我叫 Pillar',
|
|
54
|
+
});
|
|
55
|
+
expect(getLocaleMap('my.name', { error: 'Pillar' })).toEqual({
|
|
56
|
+
en: 'My name is {name}',
|
|
57
|
+
zh: '我叫 {name}',
|
|
58
|
+
});
|
|
59
|
+
});
|
|
60
|
+
|
|
61
|
+
it('get localMap empty', () => {
|
|
62
|
+
expect(getLocaleMap('navigation.access2')).toEqual({
|
|
63
|
+
en: '',
|
|
64
|
+
zh: '',
|
|
65
|
+
});
|
|
66
|
+
});
|
|
67
|
+
|
|
68
|
+
it('get locale empty', () => {
|
|
69
|
+
expect(getLocale('navigation.access2')).toEqual('');
|
|
70
|
+
});
|
|
71
|
+
});
|
package/locales/de.js
ADDED
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
/* eslint-disable prettier/prettier */
|
|
2
|
+
module.exports = {
|
|
3
|
+
description: 'Verbinden Sie Ihre DID-Geldbörse',
|
|
4
|
+
requestProfile: 'Bitte geben Sie folgende Informationen an, um fortzufahren',
|
|
5
|
+
requestNFT: 'Bitte präsentieren Sie NFT zum Austausch gegen den Reisepass',
|
|
6
|
+
requestCredential: 'Bitte geben Sie Ihre Zugangsdaten ein',
|
|
7
|
+
requestPassport: 'Bitte gib den Reisepass an',
|
|
8
|
+
requestOwnerPassport: 'Bitte geben Sie den Eigentümerpass ein',
|
|
9
|
+
requestBlockletNft: 'Bitte geben Sie Blocklet-Kauf-NFT an',
|
|
10
|
+
receivePassport: 'Bitte unterschreiben Sie den Text, um den Reisepass zu erhalten',
|
|
11
|
+
actionForbidden: 'Du darfst diese Aktion nicht ausführen',
|
|
12
|
+
notInitialized: 'Dieser Knotenpunkt ist nicht initialisiert, die Anmeldung ist deaktiviert',
|
|
13
|
+
appNotInitialized: 'Diese Anwendung ist nicht initialisiert',
|
|
14
|
+
alreadyInitiated: 'Dieser Knoten hat bereits einen verifizierten Besitzer',
|
|
15
|
+
notAllowed: 'Sie dürfen sich nicht bei diesem Knotenpunkt anmelden',
|
|
16
|
+
notAppOwner: 'Sie sind nicht der Besitzer dieser Anwendung',
|
|
17
|
+
notSupported: 'Diese Anwendung wird auf diesem Server nicht unterstützt',
|
|
18
|
+
missingCredentialClaim: 'Anmeldedaten werden nicht bereitgestellt',
|
|
19
|
+
missingBlockletCredentialClaim: 'Blocklet-Credential wird nicht bereitgestellt',
|
|
20
|
+
missingChallenge: 'Die Vorlage von Referenzen beinhaltet keine gültige Herausforderung.',
|
|
21
|
+
invalidCredentialHolder: 'Ungültiger Berechtigungsinhaber',
|
|
22
|
+
invalidCredentialProof: 'Ungültiger Nachweis der Anmeldedaten-Signatur',
|
|
23
|
+
notOwner:
|
|
24
|
+
'Das Konto stimmt nicht mit dem Eigentümerkonto dieses Reisepasses überein. Bitte verwenden Sie das DID-Wallet, das das Eigentümerkonto dieses Reisepasses enthält, um es zu empfangen.',
|
|
25
|
+
userMismatch: 'Benutzerabweichung, bitte verwenden Sie die verbundene DID-Brieftasche, um fortzufahren.',
|
|
26
|
+
lowVersion: 'Deine DID Wallet-Version ist zu niedrig. Bitte aktualisiere auf die neueste Version.',
|
|
27
|
+
unKnownStatus: 'Unbekannter Status',
|
|
28
|
+
statusNotFound: 'Status nicht gefunden',
|
|
29
|
+
statusLabel: 'Status',
|
|
30
|
+
passportNotFound: 'Passwort nicht gefunden',
|
|
31
|
+
userNotFound: 'Benutzer nicht gefunden',
|
|
32
|
+
notAuthorized: 'Keine Berechtigung zum Ausführen dieser Operation',
|
|
33
|
+
invalidParams: 'Ungültige Parameter',
|
|
34
|
+
missingKeyPair: 'Fehlendes App-Schlüsselpaar',
|
|
35
|
+
missingBlockletUrl: 'Fehlende Blocklet-URL',
|
|
36
|
+
missingBlockletDid: 'Fehlende Blocklette',
|
|
37
|
+
missingChainHost: 'Fehlender Kettenhost',
|
|
38
|
+
missingLauncherSession: 'Fehlende launcherUrl und launcherSessionId',
|
|
39
|
+
invalidBlocklet: 'Ungültiges Blocklet',
|
|
40
|
+
blockletExists: 'Das Blocklet existiert bereits',
|
|
41
|
+
invalidBlockletVc: 'Ungültige Blocklet-VC',
|
|
42
|
+
invalidAppVersion: 'App-Schlüsselpaar-Rotation kann nur in der neuesten Version durchgeführt werden',
|
|
43
|
+
missingProfileClaim: 'Profil des Eigentümers nicht bereitgestellt',
|
|
44
|
+
invalidNftClaim: 'Ungültiger Asset-Anspruch: ownerPk, ownerDid und ownerProof sind erforderlich',
|
|
45
|
+
invalidNft: 'Ungültiger Serverbesitz NFT-Status',
|
|
46
|
+
invalidNftHolder: 'Ungültiger Serverbesitzer NFT-Inhaber',
|
|
47
|
+
invalidNftProof: 'Ungültiger Besitz des Servers NFT-Signaturnachweises',
|
|
48
|
+
invalidNftIssuer: 'Ungültiger Serverbesitz NFT-Herausgeber',
|
|
49
|
+
invalidNftParent: 'Unerwartete NFT-Sammlung',
|
|
50
|
+
tagNotMatch: 'Dieses NFT ist für einen anderen Blocklet-Server',
|
|
51
|
+
requestBlockletSpaceNFT: 'Bitte gib Blocklet Space NFT an',
|
|
52
|
+
blockletSpaceNftIdRequired: 'Blocklet Space NFT ID wird benötigt',
|
|
53
|
+
nftAlreadyConsumed: 'Dieses NFT wurde bereits verwendet',
|
|
54
|
+
sessionAlreadyConsumed: 'Diese Sitzung wurde bereits verwendet',
|
|
55
|
+
nftAlreadyExpired: 'Dieses NFT ist abgelaufen',
|
|
56
|
+
nftAlreadyUsed: 'Dieses NFT wurde bereits einem anderen Benutzer zugeordnet',
|
|
57
|
+
missingNftClaim: 'Eigentums-NFT nicht vorhanden',
|
|
58
|
+
noNft: 'Dieser Server ist nicht initialisiert, um Besitzer-NFTs zu akzeptieren',
|
|
59
|
+
noTag: 'Tag nicht gefunden in den Server-Startinformationen',
|
|
60
|
+
noChainHost: 'chainHost wurde im Server-Launcher nicht gefunden',
|
|
61
|
+
alreadyTransferred: 'Der Blocklet-Server gehört bereits zu {owner}',
|
|
62
|
+
delegateTransferOwnerNFT:
|
|
63
|
+
'Unterschreiben Sie die Delegations-Transaktion, um dem Blocklet-Server die Übertragung Ihres NFT-Besitzes auf den neuen Besitzer zu ermöglichen, wenn dieser die Übertragung beansprucht.',
|
|
64
|
+
notAllowedTransferToSelf: 'Nicht erlaubt, den Server an sich selbst zu übertragen',
|
|
65
|
+
tagRequired: 'Es ist ein Pflichtfeld',
|
|
66
|
+
appIsInProgress: 'Die Anwendung befindet sich in Bearbeitung. Bitte warten Sie, bis sie abgeschlossen ist.',
|
|
67
|
+
};
|
package/locales/en.js
ADDED
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
/* eslint-disable prettier/prettier */
|
|
2
|
+
module.exports = {
|
|
3
|
+
description: 'Connect your DID Wallet',
|
|
4
|
+
requestProfile: 'Please provide following information to continue',
|
|
5
|
+
requestNFT: 'Please present NFT to exchange for passport',
|
|
6
|
+
requestCredential: 'Please provide credential',
|
|
7
|
+
requestPassport: 'Please provide passport',
|
|
8
|
+
requestOwnerPassport: 'Please provide owner passport',
|
|
9
|
+
requestBlockletNft: 'Please provide Blocklet Purchase NFT',
|
|
10
|
+
receivePassport: 'Please sign the text to get passport',
|
|
11
|
+
actionForbidden: 'You are not allowed perform this action',
|
|
12
|
+
notInitialized: 'This node is not initialized, login is disabled',
|
|
13
|
+
appNotInitialized: 'This application is not initialized',
|
|
14
|
+
alreadyInitiated: 'This Node already have an owner verified',
|
|
15
|
+
notAllowed: 'You are not allowed to login to this node',
|
|
16
|
+
notAppOwner: 'You are not the owner of this application',
|
|
17
|
+
notSupported: 'This application is not supported on this server',
|
|
18
|
+
missingCredentialClaim: 'Credential is not provided',
|
|
19
|
+
missingBlockletCredentialClaim: 'Blocklet credential is not provided',
|
|
20
|
+
missingChallenge: 'Credential presentation does not include valid challenge',
|
|
21
|
+
invalidCredentialHolder: 'Invalid credential holder',
|
|
22
|
+
invalidCredentialProof: 'Invalid credential signature proof',
|
|
23
|
+
notOwner:
|
|
24
|
+
'The account does not match the owner account of this passport, please use the DID wallet that contains the owner account of this passport to receive.',
|
|
25
|
+
userMismatch: 'User mismatch, please use connected DID wallet to continue.',
|
|
26
|
+
lowVersion: 'Your DID wallet version is too low, please upgrade to the latest version',
|
|
27
|
+
unKnownStatus: 'unknown status',
|
|
28
|
+
statusNotFound: 'status not found',
|
|
29
|
+
statusLabel: 'Status',
|
|
30
|
+
passportNotFound: 'Passport not found',
|
|
31
|
+
userNotFound: 'User not found',
|
|
32
|
+
notAuthorized: 'No permission to perform this operation',
|
|
33
|
+
invalidParams: 'Invalid Params',
|
|
34
|
+
missingKeyPair: 'Missing app key pair',
|
|
35
|
+
missingBlockletUrl: 'Missing blocklet url',
|
|
36
|
+
missingBlockletDid: 'Missing blocklet did',
|
|
37
|
+
missingChainHost: 'Missing chain host',
|
|
38
|
+
missingLauncherSession: 'Missing launcherUrl and launcherSessionId',
|
|
39
|
+
invalidBlocklet: 'Invalid Blocklet',
|
|
40
|
+
blockletExists: 'The blocklet already exists',
|
|
41
|
+
invalidBlockletVc: 'Invalid Blocklet VC',
|
|
42
|
+
invalidAppVersion: 'App key-pair rotating can only be performed on the latest version',
|
|
43
|
+
missingProfileClaim: 'Owner profile not provided',
|
|
44
|
+
invalidNftClaim: 'Invalid Asset Claim: ownerPk, ownerDid and ownerProof are required',
|
|
45
|
+
invalidNft: 'Invalid server ownership NFT state',
|
|
46
|
+
invalidNftHolder: 'Invalid server ownership NFT holder',
|
|
47
|
+
invalidNftProof: 'Invalid server ownership NFT signature proof',
|
|
48
|
+
invalidNftIssuer: 'Invalid server ownership NFT issuer',
|
|
49
|
+
invalidNftParent: 'Unexpected NFT Collection',
|
|
50
|
+
tagNotMatch: 'This NFT is for another blocklet server',
|
|
51
|
+
requestBlockletSpaceNFT: 'Please provide Blocklet Space NFT',
|
|
52
|
+
blockletSpaceNftIdRequired: 'Blocklet Space NFT ID is required',
|
|
53
|
+
nftAlreadyConsumed: 'This NFT has already been used',
|
|
54
|
+
sessionAlreadyConsumed: 'This session has already been used',
|
|
55
|
+
nftAlreadyExpired: 'This NFT has expired',
|
|
56
|
+
nftAlreadyUsed: 'This NFT has already been connected to another user',
|
|
57
|
+
missingNftClaim: 'Ownership NFT not provided',
|
|
58
|
+
noNft: 'This server is not initialized to accept ownership NFT',
|
|
59
|
+
noTag: 'Tag not found from server launcher info',
|
|
60
|
+
noChainHost: 'chainHost not found from server launcher info',
|
|
61
|
+
alreadyTransferred: 'The Blocklet Server already belongs to {owner}',
|
|
62
|
+
delegateTransferOwnerNFT:
|
|
63
|
+
'Sign the delegation transaction to authorize blocklet server to transfer your ownership NFT to new owner when he/she claims the transfer.',
|
|
64
|
+
notAllowedTransferToSelf: 'Not allowed to transfer the Server to yourself',
|
|
65
|
+
tagRequired: 'tag is required',
|
|
66
|
+
appIsInProgress: 'The application is in progress, please wait for it to finish',
|
|
67
|
+
};
|
package/locales/es.js
ADDED
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
/* eslint-disable prettier/prettier */
|
|
2
|
+
module.exports = {
|
|
3
|
+
description: 'Conecta tu billetera DID',
|
|
4
|
+
requestProfile: 'Por favor, proporcione la siguiente información para continuar',
|
|
5
|
+
requestNFT: 'Por favor, presenta el NFT para intercambiar por el pasaporte',
|
|
6
|
+
requestCredential: 'Por favor proporciona tus credenciales',
|
|
7
|
+
requestPassport: 'Por favor, proporciona el pasaporte',
|
|
8
|
+
requestOwnerPassport: 'Por favor proporcionar pasaporte del propietario',
|
|
9
|
+
requestBlockletNft: 'Por favor proporciona Blocklet Purchase NFT',
|
|
10
|
+
receivePassport: 'Por favor, firma el texto para obtener el pasaporte',
|
|
11
|
+
actionForbidden: 'No se te permite realizar esta acción',
|
|
12
|
+
notInitialized: 'Este nodo no está inicializado, el inicio de sesión está desactivado',
|
|
13
|
+
appNotInitialized: 'Esta aplicación no está inicializada',
|
|
14
|
+
alreadyInitiated: 'Este Nodo ya tiene un propietario verificado',
|
|
15
|
+
notAllowed: 'No tienes permitido iniciar sesión en este nodo',
|
|
16
|
+
notAppOwner: 'No eres el propietario de esta aplicación',
|
|
17
|
+
notSupported: 'Esta aplicación no es compatible en este servidor',
|
|
18
|
+
missingCredentialClaim: 'Credencial no proporcionada',
|
|
19
|
+
missingBlockletCredentialClaim: 'El credencial de Blocklet no se proporciona',
|
|
20
|
+
missingChallenge: 'La presentación de credenciales no incluye un desafío válido',
|
|
21
|
+
invalidCredentialHolder: 'Credencial inválida',
|
|
22
|
+
invalidCredentialProof: 'Firma de credencial inválida',
|
|
23
|
+
notOwner:
|
|
24
|
+
'La cuenta no coincide con la cuenta del propietario de este pasaporte, por favor utiliza la billetera DID que contiene la cuenta del propietario de este pasaporte para recibir.',
|
|
25
|
+
userMismatch: 'Usuario no coincide, por favor utilice la billetera DID conectada para continuar.',
|
|
26
|
+
lowVersion: 'La versión de su billetera DID es demasiado baja, por favor actualice a la última versión',
|
|
27
|
+
unKnownStatus: 'Estado desconocido',
|
|
28
|
+
statusNotFound: 'Estado no encontrado',
|
|
29
|
+
statusLabel: 'Estado',
|
|
30
|
+
passportNotFound: 'Pasaporte no encontrado',
|
|
31
|
+
userNotFound: 'Usuario no encontrado',
|
|
32
|
+
notAuthorized: 'No tienes permiso para realizar esta operación',
|
|
33
|
+
invalidParams: 'Parámetros inválidos',
|
|
34
|
+
missingKeyPair: 'Falta par de clave de la aplicación',
|
|
35
|
+
missingBlockletUrl: 'URL de bloque faltante',
|
|
36
|
+
missingBlockletDid: 'Falta bloquecito',
|
|
37
|
+
missingChainHost: 'Host de cadena perdido',
|
|
38
|
+
missingLauncherSession: 'Falta launcherUrl y launcherSessionId',
|
|
39
|
+
invalidBlocklet: 'Bloquejo inválido',
|
|
40
|
+
blockletExists: 'El bloque ya existe',
|
|
41
|
+
invalidBlockletVc: 'Bloquelet VC no válido',
|
|
42
|
+
invalidAppVersion: 'La rotación de la clave de la aplicación solo se puede realizar en la última versión',
|
|
43
|
+
missingProfileClaim: 'Perfil del propietario no proporcionado',
|
|
44
|
+
invalidNftClaim: 'Reclamación de activo inválida: se requieren ownerPk, ownerDid y ownerProof',
|
|
45
|
+
invalidNft: 'Estado inválido de la propiedad del servidor NFT',
|
|
46
|
+
invalidNftHolder: 'Propietario de servidor no válido por titular de NFT',
|
|
47
|
+
invalidNftProof: 'Prueba de firma de propiedad de servidor NFT inválida',
|
|
48
|
+
invalidNftIssuer: 'Propietario de servidor no válido Emisor de NFT de propiedad',
|
|
49
|
+
invalidNftParent: 'Colección de NFT inesperada',
|
|
50
|
+
tagNotMatch: 'Este NFT es para otro servidor blocklet',
|
|
51
|
+
requestBlockletSpaceNFT: 'Por favor, proporciona Blocklet Space NFT',
|
|
52
|
+
blockletSpaceNftIdRequired: 'Se requiere el ID de Blocklet Space NFT',
|
|
53
|
+
nftAlreadyConsumed: 'Este NFT ya ha sido utilizado',
|
|
54
|
+
sessionAlreadyConsumed: 'Esta sesión ya ha sido utilizada',
|
|
55
|
+
nftAlreadyExpired: 'Este NFT ha expirado',
|
|
56
|
+
nftAlreadyUsed: 'Este NFT ya ha sido conectado a otro usuario',
|
|
57
|
+
missingNftClaim: 'El NFT de propiedad no ha sido proporcionado',
|
|
58
|
+
noNft: 'Este servidor no está inicializado para aceptar NFT de propiedad',
|
|
59
|
+
noTag: 'Etiqueta no encontrada en la información del iniciador del servidor',
|
|
60
|
+
noChainHost: 'No se encuentra chainHost en la información del lanzador del servidor',
|
|
61
|
+
alreadyTransferred: 'El servidor Blocklet ya pertenece a {owner}',
|
|
62
|
+
delegateTransferOwnerNFT:
|
|
63
|
+
'Firma la transacción de delegación para autorizar al servidor de blocklets a transferir la propiedad de tu NFT al nuevo propietario cuando él/ella reclame la transferencia.',
|
|
64
|
+
notAllowedTransferToSelf: 'No se permite transferir el servidor a ti mismo',
|
|
65
|
+
tagRequired: 'La etiqueta es requerida',
|
|
66
|
+
appIsInProgress: 'La aplicación está en progreso, por favor espere a que termine',
|
|
67
|
+
};
|
package/locales/fr.js
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
/* eslint-disable prettier/prettier */
|
|
2
|
+
module.exports = {
|
|
3
|
+
description: 'Connectez votre portefeuille DID',
|
|
4
|
+
requestProfile: 'Veuillez fournir les informations suivantes pour continuer',
|
|
5
|
+
requestNFT: "Veuillez présenter NFT pour l'échange du passeport",
|
|
6
|
+
requestCredential: "Veuillez fournir les informations d'identification",
|
|
7
|
+
requestPassport: 'Veuillez fournir le passeport',
|
|
8
|
+
requestOwnerPassport: 'Veuillez fournir le passeport du propriétaire',
|
|
9
|
+
requestBlockletNft: 'Veuillez fournir Blocklet Purchase NFT',
|
|
10
|
+
receivePassport: 'Veuillez signer le texte pour obtenir le passeport',
|
|
11
|
+
actionForbidden: "Vous n'êtes pas autorisé à effectuer cette action",
|
|
12
|
+
notInitialized: "Ce nœud n'est pas initialisé, la connexion est désactivée",
|
|
13
|
+
appNotInitialized: "Cette application n'est pas initialisée",
|
|
14
|
+
alreadyInitiated: 'Ce nœud a déjà un propriétaire vérifié',
|
|
15
|
+
notAllowed: "Vous n'êtes pas autorisé à vous connecter à ce nœud",
|
|
16
|
+
notAppOwner: "Vous n'êtes pas le propriétaire de cette application",
|
|
17
|
+
notSupported: "Cette application n'est pas prise en charge sur ce serveur",
|
|
18
|
+
missingCredentialClaim: "Les informations d'identification ne sont pas fournies",
|
|
19
|
+
missingBlockletCredentialClaim: "L'identifiant du blocklet n'est pas fourni",
|
|
20
|
+
missingChallenge: 'La présentation des références ne comprend pas de défi valide.',
|
|
21
|
+
invalidCredentialHolder: 'Détenteur de référence invalide',
|
|
22
|
+
invalidCredentialProof: 'Preuve de signature de référentiel invalide',
|
|
23
|
+
notOwner:
|
|
24
|
+
'Le compte ne correspond pas au propriétaire de ce passeport, veuillez utiliser le portefeuille DID qui contient le compte propriétaire de ce passeport pour recevoir.',
|
|
25
|
+
userMismatch: "Inadéquation de l'utilisateur, veuillez utiliser le portefeuille DID connecté pour continuer.",
|
|
26
|
+
lowVersion: 'La version de votre portefeuille DID est trop basse, veuillez mettre à jour vers la dernière version.',
|
|
27
|
+
unKnownStatus: 'Statut inconnu',
|
|
28
|
+
statusNotFound: 'Statut introuvable',
|
|
29
|
+
statusLabel: 'Statut',
|
|
30
|
+
passportNotFound: 'Passeport non trouvé',
|
|
31
|
+
userNotFound: 'Utilisateur non trouvé',
|
|
32
|
+
notAuthorized: 'Pas de permission pour effectuer cette opération',
|
|
33
|
+
invalidParams: 'Paramètres invalides',
|
|
34
|
+
missingKeyPair: "Clé d'application manquante",
|
|
35
|
+
missingBlockletUrl: 'URL du bloclet manquant',
|
|
36
|
+
missingBlockletDid: 'Bloc manquant',
|
|
37
|
+
missingChainHost: 'Hôte de chaîne manquant',
|
|
38
|
+
missingLauncherSession: 'launcherUrl et launcherSessionId manquants',
|
|
39
|
+
invalidBlocklet: 'Blocklet invalide',
|
|
40
|
+
blockletExists: 'Le blocklet existe déjà',
|
|
41
|
+
invalidBlockletVc: 'Bloclet VC invalide',
|
|
42
|
+
invalidAppVersion:
|
|
43
|
+
"La rotation de la paire de clés de l'application ne peut être effectuée que sur la dernière version",
|
|
44
|
+
missingProfileClaim: 'Profil du propriétaire non fourni',
|
|
45
|
+
invalidNftClaim: "Réclamation d'actif invalide: ownerPk, ownerDid et ownerProof sont requis",
|
|
46
|
+
invalidNft: 'État de propriété de serveur non valide NFT',
|
|
47
|
+
invalidNftHolder: 'Propriétaire de serveur invalide - détenteur de NFT',
|
|
48
|
+
invalidNftProof: 'Signature de preuve de propriété de serveur NFT invalide',
|
|
49
|
+
invalidNftIssuer: 'Propriété de serveur invalide Émetteur de NFT',
|
|
50
|
+
invalidNftParent: "Collection d'NFTs inattendue",
|
|
51
|
+
tagNotMatch: 'Cet NFT est destiné à un autre serveur Blocklet',
|
|
52
|
+
requestBlockletSpaceNFT: 'Veuillez fournir Blocklet Space NFT',
|
|
53
|
+
blockletSpaceNftIdRequired: "L'ID Blocklet Space NFT est requis",
|
|
54
|
+
nftAlreadyConsumed: 'Ce NFT a déjà été utilisé',
|
|
55
|
+
sessionAlreadyConsumed: 'Cette session a déjà été utilisée',
|
|
56
|
+
nftAlreadyExpired: 'Ce NFT a expiré',
|
|
57
|
+
nftAlreadyUsed: 'Cet NFT a déjà été connecté à un autre utilisateur',
|
|
58
|
+
missingNftClaim: 'Propriété NFT non fournie',
|
|
59
|
+
noNft: "Ce serveur n'est pas initialisé pour accepter la possession de NFT",
|
|
60
|
+
noTag: 'Tag non trouvé dans les informations de lancement du serveur',
|
|
61
|
+
noChainHost: 'chainHost non trouvé dans le lanceur du serveur',
|
|
62
|
+
alreadyTransferred: 'Le serveur Blocklet appartient déjà à {owner}',
|
|
63
|
+
delegateTransferOwnerNFT:
|
|
64
|
+
"Signez la transaction de délégation pour autoriser le serveur Blocklet à transférer la propriété de votre NFT au nouvel propriétaire lorsqu'il/elle réclame le transfert.",
|
|
65
|
+
notAllowedTransferToSelf: 'Interdiction de transférer le serveur vers vous-même',
|
|
66
|
+
tagRequired: 'Les balises sont obligatoires',
|
|
67
|
+
appIsInProgress: "L'application est en cours, veuillez attendre qu'elle se termine.",
|
|
68
|
+
};
|
package/locales/hi.js
ADDED
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
/* eslint-disable prettier/prettier */
|
|
2
|
+
module.exports = {
|
|
3
|
+
description: 'अपना डीआईडी वॉलेट कनेक्ट करें',
|
|
4
|
+
requestProfile: 'कृपया जारी रखें जानकारी प्रदान करें जारी रखने के लिए',
|
|
5
|
+
requestNFT: 'कृपया पासपोर्ट के लिए एनएफटी का प्रस्तुतीकरण करें',
|
|
6
|
+
requestCredential: 'कृपया प्रमाणपत्र प्रदान करें',
|
|
7
|
+
requestPassport: 'कृपया पासपोर्ट दें',
|
|
8
|
+
requestOwnerPassport: 'कृपया मालिक पासपोर्ट प्रदान करें',
|
|
9
|
+
requestBlockletNft: 'कृपया ब्लॉकलेट खरीद NFT प्रदान करें',
|
|
10
|
+
receivePassport: 'कृपया पासपोर्ट प्राप्त करने के लिए पाठ पर हस्ताक्षर करें',
|
|
11
|
+
actionForbidden: 'आपको इस कार्रवाई को करने की अनुमति नहीं है',
|
|
12
|
+
notInitialized: 'यह नोड सक्रिय नहीं है, लॉगिन अक्षम है',
|
|
13
|
+
appNotInitialized: 'यह एप्लिकेशन शुरू नहीं हुआ है',
|
|
14
|
+
alreadyInitiated: 'इस नोड का पहले से ही एक सत्यापित मालिक है',
|
|
15
|
+
notAllowed: 'आपको इस नोड में लॉगिन करने की अनुमति नहीं है',
|
|
16
|
+
notAppOwner: 'आप इस ऐप्लिकेशन के मालिक नहीं हैं',
|
|
17
|
+
notSupported: 'इस सर्वर पर यह एप्लिकेशन समर्थित नहीं है',
|
|
18
|
+
missingCredentialClaim: 'प्रमाणपत्र उपलब्ध नहीं है',
|
|
19
|
+
missingBlockletCredentialClaim: 'ब्लॉकलेट प्रमाणपत्र उपलब्ध नहीं है',
|
|
20
|
+
missingChallenge: 'प्रमाण प्रस्तुति में वैध चुनौती शामिल नहीं है।',
|
|
21
|
+
invalidCredentialHolder: 'अमान्य प्रमाण प्राथमिकताधारी',
|
|
22
|
+
invalidCredentialProof: 'अवैध प्रमाणीकरण हस्ताक्षर प्रूफ',
|
|
23
|
+
notOwner:
|
|
24
|
+
'खाता इस पासपोर्ट के मालिक खाते से मेल नहीं खाता, कृपया इस पासपोर्ट के मालिक खाते को प्राप्त करने के लिए डिड वॉलेट का उपयोग करें।',
|
|
25
|
+
userMismatch: 'उपयोक्ता अमेल मेल नहीं खाता, कृपया जारी रखने के लिए जुड़े हुए डीआईडी वॉलेट का उपयोग करें।',
|
|
26
|
+
lowVersion: 'आपका डीआईडी वॉलेट संस्करण बहुत पुराना है, कृपया नवीनतम संस्करण में अपग्रेड करें।',
|
|
27
|
+
unKnownStatus: 'अज्ञात स्थिति',
|
|
28
|
+
statusNotFound: 'स्थिति नहीं मिली',
|
|
29
|
+
statusLabel: 'स्थिति',
|
|
30
|
+
passportNotFound: 'पासपोर्ट नहीं मिला',
|
|
31
|
+
userNotFound: 'उपयोगकर्ता नहीं मिला',
|
|
32
|
+
notAuthorized: 'इस कार्रवाई को करने की अनुमति नहीं है',
|
|
33
|
+
invalidParams: 'अवैध पैरामीटर',
|
|
34
|
+
missingKeyPair: 'अनुपस्थित ऐप कुंजी जोड़ी',
|
|
35
|
+
missingBlockletUrl: 'गुम ब्लॉकलेट URL',
|
|
36
|
+
missingBlockletDid: 'हारित ब्लॉक्लेट',
|
|
37
|
+
missingChainHost: 'खोई चेन होस्ट',
|
|
38
|
+
missingLauncherSession: 'लॉन्चर Url और लॉन्चर सत्र आईडी गुम हैं',
|
|
39
|
+
invalidBlocklet: 'अमान्य ब्लॉकलेट',
|
|
40
|
+
blockletExists: 'ब्लॉकलेट पहले से मौजूद है',
|
|
41
|
+
invalidBlockletVc: 'अमान्य ब्लॉकलेट वीसी',
|
|
42
|
+
invalidAppVersion: 'ऐप कुंजी जोड़ी की घुमावदारता केवल नवीनतम संस्करण पर की जा सकती है',
|
|
43
|
+
missingProfileClaim: 'मालिक प्रोफ़ाइल उपलब्ध नहीं है',
|
|
44
|
+
invalidNftClaim: 'अमान्य निधि दावा: मालिक पीके, मालिक डीडी और मालिक प्रूफ आवश्यक हैं',
|
|
45
|
+
invalidNft: 'अमान्य सर्वर स्वामित्व एनएफटी स्थिति',
|
|
46
|
+
invalidNftHolder: 'अमान्य सर्वर स्वामित्व NFT धारक',
|
|
47
|
+
invalidNftProof: 'अमान्य सर्वर स्वामित्व NFT हस्ताक्षर प्रमाण',
|
|
48
|
+
invalidNftIssuer: 'अमान्य सर्वर स्वामित्व NFT जारक',
|
|
49
|
+
invalidNftParent: 'अप्रत्याशित एनएफटी संग्रह',
|
|
50
|
+
tagNotMatch: 'यह NFT दूसरे ब्लॉकलेट सर्वर के लिए है',
|
|
51
|
+
requestBlockletSpaceNFT: 'कृपया ब्लॉकलेट स्पेस NFT प्रदान करें',
|
|
52
|
+
blockletSpaceNftIdRequired: 'ब्लॉकलेट स्पेस NFT आईडी की आवश्यकता है',
|
|
53
|
+
nftAlreadyConsumed: 'यह NFT पहले से ही उपयोग किया जा चुका है',
|
|
54
|
+
sessionAlreadyConsumed: 'इस सत्र का पहले से ही उपयोग हो चुका है',
|
|
55
|
+
nftAlreadyExpired: 'यह एनएफटी समाप्त हो गया है',
|
|
56
|
+
nftAlreadyUsed: 'इस NFT को पहले से ही दूसरे उपयोगकर्ता के साथ कनेक्ट कर दिया गया है',
|
|
57
|
+
missingNftClaim: 'स्वामित्व NFT उपलब्ध नहीं है',
|
|
58
|
+
noNft: 'यह सर्वर स्वामित्व एनएफटी स्वीकार करने के लिए प्रारंभ नहीं हुआ है',
|
|
59
|
+
noTag: 'सर्वर लॉन्चर जानकारी से टैग नहीं मिला',
|
|
60
|
+
noChainHost: 'चेनहोस्ट सर्वर लॉन्चर से नहीं मिला',
|
|
61
|
+
alreadyTransferred: 'ब्लॉकलेट सर्वर पहले से ही {owner} के पास है',
|
|
62
|
+
delegateTransferOwnerNFT:
|
|
63
|
+
'अधिकारी व्यक्ति द्वारा आपके स्वामित्व NFT को नए स्वामी के पास स्थानांतरित करने के लिए डिलीगेशन संचालन को साइन करें जब वह इसे दावा करता है।',
|
|
64
|
+
notAllowedTransferToSelf: 'सर्वर को खुद को स्थानांतरित करने की अनुमति नहीं है',
|
|
65
|
+
tagRequired: 'टैग आवश्यक है',
|
|
66
|
+
appIsInProgress: 'ऐप्लीकेशन प्रगति में है, कृपया पूरा होने तक प्रतीक्षा करें।',
|
|
67
|
+
};
|
package/locales/i18n.db
ADDED
|
Binary file
|