@delon/theme 12.2.3 → 12.3.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/fesm2015/theme.js CHANGED
@@ -1223,8 +1223,8 @@ var elGR = {
1223
1223
  }
1224
1224
  },
1225
1225
  onboarding: {
1226
- skip: `Παραλείπω`,
1227
- prev: `Προηγ`,
1226
+ skip: `Παράλειψη`,
1227
+ prev: `Προηγούμενο`,
1228
1228
  next: `Επόμενο`,
1229
1229
  done: `Ολοκληρώθηκε`
1230
1230
  }
@@ -1691,6 +1691,89 @@ var esES = {
1691
1691
  }
1692
1692
  };
1693
1693
 
1694
+ var itIT = {
1695
+ abbr: 'it-IT',
1696
+ exception: {
1697
+ 403: `Spiacenti, non hai accesso a questa pagina`,
1698
+ 404: `Spiacenti, la pagina che hai visitato non esiste`,
1699
+ 500: `Spiacenti, il server sta riscontrando un errore`,
1700
+ backToHome: 'Torna alla Home'
1701
+ },
1702
+ noticeIcon: {
1703
+ emptyText: 'Nessun dato',
1704
+ clearText: 'Cancella memoria locale'
1705
+ },
1706
+ reuseTab: {
1707
+ close: 'Chiudi la scheda',
1708
+ closeOther: 'Chiudi le altre schede',
1709
+ closeRight: 'Chiudi le schede a destra',
1710
+ refresh: 'Aggiorna'
1711
+ },
1712
+ tagSelect: {
1713
+ expand: 'Espandi',
1714
+ collapse: 'Comprimi'
1715
+ },
1716
+ miniProgress: {
1717
+ target: 'Obiettivo: '
1718
+ },
1719
+ st: {
1720
+ total: '{{range[0]}} - {{range[1]}} di {{total}}',
1721
+ filterConfirm: 'OK',
1722
+ filterReset: 'Reimposta'
1723
+ },
1724
+ sf: {
1725
+ submit: 'Invia',
1726
+ reset: 'Reimposta',
1727
+ search: 'Cerca',
1728
+ edit: 'Salva',
1729
+ addText: 'Aggiungi',
1730
+ removeText: 'Rimuovi',
1731
+ checkAllText: 'Seleziona tutto',
1732
+ error: {
1733
+ 'false schema': `Lo schema booleano è falso`,
1734
+ $ref: `Impossibile risolvere il riferimento {ref}`,
1735
+ additionalItems: `Non deve avere più di {limit} elementi`,
1736
+ additionalProperties: `Non deve avere proprietà aggiuntive`,
1737
+ anyOf: `Deve corrispondere a uno schema in "anyOf"`,
1738
+ dependencies: `Deve avere una proprietà {deps} quando è presente la proprietà {property}`,
1739
+ enum: `Deve essere uguale a uno dei valori predefiniti`,
1740
+ format: `Deve corrispondere al formato "{format}"`,
1741
+ type: `Deve essere {type}`,
1742
+ required: `Obbligatorio`,
1743
+ maxLength: `Non deve essere superiore a {limit} caratteri`,
1744
+ minLength: `Non deve essere superiore a {limit} caratteri`,
1745
+ minimum: `Deve essere {comparison} {limit}`,
1746
+ formatMinimum: `Deve essere {comparison} {limit}`,
1747
+ maximum: `Deve essere {comparison} {limit}`,
1748
+ formatMaximum: `Deve essere {comparison} {limit}`,
1749
+ maxItems: `Non deve avere più di {limit} elementi`,
1750
+ minItems: `Non deve avere meno di {limit} elementi`,
1751
+ maxProperties: `Non deve avere più di {limit} proprietà`,
1752
+ minProperties: `Non deve avere meno di {limit} proprietà`,
1753
+ multipleOf: `Deve essere un multiplo di {multipleOf}`,
1754
+ not: `Non deve essere valido secondo lo schema in "not"`,
1755
+ oneOf: `Deve corrispondere esattamente a uno schema in "oneOf"`,
1756
+ pattern: `Deve corrispondere al modello "{pattern}"`,
1757
+ uniqueItems: `Non deve avere elementi duplicati (gli elementi ## {j} e {i} sono identici)`,
1758
+ custom: `Deve corrispondere al formato "{format}"`,
1759
+ propertyNames: `Il nome della proprietà "{propertyName}" non è valido`,
1760
+ patternRequired: `Deve avere una proprietà corrispondete al modello "{missingPattern}"`,
1761
+ switch: `Deve superare la convalida della parola chiave "switch", il caso {caseIndex} non è riuscito`,
1762
+ const: `Deve essere uguale alla costante`,
1763
+ contains: `Deve contenere un elemento valido`,
1764
+ formatExclusiveMaximum: `formatExclusiveMaximum deve essere booleano`,
1765
+ formatExclusiveMinimum: `formatExclusiveMaximum deve essere booleano`,
1766
+ if: `Deve corrispondere allo schema "{failingKeyword}"`
1767
+ }
1768
+ },
1769
+ onboarding: {
1770
+ skip: `Salta`,
1771
+ prev: `Precedente`,
1772
+ next: `Successivo`,
1773
+ done: `Fatto`
1774
+ }
1775
+ };
1776
+
1694
1777
  /**
1695
1778
  * 对话框辅助类
1696
1779
  */
@@ -2388,11 +2471,11 @@ class PreloadOptionalModules {
2388
2471
  }
2389
2472
  }
2390
2473
 
2391
- const VERSION = new Version('12.2.3');
2474
+ const VERSION = new Version('12.3.0');
2392
2475
 
2393
2476
  /**
2394
2477
  * Generated bundle index. Do not edit.
2395
2478
  */
2396
2479
 
2397
- export { ALAIN_I18N_TOKEN, ALAIN_SETTING_KEYS, AlainI18NServiceFake, AlainI18nBaseService, AlainThemeModule, BaseApi, BaseHeaders, BaseUrl, Body, DELETE, DELON_LOCALE, DELON_LOCALE_SERVICE_PROVIDER, DELON_LOCALE_SERVICE_PROVIDER_FACTORY, DatePipe, DelonLocaleModule, DelonLocaleService, DrawerHelper, FORM, GET, HEAD, HTMLPipe, HTML_DIR, Headers, JSONP, KeysPipe, LTR, MenuService, ModalHelper, OPTIONS, PATCH, POST, PUT, Path, Payload, PreloadOptionalModules, Query, REP_MAX, RTL, RTLService, RTL_DELON_COMPONENTS, RTL_DIRECTION, RTL_NZ_COMPONENTS, ResponsiveService, SettingsService, TitleService, URLPipe, VERSION, YNPipe, _HttpClient, elGR as el_GR, enUS as en_US, esES as es_ES, frFR as fr_FR, hrHR as hr_HR, jaJP as ja_JP, koKR as ko_KR, plPL as pl_PL, preloaderFinished, slSI as sl_SI, trTR as tr_TR, zhCN as zh_CN, zhTW as zh_TW, I18nPipe as ɵa };
2480
+ export { ALAIN_I18N_TOKEN, ALAIN_SETTING_KEYS, AlainI18NServiceFake, AlainI18nBaseService, AlainThemeModule, BaseApi, BaseHeaders, BaseUrl, Body, DELETE, DELON_LOCALE, DELON_LOCALE_SERVICE_PROVIDER, DELON_LOCALE_SERVICE_PROVIDER_FACTORY, DatePipe, DelonLocaleModule, DelonLocaleService, DrawerHelper, FORM, GET, HEAD, HTMLPipe, HTML_DIR, Headers, JSONP, KeysPipe, LTR, MenuService, ModalHelper, OPTIONS, PATCH, POST, PUT, Path, Payload, PreloadOptionalModules, Query, REP_MAX, RTL, RTLService, RTL_DELON_COMPONENTS, RTL_DIRECTION, RTL_NZ_COMPONENTS, ResponsiveService, SettingsService, TitleService, URLPipe, VERSION, YNPipe, _HttpClient, 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, preloaderFinished, slSI as sl_SI, trTR as tr_TR, zhCN as zh_CN, zhTW as zh_TW, I18nPipe as ɵa };
2398
2481
  //# sourceMappingURL=theme.js.map