-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Added localization files (#21)
- Loading branch information
1 parent
2a015fb
commit dfd056f
Showing
10 changed files
with
76 additions
and
4 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
src/VirtoCommerce.XCatalog.Web/Localizations/de.XCatalog.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"permissions": { | ||
"XCatalog:create": "xCatalog-bezogene Daten erstellen", | ||
"XCatalog:read": "xCatalog-bezogene Daten anzeigen", | ||
"XCatalog:update": "xCatalog-bezogene Daten aktualisieren", | ||
"XCatalog:delete": "xCatalog-bezogene Daten löschen" | ||
} | ||
} |
8 changes: 4 additions & 4 deletions
8
src/VirtoCommerce.XCatalog.Web/Localizations/en.XCatalog.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"permissions": { | ||
"XCatalog:create": "Create XCatalog related data", | ||
"XCatalog:read": "View XCatalog related data", | ||
"XCatalog:update": "Update XCatalog related data", | ||
"XCatalog:delete": "Delete XCatalog related data" | ||
"XCatalog:create": "Create xCatalog related data", | ||
"XCatalog:read": "View xCatalog related data", | ||
"XCatalog:update": "Update xCatalog related data", | ||
"XCatalog:delete": "Delete xCatalog related data" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
src/VirtoCommerce.XCatalog.Web/Localizations/es.XCatalog.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"permissions": { | ||
"XCatalog:create": "Crear datos relacionados con xCatalog", | ||
"XCatalog:read": "Ver datos relacionados con xCatalog", | ||
"XCatalog:update": "Actualizar datos relacionados con xCatalog", | ||
"XCatalog:delete": "Eliminar datos relacionados con xCatalog" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
src/VirtoCommerce.XCatalog.Web/Localizations/fr.XCatalog.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"permissions": { | ||
"XCatalog:create": "Créer des données liées à xCatalog", | ||
"XCatalog:read": "Afficher les données liées à xCatalog", | ||
"XCatalog:update": "Mettre à jour les données liées à xCatalog", | ||
"XCatalog:delete": "Supprimer les données liées à xCatalog" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
src/VirtoCommerce.XCatalog.Web/Localizations/it.XCatalog.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"permissions": { | ||
"XCatalog:create": "Creare dati relativi a xCatalog", | ||
"XCatalog:read": "Visualizzare dati relativi a xCatalog", | ||
"XCatalog:update": "Aggiornare dati relativi a xCatalog", | ||
"XCatalog:delete": "Eliminare dati relativi a xCatalog" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
src/VirtoCommerce.XCatalog.Web/Localizations/ja.XCatalog.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"permissions": { | ||
"XCatalog:create": "xCatalog 関連データを作成", | ||
"XCatalog:read": "xCatalog 関連データを表示", | ||
"XCatalog:update": "xCatalog 関連データを更新", | ||
"XCatalog:delete": "xCatalog 関連データを削除" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
src/VirtoCommerce.XCatalog.Web/Localizations/pl.XCatalog.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"permissions": { | ||
"XCatalog:create": "Tworzenie danych powiązanych z xCatalog", | ||
"XCatalog:read": "Wyświetlanie danych powiązanych z xCatalog", | ||
"XCatalog:update": "Aktualizowanie danych powiązanych z xCatalog", | ||
"XCatalog:delete": "Usuwanie danych powiązanych z xCatalog" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
src/VirtoCommerce.XCatalog.Web/Localizations/pt.XCatalog.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"permissions": { | ||
"XCatalog:create": "Criar dados relacionados ao xCatalog", | ||
"XCatalog:read": "Visualizar dados relacionados ao xCatalog", | ||
"XCatalog:update": "Atualizar dados relacionados ao xCatalog", | ||
"XCatalog:delete": "Excluir dados relacionados ao xCatalog" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
src/VirtoCommerce.XCatalog.Web/Localizations/ru.XCatalog.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"permissions": { | ||
"XCatalog:create": "Создать данные, связанные с xCatalog", | ||
"XCatalog:read": "Просмотреть данные, связанные с xCatalog", | ||
"XCatalog:update": "Обновить данные, связанные с xCatalog", | ||
"XCatalog:delete": "Удалить данные, связанные с xCatalog" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
src/VirtoCommerce.XCatalog.Web/Localizations/zh.XCatalog.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"permissions": { | ||
"XCatalog:create": "创建与 xCatalog 相关的数据", | ||
"XCatalog:read": "查看与 xCatalog 相关的数据", | ||
"XCatalog:update": "更新与 xCatalog 相关的数据", | ||
"XCatalog:delete": "删除与 xCatalog 相关的数据" | ||
} | ||
} |