@talend/locales-tui
Advanced tools
Comparing version 5.2.1 to 5.3.0
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'), |
@@ -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>", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
78076
20
1427