@bigbinary/neeto-tags-frontend 2.2.6 → 2.2.8
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/app/javascript/src/translations/ar.json +63 -0
- package/app/javascript/src/translations/bg.json +63 -0
- package/app/javascript/src/translations/ca.json +63 -0
- package/app/javascript/src/translations/cs.json +63 -0
- package/app/javascript/src/translations/da.json +63 -0
- package/app/javascript/src/translations/es-MX.json +63 -0
- package/app/javascript/src/translations/et.json +63 -0
- package/app/javascript/src/translations/fi.json +63 -0
- package/app/javascript/src/translations/fil.json +63 -0
- package/app/javascript/src/translations/hi.json +63 -0
- package/app/javascript/src/translations/hr.json +63 -0
- package/app/javascript/src/translations/id.json +63 -0
- package/app/javascript/src/translations/it.json +63 -0
- package/app/javascript/src/translations/ja.json +63 -0
- package/app/javascript/src/translations/ko.json +63 -0
- package/app/javascript/src/translations/nl.json +63 -0
- package/app/javascript/src/translations/pl.json +63 -0
- package/app/javascript/src/translations/pt-BR.json +63 -0
- package/app/javascript/src/translations/pt.json +63 -0
- package/app/javascript/src/translations/ro.json +63 -0
- package/app/javascript/src/translations/ru.json +63 -0
- package/app/javascript/src/translations/sk.json +63 -0
- package/app/javascript/src/translations/sl.json +63 -0
- package/app/javascript/src/translations/sv.json +63 -0
- package/app/javascript/src/translations/th.json +63 -0
- package/app/javascript/src/translations/tr.json +63 -0
- package/app/javascript/src/translations/uk.json +63 -0
- package/app/javascript/src/translations/vi.json +63 -0
- package/app/javascript/src/translations/zh-CN.json +63 -0
- package/app/javascript/src/translations/zh-TW.json +63 -0
- package/dist/NeetoTags.js +5 -1
- package/dist/NeetoTags.js.map +1 -1
- package/dist/cjs/NeetoTags.js +5 -1
- package/dist/cjs/NeetoTags.js.map +1 -1
- package/package.json +16 -14
|
@@ -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
|
+
}
|
|
@@ -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
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoTags": {
|
|
3
|
+
"alert": {
|
|
4
|
+
"title": {
|
|
5
|
+
"deleteTag": "Esborrar l'etiqueta?"
|
|
6
|
+
},
|
|
7
|
+
"message": {
|
|
8
|
+
"deleteTag_": "Estàs esborrant permanentment l'etiqueta <strong>{{name, anyCase}}</strong>. Això no es pot desfer."
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
"button": {
|
|
12
|
+
"addTag_one": "Afegir etiqueta",
|
|
13
|
+
"addTag_other": "Afegir etiquetes",
|
|
14
|
+
"cancel": "Cancel·la",
|
|
15
|
+
"delete": "Esborra",
|
|
16
|
+
"edit": "Edita",
|
|
17
|
+
"goBack": "Torna enrere",
|
|
18
|
+
"merge": "Fusiona",
|
|
19
|
+
"proceed": "Continua",
|
|
20
|
+
"saveChanges": "Desa els canvis"
|
|
21
|
+
},
|
|
22
|
+
"common": {
|
|
23
|
+
"addNewTag_one": "Afegeix nova etiqueta",
|
|
24
|
+
"addNewTag_other": "Afegeix noves etiquetes",
|
|
25
|
+
"description": "Descripció",
|
|
26
|
+
"editTag": "Edita l'etiqueta",
|
|
27
|
+
"mergeTag_one": "Fusiona l'etiqueta",
|
|
28
|
+
"mergeTag_other": "Fusiona etiquetes",
|
|
29
|
+
"name": "Nom",
|
|
30
|
+
"tag_one": "Etiqueta",
|
|
31
|
+
"tag_other": "Etiquetes"
|
|
32
|
+
},
|
|
33
|
+
"helper": {
|
|
34
|
+
"mergeTagsMessage_one": "L'etiqueta {{- sourceTags, boldList}} serà fusionada amb l'etiqueta <strong>{{destinationTag}}</strong>. Això també afectarà les {{entities}} assignades a l'etiqueta <strong>{{sourceTags, anyCase}}</strong>. Vols continuar?",
|
|
35
|
+
"mergeTagsMessage_other": "Les etiquetes {{- sourceTags, boldList}} seran fusionades amb l'etiqueta <strong>{{destinationTag}}</strong>. Això també afectarà les {{entities}} assignades a aquestes <strong>{{count}}</strong> etiquetes. Vols continuar?",
|
|
36
|
+
"tagWithCount_one": "{{count}} etiqueta {{type}}",
|
|
37
|
+
"tagWithCount_other": "{{count}} etiquetes {{type}}",
|
|
38
|
+
"tagWithType_one": "{{type}} etiqueta",
|
|
39
|
+
"tagWithType_other": "{{type}} etiquetes"
|
|
40
|
+
},
|
|
41
|
+
"placeholder": {
|
|
42
|
+
"selectOrCreateTag": "Selecciona o crea una etiqueta",
|
|
43
|
+
"searchTags": "Cerca etiquetes"
|
|
44
|
+
},
|
|
45
|
+
"title": {
|
|
46
|
+
"noTagsToShow": "No hi ha etiquetes per mostrar.",
|
|
47
|
+
"selectDestinationTag_one": "Selecciona etiqueta de destí",
|
|
48
|
+
"selectDestinationTag_other": "Selecciona etiquetes de destí",
|
|
49
|
+
"selectSourceTag_one": "Selecciona etiqueta d'origen",
|
|
50
|
+
"selectSourceTag_other": "Selecciona etiquetes d'origen"
|
|
51
|
+
},
|
|
52
|
+
"validation": {
|
|
53
|
+
"descriptionMustBeString": "La descripció ha de ser una cadena.",
|
|
54
|
+
"descriptionMaxLength": "La descripció ha de tenir menys de {{length}} caràcters.",
|
|
55
|
+
"nameMaxLength": "El nom ha de tenir menys de {{length}} caràcters.",
|
|
56
|
+
"nameRequired": "El nom és un camp obligatori.",
|
|
57
|
+
"nameMustBeString": "El nom ha de ser una cadena"
|
|
58
|
+
},
|
|
59
|
+
"shortcuts": {
|
|
60
|
+
"addTag": "Afegeix etiquetes"
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoTags": {
|
|
3
|
+
"alert": {
|
|
4
|
+
"title": {
|
|
5
|
+
"deleteTag": "Smazat tag?"
|
|
6
|
+
},
|
|
7
|
+
"message": {
|
|
8
|
+
"deleteTag_": "Trvale odstraňujete tag <strong>{{name, anyCase}}</strong>. Toto nelze vrátit zpět."
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
"button": {
|
|
12
|
+
"addTag_one": "Přidat tag",
|
|
13
|
+
"addTag_other": "Přidat tagy",
|
|
14
|
+
"cancel": "Zrušit",
|
|
15
|
+
"delete": "Smazat",
|
|
16
|
+
"edit": "Upravit",
|
|
17
|
+
"goBack": "Vrátit se zpět",
|
|
18
|
+
"merge": "Sloučit",
|
|
19
|
+
"proceed": "Pokračovat",
|
|
20
|
+
"saveChanges": "Uložit změny"
|
|
21
|
+
},
|
|
22
|
+
"common": {
|
|
23
|
+
"addNewTag_one": "Přidat nový tag",
|
|
24
|
+
"addNewTag_other": "Přidat nové tagy",
|
|
25
|
+
"description": "Popis",
|
|
26
|
+
"editTag": "Upravit tag",
|
|
27
|
+
"mergeTag_one": "Sloučit tag",
|
|
28
|
+
"mergeTag_other": "Sloučit tagy",
|
|
29
|
+
"name": "Název",
|
|
30
|
+
"tag_one": "Tag",
|
|
31
|
+
"tag_other": "Tagy"
|
|
32
|
+
},
|
|
33
|
+
"helper": {
|
|
34
|
+
"mergeTagsMessage_one": "Tag {{- sourceTags, boldList}} bude sloučen do tagu <strong>{{destinationTag}}</strong>. Toto také ovlivní {{entities}} přiřazené k tagu <strong>{{sourceTags, anyCase}}</strong>. Chcete pokračovat?",
|
|
35
|
+
"mergeTagsMessage_other": "Tagy {{- sourceTags, boldList}} budou sloučeny do tagu <strong>{{destinationTag}}</strong>. Toto také ovlivní {{entities}} přiřazené k těmto <strong>{{count}}</strong> tagům. Chcete pokračovat?",
|
|
36
|
+
"tagWithCount_one": "{{count}} {{type}} tag",
|
|
37
|
+
"tagWithCount_other": "{{count}} {{type}} tagy",
|
|
38
|
+
"tagWithType_one": "{{type}} tag",
|
|
39
|
+
"tagWithType_other": "{{type}} tagy"
|
|
40
|
+
},
|
|
41
|
+
"placeholder": {
|
|
42
|
+
"selectOrCreateTag": "Vyberte nebo vytvořte tag",
|
|
43
|
+
"searchTags": "Hledat tagy"
|
|
44
|
+
},
|
|
45
|
+
"title": {
|
|
46
|
+
"noTagsToShow": "Není k dispozici žádný tag k zobrazení.",
|
|
47
|
+
"selectDestinationTag_one": "Vyberte cílový tag",
|
|
48
|
+
"selectDestinationTag_other": "Vyberte cílové tagy",
|
|
49
|
+
"selectSourceTag_one": "Vyberte zdrojový tag",
|
|
50
|
+
"selectSourceTag_other": "Vyberte zdrojové tagy"
|
|
51
|
+
},
|
|
52
|
+
"validation": {
|
|
53
|
+
"descriptionMustBeString": "Popis musí být řetězec.",
|
|
54
|
+
"descriptionMaxLength": "Popis musí být kratší než {{length}} znaků.",
|
|
55
|
+
"nameMaxLength": "Název musí být kratší než {{length}} znaků.",
|
|
56
|
+
"nameRequired": "Název je povinné pole.",
|
|
57
|
+
"nameMustBeString": "Název musí být řetězec."
|
|
58
|
+
},
|
|
59
|
+
"shortcuts": {
|
|
60
|
+
"addTag": "Přidat tagy"
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoTags": {
|
|
3
|
+
"alert": {
|
|
4
|
+
"title": {
|
|
5
|
+
"deleteTag": "Slet tag?"
|
|
6
|
+
},
|
|
7
|
+
"message": {
|
|
8
|
+
"deleteTag_": "Du sletter permanent taggen <strong>{{name, anyCase}}</strong>. Dette kan ikke fortrydes."
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
"button": {
|
|
12
|
+
"addTag_one": "Tilføj tag",
|
|
13
|
+
"addTag_other": "Tilføj tags",
|
|
14
|
+
"cancel": "Annuller",
|
|
15
|
+
"delete": "Slet",
|
|
16
|
+
"edit": "Rediger",
|
|
17
|
+
"goBack": "Gå tilbage",
|
|
18
|
+
"merge": "Sammenslå",
|
|
19
|
+
"proceed": "Fortsæt",
|
|
20
|
+
"saveChanges": "Gem ændringer"
|
|
21
|
+
},
|
|
22
|
+
"common": {
|
|
23
|
+
"addNewTag_one": "Tilføj ny tag",
|
|
24
|
+
"addNewTag_other": "Tilføj nye tags",
|
|
25
|
+
"description": "Beskrivelse",
|
|
26
|
+
"editTag": "Rediger tag",
|
|
27
|
+
"mergeTag_one": "Sammenslå tag",
|
|
28
|
+
"mergeTag_other": "Sammenslå tags",
|
|
29
|
+
"name": "Navn",
|
|
30
|
+
"tag_one": "Tag",
|
|
31
|
+
"tag_other": "Tags"
|
|
32
|
+
},
|
|
33
|
+
"helper": {
|
|
34
|
+
"mergeTagsMessage_one": "Taggen {{- sourceTags, boldList}} vil blive sammenslået med <strong>{{destinationTag}}</strong> taggen. Dette vil også påvirke {{entities}} tildelt <strong>{{sourceTags, anyCase}}</strong> taggen. Ønsker du at fortsætte?",
|
|
35
|
+
"mergeTagsMessage_other": "Tagsene {{- sourceTags, boldList}} vil blive sammenslået med <strong>{{destinationTag}}</strong> taggen. Dette vil også påvirke {{entities}} tildelt disse <strong>{{count}}</strong> tags. Ønsker du at fortsætte?",
|
|
36
|
+
"tagWithCount_one": "{{count}} {{type}} tag",
|
|
37
|
+
"tagWithCount_other": "{{count}} {{type}} tags",
|
|
38
|
+
"tagWithType_one": "{{type}} tag",
|
|
39
|
+
"tagWithType_other": "{{type}} tags"
|
|
40
|
+
},
|
|
41
|
+
"placeholder": {
|
|
42
|
+
"selectOrCreateTag": "Vælg eller opret tag",
|
|
43
|
+
"searchTags": "Søg tags"
|
|
44
|
+
},
|
|
45
|
+
"title": {
|
|
46
|
+
"noTagsToShow": "Der er ingen tags at vise.",
|
|
47
|
+
"selectDestinationTag_one": "Vælg destination tag",
|
|
48
|
+
"selectDestinationTag_other": "Vælg destinations tags",
|
|
49
|
+
"selectSourceTag_one": "Vælg kilde tag",
|
|
50
|
+
"selectSourceTag_other": "Vælg kilde tags"
|
|
51
|
+
},
|
|
52
|
+
"validation": {
|
|
53
|
+
"descriptionMustBeString": "Beskrivelsen skal være en streng.",
|
|
54
|
+
"descriptionMaxLength": "Beskrivelsen skal være mindre end {{length}} tegn.",
|
|
55
|
+
"nameMaxLength": "Navnet skal være mindre end {{length}} tegn.",
|
|
56
|
+
"nameRequired": "Navn er et obligatorisk felt.",
|
|
57
|
+
"nameMustBeString": "Navnet skal være en streng"
|
|
58
|
+
},
|
|
59
|
+
"shortcuts": {
|
|
60
|
+
"addTag": "Tilføj tags"
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoTags": {
|
|
3
|
+
"alert": {
|
|
4
|
+
"title": {
|
|
5
|
+
"deleteTag": "¿Eliminar etiqueta?"
|
|
6
|
+
},
|
|
7
|
+
"message": {
|
|
8
|
+
"deleteTag_": "Estás eliminando permanentemente la etiqueta <strong>{{name, anyCase}}</strong>. Esto no se puede deshacer."
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
"button": {
|
|
12
|
+
"addTag_one": "Agregar etiqueta",
|
|
13
|
+
"addTag_other": "Agregar etiquetas",
|
|
14
|
+
"cancel": "Cancelar",
|
|
15
|
+
"delete": "Eliminar",
|
|
16
|
+
"edit": "Editar",
|
|
17
|
+
"goBack": "Regresar",
|
|
18
|
+
"merge": "Combinar",
|
|
19
|
+
"proceed": "Continuar",
|
|
20
|
+
"saveChanges": "Guardar cambios"
|
|
21
|
+
},
|
|
22
|
+
"common": {
|
|
23
|
+
"addNewTag_one": "Agregar nueva etiqueta",
|
|
24
|
+
"addNewTag_other": "Agregar nuevas etiquetas",
|
|
25
|
+
"description": "Descripción",
|
|
26
|
+
"editTag": "Editar etiqueta",
|
|
27
|
+
"mergeTag_one": "Combinar etiqueta",
|
|
28
|
+
"mergeTag_other": "Combinar etiquetas",
|
|
29
|
+
"name": "Nombre",
|
|
30
|
+
"tag_one": "Etiqueta",
|
|
31
|
+
"tag_other": "Etiquetas"
|
|
32
|
+
},
|
|
33
|
+
"helper": {
|
|
34
|
+
"mergeTagsMessage_one": "La etiqueta {{- sourceTags, boldList}} se combinará en la <strong>{{destinationTag}}</strong> etiqueta. Esto también afectará a las {{entities}} asignadas a la <strong>{{sourceTags, anyCase}}</strong> etiqueta. ¿Deseas continuar?",
|
|
35
|
+
"mergeTagsMessage_other": "Las {{- sourceTags, boldList}} etiquetas se combinarán en la <strong>{{destinationTag}}</strong> etiqueta. Esto también afectará a las {{entities}} asignadas a estas <strong>{{count}}</strong> etiquetas. ¿Deseas continuar?",
|
|
36
|
+
"tagWithCount_one": "{{count}} etiqueta {{type}}",
|
|
37
|
+
"tagWithCount_other": "{{count}} etiquetas {{type}}",
|
|
38
|
+
"tagWithType_one": "{{type}} etiqueta",
|
|
39
|
+
"tagWithType_other": "{{type}} etiquetas"
|
|
40
|
+
},
|
|
41
|
+
"placeholder": {
|
|
42
|
+
"selectOrCreateTag": "Seleccionar o crear etiqueta",
|
|
43
|
+
"searchTags": "Buscar etiquetas"
|
|
44
|
+
},
|
|
45
|
+
"title": {
|
|
46
|
+
"noTagsToShow": "No hay etiquetas para mostrar.",
|
|
47
|
+
"selectDestinationTag_one": "Seleccionar etiqueta de destino",
|
|
48
|
+
"selectDestinationTag_other": "Seleccionar etiquetas de destino",
|
|
49
|
+
"selectSourceTag_one": "Seleccionar etiqueta de origen",
|
|
50
|
+
"selectSourceTag_other": "Seleccionar etiquetas de origen"
|
|
51
|
+
},
|
|
52
|
+
"validation": {
|
|
53
|
+
"descriptionMustBeString": "La descripción debe ser una cadena.",
|
|
54
|
+
"descriptionMaxLength": "La descripción debe tener menos de {{length}} caracteres.",
|
|
55
|
+
"nameMaxLength": "El nombre debe tener menos de {{length}} caracteres.",
|
|
56
|
+
"nameRequired": "El nombre es un campo obligatorio.",
|
|
57
|
+
"nameMustBeString": "El nombre debe ser una cadena"
|
|
58
|
+
},
|
|
59
|
+
"shortcuts": {
|
|
60
|
+
"addTag": "Agregar Etiquetas"
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoTags": {
|
|
3
|
+
"alert": {
|
|
4
|
+
"title": {
|
|
5
|
+
"deleteTag": "Kustuta silt?"
|
|
6
|
+
},
|
|
7
|
+
"message": {
|
|
8
|
+
"deleteTag_": "Sa kustutad alatiseks sildi <strong>{{name, anyCase}}</strong>. Seda ei saa tagasi võtta."
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
"button": {
|
|
12
|
+
"addTag_one": "Lisa silt",
|
|
13
|
+
"addTag_other": "Lisa silte",
|
|
14
|
+
"cancel": "Tühista",
|
|
15
|
+
"delete": "Kusta",
|
|
16
|
+
"edit": "Muuda",
|
|
17
|
+
"goBack": "Mine tagasi",
|
|
18
|
+
"merge": "Ühenda",
|
|
19
|
+
"proceed": "Jätka",
|
|
20
|
+
"saveChanges": "Salvesta muudatused"
|
|
21
|
+
},
|
|
22
|
+
"common": {
|
|
23
|
+
"addNewTag_one": "Lisa uus silt",
|
|
24
|
+
"addNewTag_other": "Lisa uusi silte",
|
|
25
|
+
"description": "Kirjeldus",
|
|
26
|
+
"editTag": "Muuda silti",
|
|
27
|
+
"mergeTag_one": "Ühenda silt",
|
|
28
|
+
"mergeTag_other": "Ühenda silte",
|
|
29
|
+
"name": "Nimi",
|
|
30
|
+
"tag_one": "Silt",
|
|
31
|
+
"tag_other": "Silte"
|
|
32
|
+
},
|
|
33
|
+
"helper": {
|
|
34
|
+
"mergeTagsMessage_one": "Silt {{- sourceTags, boldList}} ühendi <strong>{{destinationTag}}</strong> silti. See mõjutab ka {{entities}} ,mis on määratud <strong>{{sourceTags, anyCase}}</strong> silti. Kas soovid jätkata?",
|
|
35
|
+
"mergeTagsMessage_other": "Silte {{- sourceTags, boldList}} united <strong>{{destinationTag}}</strong> sildiks. See mõjutab ka {{entities}}, mis on määratud nende <strong>{{count}}</strong> silte. Kas soovid jätkata?",
|
|
36
|
+
"tagWithCount_one": "{{count}} {{type}} silt",
|
|
37
|
+
"tagWithCount_other": "{{count}} {{type}} silte",
|
|
38
|
+
"tagWithType_one": "{{type}} silt",
|
|
39
|
+
"tagWithType_other": "{{type}} silte"
|
|
40
|
+
},
|
|
41
|
+
"placeholder": {
|
|
42
|
+
"selectOrCreateTag": "Vali või loo silt",
|
|
43
|
+
"searchTags": "Otsi silte"
|
|
44
|
+
},
|
|
45
|
+
"title": {
|
|
46
|
+
"noTagsToShow": "Kuvamiseks ei ole silte.",
|
|
47
|
+
"selectDestinationTag_one": "Vali sihtsilt",
|
|
48
|
+
"selectDestinationTag_other": "Vali sihtsilte",
|
|
49
|
+
"selectSourceTag_one": "Vali allikasilt",
|
|
50
|
+
"selectSourceTag_other": "Vali allikasilte"
|
|
51
|
+
},
|
|
52
|
+
"validation": {
|
|
53
|
+
"descriptionMustBeString": "Kirjeldus peab olema string.",
|
|
54
|
+
"descriptionMaxLength": "Kirjeldus peab olema vähem kui {{length}} tähemärki.",
|
|
55
|
+
"nameMaxLength": "Nimi peab olema vähem kui {{length}} tähemärki.",
|
|
56
|
+
"nameRequired": "Nimi on kohustuslik väli.",
|
|
57
|
+
"nameMustBeString": "Nimi peab olema string"
|
|
58
|
+
},
|
|
59
|
+
"shortcuts": {
|
|
60
|
+
"addTag": "Lisa silte"
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoTags": {
|
|
3
|
+
"alert": {
|
|
4
|
+
"title": {
|
|
5
|
+
"deleteTag": "Poistetaanko tagi?"
|
|
6
|
+
},
|
|
7
|
+
"message": {
|
|
8
|
+
"deleteTag_": "Olet poistamassa tagin <strong>{{name, anyCase}}</strong> pysyvästi. Tätä ei voi peruuttaa."
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
"button": {
|
|
12
|
+
"addTag_one": "Lisää tagi",
|
|
13
|
+
"addTag_other": "Lisää tageja",
|
|
14
|
+
"cancel": "Peruuta",
|
|
15
|
+
"delete": "Poista",
|
|
16
|
+
"edit": "Muokkaa",
|
|
17
|
+
"goBack": "Palaa takaisin",
|
|
18
|
+
"merge": "Yhdistä",
|
|
19
|
+
"proceed": "Jatka",
|
|
20
|
+
"saveChanges": "Tallenna muutokset"
|
|
21
|
+
},
|
|
22
|
+
"common": {
|
|
23
|
+
"addNewTag_one": "Lisää uusi tagi",
|
|
24
|
+
"addNewTag_other": "Lisää uusia tageja",
|
|
25
|
+
"description": "Kuvaus",
|
|
26
|
+
"editTag": "Muokkaa tagia",
|
|
27
|
+
"mergeTag_one": "Yhdistä tagi",
|
|
28
|
+
"mergeTag_other": "Yhdistä tageja",
|
|
29
|
+
"name": "Nimi",
|
|
30
|
+
"tag_one": "Tagi",
|
|
31
|
+
"tag_other": "Tageja"
|
|
32
|
+
},
|
|
33
|
+
"helper": {
|
|
34
|
+
"mergeTagsMessage_one": "Tagi {{- sourceTags, boldList}} yhdistetään tagiin <strong>{{destinationTag}}</strong>. Tämä vaikuttaa myös {{entities}} jotka on liitetty <strong>{{sourceTags, anyCase}}</strong> tagiin. Haluatko jatkaa?",
|
|
35
|
+
"mergeTagsMessage_other": "Tagit {{- sourceTags, boldList}} yhdistetään tagiin <strong>{{destinationTag}}</strong>. Tämä vaikuttaa myös {{entities}} jotka on liitetty näihin <strong>{{count}}</strong> tageihin. Haluatko jatkaa?",
|
|
36
|
+
"tagWithCount_one": "{{count}} {{type}} tagi",
|
|
37
|
+
"tagWithCount_other": "{{count}} {{type}} tagia",
|
|
38
|
+
"tagWithType_one": "{{type}} tagi",
|
|
39
|
+
"tagWithType_other": "{{type}} tageja"
|
|
40
|
+
},
|
|
41
|
+
"placeholder": {
|
|
42
|
+
"selectOrCreateTag": "Valitse tai luo tagi",
|
|
43
|
+
"searchTags": "Etsi tageja"
|
|
44
|
+
},
|
|
45
|
+
"title": {
|
|
46
|
+
"noTagsToShow": "Näytettävät tageja ei ole.",
|
|
47
|
+
"selectDestinationTag_one": "Valitse kohdetagi",
|
|
48
|
+
"selectDestinationTag_other": "Valitse kohdetageja",
|
|
49
|
+
"selectSourceTag_one": "Valitse lähdetagi",
|
|
50
|
+
"selectSourceTag_other": "Valitse lähdetageja"
|
|
51
|
+
},
|
|
52
|
+
"validation": {
|
|
53
|
+
"descriptionMustBeString": "Kuvauksen on oltava merkkijono.",
|
|
54
|
+
"descriptionMaxLength": "Kuvauksen on oltava alle {{length}} merkkiä.",
|
|
55
|
+
"nameMaxLength": "Nimen on oltava alle {{length}} merkkiä.",
|
|
56
|
+
"nameRequired": "Nimi on pakollinen kenttä.",
|
|
57
|
+
"nameMustBeString": "Nimen on oltava merkkijono"
|
|
58
|
+
},
|
|
59
|
+
"shortcuts": {
|
|
60
|
+
"addTag": "Lisää tageja"
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoTags": {
|
|
3
|
+
"alert": {
|
|
4
|
+
"title": {
|
|
5
|
+
"deleteTag": "Tanggalin ang tag?"
|
|
6
|
+
},
|
|
7
|
+
"message": {
|
|
8
|
+
"deleteTag_": "Permanenteng binubura ang tag na <strong>{{name, anyCase}}</strong>. Hindi ito maibabalik."
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
"button": {
|
|
12
|
+
"addTag_one": "Magdagdag ng tag",
|
|
13
|
+
"addTag_other": "Magdagdag ng mga tag",
|
|
14
|
+
"cancel": "Kanselahin",
|
|
15
|
+
"delete": "Tanggalin",
|
|
16
|
+
"edit": "I-edit",
|
|
17
|
+
"goBack": "Bumalik",
|
|
18
|
+
"merge": "Pagsamahin",
|
|
19
|
+
"proceed": "Magpatuloy",
|
|
20
|
+
"saveChanges": "I-save ang mga pagbabago"
|
|
21
|
+
},
|
|
22
|
+
"common": {
|
|
23
|
+
"addNewTag_one": "Magdagdag ng bagong tag",
|
|
24
|
+
"addNewTag_other": "Magdagdag ng mga bagong tag",
|
|
25
|
+
"description": "Paglalarawan",
|
|
26
|
+
"editTag": "I-edit ang tag",
|
|
27
|
+
"mergeTag_one": "Pagsamahin ang tag",
|
|
28
|
+
"mergeTag_other": "Pagsamahin ang mga tag",
|
|
29
|
+
"name": "Pangalan",
|
|
30
|
+
"tag_one": "Tag",
|
|
31
|
+
"tag_other": "Mga tag"
|
|
32
|
+
},
|
|
33
|
+
"helper": {
|
|
34
|
+
"mergeTagsMessage_one": "Ang {{- sourceTags, boldList}} tag ay pagsasamahin sa <strong>{{destinationTag}}</strong> tag. Makakaapekto rin ito sa {{entities}} na nakatalaga sa <strong>{{sourceTags, anyCase}}</strong> tag. Gusto mo bang magpatuloy?",
|
|
35
|
+
"mergeTagsMessage_other": "Ang {{- sourceTags, boldList}} mga tag ay pagsasamahin sa <strong>{{destinationTag}}</strong> tag. Makakaapekto rin ito sa {{entities}} na nakatalaga sa mga <strong>{{count}}</strong> tag na ito. Gusto mo bang magpatuloy?",
|
|
36
|
+
"tagWithCount_one": "{{count}} {{type}} tag",
|
|
37
|
+
"tagWithCount_other": "{{count}} {{type}} mga tag",
|
|
38
|
+
"tagWithType_one": "{{type}} tag",
|
|
39
|
+
"tagWithType_other": "{{type}} mga tag"
|
|
40
|
+
},
|
|
41
|
+
"placeholder": {
|
|
42
|
+
"selectOrCreateTag": "Pumili o lumikha ng tag",
|
|
43
|
+
"searchTags": "Maghanap ng mga tag"
|
|
44
|
+
},
|
|
45
|
+
"title": {
|
|
46
|
+
"noTagsToShow": "Walang mga tag na ipapakita.",
|
|
47
|
+
"selectDestinationTag_one": "Pumili ng destination tag",
|
|
48
|
+
"selectDestinationTag_other": "Pumili ng mga destination tag",
|
|
49
|
+
"selectSourceTag_one": "Pumili ng source tag",
|
|
50
|
+
"selectSourceTag_other": "Pumili ng mga source tag"
|
|
51
|
+
},
|
|
52
|
+
"validation": {
|
|
53
|
+
"descriptionMustBeString": "Ang paglalarawan ay dapat isang string.",
|
|
54
|
+
"descriptionMaxLength": "Ang paglalarawan ay dapat mas mababa sa {{length}} na mga karakter.",
|
|
55
|
+
"nameMaxLength": "Ang pangalan ay dapat mas mababa sa {{length}} na mga karakter.",
|
|
56
|
+
"nameRequired": "Kailangan ang pangalan.",
|
|
57
|
+
"nameMustBeString": "Ang pangalan ay dapat isang string"
|
|
58
|
+
},
|
|
59
|
+
"shortcuts": {
|
|
60
|
+
"addTag": "Magdagdag ng mga Tag"
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
@@ -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> में मर्ज किए जाएंगे। यह इन <strong>{{count}}</strong> टैग से जुड़े {{entities}} को भी प्रभावित करेगा। क्या आप जारी रखना चाहते हैं?",
|
|
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
|
+
}
|