secubox-openwrt/package/secubox/secubox-app/README.fr.md
CyberMind-FR ccfb58124c docs: Add trilingual documentation (French and Chinese translations)
Add complete French (fr) and Chinese (zh) translations for all documentation:

- Root files: README, CHANGELOG, SECURITY, BETA-RELEASE
- docs/: All 16 core documentation files
- DOCS/: All 19 deep-dive documents including embedded/ and archive/
- package/secubox/: All 123+ package READMEs
- Misc: secubox-tools/, scripts/, EXAMPLES/, config-backups/, streamlit-apps/

Total: 346 translation files created

Each file includes language switcher links for easy navigation between
English, French, and Chinese versions.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-20 10:00:18 +01:00

40 lines
689 B
Markdown

[English](README.md) | [Francais](README.fr.md) | [中文](README.zh.md)
# SecuBox App Store CLI
Assistant en ligne de commande pour la gestion des manifestes du SecuBox App Store.
## Installation
```sh
opkg install secubox-app
```
## Utilisation
```sh
# Lister les apps disponibles
secubox-app list
# Afficher les details du manifeste d'une app
secubox-app info <app-name>
# Installer une app
secubox-app install <app-name>
```
Les manifestes de plugins par defaut sont livres sous `/usr/share/secubox/plugins/`.
## Fichiers
- `/usr/sbin/secubox-app` -- CLI principal
- `/usr/share/secubox/plugins/` -- manifestes d'apps
## Dependances
- `jsonfilter`
## Licence
Apache-2.0