Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Currently implemented are:

## Planned
* teddyBench integration
* Toniebox 2 support

## Where to start?
If you want to get started, please follow our [guide on our website](https://toniebox-reverse-engineering.github.io/docs/tools/teddycloud/).
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion contrib/data/www/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
}
})();
</script>
<script type="module" crossorigin src="/web/assets/index-Bj7ssOz6.js"></script>
<script type="module" crossorigin src="/web/assets/index-BFvzsISv.js"></script>
<link rel="stylesheet" crossorigin href="/web/assets/index-zRaEDlqF.css">
</head>
<body>
Expand Down
1 change: 1 addition & 0 deletions contrib/data/www/web/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
"icon": "Das für das Plugin verwendete Icon. Muss eine gültige Ant Design Icon-Komponente von https://ant.design/components/icon sein, z. B. TrophyOutlined, TagsOutlined",
"pluginHomepage": "Homepage des Plugins",
"pluginName": "Der Titel, der in Menüs angezeigt wird (erforderlich)",
"standalone": "Boolesches Flag, das angibt, ob das Plugin im Standalone-Modus ausgeführt werden soll (kein Header, keine Sidebar, kein Footer). Wichtig: Der Wert true oder false darf nicht in Anführungszeichen stehen!",
"teddyCloudSection": "Gewünschter Bereich, in dem das Plugin zur Navigation hinzugefügt wird (gültige Werte: home, tonies, tonieboxes, settings, community)",
"version": "Version des Plugins"
},
Expand Down
1 change: 1 addition & 0 deletions contrib/data/www/web/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
"icon": "The icon used for the plugin. Must be a valid Ant Design icon component from https://ant.design/components/icon, e.g. TrophyOutlined, TagsOutlined",
"pluginHomepage": "Homepage of the plugin",
"pluginName": "The title shown in menus (mandatory)",
"standalone": "Boolean flag indicating whether the plugin should run in standalone mode (no header, no sidebar, no footer). Important: do not put true or false in quotes.",
"teddyCloudSection": "Desired section where plugin shall be added to navigation (valid values: home, tonies, tonieboxes, settings, community)",
"version": "Version of the plugin"
},
Expand Down
1 change: 1 addition & 0 deletions contrib/data/www/web/translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
"icon": "El icono utilizado para el plugin. Debe ser un componente de icono válido de Ant Design de https://ant.design/components/icon, p. ej. TrophyOutlined, TagsOutlined",
"pluginHomepage": "Página principal del plugin",
"pluginName": "El título que aparece en los menús (obligatorio)",
"standalone": "Indicador booleano que define si el plugin debe ejecutarse en modo independiente (sin encabezado, sin barra lateral y sin pie de página). Importante: el valor true y false no debe ir entre comillas.",
"teddyCloudSection": "Sección deseada donde se agregará el plugin a la navegación (valores válidos: home, tonies, tonieboxes, settings, community)",
"version": "Versión del plugin"
},
Expand Down
1 change: 1 addition & 0 deletions contrib/data/www/web/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
"icon": "L'icône utilisée pour le plugin. Doit être un composant d'icône Ant Design valide depuis https://ant.design/components/icon, par ex. TrophyOutlined, TagsOutlined",
"pluginHomepage": "Page d'accueil du plugin",
"pluginName": "Le titre affiché dans les menus (obligatoire)",
"standalone": "Indicateur booléen précisant si le plugin doit être exécuté en mode autonome (sans en-tête, sans barre latérale, sans pied de page). Important : la valeur true et false ne doit pas être entre guillemets.",
"teddyCloudSection": "Section souhaitée où le plugin doit être ajouté à la navigation (valeurs valides : home, tonies, tonieboxes, settings, community)",
"version": "Version du plugin"
},
Expand Down
6 changes: 3 additions & 3 deletions contrib/data/www/web/web_version.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"web_version": "vX.X.X",
"web_gitDirty": "0",
"web_gitTag": "undefined",
"web_gitDateTime": "2025-12-24 19:44:41 +0100",
"web_gitSha": "82a6d0eb6f57b810cd6a0a332c402e1f5e6ffe9c",
"web_gitDateTime": "2025-12-31 14:06:14 +0100",
"web_gitSha": "731fab8a833c3e0d3e44bb6e85aa71c94dc0e773",
"web_gitTagPrefix": "undefined",
"web_gitShortSha": "82a6d0e",
"web_gitShortSha": "731fab8",
"_eof":""
}
Loading