feat(frontend): add design tokens, dark mode hook, and i18n scaffold
Part of the Ombrora Convert redesign (Task 1/5).
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"brand": "Ombrora Convert",
|
||||
"nav": {
|
||||
"switchToEnglish": "English",
|
||||
"switchToFrench": "Français",
|
||||
"themeToLight": "Switch to light mode",
|
||||
"themeToDark": "Switch to dark mode"
|
||||
},
|
||||
"hero": {
|
||||
"title": "Convert your files online, for free",
|
||||
"subtitle": "Drag and drop your files, pick the output format, download the result. No install, no account.",
|
||||
"dropzoneLabel": "Drag your files here or click to browse",
|
||||
"convert": "Convert",
|
||||
"unsupportedFormat": "Unsupported format"
|
||||
},
|
||||
"quality": {
|
||||
"label": "Quality ({{value}})",
|
||||
"compression": "Compression ({{value}})",
|
||||
"iconSize": "Icon size",
|
||||
"compressPdf": "Compress as JPEG"
|
||||
},
|
||||
"job": {
|
||||
"converting": "Converting...",
|
||||
"download": "Download"
|
||||
},
|
||||
"reassurance": {
|
||||
"title": "Why you can trust us",
|
||||
"autoDelete": "Files deleted automatically after 1h",
|
||||
"noAccount": "No account required",
|
||||
"online": "100% online — nothing to install",
|
||||
"maxSize": "Up to 100MB per file"
|
||||
},
|
||||
"formats": {
|
||||
"title": "Supported formats",
|
||||
"images": "Images",
|
||||
"documents": "Documents",
|
||||
"fonts": "Fonts",
|
||||
"ebooks": "Ebooks"
|
||||
},
|
||||
"footer": {
|
||||
"rights": "Ombrora Convert — Online file conversion"
|
||||
},
|
||||
"notFound": {
|
||||
"title": "Page not found",
|
||||
"backHome": "Back to home"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"brand": "Ombrora Convert",
|
||||
"nav": {
|
||||
"switchToEnglish": "English",
|
||||
"switchToFrench": "Français",
|
||||
"themeToLight": "Activer le mode clair",
|
||||
"themeToDark": "Activer le mode sombre"
|
||||
},
|
||||
"hero": {
|
||||
"title": "Convertissez vos fichiers en ligne, gratuitement",
|
||||
"subtitle": "Glissez-déposez vos fichiers, choisissez le format de sortie, téléchargez le résultat. Aucune installation, aucun compte.",
|
||||
"dropzoneLabel": "Glissez vos fichiers ici ou cliquez pour parcourir",
|
||||
"convert": "Convertir",
|
||||
"unsupportedFormat": "Format non supporté"
|
||||
},
|
||||
"quality": {
|
||||
"label": "Qualité ({{value}})",
|
||||
"compression": "Compression ({{value}})",
|
||||
"iconSize": "Taille de l'icône",
|
||||
"compressPdf": "Compresser en JPEG"
|
||||
},
|
||||
"job": {
|
||||
"converting": "Conversion en cours...",
|
||||
"download": "Télécharger"
|
||||
},
|
||||
"reassurance": {
|
||||
"title": "Pourquoi nous faire confiance",
|
||||
"autoDelete": "Fichiers supprimés automatiquement après 1h",
|
||||
"noAccount": "Aucun compte requis",
|
||||
"online": "100% en ligne — rien à installer",
|
||||
"maxSize": "Jusqu'à 100 Mo par fichier"
|
||||
},
|
||||
"formats": {
|
||||
"title": "Formats pris en charge",
|
||||
"images": "Images",
|
||||
"documents": "Documents",
|
||||
"fonts": "Polices",
|
||||
"ebooks": "Ebooks"
|
||||
},
|
||||
"footer": {
|
||||
"rights": "Ombrora Convert — Conversion de fichiers en ligne"
|
||||
},
|
||||
"notFound": {
|
||||
"title": "Page introuvable",
|
||||
"backHome": "Retour à l'accueil"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user