Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@talend/locales-tui

Package Overview
Dependencies
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@talend/locales-tui - npm Package Compare versions

Comparing version 5.2.1 to 5.3.0

locales/en/tui-components.json

4

locales.js
const en = {
'tui-components': require('./locales/en/tui-components.json'),
'tui-containers': require('./locales/en/tui-containers.json'),

@@ -7,2 +8,3 @@ 'tui-datagrid': require('./locales/en/tui-datagrid.json'),

const fr = {
'tui-components': require('./locales/fr/tui-components.json'),
'tui-containers': require('./locales/fr/tui-containers.json'),

@@ -13,2 +15,3 @@ 'tui-datagrid': require('./locales/fr/tui-datagrid.json'),

const ja = {
'tui-components': require('./locales/ja/tui-components.json'),
'tui-containers': require('./locales/ja/tui-containers.json'),

@@ -19,2 +22,3 @@ 'tui-datagrid': require('./locales/ja/tui-datagrid.json'),

const zh = {
'tui-components': require('./locales/zh/tui-components.json'),
'tui-containers': require('./locales/zh/tui-containers.json'),

@@ -21,0 +25,0 @@ 'tui-datagrid': require('./locales/zh/tui-datagrid.json'),

2

locales/fr/tui-forms.json

@@ -5,3 +5,3 @@ {

"ARRAY_FIELD_TEMPLATE_ACTION_DELETE": "Supprimer",
"ARRAY_FIELD_TEMPLATE_ACTION_NEW_ELEMENT": "Nouveau {{element}}",
"ARRAY_FIELD_TEMPLATE_ACTION_NEW_ELEMENT": "Ajouter {{element}}",
"ENUMERATION_WIDGET_VALIDATE_AND_ADD": "Valider et ajouter",

@@ -8,0 +8,0 @@ "ENUMERATION_WIDGET_VALIDATE": "Valider",

@@ -48,3 +48,3 @@ {

"ERROR_NUMBER_NOT_A_NUMBER": "値{value}は有効な数字ではありません。",
"ERROR_STRING_LENGTH_SHORT": "文字列が短すぎます: ({length}文字)。最小の長さは{minimum}です。",
"ERROR_STRING_LENGTH_SHORT": "文字列が短かすぎます: ({length}文字)。最小の長さは{minimum}です。",
"ERROR_STRING_LENGTH_LONG": "文字列が長すぎます: ({length}文字)。最大の長さは{maximum}です。",

@@ -59,3 +59,3 @@ "ERROR_STRING_PATTERN": "文字列がパターンに一致しません: {pattern}",

"ERROR_ARRAY_LENGTH_LONG": "最大アイテム数: {maximum}",
"ERROR_ARRAY_UNIQUE": "配列アイテムがユニークではありません(インデックス{match1}および{match2})。",
"ERROR_ARRAY_UNIQUE": "配列アイテムが一意ではありません(インデックス{match1}および{match2})。",
"ERROR_ARRAY_ADDITIONAL_ITEMS": "アイテムの追加は許可されていません",

@@ -62,0 +62,0 @@ "ERROR_FORMAT_CUSTOM": "形式の検証に失敗しました: ({message})",

@@ -5,3 +5,3 @@ {

"ARRAY_FIELD_TEMPLATE_ACTION_DELETE": "删除",
"ARRAY_FIELD_TEMPLATE_ACTION_NEW_ELEMENT": "新建 {{element}}",
"ARRAY_FIELD_TEMPLATE_ACTION_NEW_ELEMENT": "新 {{element}}",
"ENUMERATION_WIDGET_VALIDATE_AND_ADD": "验证并添加",

@@ -8,0 +8,0 @@ "ENUMERATION_WIDGET_VALIDATE": "验证",

module.exports = {
namespaces: ['tui-containers', 'tui-datagrid', 'tui-forms'],
namespaces: ['tui-components', 'tui-containers', 'tui-datagrid', 'tui-forms'],
};
{
"name": "@talend/locales-tui",
"version": "5.2.1",
"version": "5.3.0",
"license": "Apache-2.0",

@@ -5,0 +5,0 @@ "author": "Talend Frontend <frontend@talend.com>",

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