@box/metadata-template-editor 2.2.5 → 2.2.7
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/hi-IN.js +1 -0
- package/dist/i18n/it-IT.js +1 -0
- package/dist/i18n/ja-JP.js +2 -1
- package/package.json +6 -6
package/dist/i18n/hi-IN.js
CHANGED
|
@@ -92,6 +92,7 @@ export default {
|
|
|
92
92
|
"groupSharedFeatures.metadataTemplateEditor.templateForm.forbiddenDisplayName": "इस प्रदर्शन नाम पर मनाही है। कृपया कोई दूसरा नाम चुनें।",
|
|
93
93
|
"groupSharedFeatures.metadataTemplateEditor.templateForm.invalidCharacters": "फ़ील्ड में अमान्य वर्ण शामिल हैं।",
|
|
94
94
|
"groupSharedFeatures.metadataTemplateEditor.templateForm.loading": "टेम्पलेट लोड हो रहा है…",
|
|
95
|
+
"groupSharedFeatures.metadataTemplateEditor.templateForm.noFields": "इस टेम्पलेट में कोई फ़ील्ड नहीं है।",
|
|
95
96
|
"groupSharedFeatures.metadataTemplateEditor.templateForm.notificationCloseButtonAriaLabel": "सूचना बंद करें",
|
|
96
97
|
"groupSharedFeatures.metadataTemplateEditor.templateForm.notificationErrorIconAriaLabel": "त्रुटि",
|
|
97
98
|
"groupSharedFeatures.metadataTemplateEditor.templateForm.notificationSuccessIconAriaLabel": "सफल रहा",
|
package/dist/i18n/it-IT.js
CHANGED
|
@@ -92,6 +92,7 @@ export default {
|
|
|
92
92
|
"groupSharedFeatures.metadataTemplateEditor.templateForm.forbiddenDisplayName": "Il nome visualizzato è vietato. Scegline un altro.",
|
|
93
93
|
"groupSharedFeatures.metadataTemplateEditor.templateForm.invalidCharacters": "Il campo contiene caratteri non consentiti.",
|
|
94
94
|
"groupSharedFeatures.metadataTemplateEditor.templateForm.loading": "Caricamento del modello…",
|
|
95
|
+
"groupSharedFeatures.metadataTemplateEditor.templateForm.noFields": "Questo modello non contiene campi.",
|
|
95
96
|
"groupSharedFeatures.metadataTemplateEditor.templateForm.notificationCloseButtonAriaLabel": "Chiudi notifica",
|
|
96
97
|
"groupSharedFeatures.metadataTemplateEditor.templateForm.notificationErrorIconAriaLabel": "Errore",
|
|
97
98
|
"groupSharedFeatures.metadataTemplateEditor.templateForm.notificationSuccessIconAriaLabel": "Eseguito correttamente",
|
package/dist/i18n/ja-JP.js
CHANGED
|
@@ -92,6 +92,7 @@ export default {
|
|
|
92
92
|
"groupSharedFeatures.metadataTemplateEditor.templateForm.forbiddenDisplayName": "この表示名は禁止されています。別の表示名を選択してください。",
|
|
93
93
|
"groupSharedFeatures.metadataTemplateEditor.templateForm.invalidCharacters": "フィールドに無効な文字が含まれています。",
|
|
94
94
|
"groupSharedFeatures.metadataTemplateEditor.templateForm.loading": "テンプレートを読み込み中…",
|
|
95
|
+
"groupSharedFeatures.metadataTemplateEditor.templateForm.noFields": "このテンプレートにはフィールドがありません。",
|
|
95
96
|
"groupSharedFeatures.metadataTemplateEditor.templateForm.notificationCloseButtonAriaLabel": "通知を閉じる",
|
|
96
97
|
"groupSharedFeatures.metadataTemplateEditor.templateForm.notificationErrorIconAriaLabel": "エラー",
|
|
97
98
|
"groupSharedFeatures.metadataTemplateEditor.templateForm.notificationSuccessIconAriaLabel": "成功",
|
|
@@ -106,5 +107,5 @@ export default {
|
|
|
106
107
|
"groupSharedFeatures.metadataTemplateEditor.templateForm.unsavedChangesDiscard": "保存せずに終了",
|
|
107
108
|
"groupSharedFeatures.metadataTemplateEditor.templateForm.unsavedChangesKeepEditing": "編集を続行",
|
|
108
109
|
"groupSharedFeatures.metadataTemplateEditor.templateForm.unsavedChangesTitle": "変更が保存されていません",
|
|
109
|
-
"groupSharedFeatures.metadataTemplateEditor.templates.details.fields.thisFieldContainsErrors": "
|
|
110
|
+
"groupSharedFeatures.metadataTemplateEditor.templates.details.fields.thisFieldContainsErrors": "このフィールドには検証エラーが含まれています。"
|
|
110
111
|
};
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/metadata-template-editor",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.7",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"peerDependencies": {
|
|
6
|
-
"@box/blueprint-web": "^16.6.
|
|
7
|
-
"@box/blueprint-web-assets": "^5.3.
|
|
6
|
+
"@box/blueprint-web": "^16.6.4",
|
|
7
|
+
"@box/blueprint-web-assets": "^5.3.2",
|
|
8
8
|
"@dnd-kit/core": "^6.1.0",
|
|
9
9
|
"@dnd-kit/sortable": "^8.0.0",
|
|
10
10
|
"@dnd-kit/utilities": "^3.2.2",
|
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
"yup": "^1.6.1"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@box/blueprint-web": "^16.6.
|
|
21
|
-
"@box/blueprint-web-assets": "^5.3.
|
|
20
|
+
"@box/blueprint-web": "^16.6.4",
|
|
21
|
+
"@box/blueprint-web-assets": "^5.3.2",
|
|
22
22
|
"@box/eslint-plugin-blueprint": "2.1.9",
|
|
23
|
-
"@box/storybook-utils": "1.1.
|
|
23
|
+
"@box/storybook-utils": "1.1.18",
|
|
24
24
|
"@dnd-kit/core": "^6.1.0",
|
|
25
25
|
"@dnd-kit/sortable": "^8.0.0",
|
|
26
26
|
"@dnd-kit/utilities": "^3.2.2",
|