@devtable/dashboard 13.34.1 → 13.35.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/en.d.ts CHANGED
@@ -290,6 +290,7 @@ export declare const en: {
290
290
  copied: string;
291
291
  action: string;
292
292
  actions: {
293
+ actions: string;
293
294
  open: string;
294
295
  close: string;
295
296
  save: string;
package/dist/i18n/zh.d.ts CHANGED
@@ -290,6 +290,7 @@ export declare const zh: {
290
290
  copied: string;
291
291
  action: string;
292
292
  actions: {
293
+ actions: string;
293
294
  open: string;
294
295
  close: string;
295
296
  save: string;