diff --git a/Directory.Build.props b/Directory.Build.props index a9837c4..8cc5bf9 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,7 +2,7 @@ - 3.802.0 + 3.803.0 $(VersionSuffix)-$(BuildNumber) diff --git a/src/VirtoCommerce.TaxModule.Web/Localizations/de.VirtoCommerce.Tax.json b/src/VirtoCommerce.TaxModule.Web/Localizations/de.VirtoCommerce.Tax.json new file mode 100644 index 0000000..7784708 --- /dev/null +++ b/src/VirtoCommerce.TaxModule.Web/Localizations/de.VirtoCommerce.Tax.json @@ -0,0 +1,61 @@ +{ + "tax": { + "blades": { + "tax-provider-detail": { + "subtitle": "Steueranbieter bearbeiten", + "labels": { + "name": "Name", + "code": "Code", + "is-active": "Ist aktiv", + "is-active-description": "Aktivieren Sie diesen Steueranbieter für den Shop", + "settings": "Einstellungen" + }, + "placeholders": { + "description": "Beschreibung eingeben" + } + }, + "tax-provider-list": { + "subtitle": "", + "labels": { + "is-active": "Ist aktiv", + "tax-provider": "Steueranbieter", + "no-tax-providers": "Keine Steueranbieter registriert", + "note": "Ordnen Sie die Reihenfolge an, in der die Steueranbieter im Webshop angezeigt werden. Verwenden Sie Drag & Drop, um sie neu anzuordnen. Vergessen Sie nicht, die Steuerberechnung in den Shop-Einstellungen zu aktivieren!" + } + } + }, + "dialogs": { + "tax-provider-save": { + "title": "Änderungen speichern", + "message": "Der Steueranbieter wurde geändert. Möchten Sie die Änderungen speichern?" + } + }, + "widgets": { + "storeTaxingWidget": { + "title": "Steueranbieter", + "blade-subtitle": "Steueranbieter" + } + }, + "labels": { + "FixedRateTaxProvider": { + "name": "Fester Prozentsatz Steuersatz", + "description": "Fester Prozentsatz Steuersatz" + } + } + }, + "settings": { + "VirtoCommerce.Core.FixedTaxRateProvider.Rate": { + "title": "Fester Steuersatz %", + "description": "Fester Steuersatz" + }, + "VirtoCommerce.Core.General.TaxTypes": { + "title": "Steuerarten", + "description": "Verfügbare Steuerarten im System" + } + }, + "module": { + "VirtoCommerce.Tax": { + "description": "Exportieren/Importieren von Einstellungen für Steueranbieter" + } + } +} \ No newline at end of file diff --git a/src/VirtoCommerce.TaxModule.Web/Localizations/en.VirtoCommerce.Tax.json b/src/VirtoCommerce.TaxModule.Web/Localizations/en.VirtoCommerce.Tax.json index 95f451e..df69cd2 100644 --- a/src/VirtoCommerce.TaxModule.Web/Localizations/en.VirtoCommerce.Tax.json +++ b/src/VirtoCommerce.TaxModule.Web/Localizations/en.VirtoCommerce.Tax.json @@ -20,14 +20,14 @@ "is-active": "Is active", "tax-provider": "Tax provider", "no-tax-providers": "No tax providers are registered", - "note": "Set the order how tax providers appear sorted in web store. Drag and drop to change the order. Don't forget to enable tax calculation in the store settings!" + "note": "Arrange the order in which tax providers are displayed in the web store. Use drag and drop to reorder them. Don't forget to enable tax calculation in the store settings!" } } }, "dialogs": { "tax-provider-save": { "title": "Save changes", - "message": "The Tax provider has been modified. Do you want to save changes?" + "message": "The tax provider has been modified. Do you want to save changes?" } }, "widgets": { diff --git a/src/VirtoCommerce.TaxModule.Web/Localizations/es.VirtoCommerce.Tax.json b/src/VirtoCommerce.TaxModule.Web/Localizations/es.VirtoCommerce.Tax.json new file mode 100644 index 0000000..e73b20b --- /dev/null +++ b/src/VirtoCommerce.TaxModule.Web/Localizations/es.VirtoCommerce.Tax.json @@ -0,0 +1,61 @@ +{ + "tax": { + "blades": { + "tax-provider-detail": { + "subtitle": "Editar proveedor de impuestos", + "labels": { + "name": "Nombre", + "code": "Código", + "is-active": "Está activo", + "is-active-description": "Establecer para activar este proveedor de impuestos para la tienda", + "settings": "Configuraciones" + }, + "placeholders": { + "description": "Ingrese la descripción" + } + }, + "tax-provider-list": { + "subtitle": "", + "labels": { + "is-active": "Está activo", + "tax-provider": "Proveedor de impuestos", + "no-tax-providers": "No hay proveedores de impuestos registrados", + "note": "Organice el orden en que se muestran los proveedores de impuestos en la tienda en línea. Use arrastrar y soltar para reordenarlos. ¡No olvide habilitar el cálculo de impuestos en la configuración de la tienda!" + } + } + }, + "dialogs": { + "tax-provider-save": { + "title": "Guardar cambios", + "message": "El proveedor de impuestos ha sido modificado. ¿Desea guardar los cambios?" + } + }, + "widgets": { + "storeTaxingWidget": { + "title": "Proveedores de impuestos", + "blade-subtitle": "Proveedores de impuestos" + } + }, + "labels": { + "FixedRateTaxProvider": { + "name": "Tasa de impuesto fija en porcentaje", + "description": "Tasa de impuesto fija en porcentaje" + } + } + }, + "settings": { + "VirtoCommerce.Core.FixedTaxRateProvider.Rate": { + "title": "Tasa de impuesto fija %", + "description": "Tasa de impuesto fija" + }, + "VirtoCommerce.Core.General.TaxTypes": { + "title": "Tipos de impuestos", + "description": "Tipos de impuestos disponibles en el sistema" + } + }, + "module": { + "VirtoCommerce.Tax": { + "description": "Exportar/Importar configuraciones del proveedor de impuestos" + } + } +} \ No newline at end of file diff --git a/src/VirtoCommerce.TaxModule.Web/Localizations/fr.VirtoCommerce.Tax.json b/src/VirtoCommerce.TaxModule.Web/Localizations/fr.VirtoCommerce.Tax.json new file mode 100644 index 0000000..28d297e --- /dev/null +++ b/src/VirtoCommerce.TaxModule.Web/Localizations/fr.VirtoCommerce.Tax.json @@ -0,0 +1,61 @@ +{ + "tax": { + "blades": { + "tax-provider-detail": { + "subtitle": "Modifier le fournisseur de taxes", + "labels": { + "name": "Nom", + "code": "Code", + "is-active": "Est actif", + "is-active-description": "Définir pour activer ce fournisseur de taxes pour le magasin", + "settings": "Paramètres" + }, + "placeholders": { + "description": "Entrez la description" + } + }, + "tax-provider-list": { + "subtitle": "", + "labels": { + "is-active": "Est actif", + "tax-provider": "Fournisseur de taxes", + "no-tax-providers": "Aucun fournisseur de taxes enregistré", + "note": "Organisez l'ordre dans lequel les fournisseurs de taxes sont affichés dans la boutique en ligne. Utilisez le glisser-déposer pour les réorganiser. N'oubliez pas d'activer le calcul des taxes dans les paramètres du magasin !" + } + } + }, + "dialogs": { + "tax-provider-save": { + "title": "Sauvegarder les modifications", + "message": "Le fournisseur de taxes a été modifié. Voulez-vous sauvegarder les modifications?" + } + }, + "widgets": { + "storeTaxingWidget": { + "title": "Fournisseurs de taxes", + "blade-subtitle": "Fournisseurs de taxes" + } + }, + "labels": { + "FixedRateTaxProvider": { + "name": "Taux d'imposition fixe en pourcentage", + "description": "Taux d'imposition fixe en pourcentage" + } + } + }, + "settings": { + "VirtoCommerce.Core.FixedTaxRateProvider.Rate": { + "title": "Taux d'imposition fixe %", + "description": "Taux d'imposition fixe" + }, + "VirtoCommerce.Core.General.TaxTypes": { + "title": "Types de taxes", + "description": "Types de taxes disponibles dans le système" + } + }, + "module": { + "VirtoCommerce.Tax": { + "description": "Exporter/Importer les paramètres du fournisseur de taxes" + } + } +} diff --git a/src/VirtoCommerce.TaxModule.Web/Localizations/it.VirtoCommerce.Tax.json b/src/VirtoCommerce.TaxModule.Web/Localizations/it.VirtoCommerce.Tax.json new file mode 100644 index 0000000..16beff8 --- /dev/null +++ b/src/VirtoCommerce.TaxModule.Web/Localizations/it.VirtoCommerce.Tax.json @@ -0,0 +1,61 @@ +{ + "tax": { + "blades": { + "tax-provider-detail": { + "subtitle": "Modifica fornitore di tasse", + "labels": { + "name": "Nome", + "code": "Codice", + "is-active": "È attivo", + "is-active-description": "Imposta per attivare questo fornitore di tasse per il negozio", + "settings": "Impostazioni" + }, + "placeholders": { + "description": "Inserisci la descrizione" + } + }, + "tax-provider-list": { + "subtitle": "", + "labels": { + "is-active": "È attivo", + "tax-provider": "Fornitore di tasse", + "no-tax-providers": "Nessun fornitore di tasse registrato", + "note": "Organizza l'ordine in cui i fornitori di tasse vengono visualizzati nel negozio online. Usa il drag and drop per riordinarli. Non dimenticare di abilitare il calcolo delle tasse nelle impostazioni del negozio!" + } + } + }, + "dialogs": { + "tax-provider-save": { + "title": "Salva modifiche", + "message": "Il fornitore di tasse è stato modificato. Vuoi salvare le modifiche?" + } + }, + "widgets": { + "storeTaxingWidget": { + "title": "Fornitori di tasse", + "blade-subtitle": "Fornitori di tasse" + } + }, + "labels": { + "FixedRateTaxProvider": { + "name": "Tasso d'imposta fisso in percentuale", + "description": "Tasso d'imposta fisso in percentuale" + } + } + }, + "settings": { + "VirtoCommerce.Core.FixedTaxRateProvider.Rate": { + "title": "Tasso d'imposta fisso %", + "description": "Tasso d'imposta fisso" + }, + "VirtoCommerce.Core.General.TaxTypes": { + "title": "Tipi di tasse", + "description": "Tipi di tasse disponibili nel sistema" + } + }, + "module": { + "VirtoCommerce.Tax": { + "description": "Esporta/Importa impostazioni del fornitore di tasse" + } + } +} diff --git a/src/VirtoCommerce.TaxModule.Web/Localizations/ja.VirtoCommerce.Tax.json b/src/VirtoCommerce.TaxModule.Web/Localizations/ja.VirtoCommerce.Tax.json new file mode 100644 index 0000000..015e45f --- /dev/null +++ b/src/VirtoCommerce.TaxModule.Web/Localizations/ja.VirtoCommerce.Tax.json @@ -0,0 +1,61 @@ +{ + "tax": { + "blades": { + "tax-provider-detail": { + "subtitle": "税務プロバイダーを編集", + "labels": { + "name": "名前", + "code": "コード", + "is-active": "アクティブ", + "is-active-description": "この税務プロバイダーを店舗用にアクティブにするには設定してください", + "settings": "設定" + }, + "placeholders": { + "description": "説明を入力" + } + }, + "tax-provider-list": { + "subtitle": "", + "labels": { + "is-active": "アクティブ", + "tax-provider": "税務プロバイダー", + "no-tax-providers": "登録された税務プロバイダーはありません", + "note": "オンラインストアに表示される税務プロバイダーの順序を整理します。ドラッグアンドドロップを使用して順序を変更してください。店舗設定で税計算を有効にするのを忘れないでください!" + } + } + }, + "dialogs": { + "tax-provider-save": { + "title": "変更を保存", + "message": "税務プロバイダーが変更されました。変更を保存しますか?" + } + }, + "widgets": { + "storeTaxingWidget": { + "title": "税務プロバイダー", + "blade-subtitle": "税務プロバイダー" + } + }, + "labels": { + "FixedRateTaxProvider": { + "name": "固定パーセント税率", + "description": "固定パーセント税率" + } + } + }, + "settings": { + "VirtoCommerce.Core.FixedTaxRateProvider.Rate": { + "title": "固定税率 %", + "description": "固定税率" + }, + "VirtoCommerce.Core.General.TaxTypes": { + "title": "税の種類", + "description": "システムで利用可能な税の種類" + } + }, + "module": { + "VirtoCommerce.Tax": { + "description": "税務プロバイダー設定のエクスポート/インポート" + } + } +} diff --git a/src/VirtoCommerce.TaxModule.Web/Localizations/pl.VirtoCommerce.Tax.json b/src/VirtoCommerce.TaxModule.Web/Localizations/pl.VirtoCommerce.Tax.json new file mode 100644 index 0000000..b583c45 --- /dev/null +++ b/src/VirtoCommerce.TaxModule.Web/Localizations/pl.VirtoCommerce.Tax.json @@ -0,0 +1,61 @@ +{ + "tax": { + "blades": { + "tax-provider-detail": { + "subtitle": "Edytuj dostawcę podatków", + "labels": { + "name": "Nazwa", + "code": "Kod", + "is-active": "Jest aktywny", + "is-active-description": "Ustaw, aby aktywować tego dostawcę podatków dla sklepu", + "settings": "Ustawienia" + }, + "placeholders": { + "description": "Wprowadź opis" + } + }, + "tax-provider-list": { + "subtitle": "", + "labels": { + "is-active": "Jest aktywny", + "tax-provider": "Dostawca podatków", + "no-tax-providers": "Nie ma zarejestrowanych dostawców podatków", + "note": "Ułóż kolejność, w jakiej dostawcy podatków są wyświetlane w sklepie internetowym. Użyj przeciągania i upuszczania, aby je uporządkować. Nie zapomnij włączyć obliczania podatków w ustawieniach sklepu!" + } + } + }, + "dialogs": { + "tax-provider-save": { + "title": "Zapisz zmiany", + "message": "Dostawca podatków został zmodyfikowany. Czy chcesz zapisać zmiany?" + } + }, + "widgets": { + "storeTaxingWidget": { + "title": "Dostawcy podatków", + "blade-subtitle": "Dostawcy podatków" + } + }, + "labels": { + "FixedRateTaxProvider": { + "name": "Stała stawka podatku w procentach", + "description": "Stała stawka podatku w procentach" + } + } + }, + "settings": { + "VirtoCommerce.Core.FixedTaxRateProvider.Rate": { + "title": "Stała stawka podatku %", + "description": "Stała stawka podatku" + }, + "VirtoCommerce.Core.General.TaxTypes": { + "title": "Rodzaje podatków", + "description": "Rodzaje podatków dostępne w systemie" + } + }, + "module": { + "VirtoCommerce.Tax": { + "description": "Eksportuj/Importuj ustawienia dostawcy podatków" + } + } +} diff --git a/src/VirtoCommerce.TaxModule.Web/Localizations/pt.VirtoCommerce.Tax.json b/src/VirtoCommerce.TaxModule.Web/Localizations/pt.VirtoCommerce.Tax.json new file mode 100644 index 0000000..1466681 --- /dev/null +++ b/src/VirtoCommerce.TaxModule.Web/Localizations/pt.VirtoCommerce.Tax.json @@ -0,0 +1,61 @@ +{ + "tax": { + "blades": { + "tax-provider-detail": { + "subtitle": "Editar fornecedor de impostos", + "labels": { + "name": "Nome", + "code": "Código", + "is-active": "Está ativo", + "is-active-description": "Defina para ativar este fornecedor de impostos para a loja", + "settings": "Configurações" + }, + "placeholders": { + "description": "Digite a descrição" + } + }, + "tax-provider-list": { + "subtitle": "", + "labels": { + "is-active": "Está ativo", + "tax-provider": "Fornecedor de impostos", + "no-tax-providers": "Nenhum fornecedor de impostos registrado", + "note": "Organize a ordem em que os fornecedores de impostos são exibidos na loja online. Use arrastar e soltar para reordená-los. Não se esqueça de habilitar o cálculo de impostos nas configurações da loja!" + } + } + }, + "dialogs": { + "tax-provider-save": { + "title": "Salvar alterações", + "message": "O fornecedor de impostos foi modificado. Você deseja salvar as alterações?" + } + }, + "widgets": { + "storeTaxingWidget": { + "title": "Fornecedores de impostos", + "blade-subtitle": "Fornecedores de impostos" + } + }, + "labels": { + "FixedRateTaxProvider": { + "name": "Taxa de imposto fixa em porcentagem", + "description": "Taxa de imposto fixa em porcentagem" + } + } + }, + "settings": { + "VirtoCommerce.Core.FixedTaxRateProvider.Rate": { + "title": "Taxa de imposto fixa %", + "description": "Taxa de imposto fixa" + }, + "VirtoCommerce.Core.General.TaxTypes": { + "title": "Tipos de impostos", + "description": "Tipos de impostos disponíveis no sistema" + } + }, + "module": { + "VirtoCommerce.Tax": { + "description": "Exportar/Importar configurações do fornecedor de impostos" + } + } +} diff --git a/src/VirtoCommerce.TaxModule.Web/Localizations/ru.VirtoCommerce.Tax.json b/src/VirtoCommerce.TaxModule.Web/Localizations/ru.VirtoCommerce.Tax.json index f58e557..9b96b44 100644 --- a/src/VirtoCommerce.TaxModule.Web/Localizations/ru.VirtoCommerce.Tax.json +++ b/src/VirtoCommerce.TaxModule.Web/Localizations/ru.VirtoCommerce.Tax.json @@ -1,61 +1,61 @@ { - "tax": { - "blades": { - "tax-provider-detail": { - "subtitle": "Редактировать налогового провайдера", - "labels": { - "name": "Имя", - "code": "Код", - "is-active": "Действующий", - "is-active-description": "Активируйте, чтобы установить этого налогового провайдера для магазина", - "settings": "Настройки" + "tax": { + "blades": { + "tax-provider-detail": { + "subtitle": "Редактировать налогового провайдера", + "labels": { + "name": "Имя", + "code": "Код", + "is-active": "Активен", + "is-active-description": "Aктивируйте этого налогового провайдера для магазина", + "settings": "Настройки" + }, + "placeholders": { + "description": "Добавьте описание" + } + }, + "tax-provider-list": { + "subtitle": "", + "labels": { + "is-active": "Активен", + "tax-provider": "Налоговый провайдер", + "no-tax-providers": "Нет зарегистрированных налоговых провайдеров", + "note": "Измените порядок, в котором способы доставки отображаются в интернет-магазине. Перетаскивайте наименования для изменения порядка. Не забудьте включить расчет налога в настройках магазина!" + } + } + }, + "dialogs": { + "tax-provider-save": { + "title": "Сохранить изменения", + "message": "Налоговый провайдер был изменен. Вы хотите сохранить изменения?" + } + }, + "widgets": { + "storeTaxingWidget": { + "title": "Налоговые провайдеры", + "blade-subtitle": "Налоговые провайдеры" + } }, - "placeholders": { - "description": "Введите описание" - } - }, - "tax-provider-list": { - "subtitle": "", "labels": { - "is-active": "Действующий", - "tax-provider": "Налоговый провайдер", - "no-tax-providers": "Налоговые провайдеры не зарегистрированы", - "note": "Установите порядок отображения налоговых провайдеров в интернет-магазине. Перетащите, чтобы изменить порядок. Не забудьте включить расчет налога в настройках магазина!" + "FixedRateTaxProvider": { + "name": "Фиксированная процентная ставка налога", + "description": "Фиксированная процентная ставка налога" + } } - } - }, - "dialogs": { - "tax-provider-save": { - "title": "Сохранить изменения", - "message": "Налоговый провайдер был изменен. Вы хотите сохранить изменения?" - } - }, - "widgets": { - "storeTaxingWidget": { - "title": "Налоговые провайдеры", - "blade-subtitle": "Налоговые провайдеры" - } }, - "labels": { - "FixedRateTaxProvider": { - "name": "Фиксированная ставка", - "description": "Фиксированный процент ставки" - } - } - }, - "settings": { - "VirtoCommerce.Core.FixedTaxRateProvider.Rate": { - "title": "Фиксированная ставка %", - "description": "Фиксированный процент ставки" + "settings": { + "VirtoCommerce.Core.FixedTaxRateProvider.Rate": { + "title": "Фиксированная ставка налога %", + "description": "Фиксированная ставка налога" + }, + "VirtoCommerce.Core.General.TaxTypes": { + "title": "Типы налогов", + "description": "Доступные типы налогов в системе" + } }, - "VirtoCommerce.Core.General.TaxTypes": { - "title": "Виды налогов", - "description": "Виды налогов, имеющихся в системе" - } - }, - "module": { - "VirtoCommerce.Tax": { - "description": "Экспорт/Импорт настроек налоговых провайдеров" + "module": { + "VirtoCommerce.Tax": { + "description": "Экспорт/Импорт настроек налогового провайдера" + } } - } } diff --git a/src/VirtoCommerce.TaxModule.Web/Localizations/zh.VirtoCommerce.Tax.json b/src/VirtoCommerce.TaxModule.Web/Localizations/zh.VirtoCommerce.Tax.json new file mode 100644 index 0000000..1ca3add --- /dev/null +++ b/src/VirtoCommerce.TaxModule.Web/Localizations/zh.VirtoCommerce.Tax.json @@ -0,0 +1,61 @@ +{ + "tax": { + "blades": { + "tax-provider-detail": { + "subtitle": "编辑税务提供者", + "labels": { + "name": "名称", + "code": "代码", + "is-active": "是否激活", + "is-active-description": "设置以激活此税务提供者用于商店", + "settings": "设置" + }, + "placeholders": { + "description": "输入描述" + } + }, + "tax-provider-list": { + "subtitle": "", + "labels": { + "is-active": "是否激活", + "tax-provider": "税务提供者", + "no-tax-providers": "没有注册的税务提供者", + "note": "安排税务提供者在网上商店中显示的顺序。使用拖放功能重新排序。不要忘记在商店设置中启用税计算!" + } + } + }, + "dialogs": { + "tax-provider-save": { + "title": "保存更改", + "message": "税务提供者已被修改。您想保存更改吗?" + } + }, + "widgets": { + "storeTaxingWidget": { + "title": "税务提供者", + "blade-subtitle": "税务提供者" + } + }, + "labels": { + "FixedRateTaxProvider": { + "name": "固定百分比税率", + "description": "固定百分比税率" + } + } + }, + "settings": { + "VirtoCommerce.Core.FixedTaxRateProvider.Rate": { + "title": "固定税率 %", + "description": "固定税率" + }, + "VirtoCommerce.Core.General.TaxTypes": { + "title": "税种", + "description": "系统中可用的税种" + } + }, + "module": { + "VirtoCommerce.Tax": { + "description": "导出/导入税务提供者设置" + } + } +} diff --git a/src/VirtoCommerce.TaxModule.Web/module.manifest b/src/VirtoCommerce.TaxModule.Web/module.manifest index 0605cb7..7ead9c7 100644 --- a/src/VirtoCommerce.TaxModule.Web/module.manifest +++ b/src/VirtoCommerce.TaxModule.Web/module.manifest @@ -1,7 +1,7 @@ VirtoCommerce.Tax - 3.802.0 + 3.803.0 3.853.0