-
Notifications
You must be signed in to change notification settings - Fork 0
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 (#39)
- Loading branch information
1 parent
01fecdc
commit 2e86f0b
Showing
10 changed files
with
256 additions
and
4 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
src/VirtoCommerce.ElasticAppSearch.Web/Localizations/de.ElasticAppSearch.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,28 @@ | ||
{ | ||
"ElasticAppSearch": { | ||
"blades": { | ||
"hello-world": { | ||
"title": "Hallo-Welt-Klinge" | ||
} | ||
} | ||
}, | ||
"permissions": { | ||
"ElasticAppSearch:access": "ElasticAppSearch-Menü öffnen", | ||
"ElasticAppSearch:create": "ElasticAppSearch-Daten erstellen", | ||
"ElasticAppSearch:read": "ElasticAppSearch-Daten anzeigen", | ||
"ElasticAppSearch:update": "ElasticAppSearch-Daten aktualisieren", | ||
"ElasticAppSearch:delete": "ElasticAppSearch-Daten löschen" | ||
}, | ||
"settings": { | ||
"ElasticAppSearch": { | ||
"ElasticAppSearchPassword": { | ||
"title": "ElasticAppSearch-Passwort", | ||
"description": "ElasticAppSearch-Passwort festlegen" | ||
}, | ||
"ElasticAppSearchEnabled": { | ||
"title": "ElasticAppSearch-Aktivierung", | ||
"description": "ElasticAppSearch aktivieren/deaktivieren" | ||
} | ||
} | ||
} | ||
} |
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
28 changes: 28 additions & 0 deletions
28
src/VirtoCommerce.ElasticAppSearch.Web/Localizations/es.ElasticAppSearch.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,28 @@ | ||
{ | ||
"ElasticAppSearch": { | ||
"blades": { | ||
"hello-world": { | ||
"title": "Hoja de Hola Mundo" | ||
} | ||
} | ||
}, | ||
"permissions": { | ||
"ElasticAppSearch:access": "Abrir menú ElasticAppSearch", | ||
"ElasticAppSearch:create": "Crear datos relacionados con ElasticAppSearch", | ||
"ElasticAppSearch:read": "Ver datos relacionados con ElasticAppSearch", | ||
"ElasticAppSearch:update": "Actualizar datos relacionados con ElasticAppSearch", | ||
"ElasticAppSearch:delete": "Eliminar datos relacionados con ElasticAppSearch" | ||
}, | ||
"settings": { | ||
"ElasticAppSearch": { | ||
"ElasticAppSearchPassword": { | ||
"title": "Contraseña de ElasticAppSearch", | ||
"description": "Establecer la contraseña de ElasticAppSearch" | ||
}, | ||
"ElasticAppSearchEnabled": { | ||
"title": "Activación de ElasticAppSearch", | ||
"description": "Activar/desactivar ElasticAppSearch" | ||
} | ||
} | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
src/VirtoCommerce.ElasticAppSearch.Web/Localizations/fr.ElasticAppSearch.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,28 @@ | ||
{ | ||
"ElasticAppSearch": { | ||
"blades": { | ||
"hello-world": { | ||
"title": "Panneau Bonjour le monde" | ||
} | ||
} | ||
}, | ||
"permissions": { | ||
"ElasticAppSearch:access": "Ouvrir le menu ElasticAppSearch", | ||
"ElasticAppSearch:create": "Créer des données liées à ElasticAppSearch", | ||
"ElasticAppSearch:read": "Afficher les données liées à ElasticAppSearch", | ||
"ElasticAppSearch:update": "Mettre à jour les données liées à ElasticAppSearch", | ||
"ElasticAppSearch:delete": "Supprimer les données liées à ElasticAppSearch" | ||
}, | ||
"settings": { | ||
"ElasticAppSearch": { | ||
"ElasticAppSearchPassword": { | ||
"title": "Mot de passe ElasticAppSearch", | ||
"description": "Définir le mot de passe ElasticAppSearch" | ||
}, | ||
"ElasticAppSearchEnabled": { | ||
"title": "Activation de ElasticAppSearch", | ||
"description": "Activer/désactiver ElasticAppSearch" | ||
} | ||
} | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
src/VirtoCommerce.ElasticAppSearch.Web/Localizations/it.ElasticAppSearch.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,28 @@ | ||
{ | ||
"ElasticAppSearch": { | ||
"blades": { | ||
"hello-world": { | ||
"title": "Scheda Hello World" | ||
} | ||
} | ||
}, | ||
"permissions": { | ||
"ElasticAppSearch:access": "Apri il menu ElasticAppSearch", | ||
"ElasticAppSearch:create": "Crea dati correlati a ElasticAppSearch", | ||
"ElasticAppSearch:read": "Visualizza dati correlati a ElasticAppSearch", | ||
"ElasticAppSearch:update": "Aggiorna dati correlati a ElasticAppSearch", | ||
"ElasticAppSearch:delete": "Elimina dati correlati a ElasticAppSearch" | ||
}, | ||
"settings": { | ||
"ElasticAppSearch": { | ||
"ElasticAppSearchPassword": { | ||
"title": "Password di ElasticAppSearch", | ||
"description": "Imposta la password di ElasticAppSearch" | ||
}, | ||
"ElasticAppSearchEnabled": { | ||
"title": "Attivazione di ElasticAppSearch", | ||
"description": "Abilita/disabilita ElasticAppSearch" | ||
} | ||
} | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
src/VirtoCommerce.ElasticAppSearch.Web/Localizations/ja.ElasticAppSearch.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,28 @@ | ||
{ | ||
"ElasticAppSearch": { | ||
"blades": { | ||
"hello-world": { | ||
"title": "Hello World ブレード" | ||
} | ||
} | ||
}, | ||
"permissions": { | ||
"ElasticAppSearch:access": "ElasticAppSearch メニューを開く", | ||
"ElasticAppSearch:create": "ElasticAppSearch 関連データを作成する", | ||
"ElasticAppSearch:read": "ElasticAppSearch 関連データを表示する", | ||
"ElasticAppSearch:update": "ElasticAppSearch 関連データを更新する", | ||
"ElasticAppSearch:delete": "ElasticAppSearch 関連データを削除する" | ||
}, | ||
"settings": { | ||
"ElasticAppSearch": { | ||
"ElasticAppSearchPassword": { | ||
"title": "ElasticAppSearch パスワード", | ||
"description": "ElasticAppSearch パスワードを設定する" | ||
}, | ||
"ElasticAppSearchEnabled": { | ||
"title": "ElasticAppSearch の有効化", | ||
"description": "ElasticAppSearch を有効化/無効化する" | ||
} | ||
} | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
src/VirtoCommerce.ElasticAppSearch.Web/Localizations/pl.ElasticAppSearch.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,28 @@ | ||
{ | ||
"ElasticAppSearch": { | ||
"blades": { | ||
"hello-world": { | ||
"title": "Panel Hello World" | ||
} | ||
} | ||
}, | ||
"permissions": { | ||
"ElasticAppSearch:access": "Otwórz menu ElasticAppSearch", | ||
"ElasticAppSearch:create": "Utwórz dane związane z ElasticAppSearch", | ||
"ElasticAppSearch:read": "Wyświetl dane związane z ElasticAppSearch", | ||
"ElasticAppSearch:update": "Zaktualizuj dane związane z ElasticAppSearch", | ||
"ElasticAppSearch:delete": "Usuń dane związane z ElasticAppSearch" | ||
}, | ||
"settings": { | ||
"ElasticAppSearch": { | ||
"ElasticAppSearchPassword": { | ||
"title": "Hasło ElasticAppSearch", | ||
"description": "Ustaw hasło ElasticAppSearch" | ||
}, | ||
"ElasticAppSearchEnabled": { | ||
"title": "Aktywacja ElasticAppSearch", | ||
"description": "Włącz/wyłącz ElasticAppSearch" | ||
} | ||
} | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
src/VirtoCommerce.ElasticAppSearch.Web/Localizations/pt.ElasticAppSearch.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,28 @@ | ||
{ | ||
"ElasticAppSearch": { | ||
"blades": { | ||
"hello-world": { | ||
"title": "Painel Hello World" | ||
} | ||
} | ||
}, | ||
"permissions": { | ||
"ElasticAppSearch:access": "Abrir menu ElasticAppSearch", | ||
"ElasticAppSearch:create": "Criar dados relacionados ao ElasticAppSearch", | ||
"ElasticAppSearch:read": "Visualizar dados relacionados ao ElasticAppSearch", | ||
"ElasticAppSearch:update": "Atualizar dados relacionados ao ElasticAppSearch", | ||
"ElasticAppSearch:delete": "Excluir dados relacionados ao ElasticAppSearch" | ||
}, | ||
"settings": { | ||
"ElasticAppSearch": { | ||
"ElasticAppSearchPassword": { | ||
"title": "Senha ElasticAppSearch", | ||
"description": "Definir a senha do ElasticAppSearch" | ||
}, | ||
"ElasticAppSearchEnabled": { | ||
"title": "Ativação do ElasticAppSearch", | ||
"description": "Habilitar/desabilitar ElasticAppSearch" | ||
} | ||
} | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
src/VirtoCommerce.ElasticAppSearch.Web/Localizations/ru.ElasticAppSearch.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,28 @@ | ||
{ | ||
"ElasticAppSearch": { | ||
"blades": { | ||
"hello-world": { | ||
"title": "Лезвие Hello World" | ||
} | ||
} | ||
}, | ||
"permissions": { | ||
"ElasticAppSearch:access": "Открыть меню ElasticAppSearch", | ||
"ElasticAppSearch:create": "Создать данные, связанные с ElasticAppSearch", | ||
"ElasticAppSearch:read": "Просмотреть данные, связанные с ElasticAppSearch", | ||
"ElasticAppSearch:update": "Обновить данные, связанные с ElasticAppSearch", | ||
"ElasticAppSearch:delete": "Удалить данные, связанные с ElasticAppSearch" | ||
}, | ||
"settings": { | ||
"ElasticAppSearch": { | ||
"ElasticAppSearchPassword": { | ||
"title": "Пароль ElasticAppSearch", | ||
"description": "Установите пароль ElasticAppSearch" | ||
}, | ||
"ElasticAppSearchEnabled": { | ||
"title": "Активация ElasticAppSearch", | ||
"description": "Включить/отключить ElasticAppSearch" | ||
} | ||
} | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
src/VirtoCommerce.ElasticAppSearch.Web/Localizations/zh.ElasticAppSearch.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,28 @@ | ||
{ | ||
"ElasticAppSearch": { | ||
"blades": { | ||
"hello-world": { | ||
"title": "Hello World 面板" | ||
} | ||
} | ||
}, | ||
"permissions": { | ||
"ElasticAppSearch:access": "打开 ElasticAppSearch 菜单", | ||
"ElasticAppSearch:create": "创建 ElasticAppSearch 相关数据", | ||
"ElasticAppSearch:read": "查看 ElasticAppSearch 相关数据", | ||
"ElasticAppSearch:update": "更新 ElasticAppSearch 相关数据", | ||
"ElasticAppSearch:delete": "删除 ElasticAppSearch 相关数据" | ||
}, | ||
"settings": { | ||
"ElasticAppSearch": { | ||
"ElasticAppSearchPassword": { | ||
"title": "ElasticAppSearch 密码", | ||
"description": "设置 ElasticAppSearch 密码" | ||
}, | ||
"ElasticAppSearchEnabled": { | ||
"title": "ElasticAppSearch 启用", | ||
"description": "启用/禁用 ElasticAppSearch" | ||
} | ||
} | ||
} | ||
} |