@delon/theme 20.0.1 → 20.1.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/compact.css +1596 -616
- package/compact.min.css +1 -1
- package/dark.css +1598 -618
- package/dark.min.css +1 -1
- package/default.css +1598 -618
- package/default.min.css +1 -1
- package/fesm2022/layout-default.mjs +25 -25
- package/fesm2022/setting-drawer.mjs +10 -10
- package/fesm2022/setting-drawer.mjs.map +1 -1
- package/fesm2022/theme-btn.mjs +7 -7
- package/fesm2022/theme-btn.mjs.map +1 -1
- package/fesm2022/theme.mjs +484 -69
- package/fesm2022/theme.mjs.map +1 -1
- package/index.d.ts +11 -1
- package/layout-default/index.d.ts +2 -2
- package/layout-default/style/_aside.less +0 -1
- package/package.json +6 -6
- package/setting-drawer/index.d.ts +2 -2
- package/system/antd/_modal.less +1 -1
- package/theme-btn/index.d.ts +2 -2
- package/variable.css +1598 -618
- package/variable.min.css +1 -1
package/fesm2022/theme.mjs
CHANGED
|
@@ -124,10 +124,10 @@ class AlainI18nBaseService {
|
|
|
124
124
|
(Array.isArray(params) ? params : [params]).forEach((item, index) => (content = content.replace(new RegExp(`\\{\\s?${index}\\s?\\}`, 'g'), `${item}`)));
|
|
125
125
|
return content;
|
|
126
126
|
}
|
|
127
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
128
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
127
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: AlainI18nBaseService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
128
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: AlainI18nBaseService });
|
|
129
129
|
}
|
|
130
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
130
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: AlainI18nBaseService, decorators: [{
|
|
131
131
|
type: Injectable
|
|
132
132
|
}], ctorParameters: () => [] });
|
|
133
133
|
class AlainI18NServiceFake extends AlainI18nBaseService {
|
|
@@ -139,10 +139,10 @@ class AlainI18NServiceFake extends AlainI18nBaseService {
|
|
|
139
139
|
getLangs() {
|
|
140
140
|
return [];
|
|
141
141
|
}
|
|
142
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
143
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
142
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: AlainI18NServiceFake, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
143
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: AlainI18NServiceFake, providedIn: 'root' });
|
|
144
144
|
}
|
|
145
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
145
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: AlainI18NServiceFake, decorators: [{
|
|
146
146
|
type: Injectable,
|
|
147
147
|
args: [{ providedIn: 'root' }]
|
|
148
148
|
}] });
|
|
@@ -451,10 +451,10 @@ class MenuService {
|
|
|
451
451
|
this._change$.unsubscribe();
|
|
452
452
|
this.i18n$?.unsubscribe();
|
|
453
453
|
}
|
|
454
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
455
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
454
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MenuService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
455
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MenuService, providedIn: 'root' });
|
|
456
456
|
}
|
|
457
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
457
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MenuService, decorators: [{
|
|
458
458
|
type: Injectable,
|
|
459
459
|
args: [{ providedIn: 'root' }]
|
|
460
460
|
}], ctorParameters: () => [] });
|
|
@@ -550,10 +550,10 @@ class SettingsService {
|
|
|
550
550
|
getUser() {
|
|
551
551
|
return this._user;
|
|
552
552
|
}
|
|
553
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
554
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
553
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SettingsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
554
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SettingsService, providedIn: 'root' });
|
|
555
555
|
}
|
|
556
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
556
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SettingsService, decorators: [{
|
|
557
557
|
type: Injectable,
|
|
558
558
|
args: [{ providedIn: 'root' }]
|
|
559
559
|
}] });
|
|
@@ -602,10 +602,10 @@ class ResponsiveService {
|
|
|
602
602
|
clsMap.push(`${antColClass}-xxl-${paddingSpan(rule.xxl)}`);
|
|
603
603
|
return clsMap;
|
|
604
604
|
}
|
|
605
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
606
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
605
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: ResponsiveService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
606
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: ResponsiveService, providedIn: 'root' });
|
|
607
607
|
}
|
|
608
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
608
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: ResponsiveService, decorators: [{
|
|
609
609
|
type: Injectable,
|
|
610
610
|
args: [{ providedIn: 'root' }]
|
|
611
611
|
}], ctorParameters: () => [] });
|
|
@@ -691,10 +691,10 @@ class RTLService {
|
|
|
691
691
|
this.delon.set(name, { direction: this.dir });
|
|
692
692
|
});
|
|
693
693
|
}
|
|
694
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
695
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
694
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: RTLService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
695
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: RTLService, providedIn: 'root' });
|
|
696
696
|
}
|
|
697
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
697
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: RTLService, decorators: [{
|
|
698
698
|
type: Injectable,
|
|
699
699
|
args: [{ providedIn: 'root' }]
|
|
700
700
|
}], ctorParameters: () => [] });
|
|
@@ -826,10 +826,10 @@ class TitleService {
|
|
|
826
826
|
ngOnDestroy() {
|
|
827
827
|
this.tit$?.unsubscribe();
|
|
828
828
|
}
|
|
829
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
830
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
829
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: TitleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
830
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: TitleService, providedIn: 'root' });
|
|
831
831
|
}
|
|
832
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
832
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: TitleService, decorators: [{
|
|
833
833
|
type: Injectable,
|
|
834
834
|
args: [{ providedIn: 'root' }]
|
|
835
835
|
}], ctorParameters: () => [] });
|
|
@@ -839,10 +839,10 @@ class I18nPipe {
|
|
|
839
839
|
transform(key, params) {
|
|
840
840
|
return this.i18n.fanyi(key, params);
|
|
841
841
|
}
|
|
842
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
843
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.
|
|
842
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: I18nPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
843
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: I18nPipe, isStandalone: true, name: "i18n" });
|
|
844
844
|
}
|
|
845
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
845
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: I18nPipe, decorators: [{
|
|
846
846
|
type: Pipe,
|
|
847
847
|
args: [{ name: 'i18n' }]
|
|
848
848
|
}] });
|
|
@@ -857,10 +857,10 @@ class AlainI18NGuardService {
|
|
|
857
857
|
}
|
|
858
858
|
return of(true);
|
|
859
859
|
}
|
|
860
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
861
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
860
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: AlainI18NGuardService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
861
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: AlainI18NGuardService, providedIn: 'root' });
|
|
862
862
|
}
|
|
863
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
863
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: AlainI18NGuardService, decorators: [{
|
|
864
864
|
type: Injectable,
|
|
865
865
|
args: [{ providedIn: 'root' }]
|
|
866
866
|
}] });
|
|
@@ -1051,10 +1051,10 @@ class ModalHelper {
|
|
|
1051
1051
|
};
|
|
1052
1052
|
return this.create(comp, params, { ...options, modalOptions });
|
|
1053
1053
|
}
|
|
1054
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1055
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
1054
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: ModalHelper, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1055
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: ModalHelper, providedIn: 'root' });
|
|
1056
1056
|
}
|
|
1057
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1057
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: ModalHelper, decorators: [{
|
|
1058
1058
|
type: Injectable,
|
|
1059
1059
|
args: [{ providedIn: 'root' }]
|
|
1060
1060
|
}] });
|
|
@@ -1154,10 +1154,10 @@ class DrawerHelper {
|
|
|
1154
1154
|
};
|
|
1155
1155
|
return this.create(title, comp, params, { ...options, drawerOptions });
|
|
1156
1156
|
}
|
|
1157
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1158
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
1157
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: DrawerHelper, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1158
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: DrawerHelper, providedIn: 'root' });
|
|
1159
1159
|
}
|
|
1160
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1160
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: DrawerHelper, decorators: [{
|
|
1161
1161
|
type: Injectable,
|
|
1162
1162
|
args: [{ providedIn: 'root' }]
|
|
1163
1163
|
}] });
|
|
@@ -1304,10 +1304,10 @@ class _HttpClient {
|
|
|
1304
1304
|
// Make sure to always be asynchronous, see issues: https://github.com/ng-alain/ng-alain/issues/1954
|
|
1305
1305
|
delay(0), tap(() => this.push()), switchMap(() => this.http.request(method, url, options)), finalize(() => this.pop()));
|
|
1306
1306
|
}
|
|
1307
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1308
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
1307
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: _HttpClient, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1308
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: _HttpClient, providedIn: 'root' });
|
|
1309
1309
|
}
|
|
1310
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1310
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: _HttpClient, decorators: [{
|
|
1311
1311
|
type: Injectable,
|
|
1312
1312
|
args: [{ providedIn: 'root' }]
|
|
1313
1313
|
}], ctorParameters: () => [] });
|
|
@@ -1321,10 +1321,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.2", ngImpor
|
|
|
1321
1321
|
*/
|
|
1322
1322
|
class BaseApi {
|
|
1323
1323
|
injector = inject(Injector);
|
|
1324
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1325
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
1324
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: BaseApi, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1325
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: BaseApi });
|
|
1326
1326
|
}
|
|
1327
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1327
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: BaseApi, decorators: [{
|
|
1328
1328
|
type: Injectable
|
|
1329
1329
|
}] });
|
|
1330
1330
|
const paramKey = `__api_params`;
|
|
@@ -1668,10 +1668,10 @@ class DelonLocaleService {
|
|
|
1668
1668
|
getData(key) {
|
|
1669
1669
|
return (this._locale[key] || {});
|
|
1670
1670
|
}
|
|
1671
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1672
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
1671
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: DelonLocaleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1672
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: DelonLocaleService });
|
|
1673
1673
|
}
|
|
1674
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1674
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: DelonLocaleService, decorators: [{
|
|
1675
1675
|
type: Injectable
|
|
1676
1676
|
}], ctorParameters: () => [] });
|
|
1677
1677
|
function DELON_LOCALE_SERVICE_PROVIDER_FACTORY(exist) {
|
|
@@ -1684,11 +1684,11 @@ const DELON_LOCALE_SERVICE_PROVIDER = {
|
|
|
1684
1684
|
};
|
|
1685
1685
|
|
|
1686
1686
|
class DelonLocaleModule {
|
|
1687
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1688
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.
|
|
1689
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.
|
|
1687
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: DelonLocaleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1688
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: DelonLocaleModule });
|
|
1689
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: DelonLocaleModule, providers: [{ provide: DELON_LOCALE, useValue: zhCN }, DELON_LOCALE_SERVICE_PROVIDER] });
|
|
1690
1690
|
}
|
|
1691
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1691
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: DelonLocaleModule, decorators: [{
|
|
1692
1692
|
type: NgModule,
|
|
1693
1693
|
args: [{
|
|
1694
1694
|
providers: [{ provide: DELON_LOCALE, useValue: zhCN }, DELON_LOCALE_SERVICE_PROVIDER]
|
|
@@ -1778,6 +1778,89 @@ var enUS = {
|
|
|
1778
1778
|
}
|
|
1779
1779
|
};
|
|
1780
1780
|
|
|
1781
|
+
var zhHK = {
|
|
1782
|
+
abbr: 'zh-HK',
|
|
1783
|
+
exception: {
|
|
1784
|
+
403: '抱歉,你無權訪問該頁面',
|
|
1785
|
+
404: '抱歉,你訪問的頁面不存在',
|
|
1786
|
+
500: '抱歉,伺服器出錯了',
|
|
1787
|
+
backToHome: '返回主頁'
|
|
1788
|
+
},
|
|
1789
|
+
noticeIcon: {
|
|
1790
|
+
emptyText: '暫無數據',
|
|
1791
|
+
clearText: '清空'
|
|
1792
|
+
},
|
|
1793
|
+
reuseTab: {
|
|
1794
|
+
close: '關閉標籤',
|
|
1795
|
+
closeOther: '關閉其他標籤',
|
|
1796
|
+
closeRight: '關閉右側標籤',
|
|
1797
|
+
refresh: '重新整理'
|
|
1798
|
+
},
|
|
1799
|
+
tagSelect: {
|
|
1800
|
+
expand: '展開',
|
|
1801
|
+
collapse: '收合'
|
|
1802
|
+
},
|
|
1803
|
+
miniProgress: {
|
|
1804
|
+
target: '目標值:'
|
|
1805
|
+
},
|
|
1806
|
+
st: {
|
|
1807
|
+
total: '共 {{total}} 條',
|
|
1808
|
+
filterConfirm: '確定',
|
|
1809
|
+
filterReset: '重設'
|
|
1810
|
+
},
|
|
1811
|
+
sf: {
|
|
1812
|
+
submit: '提交',
|
|
1813
|
+
reset: '重設',
|
|
1814
|
+
search: '搜尋',
|
|
1815
|
+
edit: '儲存',
|
|
1816
|
+
addText: '新增',
|
|
1817
|
+
removeText: '移除',
|
|
1818
|
+
checkAllText: '全選',
|
|
1819
|
+
error: {
|
|
1820
|
+
'false schema': `布爾模式出錯`,
|
|
1821
|
+
$ref: `無法找到引用{ref}`,
|
|
1822
|
+
additionalItems: `不允許超過{limit}個元素`,
|
|
1823
|
+
additionalProperties: `不允許有額外的屬性`,
|
|
1824
|
+
anyOf: `數據應為 anyOf 所指定的其中一個`,
|
|
1825
|
+
dependencies: `應當擁有屬性{property}的依賴屬性{deps}`,
|
|
1826
|
+
enum: `應當是預設的枚舉值之一`,
|
|
1827
|
+
format: `格式不正確`,
|
|
1828
|
+
type: `類型應當是 {type}`,
|
|
1829
|
+
required: `必填項`,
|
|
1830
|
+
maxLength: `最多 {limit} 個字元`,
|
|
1831
|
+
minLength: `至少 {limit} 個字元以上`,
|
|
1832
|
+
minimum: `必須 {comparison}{limit}`,
|
|
1833
|
+
formatMinimum: `必須 {comparison}{limit}`,
|
|
1834
|
+
maximum: `必須 {comparison}{limit}`,
|
|
1835
|
+
formatMaximum: `必須 {comparison}{limit}`,
|
|
1836
|
+
maxItems: `不應多於 {limit} 個項目`,
|
|
1837
|
+
minItems: `不應少於 {limit} 個項目`,
|
|
1838
|
+
maxProperties: `不應多於 {limit} 個屬性`,
|
|
1839
|
+
minProperties: `不應少於 {limit} 個屬性`,
|
|
1840
|
+
multipleOf: `應當是 {multipleOf} 的整數倍`,
|
|
1841
|
+
not: `不應當匹配 "not" schema`,
|
|
1842
|
+
oneOf: `只能匹配一個 "oneOf" 中的 schema`,
|
|
1843
|
+
pattern: `數據格式不正確`,
|
|
1844
|
+
uniqueItems: `不應當含有重複項 (第 {j} 項與第 {i} 項是重複的)`,
|
|
1845
|
+
custom: `格式不正確`,
|
|
1846
|
+
propertyNames: `屬性名 "{propertyName}" 無效`,
|
|
1847
|
+
patternRequired: `應當有屬性匹配模式 {missingPattern}`,
|
|
1848
|
+
switch: `由於 {caseIndex} 失敗,未通過 "switch" 驗證`,
|
|
1849
|
+
const: `應當等於常量`,
|
|
1850
|
+
contains: `應當包含一個有效項目`,
|
|
1851
|
+
formatExclusiveMaximum: `formatExclusiveMaximum 應當是布爾值`,
|
|
1852
|
+
formatExclusiveMinimum: `formatExclusiveMinimum 應當是布爾值`,
|
|
1853
|
+
if: `應當匹配模式 "{failingKeyword}"`
|
|
1854
|
+
}
|
|
1855
|
+
},
|
|
1856
|
+
onboarding: {
|
|
1857
|
+
skip: `跳過`,
|
|
1858
|
+
prev: `上一項`,
|
|
1859
|
+
next: `下一項`,
|
|
1860
|
+
done: `完成`
|
|
1861
|
+
}
|
|
1862
|
+
};
|
|
1863
|
+
|
|
1781
1864
|
var zhTW = {
|
|
1782
1865
|
abbr: 'zh-TW',
|
|
1783
1866
|
exception: {
|
|
@@ -2654,8 +2737,8 @@ var itIT = {
|
|
|
2654
2737
|
}
|
|
2655
2738
|
};
|
|
2656
2739
|
|
|
2657
|
-
var
|
|
2658
|
-
abbr: 'vi-
|
|
2740
|
+
var viVN = {
|
|
2741
|
+
abbr: 'vi-VN',
|
|
2659
2742
|
exception: {
|
|
2660
2743
|
403: `Xin lỗi, bạn không có quyền truy cập vào trang này`,
|
|
2661
2744
|
404: `Xin lỗi, trang bạn truy cập không tồn tại`,
|
|
@@ -2820,6 +2903,338 @@ var arSA = {
|
|
|
2820
2903
|
}
|
|
2821
2904
|
};
|
|
2822
2905
|
|
|
2906
|
+
var idID = {
|
|
2907
|
+
abbr: 'id-ID',
|
|
2908
|
+
exception: {
|
|
2909
|
+
403: `Maaf, Anda tidak memiliki akses ke halaman ini`,
|
|
2910
|
+
404: `Maaf, halaman yang Anda kunjungi tidak ada`,
|
|
2911
|
+
500: `Maaf, server melaporkan kesalahan`,
|
|
2912
|
+
backToHome: 'Kembali ke Beranda'
|
|
2913
|
+
},
|
|
2914
|
+
noticeIcon: {
|
|
2915
|
+
emptyText: 'Tidak ada data',
|
|
2916
|
+
clearText: 'Bersihkan'
|
|
2917
|
+
},
|
|
2918
|
+
reuseTab: {
|
|
2919
|
+
close: 'Tutup tab',
|
|
2920
|
+
closeOther: 'Tutup tab lainnya',
|
|
2921
|
+
closeRight: 'Tutup tab di sebelah kanan',
|
|
2922
|
+
refresh: 'Segarkan'
|
|
2923
|
+
},
|
|
2924
|
+
tagSelect: {
|
|
2925
|
+
expand: 'Perluas',
|
|
2926
|
+
collapse: 'Ciutkan'
|
|
2927
|
+
},
|
|
2928
|
+
miniProgress: {
|
|
2929
|
+
target: 'Target: '
|
|
2930
|
+
},
|
|
2931
|
+
st: {
|
|
2932
|
+
total: '{{range[0]}} - {{range[1]}} dari {{total}}',
|
|
2933
|
+
filterConfirm: 'OK',
|
|
2934
|
+
filterReset: 'Atur ulang'
|
|
2935
|
+
},
|
|
2936
|
+
sf: {
|
|
2937
|
+
submit: 'Kirim',
|
|
2938
|
+
reset: 'Atur ulang',
|
|
2939
|
+
search: 'Cari',
|
|
2940
|
+
edit: 'Simpan',
|
|
2941
|
+
addText: 'Tambah',
|
|
2942
|
+
removeText: 'Hapus',
|
|
2943
|
+
checkAllText: 'Pilih semua',
|
|
2944
|
+
error: {
|
|
2945
|
+
'false schema': `Skema boolean salah`,
|
|
2946
|
+
$ref: `Tidak dapat menyelesaikan referensi {ref}`,
|
|
2947
|
+
additionalItems: `Tidak boleh memiliki lebih dari {limit} item`,
|
|
2948
|
+
additionalProperties: `Tidak boleh memiliki properti tambahan`,
|
|
2949
|
+
anyOf: `Harus cocok dengan salah satu skema di "anyOf"`,
|
|
2950
|
+
dependencies: `harus memiliki properti {deps} ketika properti {property} ada`,
|
|
2951
|
+
enum: `Harus sama dengan salah satu nilai yang telah ditentukan`,
|
|
2952
|
+
format: `Harus sesuai dengan format "{format}"`,
|
|
2953
|
+
type: `Harus berupa {type}`,
|
|
2954
|
+
required: `Diperlukan`,
|
|
2955
|
+
maxLength: `Tidak boleh lebih panjang dari {limit} karakter`,
|
|
2956
|
+
minLength: `Tidak boleh lebih pendek dari {limit} karakter`,
|
|
2957
|
+
minimum: `Harus {comparison} {limit}`,
|
|
2958
|
+
formatMinimum: `Harus {comparison} {limit}`,
|
|
2959
|
+
maximum: `Harus {comparison} {limit}`,
|
|
2960
|
+
formatMaximum: `Harus {comparison} {limit}`,
|
|
2961
|
+
maxItems: `Tidak boleh memiliki lebih dari {limit} item`,
|
|
2962
|
+
minItems: `Tidak boleh memiliki kurang dari {limit} item`,
|
|
2963
|
+
maxProperties: `Tidak boleh memiliki lebih dari {limit} properti`,
|
|
2964
|
+
minProperties: `Tidak boleh memiliki kurang dari {limit} properti`,
|
|
2965
|
+
multipleOf: `Harus kelipatan dari {multipleOf}`,
|
|
2966
|
+
not: `Tidak boleh valid menurut skema dalam "not"`,
|
|
2967
|
+
oneOf: `Harus cocok dengan tepat satu skema dalam "oneOf"`,
|
|
2968
|
+
pattern: `Harus cocok dengan pola "{pattern}"`,
|
|
2969
|
+
uniqueItems: `Tidak boleh memiliki item duplikat (item ## {j} dan {i} identik)`,
|
|
2970
|
+
custom: `Harus sesuai dengan format`,
|
|
2971
|
+
propertyNames: `Nama properti "{propertyName}" tidak valid`,
|
|
2972
|
+
patternRequired: `Harus memiliki properti yang cocok dengan pola "{missingPattern}"`,
|
|
2973
|
+
switch: `Harus lulus validasi kata kunci "switch", kasus {caseIndex} gagal`,
|
|
2974
|
+
const: `Harus sama dengan konstanta`,
|
|
2975
|
+
contains: `Harus berisi item yang valid`,
|
|
2976
|
+
formatExclusiveMaximum: `formatExclusiveMaximum harus berupa boolean`,
|
|
2977
|
+
formatExclusiveMinimum: `formatExclusiveMinimum harus berupa boolean`,
|
|
2978
|
+
if: `Harus cocok dengan skema "{failingKeyword}"`
|
|
2979
|
+
}
|
|
2980
|
+
},
|
|
2981
|
+
onboarding: {
|
|
2982
|
+
skip: `Lewati`,
|
|
2983
|
+
prev: `Sebelumnya`,
|
|
2984
|
+
next: `Berikutnya`,
|
|
2985
|
+
done: `Selesai`
|
|
2986
|
+
}
|
|
2987
|
+
};
|
|
2988
|
+
|
|
2989
|
+
var kmKH = {
|
|
2990
|
+
abbr: 'km-KH',
|
|
2991
|
+
exception: {
|
|
2992
|
+
403: `សូមអភ័យទោស អ្នកមិនមានសិទ្ធិចូលទំព័រនេះទេ`,
|
|
2993
|
+
404: `សូមអភ័យទោស ទំព័រដែលអ្នកចូលមិនមានទេ`,
|
|
2994
|
+
500: `សូមអភ័យទោស ម៉ាស៊ីនមេកំពុងរាយការណ៍កំហុស`,
|
|
2995
|
+
backToHome: 'ត្រឡប់ទៅទំព័រដើម'
|
|
2996
|
+
},
|
|
2997
|
+
noticeIcon: {
|
|
2998
|
+
emptyText: 'គ្មានទិន្នន័យ',
|
|
2999
|
+
clearText: 'សម្អាត'
|
|
3000
|
+
},
|
|
3001
|
+
reuseTab: {
|
|
3002
|
+
close: 'បិទផ្ទាំង',
|
|
3003
|
+
closeOther: 'បិទផ្ទាំងផ្សេងទៀត',
|
|
3004
|
+
closeRight: 'បិទផ្ទាំងខាងស្ដាំ',
|
|
3005
|
+
refresh: 'ផ្ទុកឡើងវិញ'
|
|
3006
|
+
},
|
|
3007
|
+
tagSelect: {
|
|
3008
|
+
expand: 'ពង្រីក',
|
|
3009
|
+
collapse: 'បង្រួម'
|
|
3010
|
+
},
|
|
3011
|
+
miniProgress: {
|
|
3012
|
+
target: 'គោលដៅ៖ '
|
|
3013
|
+
},
|
|
3014
|
+
st: {
|
|
3015
|
+
total: '{{range[0]}} - {{range[1]}} នៃ {{total}}',
|
|
3016
|
+
filterConfirm: 'យល់ព្រម',
|
|
3017
|
+
filterReset: 'កំណត់ឡើងវិញ'
|
|
3018
|
+
},
|
|
3019
|
+
sf: {
|
|
3020
|
+
submit: 'ដាក់ស្នើ',
|
|
3021
|
+
reset: 'កំណត់ឡើងវិញ',
|
|
3022
|
+
search: 'ស្វែងរក',
|
|
3023
|
+
edit: 'រក្សាទុក',
|
|
3024
|
+
addText: 'បន្ថែម',
|
|
3025
|
+
removeText: 'លុបចេញ',
|
|
3026
|
+
checkAllText: 'ពិនិត្យទាំងអស់',
|
|
3027
|
+
error: {
|
|
3028
|
+
'false schema': `ស្កីម៉ាមិនត្រឹមត្រូវទេ`,
|
|
3029
|
+
$ref: `មិនអាចដោះស្រាយយោង {ref} បានទេ`,
|
|
3030
|
+
additionalItems: `មិនគួរមានធាតុលើស {limit}`,
|
|
3031
|
+
additionalProperties: `មិនគួរមានលក្ខណៈបន្ថែមទេ`,
|
|
3032
|
+
anyOf: `ត្រូវតែត្រូវនឹងស្កីម៉ាណាមួយក្នុង "anyOf"`,
|
|
3033
|
+
dependencies: `ត្រូវមានលក្ខណៈ {deps} នៅពេលដែលមានលក្ខណៈ {property}`,
|
|
3034
|
+
enum: `ត្រូវតែស្មើនឹងតម្លៃដែលបានកំណត់ជាមុន`,
|
|
3035
|
+
format: `ត្រូវតែស្របនឹងទ្រង់ទ្រាយ "{format}"`,
|
|
3036
|
+
type: `ត្រូវតែជា {type}`,
|
|
3037
|
+
required: `ត្រូវការបំពេញ`,
|
|
3038
|
+
maxLength: `មិនគួរលើសពី {limit} តួអក្សរ`,
|
|
3039
|
+
minLength: `មិនគួរតិចជាង {limit} តួអក្សរ`,
|
|
3040
|
+
minimum: `ត្រូវជា {comparison} {limit}`,
|
|
3041
|
+
formatMinimum: `ត្រូវជា {comparison} {limit}`,
|
|
3042
|
+
maximum: `ត្រូវជា {comparison} {limit}`,
|
|
3043
|
+
formatMaximum: `ត្រូវជា {comparison} {limit}`,
|
|
3044
|
+
maxItems: `មិនគួរមានធាតុលើសពី {limit}`,
|
|
3045
|
+
minItems: `មិនគួរមានធាតុតិចជាង {limit}`,
|
|
3046
|
+
maxProperties: `មិនគួរមានលក្ខណៈលើសពី {limit}`,
|
|
3047
|
+
minProperties: `មិនគួរមានលក្ខណៈតិចជាង {limit}`,
|
|
3048
|
+
multipleOf: `ត្រូវជាចំនួនគុណនៃ {multipleOf}`,
|
|
3049
|
+
not: `មិនគួរត្រូវនឹងស្កីម៉ានៅក្នុង "not" ទេ`,
|
|
3050
|
+
oneOf: `ត្រូវតែត្រូវតែមួយស្កីម៉ានៅក្នុង "oneOf" ប៉ុណ្ណោះ`,
|
|
3051
|
+
pattern: `ត្រូវតែត្រូវនឹងលំនាំ "{pattern}"`,
|
|
3052
|
+
uniqueItems: `មិនគួរមានធាតុស្ទួន (ធាតុ ## {j} និង {i} ដូចគ្នា)`,
|
|
3053
|
+
custom: `ត្រូវតែស្របនឹងទ្រង់ទ្រាយ`,
|
|
3054
|
+
propertyNames: `ឈ្មោះលក្ខណៈ "{propertyName}" មិនត្រឹមត្រូវទេ`,
|
|
3055
|
+
patternRequired: `ត្រូវមានលក្ខណៈដែលត្រូវនឹងលំនាំ "{missingPattern}"`,
|
|
3056
|
+
switch: `មិនជោគជ័យក្នុងការផ្ទៀងផ្ទាត់តាមពាក្យគន្លឹះ "switch" ករណី {caseIndex} បរាជ័យ`,
|
|
3057
|
+
const: `ត្រូវស្មើនឹងតម្លៃថេរ`,
|
|
3058
|
+
contains: `ត្រូវមានធាតុត្រឹមត្រូវមួយ`,
|
|
3059
|
+
formatExclusiveMaximum: `formatExclusiveMaximum ត្រូវជាប៊ូលីន`,
|
|
3060
|
+
formatExclusiveMinimum: `formatExclusiveMinimum ត្រូវជាប៊ូលីន`,
|
|
3061
|
+
if: `ត្រូវតែត្រូវនឹងស្កីម៉ា "{failingKeyword}"`
|
|
3062
|
+
}
|
|
3063
|
+
},
|
|
3064
|
+
onboarding: {
|
|
3065
|
+
skip: `រំលង`,
|
|
3066
|
+
prev: `ថយក្រោយ`,
|
|
3067
|
+
next: `បន្ទាប់`,
|
|
3068
|
+
done: `រួចរាល់`
|
|
3069
|
+
}
|
|
3070
|
+
};
|
|
3071
|
+
|
|
3072
|
+
var msMY = {
|
|
3073
|
+
abbr: 'ms-MY',
|
|
3074
|
+
exception: {
|
|
3075
|
+
403: `Maaf, anda tidak mempunyai akses ke halaman ini`,
|
|
3076
|
+
404: `Maaf, halaman yang anda lawati tidak wujud`,
|
|
3077
|
+
500: `Maaf, pelayan melaporkan ralat`,
|
|
3078
|
+
backToHome: 'Kembali ke Laman Utama'
|
|
3079
|
+
},
|
|
3080
|
+
noticeIcon: {
|
|
3081
|
+
emptyText: 'Tiada data',
|
|
3082
|
+
clearText: 'Padam'
|
|
3083
|
+
},
|
|
3084
|
+
reuseTab: {
|
|
3085
|
+
close: 'Tutup tab',
|
|
3086
|
+
closeOther: 'Tutup tab lain',
|
|
3087
|
+
closeRight: 'Tutup tab di sebelah kanan',
|
|
3088
|
+
refresh: 'Segar semula'
|
|
3089
|
+
},
|
|
3090
|
+
tagSelect: {
|
|
3091
|
+
expand: 'Kembangkan',
|
|
3092
|
+
collapse: 'Lipat'
|
|
3093
|
+
},
|
|
3094
|
+
miniProgress: {
|
|
3095
|
+
target: 'Sasaran: '
|
|
3096
|
+
},
|
|
3097
|
+
st: {
|
|
3098
|
+
total: '{{range[0]}} - {{range[1]}} daripada {{total}}',
|
|
3099
|
+
filterConfirm: 'OK',
|
|
3100
|
+
filterReset: 'Set Semula'
|
|
3101
|
+
},
|
|
3102
|
+
sf: {
|
|
3103
|
+
submit: 'Hantar',
|
|
3104
|
+
reset: 'Set Semula',
|
|
3105
|
+
search: 'Cari',
|
|
3106
|
+
edit: 'Simpan',
|
|
3107
|
+
addText: 'Tambah',
|
|
3108
|
+
removeText: 'Padam',
|
|
3109
|
+
checkAllText: 'Tanda semua',
|
|
3110
|
+
error: {
|
|
3111
|
+
'false schema': `Skema boolean adalah palsu`,
|
|
3112
|
+
$ref: `Tidak dapat menyelesaikan rujukan {ref}`,
|
|
3113
|
+
additionalItems: `Tidak sepatutnya mempunyai lebih daripada {limit} item`,
|
|
3114
|
+
additionalProperties: `Tidak sepatutnya mempunyai sifat tambahan`,
|
|
3115
|
+
anyOf: `Perlu sepadan dengan beberapa skema dalam "anyOf"`,
|
|
3116
|
+
dependencies: `Perlu mempunyai sifat {deps} apabila sifat {property} wujud`,
|
|
3117
|
+
enum: `Perlu sama dengan salah satu nilai yang telah ditetapkan`,
|
|
3118
|
+
format: `Perlu sepadan dengan format "{format}"`,
|
|
3119
|
+
type: `Perlu menjadi {type}`,
|
|
3120
|
+
required: `Diperlukan`,
|
|
3121
|
+
maxLength: `Tidak boleh lebih panjang daripada {limit} aksara`,
|
|
3122
|
+
minLength: `Tidak boleh lebih pendek daripada {limit} aksara`,
|
|
3123
|
+
minimum: `Perlu {comparison} {limit}`,
|
|
3124
|
+
formatMinimum: `Perlu {comparison} {limit}`,
|
|
3125
|
+
maximum: `Perlu {comparison} {limit}`,
|
|
3126
|
+
formatMaximum: `Perlu {comparison} {limit}`,
|
|
3127
|
+
maxItems: `Tidak boleh mempunyai lebih daripada {limit} item`,
|
|
3128
|
+
minItems: `Tidak boleh mempunyai kurang daripada {limit} item`,
|
|
3129
|
+
maxProperties: `Tidak boleh mempunyai lebih daripada {limit} sifat`,
|
|
3130
|
+
minProperties: `Tidak boleh mempunyai kurang daripada {limit} sifat`,
|
|
3131
|
+
multipleOf: `Perlu menjadi gandaan bagi {multipleOf}`,
|
|
3132
|
+
not: `Tidak sepatutnya sah mengikut skema dalam "not"`,
|
|
3133
|
+
oneOf: `Perlu sepadan tepat dengan satu skema dalam "oneOf"`,
|
|
3134
|
+
pattern: `Perlu sepadan dengan corak "{pattern}"`,
|
|
3135
|
+
uniqueItems: `Tidak boleh mempunyai item yang sama (item ## {j} dan {i} adalah sama)`,
|
|
3136
|
+
custom: `Perlu sepadan dengan format`,
|
|
3137
|
+
propertyNames: `Nama sifat "{propertyName}" tidak sah`,
|
|
3138
|
+
patternRequired: `Perlu mempunyai sifat yang sepadan dengan corak "{missingPattern}"`,
|
|
3139
|
+
switch: `Perlu melepasi pengesahan kata kunci "switch", kes {caseIndex} gagal`,
|
|
3140
|
+
const: `Perlu sama dengan nilai tetap`,
|
|
3141
|
+
contains: `Perlu mengandungi item yang sah`,
|
|
3142
|
+
formatExclusiveMaximum: `formatExclusiveMaximum mesti boolean`,
|
|
3143
|
+
formatExclusiveMinimum: `formatExclusiveMinimum mesti boolean`,
|
|
3144
|
+
if: `Perlu sepadan dengan skema "{failingKeyword}"`
|
|
3145
|
+
}
|
|
3146
|
+
},
|
|
3147
|
+
onboarding: {
|
|
3148
|
+
skip: `Langkau`,
|
|
3149
|
+
prev: `Sebelum`,
|
|
3150
|
+
next: `Seterusnya`,
|
|
3151
|
+
done: `Selesai`
|
|
3152
|
+
}
|
|
3153
|
+
};
|
|
3154
|
+
|
|
3155
|
+
var thTH = {
|
|
3156
|
+
abbr: 'th-TH',
|
|
3157
|
+
exception: {
|
|
3158
|
+
403: `ขอโทษค่ะ คุณไม่มีสิทธิ์เข้าถึงหน้านี้`,
|
|
3159
|
+
404: `ขอโทษค่ะ หน้าที่คุณเข้าชมไม่มีอยู่`,
|
|
3160
|
+
500: `ขอโทษค่ะ เซิร์ฟเวอร์รายงานข้อผิดพลาด`,
|
|
3161
|
+
backToHome: 'กลับไปหน้าหลัก'
|
|
3162
|
+
},
|
|
3163
|
+
noticeIcon: {
|
|
3164
|
+
emptyText: 'ไม่มีข้อมูล',
|
|
3165
|
+
clearText: 'ล้างข้อมูล'
|
|
3166
|
+
},
|
|
3167
|
+
reuseTab: {
|
|
3168
|
+
close: 'ปิดแท็บ',
|
|
3169
|
+
closeOther: 'ปิดแท็บอื่น',
|
|
3170
|
+
closeRight: 'ปิดแท็บทางขวา',
|
|
3171
|
+
refresh: 'รีเฟรช'
|
|
3172
|
+
},
|
|
3173
|
+
tagSelect: {
|
|
3174
|
+
expand: 'ขยาย',
|
|
3175
|
+
collapse: 'ย่อ'
|
|
3176
|
+
},
|
|
3177
|
+
miniProgress: {
|
|
3178
|
+
target: 'เป้าหมาย: '
|
|
3179
|
+
},
|
|
3180
|
+
st: {
|
|
3181
|
+
total: '{{range[0]}} - {{range[1]}} จาก {{total}}',
|
|
3182
|
+
filterConfirm: 'ตกลง',
|
|
3183
|
+
filterReset: 'รีเซ็ต'
|
|
3184
|
+
},
|
|
3185
|
+
sf: {
|
|
3186
|
+
submit: 'ส่งข้อมูล',
|
|
3187
|
+
reset: 'รีเซ็ต',
|
|
3188
|
+
search: 'ค้นหา',
|
|
3189
|
+
edit: 'บันทึก',
|
|
3190
|
+
addText: 'เพิ่ม',
|
|
3191
|
+
removeText: 'ลบ',
|
|
3192
|
+
checkAllText: 'เลือกทั้งหมด',
|
|
3193
|
+
error: {
|
|
3194
|
+
'false schema': `สคีมาแบบบูลีนเป็นเท็จ`,
|
|
3195
|
+
$ref: `ไม่สามารถแก้ไขการอ้างอิง {ref} ได้`,
|
|
3196
|
+
additionalItems: `ไม่ควรมีมากกว่า {limit} รายการ`,
|
|
3197
|
+
additionalProperties: `ไม่ควรมีคุณสมบัติเพิ่มเติม`,
|
|
3198
|
+
anyOf: `ควรตรงกับบางสคีมาใน "anyOf"`,
|
|
3199
|
+
dependencies: `ควรมีคุณสมบัติ {deps} เมื่อมีคุณสมบัติ {property}`,
|
|
3200
|
+
enum: `ควรมีค่าเท่ากับค่าที่กำหนดไว้ล่วงหน้า`,
|
|
3201
|
+
format: `ควรตรงกับรูปแบบ "{format}"`,
|
|
3202
|
+
type: `ควรเป็น {type}`,
|
|
3203
|
+
required: `จำเป็นต้องกรอก`,
|
|
3204
|
+
maxLength: `ไม่ควรยาวเกิน {limit} ตัวอักษร`,
|
|
3205
|
+
minLength: `ไม่ควรสั้นกว่า {limit} ตัวอักษร`,
|
|
3206
|
+
minimum: `ควรเป็น {comparison} {limit}`,
|
|
3207
|
+
formatMinimum: `ควรเป็น {comparison} {limit}`,
|
|
3208
|
+
maximum: `ควรเป็น {comparison} {limit}`,
|
|
3209
|
+
formatMaximum: `ควรเป็น {comparison} {limit}`,
|
|
3210
|
+
maxItems: `ไม่ควรมีมากกว่า {limit} รายการ`,
|
|
3211
|
+
minItems: `ไม่ควรมีน้อยกว่า {limit} รายการ`,
|
|
3212
|
+
maxProperties: `ไม่ควรมีมากกว่า {limit} คุณสมบัติ`,
|
|
3213
|
+
minProperties: `ไม่ควรมีน้อยกว่า {limit} คุณสมบัติ`,
|
|
3214
|
+
multipleOf: `ควรเป็นผลคูณของ {multipleOf}`,
|
|
3215
|
+
not: `ไม่ควรถูกต้องตามสคีมาใน "not"`,
|
|
3216
|
+
oneOf: `ควรตรงกับเพียงหนึ่งสคีมาใน "oneOf"`,
|
|
3217
|
+
pattern: `ควรตรงกับรูปแบบ "{pattern}"`,
|
|
3218
|
+
uniqueItems: `ไม่ควรมีรายการซ้ำกัน (รายการ ## {j} และ {i} เหมือนกัน)`,
|
|
3219
|
+
custom: `ควรตรงกับรูปแบบ`,
|
|
3220
|
+
propertyNames: `ชื่อคุณสมบัติ "{propertyName}" ไม่ถูกต้อง`,
|
|
3221
|
+
patternRequired: `ควรมีคุณสมบัติที่ตรงกับรูปแบบ "{missingPattern}"`,
|
|
3222
|
+
switch: `ควรผ่านการตรวจสอบคำสำคัญ "switch" กรณี {caseIndex} ล้มเหลว`,
|
|
3223
|
+
const: `ควรเท่ากับค่าคงที่`,
|
|
3224
|
+
contains: `ควรมีรายการที่ถูกต้อง`,
|
|
3225
|
+
formatExclusiveMaximum: `formatExclusiveMaximum ควรเป็นบูลีน`,
|
|
3226
|
+
formatExclusiveMinimum: `formatExclusiveMinimum ควรเป็นบูลีน`,
|
|
3227
|
+
if: `ควรตรงกับสคีมา "{failingKeyword}"`
|
|
3228
|
+
}
|
|
3229
|
+
},
|
|
3230
|
+
onboarding: {
|
|
3231
|
+
skip: `ข้าม`,
|
|
3232
|
+
prev: `ก่อนหน้า`,
|
|
3233
|
+
next: `ถัดไป`,
|
|
3234
|
+
done: `เสร็จสิ้น`
|
|
3235
|
+
}
|
|
3236
|
+
};
|
|
3237
|
+
|
|
2823
3238
|
class DatePipe {
|
|
2824
3239
|
nzI18n = inject(NzI18nService);
|
|
2825
3240
|
cog = inject(AlainConfigService).get('themePipe');
|
|
@@ -2830,10 +3245,10 @@ class DatePipe {
|
|
|
2830
3245
|
customFormat: this.cog?.dateFormatCustom
|
|
2831
3246
|
});
|
|
2832
3247
|
}
|
|
2833
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2834
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.
|
|
3248
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: DatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
3249
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: DatePipe, isStandalone: true, name: "_date" });
|
|
2835
3250
|
}
|
|
2836
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3251
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: DatePipe, decorators: [{
|
|
2837
3252
|
type: Pipe,
|
|
2838
3253
|
args: [{ name: '_date' }]
|
|
2839
3254
|
}] });
|
|
@@ -2849,10 +3264,10 @@ class KeysPipe {
|
|
|
2849
3264
|
});
|
|
2850
3265
|
return ret;
|
|
2851
3266
|
}
|
|
2852
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2853
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.
|
|
3267
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: KeysPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
3268
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: KeysPipe, isStandalone: true, name: "keys" });
|
|
2854
3269
|
}
|
|
2855
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3270
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: KeysPipe, decorators: [{
|
|
2856
3271
|
type: Pipe,
|
|
2857
3272
|
args: [{ name: 'keys' }]
|
|
2858
3273
|
}] });
|
|
@@ -2887,10 +3302,10 @@ class YNPipe {
|
|
|
2887
3302
|
const html = yn(value, { yes, no, mode });
|
|
2888
3303
|
return isSafeHtml ? this.dom.bypassSecurityTrustHtml(html) : html;
|
|
2889
3304
|
}
|
|
2890
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2891
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.
|
|
3305
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: YNPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
3306
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: YNPipe, isStandalone: true, name: "yn" });
|
|
2892
3307
|
}
|
|
2893
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3308
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: YNPipe, decorators: [{
|
|
2894
3309
|
type: Pipe,
|
|
2895
3310
|
args: [{ name: 'yn' }]
|
|
2896
3311
|
}] });
|
|
@@ -2900,10 +3315,10 @@ class HTMLPipe {
|
|
|
2900
3315
|
transform(html) {
|
|
2901
3316
|
return html ? this.dom.bypassSecurityTrustHtml(html) : '';
|
|
2902
3317
|
}
|
|
2903
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2904
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.
|
|
3318
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: HTMLPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
3319
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: HTMLPipe, isStandalone: true, name: "html" });
|
|
2905
3320
|
}
|
|
2906
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3321
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: HTMLPipe, decorators: [{
|
|
2907
3322
|
type: Pipe,
|
|
2908
3323
|
args: [{ name: 'html' }]
|
|
2909
3324
|
}] });
|
|
@@ -2913,10 +3328,10 @@ class URLPipe {
|
|
|
2913
3328
|
transform(url) {
|
|
2914
3329
|
return url ? this.dom.bypassSecurityTrustUrl(url) : '';
|
|
2915
3330
|
}
|
|
2916
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2917
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.
|
|
3331
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: URLPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
3332
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: URLPipe, isStandalone: true, name: "url" });
|
|
2918
3333
|
}
|
|
2919
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3334
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: URLPipe, decorators: [{
|
|
2920
3335
|
type: Pipe,
|
|
2921
3336
|
args: [{ name: 'url' }]
|
|
2922
3337
|
}] });
|
|
@@ -2943,11 +3358,11 @@ class AlainThemeModule {
|
|
|
2943
3358
|
providers: HELPERS
|
|
2944
3359
|
};
|
|
2945
3360
|
}
|
|
2946
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2947
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.
|
|
2948
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.
|
|
3361
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: AlainThemeModule, deps: [{ token: i1.NzIconService }], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3362
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: AlainThemeModule, imports: [CommonModule, RouterModule, OverlayModule, NzI18nModule, DatePipe, KeysPipe, YNPipe, I18nPipe, HTMLPipe, URLPipe], exports: [DatePipe, KeysPipe, YNPipe, I18nPipe, HTMLPipe, URLPipe, DelonLocaleModule] });
|
|
3363
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: AlainThemeModule, providers: [ALAIN_SETTING_DEFAULT], imports: [CommonModule, RouterModule, OverlayModule, NzI18nModule, DelonLocaleModule] });
|
|
2949
3364
|
}
|
|
2950
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3365
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: AlainThemeModule, decorators: [{
|
|
2951
3366
|
type: NgModule,
|
|
2952
3367
|
args: [{
|
|
2953
3368
|
imports: [CommonModule, RouterModule, OverlayModule, NzI18nModule, ...PIPES],
|
|
@@ -3011,11 +3426,11 @@ class PreloadOptionalModules {
|
|
|
3011
3426
|
}
|
|
3012
3427
|
}
|
|
3013
3428
|
|
|
3014
|
-
const VERSION = new Version('20.0
|
|
3429
|
+
const VERSION = new Version('20.1.0');
|
|
3015
3430
|
|
|
3016
3431
|
/**
|
|
3017
3432
|
* Generated bundle index. Do not edit.
|
|
3018
3433
|
*/
|
|
3019
3434
|
|
|
3020
|
-
export { ALAIN_I18N_TOKEN, ALAIN_SETTING_DEFAULT, ALAIN_SETTING_KEYS, AlainI18NGuardService, AlainI18NServiceFake, AlainI18nBaseService, AlainThemeModule, BaseApi, BaseHeaders, BaseUrl, Body, CUSTOM_ERROR, DELETE, DELON_LOCALE, DELON_LOCALE_SERVICE_PROVIDER, DELON_LOCALE_SERVICE_PROVIDER_FACTORY, DatePipe, DelonLocaleModule, DelonLocaleService, DrawerHelper, FORM, GET, HEAD, HTMLPipe, HTML_DIR, Headers, I18nPipe, IGNORE_BASE_URL, JSONP, KeysPipe, LTR, MenuService, ModalHelper, OPTIONS, PATCH, POST, PUT, Path, Payload, PreloadOptionalModules, Query, RAW_BODY, REP_MAX, RTL, RTLService, RTL_DELON_COMPONENTS, RTL_DIRECTION, RTL_NZ_COMPONENTS, ResponsiveService, SPAN_MAX, SettingsService, TitleService, URLPipe, VERSION, YNPipe, _HttpClient, alainI18nCanActivate, alainI18nCanActivateChild, arSA as ar_SA, elGR as el_GR, enUS as en_US, esES as es_ES, frFR as fr_FR, hrHR as hr_HR, itIT as it_IT, jaJP as ja_JP, koKR as ko_KR, plPL as pl_PL, provideAlain, slSI as sl_SI, stepPreloader, trTR as tr_TR,
|
|
3435
|
+
export { ALAIN_I18N_TOKEN, ALAIN_SETTING_DEFAULT, ALAIN_SETTING_KEYS, AlainI18NGuardService, AlainI18NServiceFake, AlainI18nBaseService, AlainThemeModule, BaseApi, BaseHeaders, BaseUrl, Body, CUSTOM_ERROR, DELETE, DELON_LOCALE, DELON_LOCALE_SERVICE_PROVIDER, DELON_LOCALE_SERVICE_PROVIDER_FACTORY, DatePipe, DelonLocaleModule, DelonLocaleService, DrawerHelper, FORM, GET, HEAD, HTMLPipe, HTML_DIR, Headers, I18nPipe, IGNORE_BASE_URL, JSONP, KeysPipe, LTR, MenuService, ModalHelper, OPTIONS, PATCH, POST, PUT, Path, Payload, PreloadOptionalModules, Query, RAW_BODY, REP_MAX, RTL, RTLService, RTL_DELON_COMPONENTS, RTL_DIRECTION, RTL_NZ_COMPONENTS, ResponsiveService, SPAN_MAX, SettingsService, TitleService, URLPipe, VERSION, YNPipe, _HttpClient, alainI18nCanActivate, alainI18nCanActivateChild, arSA as ar_SA, elGR as el_GR, enUS as en_US, esES as es_ES, frFR as fr_FR, hrHR as hr_HR, idID as id_ID, itIT as it_IT, jaJP as ja_JP, kmKH as km_KH, koKR as ko_KR, msMY as ms_MY, plPL as pl_PL, provideAlain, slSI as sl_SI, stepPreloader, thTH as th_TH, trTR as tr_TR, viVN as vi_VN, yn, zhCN as zh_CN, zhHK as zh_HK, zhTW as zh_TW };
|
|
3021
3436
|
//# sourceMappingURL=theme.mjs.map
|