Skip to content

Commit

Permalink
Merge branch 'release/3.809.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
vc-ci committed Oct 25, 2024
2 parents 25c00d9 + cd83e36 commit 37044ca
Show file tree
Hide file tree
Showing 12 changed files with 2,738 additions and 437 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project>
<!-- These properties will be shared for all projects -->
<PropertyGroup>
<VersionPrefix>3.808.0</VersionPrefix>
<VersionPrefix>3.809.0</VersionPrefix>
<VersionSuffix>
</VersionSuffix>
<VersionSuffix Condition=" '$(VersionSuffix)' != '' AND '$(BuildNumber)' != '' ">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
Expand Down
587 changes: 316 additions & 271 deletions src/VirtoCommerce.CoreModule.Web/Localizations/de.VirtoCommerce.Core.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"core": {
"commands": {
"apply-filter": "Save and apply",
"rebuild-index": "Build Index",
"rebuild-index": "Build index",
"default": "Make default"
},
"main-menu-title": {
"search-index": "Search Index"
"search-index": "Search index"
},
"blades": {
"index-progress": {
Expand All @@ -18,7 +18,7 @@
}
},
"index-detail": {
"title": "Search Index",
"title": "Search index",
"title-new": "Search index missing",
"subtitle": "Search index details",
"labels": {
Expand Down Expand Up @@ -50,9 +50,9 @@
"description": "Description"
},
"placeholders": {
"address-type": "Please select...",
"country": "Please select...",
"region": "Please select..."
"address-type": "Select...",
"country": "Select...",
"region": "Select..."
}
},
"currency-list": {
Expand All @@ -78,21 +78,21 @@
"rounding-type": "Rounding type"
},
"descriptions": {
"code": "Please provide a 3-letter ISO 4217 code, if applicable.",
"name": "Please provide a name for this currency.",
"is-primary": "Enable this option to make this currency your default one. Note: Only one currency may be set as default.",
"exchange-rate": "Please provide the exchange rate against your default currency.",
"symbol": "Please provide a sign for this currency.",
"custom-formatting": "Can be any valid standard numeric format specifier, as well as any combination of custom numeric format specifiers.",
"midpoint-rounding": "Please select an appropriate midpoint rounding method.",
"rounding-type": "Please select an appropriate rounding type."
"code": "Provide a 3-letter ISO 4217 code, if applicable",
"name": "Provide a name for this currency",
"is-primary": "Enable this option to set this currency as default. Note: Only one currency may be set as default",
"exchange-rate": "Provide the exchange rate against your default currency",
"symbol": "Provide a sign for this currency",
"custom-formatting": "Can be any valid standard numeric format specifier, as well as any combination of custom numeric format specifiers",
"midpoint-rounding": "Select an appropriate midpoint rounding method",
"rounding-type": "Select an appropriate rounding type."
},
"placeholders": {
"symbol": "Please provide a sign or leave blank for default culture",
"code": "Please provide currency code...",
"name": "Please provide currency name...",
"exchange-rate": "Please provide the exchange rate against your default currency...",
"custom-formatting": "Please provide a format or leave blank for default",
"symbol": "Provide a sign or leave blank for default culture",
"code": "Provide currency code...",
"name": "Provide currency name...",
"exchange-rate": "Provide the exchange rate against your default currency...",
"custom-formatting": "Provide a format or leave blank for default",
"midpoint-rounding": "Select midpoint rounding policy",
"rounding-type": "Select rounding policy"
},
Expand All @@ -111,12 +111,12 @@
},
"placeholders": {
"country": "Select...",
"region": "Please enter state or province...",
"city": "Please enter city...",
"address1": "Please enter address line 1...",
"address2": "Please enter address line 2...",
"zip-code": "Please provide ZIP or postal code...",
"phone": "Please enter phone number..."
"region": "Enter state or province...",
"city": "Enter city...",
"address1": "Enter address line 1...",
"address2": "Enter address line 2...",
"zip-code": "Provide ZIP or postal code...",
"phone": "Enter phone number..."
}
},
"fulfillment-center-detail": {
Expand All @@ -129,7 +129,7 @@
}
},
"fulfillment-center-list": {
"title": "Fulfillment Centers",
"title": "Fulfillment centers",
"subtitle": "Managing fulfillment centers"
},
"seo-list": {
Expand All @@ -156,13 +156,13 @@
"alternative-text": "Image alternative text"
},
"placeholders": {
"store": "Please select store...",
"language": "Please select language...",
"url-keyword": "Please provide URL slug...",
"page-title": "Please provide title...",
"meta-description": "Please provide description...",
"meta-keywords": "Please provide keywords...",
"alternative-text": "Please provide alt text..."
"store": "Select store...",
"language": "Select language...",
"url-keyword": "Provide URL slug...",
"page-title": "Provide title...",
"meta-description": "Provide description...",
"meta-keywords": "Provide keywords...",
"alternative-text": "Provide alt text..."
},
"validations": {
"url-keyword-required": "This field is required",
Expand Down Expand Up @@ -190,7 +190,7 @@
"subtitle": "Edit package size details",
"labels": {
"name": "Package type name",
"name-description": "Please provide a unique package type name.",
"name-description": "Provide a unique package type name",
"name-placeholder": "Enter package type name",
"measureUnit": "Size measurement unit",
"measureUnit-description": "Default measurement unit for size",
Expand All @@ -215,31 +215,31 @@
},
"dialogs": {
"reindex": {
"title": "Build Search Index",
"msg1": "Please choose how you want to update the search index:",
"msg2": "Build: Index all data without recreating.",
"msg3": "Delete and build: Delete the existing search index and build a new one from scratch. Note: No search results will be available until the build process is over.",
"title": "Build search index",
"msg1": "Choose how you want to update the search index:",
"msg2": "Build: Index all data without recreating",
"msg3": "Delete and build: Delete the existing search index and build a new one from scratch. Note: No search results will be available until the build process is over",
"index": "Build",
"reindex": "Delete and build"
},
"address-delete": {
"title": "Confirm Delete",
"title": "Confirm delete",
"message": "Are you sure you want to delete this address?"
},
"address-save": {
"title": "Save changes",
"message": "The address has been modified. Do you want to save changes?"
},
"currency-delete": {
"title": "Confirm Delete",
"title": "Confirm delete",
"message": "Are you sure you want to delete this currency?"
},
"currency-save": {
"title": "Save changes",
"message": "The currency has been modified. Do you want to save changes?"
},
"fulfillment-delete": {
"title": "Confirm Delete",
"title": "Confirm delete",
"message": "Are you sure you want to delete this fulfillment center?"
},
"fulfillments-save": {
Expand All @@ -255,7 +255,7 @@
"message": "The package type information has been modified. Do you want to save changes?"
},
"package-type-delete": {
"title": "Confirm Delete",
"title": "Confirm delete",
"message": "Are you sure you want to delete this package type?"
}
},
Expand Down Expand Up @@ -319,4 +319,4 @@
"description": "Export or import currencies, package types"
}
}
}
}
Loading

0 comments on commit 37044ca

Please sign in to comment.