dev-dict 0.7.0 → 0.7.1
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/dist/dev-dict.min.js +1 -1
- package/dist/dev-dict.min.js.map +1 -1
- package/dist/index.d.ts +123 -11
- package/dist/index.js +403 -351
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -136,6 +136,14 @@ declare const TAG: {
|
|
|
136
136
|
readonly "de-DE": "Kryptografie";
|
|
137
137
|
};
|
|
138
138
|
};
|
|
139
|
+
readonly e2e: {
|
|
140
|
+
readonly id: "e2e";
|
|
141
|
+
readonly name: {
|
|
142
|
+
readonly "en-US": "E2E";
|
|
143
|
+
readonly "en-GB": "en-US";
|
|
144
|
+
readonly "de-DE": "en-US";
|
|
145
|
+
};
|
|
146
|
+
};
|
|
139
147
|
readonly frontend: {
|
|
140
148
|
readonly id: "frontend";
|
|
141
149
|
readonly name: {
|
|
@@ -203,12 +211,23 @@ declare const TERM: {
|
|
|
203
211
|
readonly id: "aes";
|
|
204
212
|
readonly name: {
|
|
205
213
|
readonly "en-US": "AES";
|
|
214
|
+
readonly "en-GB": "en-US";
|
|
215
|
+
readonly "de-DE": "en-US";
|
|
216
|
+
};
|
|
217
|
+
readonly altName: {
|
|
218
|
+
readonly "en-US": "Advanced Encryption Standard";
|
|
219
|
+
readonly "en-GB": "en-US";
|
|
220
|
+
readonly "de-DE": "en-US";
|
|
206
221
|
};
|
|
207
222
|
readonly label: {
|
|
208
223
|
readonly "en-US": "Encryption Standard";
|
|
224
|
+
readonly "en-GB": "en-US";
|
|
225
|
+
readonly "de-DE": "Verschlüsselungsstandard";
|
|
209
226
|
};
|
|
210
227
|
readonly definition: {
|
|
211
228
|
readonly "en-US": "Advanced Encryption Standard (AES) is a symmetric encryption algorithm established as a standard by the US National Institute of Standards and Technology (NIST) in 2001. It uses block cipher with key sizes of 128, 192, or 256 bits and is widely adopted for securing sensitive data in software applications, communications, and storage systems.";
|
|
229
|
+
readonly "en-GB": "en-US";
|
|
230
|
+
readonly "de-DE": "Advanced Encryption Standard (AES) ist ein symmetrischer Verschlüsselungsalgorithmus, der im Jahr 2001 vom US-amerikanischen National Institute of Standards and Technology (NIST) als Standard festgelegt wurde. Er verwendet eine Blockchiffre mit Schlüssellängen von 128, 192 oder 256 Bit und wird weltweit zur Absicherung sensibler Daten in Softwareanwendungen, Kommunikationssystemen und Speichersystemen eingesetzt.";
|
|
212
231
|
};
|
|
213
232
|
readonly type: [{
|
|
214
233
|
readonly id: "standard";
|
|
@@ -252,6 +271,13 @@ declare const TERM: {
|
|
|
252
271
|
readonly id: "ai";
|
|
253
272
|
readonly name: {
|
|
254
273
|
readonly "en-US": "AI";
|
|
274
|
+
readonly "en-GB": "en-US";
|
|
275
|
+
readonly "de-DE": "KI";
|
|
276
|
+
};
|
|
277
|
+
readonly altName: {
|
|
278
|
+
readonly "en-US": "Artificial Intelligence";
|
|
279
|
+
readonly "en-GB": "en-US";
|
|
280
|
+
readonly "de-DE": "Künstliche Intelligenz";
|
|
255
281
|
};
|
|
256
282
|
readonly label: {
|
|
257
283
|
readonly "en-US": "";
|
|
@@ -792,6 +818,8 @@ declare const TERM: {
|
|
|
792
818
|
readonly id: "contentful";
|
|
793
819
|
readonly name: {
|
|
794
820
|
readonly "en-US": "Contentful";
|
|
821
|
+
readonly "en-GB": "en-US";
|
|
822
|
+
readonly "de-DE": "en-US";
|
|
795
823
|
};
|
|
796
824
|
readonly label: {
|
|
797
825
|
readonly "en-US": "";
|
|
@@ -799,7 +827,14 @@ declare const TERM: {
|
|
|
799
827
|
readonly definition: {
|
|
800
828
|
readonly "en-US": "";
|
|
801
829
|
};
|
|
802
|
-
readonly type: [
|
|
830
|
+
readonly type: [{
|
|
831
|
+
readonly id: "cms";
|
|
832
|
+
readonly name: {
|
|
833
|
+
readonly "en-US": "Content Management System";
|
|
834
|
+
readonly "en-GB": "en-US";
|
|
835
|
+
readonly "de-DE": "Content-Management-System";
|
|
836
|
+
};
|
|
837
|
+
}];
|
|
803
838
|
readonly tags: [];
|
|
804
839
|
};
|
|
805
840
|
readonly cplusplus: {
|
|
@@ -827,6 +862,8 @@ declare const TERM: {
|
|
|
827
862
|
readonly id: "craft_cms";
|
|
828
863
|
readonly name: {
|
|
829
864
|
readonly "en-US": "Craft CMS";
|
|
865
|
+
readonly "en-GB": "en-US";
|
|
866
|
+
readonly "de-DE": "en-US";
|
|
830
867
|
};
|
|
831
868
|
readonly label: {
|
|
832
869
|
readonly "en-US": "";
|
|
@@ -834,7 +871,14 @@ declare const TERM: {
|
|
|
834
871
|
readonly definition: {
|
|
835
872
|
readonly "en-US": "";
|
|
836
873
|
};
|
|
837
|
-
readonly type: [
|
|
874
|
+
readonly type: [{
|
|
875
|
+
readonly id: "cms";
|
|
876
|
+
readonly name: {
|
|
877
|
+
readonly "en-US": "Content Management System";
|
|
878
|
+
readonly "en-GB": "en-US";
|
|
879
|
+
readonly "de-DE": "Content-Management-System";
|
|
880
|
+
};
|
|
881
|
+
}];
|
|
838
882
|
readonly tags: [];
|
|
839
883
|
};
|
|
840
884
|
readonly cs_cart: {
|
|
@@ -1065,12 +1109,23 @@ declare const TERM: {
|
|
|
1065
1109
|
readonly id: "e2e";
|
|
1066
1110
|
readonly name: {
|
|
1067
1111
|
readonly "en-US": "End-to-end Testing";
|
|
1112
|
+
readonly "en-GB": "en-US";
|
|
1113
|
+
readonly "de-DE": "Ende-zu-Ende-Tests";
|
|
1114
|
+
};
|
|
1115
|
+
readonly altName: {
|
|
1116
|
+
readonly "en-US": "E2E Testing";
|
|
1117
|
+
readonly "en-GB": "en-US";
|
|
1118
|
+
readonly "de-DE": "E2E-Tests";
|
|
1068
1119
|
};
|
|
1069
1120
|
readonly label: {
|
|
1070
1121
|
readonly "en-US": "Testing Methodology";
|
|
1122
|
+
readonly "en-GB": "en-US";
|
|
1123
|
+
readonly "de-DE": "Testmethodik";
|
|
1071
1124
|
};
|
|
1072
1125
|
readonly definition: {
|
|
1073
1126
|
readonly "en-US": "A software testing methodology that validates the entire application flow from start to finish, simulating real user scenarios to ensure all integrated components work together correctly.";
|
|
1127
|
+
readonly "en-GB": "en-US";
|
|
1128
|
+
readonly "de-DE": "Eine Software-Testmethodik, die den gesamten Anwendungsablauf von Anfang bis Ende validiert und reale Benutzerszenarien simuliert, um sicherzustellen, dass alle integrierten Komponenten korrekt zusammenarbeiten.";
|
|
1074
1129
|
};
|
|
1075
1130
|
readonly type: [{
|
|
1076
1131
|
readonly id: "concept";
|
|
@@ -1108,6 +1163,13 @@ declare const TERM: {
|
|
|
1108
1163
|
readonly "en-GB": "en-US";
|
|
1109
1164
|
readonly "de-DE": "QA";
|
|
1110
1165
|
};
|
|
1166
|
+
}, {
|
|
1167
|
+
readonly id: "e2e";
|
|
1168
|
+
readonly name: {
|
|
1169
|
+
readonly "en-US": "E2E";
|
|
1170
|
+
readonly "en-GB": "en-US";
|
|
1171
|
+
readonly "de-DE": "en-US";
|
|
1172
|
+
};
|
|
1111
1173
|
}];
|
|
1112
1174
|
};
|
|
1113
1175
|
readonly encryption: {
|
|
@@ -1204,7 +1266,9 @@ declare const TERM: {
|
|
|
1204
1266
|
readonly expression_engine: {
|
|
1205
1267
|
readonly id: "expression_engine";
|
|
1206
1268
|
readonly name: {
|
|
1207
|
-
readonly "en-US": "ExpressionEngine
|
|
1269
|
+
readonly "en-US": "ExpressionEngine";
|
|
1270
|
+
readonly "en-GB": "en-US";
|
|
1271
|
+
readonly "de-DE": "en-US";
|
|
1208
1272
|
};
|
|
1209
1273
|
readonly label: {
|
|
1210
1274
|
readonly "en-US": "";
|
|
@@ -1212,7 +1276,14 @@ declare const TERM: {
|
|
|
1212
1276
|
readonly definition: {
|
|
1213
1277
|
readonly "en-US": "";
|
|
1214
1278
|
};
|
|
1215
|
-
readonly type: [
|
|
1279
|
+
readonly type: [{
|
|
1280
|
+
readonly id: "cms";
|
|
1281
|
+
readonly name: {
|
|
1282
|
+
readonly "en-US": "Content Management System";
|
|
1283
|
+
readonly "en-GB": "en-US";
|
|
1284
|
+
readonly "de-DE": "Content-Management-System";
|
|
1285
|
+
};
|
|
1286
|
+
}];
|
|
1216
1287
|
readonly tags: [];
|
|
1217
1288
|
};
|
|
1218
1289
|
readonly fhir: {
|
|
@@ -1274,7 +1345,9 @@ declare const TERM: {
|
|
|
1274
1345
|
readonly flamelink: {
|
|
1275
1346
|
readonly id: "flamelink";
|
|
1276
1347
|
readonly name: {
|
|
1277
|
-
readonly "en-US": "Flamelink
|
|
1348
|
+
readonly "en-US": "Flamelink";
|
|
1349
|
+
readonly "en-GB": "en-US";
|
|
1350
|
+
readonly "de-DE": "en-US";
|
|
1278
1351
|
};
|
|
1279
1352
|
readonly label: {
|
|
1280
1353
|
readonly "en-US": "";
|
|
@@ -1282,7 +1355,14 @@ declare const TERM: {
|
|
|
1282
1355
|
readonly definition: {
|
|
1283
1356
|
readonly "en-US": "";
|
|
1284
1357
|
};
|
|
1285
|
-
readonly type: [
|
|
1358
|
+
readonly type: [{
|
|
1359
|
+
readonly id: "cms";
|
|
1360
|
+
readonly name: {
|
|
1361
|
+
readonly "en-US": "Content Management System";
|
|
1362
|
+
readonly "en-GB": "en-US";
|
|
1363
|
+
readonly "de-DE": "Content-Management-System";
|
|
1364
|
+
};
|
|
1365
|
+
}];
|
|
1286
1366
|
readonly tags: [];
|
|
1287
1367
|
};
|
|
1288
1368
|
readonly flutter: {
|
|
@@ -2288,6 +2368,8 @@ declare const TERM: {
|
|
|
2288
2368
|
readonly id: "next_js";
|
|
2289
2369
|
readonly name: {
|
|
2290
2370
|
readonly "en-US": "Next.js";
|
|
2371
|
+
readonly "en-GB": "en-US";
|
|
2372
|
+
readonly "de-DE": "en-US";
|
|
2291
2373
|
};
|
|
2292
2374
|
readonly label: {
|
|
2293
2375
|
readonly "en-US": "";
|
|
@@ -2295,7 +2377,14 @@ declare const TERM: {
|
|
|
2295
2377
|
readonly definition: {
|
|
2296
2378
|
readonly "en-US": "";
|
|
2297
2379
|
};
|
|
2298
|
-
readonly type: [
|
|
2380
|
+
readonly type: [{
|
|
2381
|
+
readonly id: "framework";
|
|
2382
|
+
readonly name: {
|
|
2383
|
+
readonly "en-US": "Framework";
|
|
2384
|
+
readonly "en-GB": "en-US";
|
|
2385
|
+
readonly "de-DE": "Framework";
|
|
2386
|
+
};
|
|
2387
|
+
}];
|
|
2299
2388
|
readonly tags: [];
|
|
2300
2389
|
};
|
|
2301
2390
|
readonly nexudus: {
|
|
@@ -2982,7 +3071,9 @@ declare const TERM: {
|
|
|
2982
3071
|
readonly sanity: {
|
|
2983
3072
|
readonly id: "sanity";
|
|
2984
3073
|
readonly name: {
|
|
2985
|
-
readonly "en-US": "Sanity
|
|
3074
|
+
readonly "en-US": "Sanity";
|
|
3075
|
+
readonly "en-GB": "en-US";
|
|
3076
|
+
readonly "de-DE": "en-US";
|
|
2986
3077
|
};
|
|
2987
3078
|
readonly label: {
|
|
2988
3079
|
readonly "en-US": "";
|
|
@@ -2990,7 +3081,14 @@ declare const TERM: {
|
|
|
2990
3081
|
readonly definition: {
|
|
2991
3082
|
readonly "en-US": "";
|
|
2992
3083
|
};
|
|
2993
|
-
readonly type: [
|
|
3084
|
+
readonly type: [{
|
|
3085
|
+
readonly id: "cms";
|
|
3086
|
+
readonly name: {
|
|
3087
|
+
readonly "en-US": "Content Management System";
|
|
3088
|
+
readonly "en-GB": "en-US";
|
|
3089
|
+
readonly "de-DE": "Content-Management-System";
|
|
3090
|
+
};
|
|
3091
|
+
}];
|
|
2994
3092
|
readonly tags: [];
|
|
2995
3093
|
};
|
|
2996
3094
|
readonly sass: {
|
|
@@ -3693,6 +3791,8 @@ declare const TERM: {
|
|
|
3693
3791
|
readonly id: "wordpress";
|
|
3694
3792
|
readonly name: {
|
|
3695
3793
|
readonly "en-US": "WordPress";
|
|
3794
|
+
readonly "en-GB": "en-US";
|
|
3795
|
+
readonly "de-DE": "en-US";
|
|
3696
3796
|
};
|
|
3697
3797
|
readonly label: {
|
|
3698
3798
|
readonly "en-US": "";
|
|
@@ -3700,7 +3800,14 @@ declare const TERM: {
|
|
|
3700
3800
|
readonly definition: {
|
|
3701
3801
|
readonly "en-US": "";
|
|
3702
3802
|
};
|
|
3703
|
-
readonly type: [
|
|
3803
|
+
readonly type: [{
|
|
3804
|
+
readonly id: "cms";
|
|
3805
|
+
readonly name: {
|
|
3806
|
+
readonly "en-US": "Content Management System";
|
|
3807
|
+
readonly "en-GB": "en-US";
|
|
3808
|
+
readonly "de-DE": "Content-Management-System";
|
|
3809
|
+
};
|
|
3810
|
+
}];
|
|
3704
3811
|
readonly tags: [];
|
|
3705
3812
|
};
|
|
3706
3813
|
readonly yarn: {
|
|
@@ -3793,6 +3900,10 @@ export declare type TTerm = {
|
|
|
3793
3900
|
* Typically matches the official capitalisation (e.g., 'React', 'JavaScript', 'Node.js').
|
|
3794
3901
|
*/
|
|
3795
3902
|
name: TLocaleRecord;
|
|
3903
|
+
/**
|
|
3904
|
+
* An optional short name or abbreviation for the term.
|
|
3905
|
+
*/
|
|
3906
|
+
altName?: TLocaleRecord;
|
|
3796
3907
|
/**
|
|
3797
3908
|
* The type(s) of the term (e.g., library, framework, language, tool).
|
|
3798
3909
|
* Multiple types can be assigned if applicable.
|
|
@@ -3845,8 +3956,9 @@ declare type TTermLinks = {
|
|
|
3845
3956
|
website: string;
|
|
3846
3957
|
} & Partial<Record<Exclude<TLinkType, 'website'>, string>>;
|
|
3847
3958
|
|
|
3848
|
-
export declare type TTermLocalized = Omit<TTerm, 'name' | 'label' | 'definition' | 'type' | 'tags'> & {
|
|
3959
|
+
export declare type TTermLocalized = Omit<TTerm, 'name' | 'altName' | 'label' | 'definition' | 'type' | 'tags'> & {
|
|
3849
3960
|
name: string;
|
|
3961
|
+
altName?: string;
|
|
3850
3962
|
label: string;
|
|
3851
3963
|
definition: string;
|
|
3852
3964
|
type: TTermTypeLocalized[];
|