dtable-ui-component 4.4.32 → 4.4.33

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/lib/locals/de.js CHANGED
@@ -90,6 +90,9 @@ const de = {
90
90
  "the_past_numbers_of_days": "Innerhalb der letzten x Tage",
91
91
  "this_week": "Diese Woche",
92
92
  "this_month": "Diesen Monat",
93
- "this_year": "Dieses Jahr"
93
+ "this_year": "Dieses Jahr",
94
+ "last_week": "letzte Woche",
95
+ "last_month": "letzten Monat",
96
+ "last_year": "letztes Jahr"
94
97
  };
95
98
  var _default = exports.default = de;
package/lib/locals/en.js CHANGED
@@ -90,6 +90,9 @@ const en = {
90
90
  "the_past_numbers_of_days": "the past numbers of days",
91
91
  "this_week": "this week",
92
92
  "this_month": "this month",
93
- "this_year": "this year"
93
+ "this_year": "this year",
94
+ "last_week": "last week",
95
+ "last_month": "last month",
96
+ "last_year": "last year"
94
97
  };
95
98
  var _default = exports.default = en;
package/lib/locals/es.js CHANGED
@@ -90,6 +90,9 @@ const es = {
90
90
  "the_past_numbers_of_days": "en los últimos días",
91
91
  "this_week": "esta semana",
92
92
  "this_month": "este mes",
93
- "this_year": "este año"
93
+ "this_year": "este año",
94
+ "last_week": "la semana pasada",
95
+ "last_month": "el mes pasado",
96
+ "last_year": "el año pasado"
94
97
  };
95
98
  var _default = exports.default = es;
package/lib/locals/fr.js CHANGED
@@ -90,6 +90,9 @@ const fr = {
90
90
  "the_past_numbers_of_days": "au cours de tels derniers jours",
91
91
  "this_week": "cette semaine",
92
92
  "this_month": "ce mois",
93
- "this_year": "cette année"
93
+ "this_year": "cette année",
94
+ "last_week": "la semaine dernière",
95
+ "last_month": "le mois dernier",
96
+ "last_year": "l'année dernière"
94
97
  };
95
98
  var _default = exports.default = fr;
package/lib/locals/pt.js CHANGED
@@ -90,6 +90,9 @@ const pt = {
90
90
  "the_past_numbers_of_days": "os últimos números de dias",
91
91
  "this_week": "essa semana",
92
92
  "this_month": "este mês",
93
- "this_year": "este ano"
93
+ "this_year": "este ano",
94
+ "last_week": "semana anterior",
95
+ "last_month": "mês passado",
96
+ "last_year": "ano passado"
94
97
  };
95
98
  var _default = exports.default = pt;
package/lib/locals/ru.js CHANGED
@@ -90,6 +90,9 @@ const ru = {
90
90
  "the_past_numbers_of_days": "до дней ...",
91
91
  "this_week": "на этой неделе",
92
92
  "this_month": "в этом месяце",
93
- "this_year": "в этом году"
93
+ "this_year": "в этом году",
94
+ "last_week": "last week",
95
+ "last_month": "last month",
96
+ "last_year": "last year"
94
97
  };
95
98
  var _default = exports.default = ru;
@@ -90,6 +90,9 @@ const zh_CN = {
90
90
  "the_past_numbers_of_days": "今天之前的指定天数",
91
91
  "this_week": "这个星期",
92
92
  "this_month": "这个月",
93
- "this_year": "今年"
93
+ "this_year": "今年",
94
+ "last_week": "上个星期",
95
+ "last_month": "上个月",
96
+ "last_year": "去年"
94
97
  };
95
98
  var _default = exports.default = zh_CN;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "4.4.32",
3
+ "version": "4.4.33",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "2.0.5",