New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@snack-uikit/locale

Package Overview
Dependencies
Maintainers
3
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@snack-uikit/locale - npm Package Compare versions

Comparing version 0.6.1-preview-69abc1d3.0 to 0.6.1-preview-734de100.0

7

dist/locales/en_GB.d.ts

@@ -28,6 +28,2 @@ export declare const en_GB: {

};
groupSelectButton: {
reset: string;
select: string;
};
};

@@ -44,5 +40,2 @@ Chips: {

};
SearchPrivate: {
placeholder: string;
};
};

9

dist/locales/en_GB.js

@@ -15,3 +15,3 @@ export const en_GB = {

},
rowsOptionsLabel: 'Rows volume: ',
rowsOptionsLabel: 'Rows volume',
export: 'Export to ',

@@ -29,6 +29,2 @@ },

},
groupSelectButton: {
reset: 'Reset all',
select: 'Select all',
},
},

@@ -45,5 +41,2 @@ Chips: {

},
SearchPrivate: {
placeholder: 'Search',
},
};

@@ -29,6 +29,2 @@ export declare const LOCALES: {

};
groupSelectButton: {
reset: string;
select: string;
};
};

@@ -45,5 +41,2 @@ Chips: {

};
SearchPrivate: {
placeholder: string;
};
};

@@ -77,6 +70,2 @@ readonly ru_RU: {

};
groupSelectButton: {
reset: string;
select: string;
};
};

@@ -93,6 +82,3 @@ Chips: {

};
SearchPrivate: {
placeholder: string;
};
};
};

@@ -15,3 +15,3 @@ export const ru_RU = {

},
rowsOptionsLabel: 'Кол-во строк: ',
rowsOptionsLabel: 'Кол-во строк',
export: 'Экспортировать в ',

@@ -33,6 +33,2 @@ },

},
groupSelectButton: {
reset: 'Сбросить все',
select: 'Выбрать все',
},
},

@@ -45,5 +41,2 @@ Fields: {

},
SearchPrivate: {
placeholder: 'Поиск',
},
};

4

package.json

@@ -7,3 +7,3 @@ {

"title": "Locale",
"version": "0.6.1-preview-69abc1d3.0",
"version": "0.6.1-preview-734de100.0",
"sideEffects": [

@@ -41,3 +41,3 @@ "*.css",

},
"gitHead": "f1afde301bcd6ae86662d45c89041e7a14cc7b98"
"gitHead": "98a3d3899805696c6552050bef3b4b13391672e0"
}

@@ -57,3 +57,3 @@ # Locale

| lang* | `string` | - | |
| locales | `PartialObjectDeep<Record<string, { Table: { searchPlaceholder: string; noData: { title: string; }; noResults: { title: string; description: string; }; errorData: { title: string; description: string; }; rowsOptionsLabel: string; export: string; }; List: { ...; }; Chips: { ...; }; Fields: { ...; }; SearchPrivate: { ....` | - | |
| locales | `PartialObjectDeep<Record<string, { Table: { searchPlaceholder: string; noData: { title: string; }; noResults: { title: string; description: string; }; errorData: { title: string; description: string; }; rowsOptionsLabel: string; export: string; }; List: { ...; }; Chips: { ...; }; Fields: { ...; }; }>>` | - | |
## useLocale

@@ -60,0 +60,0 @@ `helper`

@@ -15,3 +15,3 @@ export const en_GB = {

},
rowsOptionsLabel: 'Rows volume: ',
rowsOptionsLabel: 'Rows volume',
export: 'Export to ',

@@ -29,6 +29,2 @@ },

},
groupSelectButton: {
reset: 'Reset all',
select: 'Select all',
},
},

@@ -45,5 +41,2 @@ Chips: {

},
SearchPrivate: {
placeholder: 'Search',
},
};

@@ -17,3 +17,3 @@ import { en_GB } from './en_GB';

},
rowsOptionsLabel: 'Кол-во строк: ',
rowsOptionsLabel: 'Кол-во строк',
export: 'Экспортировать в ',

@@ -35,6 +35,2 @@ },

},
groupSelectButton: {
reset: 'Сбросить все',
select: 'Выбрать все',
},
},

@@ -47,5 +43,2 @@ Fields: {

},
SearchPrivate: {
placeholder: 'Поиск',
},
};
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc