@bigbinary/neeto-tags-frontend 2.2.13 → 2.2.14
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.
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoTags": {
|
|
3
|
+
"alert": {
|
|
4
|
+
"title": {
|
|
5
|
+
"deleteTag": "למחוק תג?"
|
|
6
|
+
},
|
|
7
|
+
"message": {
|
|
8
|
+
"deleteTag_": "אתה מוחק את התג <strong>{{name, anyCase}}</strong> לצמיתות. זה לא ניתן לביטול."
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
"button": {
|
|
12
|
+
"addTag_one": "הוסף תג",
|
|
13
|
+
"addTag_other": "הוסף תגיות",
|
|
14
|
+
"cancel": "ביטול",
|
|
15
|
+
"delete": "מחק",
|
|
16
|
+
"edit": "ערוך",
|
|
17
|
+
"goBack": "חזור назад",
|
|
18
|
+
"merge": "שילוב",
|
|
19
|
+
"proceed": "המשך",
|
|
20
|
+
"saveChanges": "שמור שינויים"
|
|
21
|
+
},
|
|
22
|
+
"common": {
|
|
23
|
+
"addNewTag_one": "הוסף תג חדש",
|
|
24
|
+
"addNewTag_other": "הוסף תגיות חדשות",
|
|
25
|
+
"description": "תיאור",
|
|
26
|
+
"editTag": "ערוך תג",
|
|
27
|
+
"mergeTag_one": "שילוב תג",
|
|
28
|
+
"mergeTag_other": "שילוב תגיות",
|
|
29
|
+
"name": "שם",
|
|
30
|
+
"tag_one": "תג",
|
|
31
|
+
"tag_other": "תגיות"
|
|
32
|
+
},
|
|
33
|
+
"helper": {
|
|
34
|
+
"mergeTagsMessage_one": "התג {{- sourceTags, boldList}} יאוחד עם התג <strong>{{destinationTag}}</strong>. זה ישפיע גם על ה{{entities}} שהוקצו לתג <strong>{{sourceTags, anyCase}}</strong>. האם ברצונך להמשיך?",
|
|
35
|
+
"mergeTagsMessage_other": "התגיות {{- sourceTags, boldList}} יאוחדו עם התג <strong>{{destinationTag}}</strong>. זה ישפיע גם על ה{{entities}} שהוקצו לאותן <strong>{{count}}</strong> תגיות. האם ברצונך להמשיך?",
|
|
36
|
+
"tagWithCount_one": "{{count}} {{type}} תג",
|
|
37
|
+
"tagWithCount_other": "{{count}} {{type}} תגיות",
|
|
38
|
+
"tagWithType_one": "{{type}} תג",
|
|
39
|
+
"tagWithType_other": "{{type}} תגיות"
|
|
40
|
+
},
|
|
41
|
+
"placeholder": {
|
|
42
|
+
"selectOrCreateTag": "בחר או צור תג",
|
|
43
|
+
"searchTags": "חפש תגיות"
|
|
44
|
+
},
|
|
45
|
+
"title": {
|
|
46
|
+
"noTagsToShow": "אין תגיות להציג.",
|
|
47
|
+
"selectDestinationTag_one": "בחר תג יעד",
|
|
48
|
+
"selectDestinationTag_other": "בחר תגיות יעד",
|
|
49
|
+
"selectSourceTag_one": "בחר תג מקור",
|
|
50
|
+
"selectSourceTag_other": "בחר תגיות מקור"
|
|
51
|
+
},
|
|
52
|
+
"validation": {
|
|
53
|
+
"descriptionMustBeString": "התיאור חייב להיות מחרוזת.",
|
|
54
|
+
"descriptionMaxLength": "התיאור חייב להיות פחות מ-{{length}} תווים.",
|
|
55
|
+
"nameMaxLength": "שם חייב להיות פחות מ-{{length}} תווים.",
|
|
56
|
+
"nameRequired": "שם הוא שדה נדרש.",
|
|
57
|
+
"nameMustBeString": "שם חייב להיות מחרוזת"
|
|
58
|
+
},
|
|
59
|
+
"shortcuts": {
|
|
60
|
+
"addTag": "הוסף תגיות"
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-tags-frontend",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.14",
|
|
4
4
|
"description": "A repo acts as the source of truth for the new nano's structure, configs, data etc.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-tags-nano",
|
|
@@ -63,10 +63,10 @@
|
|
|
63
63
|
"@bigbinary/eslint-plugin-neeto": "1.8.0",
|
|
64
64
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
65
65
|
"@bigbinary/neeto-commons-frontend": "4.13.85",
|
|
66
|
-
"@bigbinary/neeto-filters-frontend": "4.3.
|
|
66
|
+
"@bigbinary/neeto-filters-frontend": "4.3.25",
|
|
67
67
|
"@bigbinary/neeto-hotkeys": "1.0.9",
|
|
68
68
|
"@bigbinary/neeto-icons": "1.20.64",
|
|
69
|
-
"@bigbinary/neeto-molecules": "4.0.
|
|
69
|
+
"@bigbinary/neeto-molecules": "4.0.101",
|
|
70
70
|
"@bigbinary/neetoui": "8.3.45",
|
|
71
71
|
"@emotion/is-prop-valid": "1.2.0",
|
|
72
72
|
"@faker-js/faker": "8.2.0",
|
|
@@ -176,10 +176,10 @@
|
|
|
176
176
|
"@babel/runtime": "7.26.10",
|
|
177
177
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
178
178
|
"@bigbinary/neeto-commons-frontend": "4.13.85",
|
|
179
|
-
"@bigbinary/neeto-filters-frontend": "4.3.
|
|
179
|
+
"@bigbinary/neeto-filters-frontend": "4.3.25",
|
|
180
180
|
"@bigbinary/neeto-hotkeys": "1.0.9",
|
|
181
181
|
"@bigbinary/neeto-icons": "1.20.64",
|
|
182
|
-
"@bigbinary/neeto-molecules": "4.0.
|
|
182
|
+
"@bigbinary/neeto-molecules": "4.0.101",
|
|
183
183
|
"@bigbinary/neetoui": "8.3.45",
|
|
184
184
|
"@honeybadger-io/js": "6.10.1",
|
|
185
185
|
"@honeybadger-io/react": "6.1.25",
|