Skip to content

Commit 2dbdf6f

Browse files
feat: Localization files (Sv,No, Fi) (#834)
1 parent 0d13e74 commit 2dbdf6f

13 files changed

Lines changed: 4189 additions & 36 deletions

src/VirtoCommerce.CatalogModule.Web/Localizations/de.VirtoCommerce.Catalog.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -331,15 +331,14 @@
331331
}
332332
},
333333
"property-type": {
334-
"title": "{{name}} gilt für",
335-
"subtitle": "Соответствующие изменения"
334+
"title": "{{name}} gilt für"
336335
},
337336
"property-dictionary": {
338337
"title": "{{name}} Wörterbuch",
339338
"subtitle": "Wörterbuch verwalten",
340339
"color-code": {
341340
"label": "Farbcode",
342-
"placeholder": "Farbe Code eingeben",
341+
"placeholder": "Farbcode eingeben",
343342
"description": "Gib einen Farbcode im CSS-Format ein: #RRGGBB oder #RGB oder Farbname"
344343
},
345344
"labels": {
@@ -1293,10 +1292,6 @@
12931292
"description": "Serialisierte Katalogobjekte im Index speichern und in den Suchergebnissen zurückgeben",
12941293
"title": "Serialisierte Katalogobjekte im Index speichern"
12951294
},
1296-
"IndexLinkPriorityFields": {
1297-
"description": "Aktivieren oder deaktivieren Sie die Indizierung von Feldern, die zur Berechnung der Priorität verknüpfter Objekte in den Suchergebnissen verwendet werden",
1298-
"title": "Indizierung von Prioritätsfeldern für Links aktivieren"
1299-
},
13001295
"DefaultAggregationSize": {
13011296
"description": "Größe für Aggregationen angeben, wenn nicht in den Aggregationseigenschaften des Shops definiert. Auf 0 setzen für unbegrenzte Größe",
13021297
"title": "Standardwert für Aggregationsgröße"

src/VirtoCommerce.CatalogModule.Web/Localizations/en.VirtoCommerce.Catalog.json

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
}
162162
},
163163
"catalog-item-name": "Catalog",
164-
"catalog-item-description": "This is a central point for managing your store merchandise and creating catalogs for brans, product lines, or particular suppliers",
164+
"catalog-item-description": "This is a central point for managing your store merchandise and creating catalogs for brands, product lines, or particular suppliers",
165165
"virtual-catalog-item-name": "Virtual catalog",
166166
"virtual-catalog-item-description": "A virtual catalog is built from one or more physical catalogs. They are used to display products by pulling together items from different physical catalogs"
167167
},
@@ -278,7 +278,7 @@
278278
"validations": {
279279
"required": "This field is required",
280280
"maxLength": "This field must not contain more than {{max}} characters",
281-
"minLenght": "This field must contain at least {{min}} characters",
281+
"minLength": "This field must contain at least {{min}} characters",
282282
"pattern": "This field does not match the selected pattern"
283283
}
284284
},
@@ -331,8 +331,7 @@
331331
}
332332
},
333333
"property-type": {
334-
"title": "{{name}} applies to",
335-
"subtitle": "Соответствующие изменения"
334+
"title": "{{name}} applies to"
336335
},
337336
"property-dictionary": {
338337
"title": "{{name}} dictionary",
@@ -534,7 +533,7 @@
534533
"create": "Create",
535534
"labels": {
536535
"content-url": "Content URL",
537-
"no-apikey": "You have not provided any Google API key in the platform configuration file. The video information will be incomplete"
536+
"no-apikey": "You have not provided any Google API key in the Platform configuration file. The video information will be incomplete"
538537
},
539538
"placeholders": {
540539
"content-url": "Enter video URL"
@@ -925,7 +924,7 @@
925924
"title": "Variations"
926925
},
927926
"itemDimensions": {
928-
"title": "Weight and Size",
927+
"title": "Weight and size",
929928
"weight": "Weight",
930929
"length": "Length",
931930
"width": "Width",
@@ -1001,7 +1000,7 @@
10011000
"message": "This item has been modified. Do you want to save the changes?"
10021001
},
10031002
"variation-delete": {
1004-
"title": "Confirm Delete",
1003+
"title": "Confirm delete",
10051004
"message": "Are you sure you want to delete the selected variations?"
10061005
},
10071006
"property-save": {
@@ -1036,7 +1035,7 @@
10361035
"message": "Are you sure you want to delete the selected attributes?"
10371036
},
10381037
"image-save": {
1039-
"title": "Confirm Delete",
1038+
"title": "Confirm delete",
10401039
"message": "These images have been modified. Do you want to save the changes?"
10411040
},
10421041
"video-save": {
@@ -1076,11 +1075,11 @@
10761075
"message": "This unit of measure has been modified. Do you want to save the changes?"
10771076
},
10781077
"measure-unit-delete": {
1079-
"title": "Confirm Delete",
1078+
"title": "Confirm delete",
10801079
"message": "Are you sure you want to delete the selected unit of measure?"
10811080
},
10821081
"measure-units-delete": {
1083-
"title": "Confirm Delete",
1082+
"title": "Confirm delete",
10841083
"message": "Are you sure you want to delete the selected unit of measure?"
10851084
},
10861085
"measure-save": {
@@ -1381,14 +1380,14 @@
13811380
"actions": {
13821381
"types": {
13831382
"CategoryChangeBulkAction": {
1384-
"title": "Change Category",
1383+
"title": "Change category",
13851384
"subtitle": "Move products to another category"
13861385
},
13871386
"PropertiesUpdateBulkAction": {
1388-
"title": "Edit Properties",
1387+
"title": "Edit properties",
13891388
"subtitle": "Update one or more properties"
13901389
}
13911390
}
13921391
}
13931392
}
1394-
}
1393+
}

src/VirtoCommerce.CatalogModule.Web/Localizations/es.VirtoCommerce.Catalog.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,7 @@
331331
}
332332
},
333333
"property-type": {
334-
"title": "{{name}} se aplica a",
335-
"subtitle": "Соответствующие изменения"
334+
"title": "{{name}} se aplica a"
336335
},
337336
"property-dictionary": {
338337
"title": "Diccionario de {{name}}",

0 commit comments

Comments
 (0)