aidol 2.9.1 → 2.10.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.
- package/dist/i18n/translations.d.ts +162 -0
- package/dist/i18n/translations.d.ts.map +1 -1
- package/dist/index.cjs +62 -53
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +311 -293
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -367,6 +367,24 @@ export declare const aidolTranslations: {
|
|
|
367
367
|
nicknamePlaceholder: string;
|
|
368
368
|
};
|
|
369
369
|
};
|
|
370
|
+
chat: {
|
|
371
|
+
comingSoon: string;
|
|
372
|
+
unlockHint: string;
|
|
373
|
+
greeting: string;
|
|
374
|
+
placeholder: string;
|
|
375
|
+
confirm: string;
|
|
376
|
+
typing: string;
|
|
377
|
+
thinkingLong: string;
|
|
378
|
+
reload: string;
|
|
379
|
+
resend: string;
|
|
380
|
+
time: {
|
|
381
|
+
justNow: string;
|
|
382
|
+
minutesAgo: string;
|
|
383
|
+
hoursAgo: string;
|
|
384
|
+
am: string;
|
|
385
|
+
pm: string;
|
|
386
|
+
};
|
|
387
|
+
};
|
|
370
388
|
};
|
|
371
389
|
es: {
|
|
372
390
|
error: {
|
|
@@ -716,6 +734,24 @@ export declare const aidolTranslations: {
|
|
|
716
734
|
nicknamePlaceholder: string;
|
|
717
735
|
};
|
|
718
736
|
};
|
|
737
|
+
chat: {
|
|
738
|
+
comingSoon: string;
|
|
739
|
+
unlockHint: string;
|
|
740
|
+
greeting: string;
|
|
741
|
+
placeholder: string;
|
|
742
|
+
confirm: string;
|
|
743
|
+
typing: string;
|
|
744
|
+
thinkingLong: string;
|
|
745
|
+
reload: string;
|
|
746
|
+
resend: string;
|
|
747
|
+
time: {
|
|
748
|
+
justNow: string;
|
|
749
|
+
minutesAgo: string;
|
|
750
|
+
hoursAgo: string;
|
|
751
|
+
am: string;
|
|
752
|
+
pm: string;
|
|
753
|
+
};
|
|
754
|
+
};
|
|
719
755
|
};
|
|
720
756
|
id: {
|
|
721
757
|
error: {
|
|
@@ -1065,6 +1101,24 @@ export declare const aidolTranslations: {
|
|
|
1065
1101
|
nicknamePlaceholder: string;
|
|
1066
1102
|
};
|
|
1067
1103
|
};
|
|
1104
|
+
chat: {
|
|
1105
|
+
comingSoon: string;
|
|
1106
|
+
unlockHint: string;
|
|
1107
|
+
greeting: string;
|
|
1108
|
+
placeholder: string;
|
|
1109
|
+
confirm: string;
|
|
1110
|
+
typing: string;
|
|
1111
|
+
thinkingLong: string;
|
|
1112
|
+
reload: string;
|
|
1113
|
+
resend: string;
|
|
1114
|
+
time: {
|
|
1115
|
+
justNow: string;
|
|
1116
|
+
minutesAgo: string;
|
|
1117
|
+
hoursAgo: string;
|
|
1118
|
+
am: string;
|
|
1119
|
+
pm: string;
|
|
1120
|
+
};
|
|
1121
|
+
};
|
|
1068
1122
|
};
|
|
1069
1123
|
ja: {
|
|
1070
1124
|
error: {
|
|
@@ -1414,6 +1468,24 @@ export declare const aidolTranslations: {
|
|
|
1414
1468
|
nicknamePlaceholder: string;
|
|
1415
1469
|
};
|
|
1416
1470
|
};
|
|
1471
|
+
chat: {
|
|
1472
|
+
comingSoon: string;
|
|
1473
|
+
unlockHint: string;
|
|
1474
|
+
greeting: string;
|
|
1475
|
+
placeholder: string;
|
|
1476
|
+
confirm: string;
|
|
1477
|
+
typing: string;
|
|
1478
|
+
thinkingLong: string;
|
|
1479
|
+
reload: string;
|
|
1480
|
+
resend: string;
|
|
1481
|
+
time: {
|
|
1482
|
+
justNow: string;
|
|
1483
|
+
minutesAgo: string;
|
|
1484
|
+
hoursAgo: string;
|
|
1485
|
+
am: string;
|
|
1486
|
+
pm: string;
|
|
1487
|
+
};
|
|
1488
|
+
};
|
|
1417
1489
|
};
|
|
1418
1490
|
ko: {
|
|
1419
1491
|
error: {
|
|
@@ -1763,6 +1835,24 @@ export declare const aidolTranslations: {
|
|
|
1763
1835
|
nicknamePlaceholder: string;
|
|
1764
1836
|
};
|
|
1765
1837
|
};
|
|
1838
|
+
chat: {
|
|
1839
|
+
comingSoon: string;
|
|
1840
|
+
unlockHint: string;
|
|
1841
|
+
greeting: string;
|
|
1842
|
+
placeholder: string;
|
|
1843
|
+
confirm: string;
|
|
1844
|
+
typing: string;
|
|
1845
|
+
thinkingLong: string;
|
|
1846
|
+
reload: string;
|
|
1847
|
+
resend: string;
|
|
1848
|
+
time: {
|
|
1849
|
+
justNow: string;
|
|
1850
|
+
minutesAgo: string;
|
|
1851
|
+
hoursAgo: string;
|
|
1852
|
+
am: string;
|
|
1853
|
+
pm: string;
|
|
1854
|
+
};
|
|
1855
|
+
};
|
|
1766
1856
|
};
|
|
1767
1857
|
th: {
|
|
1768
1858
|
error: {
|
|
@@ -2112,6 +2202,24 @@ export declare const aidolTranslations: {
|
|
|
2112
2202
|
nicknamePlaceholder: string;
|
|
2113
2203
|
};
|
|
2114
2204
|
};
|
|
2205
|
+
chat: {
|
|
2206
|
+
comingSoon: string;
|
|
2207
|
+
unlockHint: string;
|
|
2208
|
+
greeting: string;
|
|
2209
|
+
placeholder: string;
|
|
2210
|
+
confirm: string;
|
|
2211
|
+
typing: string;
|
|
2212
|
+
thinkingLong: string;
|
|
2213
|
+
reload: string;
|
|
2214
|
+
resend: string;
|
|
2215
|
+
time: {
|
|
2216
|
+
justNow: string;
|
|
2217
|
+
minutesAgo: string;
|
|
2218
|
+
hoursAgo: string;
|
|
2219
|
+
am: string;
|
|
2220
|
+
pm: string;
|
|
2221
|
+
};
|
|
2222
|
+
};
|
|
2115
2223
|
};
|
|
2116
2224
|
tl: {
|
|
2117
2225
|
error: {
|
|
@@ -2461,6 +2569,24 @@ export declare const aidolTranslations: {
|
|
|
2461
2569
|
nicknamePlaceholder: string;
|
|
2462
2570
|
};
|
|
2463
2571
|
};
|
|
2572
|
+
chat: {
|
|
2573
|
+
comingSoon: string;
|
|
2574
|
+
unlockHint: string;
|
|
2575
|
+
greeting: string;
|
|
2576
|
+
placeholder: string;
|
|
2577
|
+
confirm: string;
|
|
2578
|
+
typing: string;
|
|
2579
|
+
thinkingLong: string;
|
|
2580
|
+
reload: string;
|
|
2581
|
+
resend: string;
|
|
2582
|
+
time: {
|
|
2583
|
+
justNow: string;
|
|
2584
|
+
minutesAgo: string;
|
|
2585
|
+
hoursAgo: string;
|
|
2586
|
+
am: string;
|
|
2587
|
+
pm: string;
|
|
2588
|
+
};
|
|
2589
|
+
};
|
|
2464
2590
|
};
|
|
2465
2591
|
vi: {
|
|
2466
2592
|
error: {
|
|
@@ -2810,6 +2936,24 @@ export declare const aidolTranslations: {
|
|
|
2810
2936
|
nicknamePlaceholder: string;
|
|
2811
2937
|
};
|
|
2812
2938
|
};
|
|
2939
|
+
chat: {
|
|
2940
|
+
comingSoon: string;
|
|
2941
|
+
unlockHint: string;
|
|
2942
|
+
greeting: string;
|
|
2943
|
+
placeholder: string;
|
|
2944
|
+
confirm: string;
|
|
2945
|
+
typing: string;
|
|
2946
|
+
thinkingLong: string;
|
|
2947
|
+
reload: string;
|
|
2948
|
+
resend: string;
|
|
2949
|
+
time: {
|
|
2950
|
+
justNow: string;
|
|
2951
|
+
minutesAgo: string;
|
|
2952
|
+
hoursAgo: string;
|
|
2953
|
+
am: string;
|
|
2954
|
+
pm: string;
|
|
2955
|
+
};
|
|
2956
|
+
};
|
|
2813
2957
|
};
|
|
2814
2958
|
zh: {
|
|
2815
2959
|
error: {
|
|
@@ -3159,6 +3303,24 @@ export declare const aidolTranslations: {
|
|
|
3159
3303
|
nicknamePlaceholder: string;
|
|
3160
3304
|
};
|
|
3161
3305
|
};
|
|
3306
|
+
chat: {
|
|
3307
|
+
comingSoon: string;
|
|
3308
|
+
unlockHint: string;
|
|
3309
|
+
greeting: string;
|
|
3310
|
+
placeholder: string;
|
|
3311
|
+
confirm: string;
|
|
3312
|
+
typing: string;
|
|
3313
|
+
thinkingLong: string;
|
|
3314
|
+
reload: string;
|
|
3315
|
+
resend: string;
|
|
3316
|
+
time: {
|
|
3317
|
+
justNow: string;
|
|
3318
|
+
minutesAgo: string;
|
|
3319
|
+
hoursAgo: string;
|
|
3320
|
+
am: string;
|
|
3321
|
+
pm: string;
|
|
3322
|
+
};
|
|
3323
|
+
};
|
|
3162
3324
|
};
|
|
3163
3325
|
};
|
|
3164
3326
|
//# sourceMappingURL=translations.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../src/i18n/translations.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAYH,sBAAsB;AACtB,eAAO,MAAM,QAAQ,UAAU,CAAC;AAEhC;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../src/i18n/translations.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAYH,sBAAsB;AACtB,eAAO,MAAM,QAAQ,UAAU,CAAC;AAEhC;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAU7B,CAAC"}
|