Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Apr 20, 2024
1 parent 1fcb30d commit 78ab082
Show file tree
Hide file tree
Showing 40 changed files with 1,228 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/admin/admin/custom/customComponents.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/admin/admin/custom/customComponents.js.map

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions packages/admin/admin/custom/i18n/de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"custom_easy_Instance": "Beispiel",
"custom_easy_Config": "Konfigseite",
"custom_easy_Tab": "Tab"
}
5 changes: 5 additions & 0 deletions packages/admin/admin/custom/i18n/en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"custom_easy_Instance": "Instance",
"custom_easy_Config": "Config",
"custom_easy_Tab": "Tab"
}
5 changes: 5 additions & 0 deletions packages/admin/admin/custom/i18n/es.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"custom_easy_Instance": "Instancia",
"custom_easy_Config": "Configuración",
"custom_easy_Tab": "Pestaña"
}
5 changes: 5 additions & 0 deletions packages/admin/admin/custom/i18n/fr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"custom_easy_Instance": "Exemple",
"custom_easy_Config": "Configuration",
"custom_easy_Tab": "Languette"
}
5 changes: 5 additions & 0 deletions packages/admin/admin/custom/i18n/it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"custom_easy_Instance": "Esempio",
"custom_easy_Config": "Config",
"custom_easy_Tab": "Tab"
}
5 changes: 5 additions & 0 deletions packages/admin/admin/custom/i18n/nl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"custom_easy_Instance": "Voorbeeld",
"custom_easy_Config": "Configuratie",
"custom_easy_Tab": "Tab"
}
5 changes: 5 additions & 0 deletions packages/admin/admin/custom/i18n/pl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"custom_easy_Instance": "Instancja",
"custom_easy_Config": "Konfiguracja",
"custom_easy_Tab": "Patka"
}
5 changes: 5 additions & 0 deletions packages/admin/admin/custom/i18n/pt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"custom_easy_Instance": "Instância",
"custom_easy_Config": "Configuração",
"custom_easy_Tab": "Aba"
}
5 changes: 5 additions & 0 deletions packages/admin/admin/custom/i18n/ru.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"custom_easy_Instance": "Экземпляр",
"custom_easy_Config": "Страница конфигурации",
"custom_easy_Tab": "Вкладка"
}
5 changes: 5 additions & 0 deletions packages/admin/admin/custom/i18n/zh-cn.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"custom_easy_Instance": "实例",
"custom_easy_Config": "配置",
"custom_easy_Tab": "标签"
}
Loading

0 comments on commit 78ab082

Please sign in to comment.