Spaces:
Sleeping
Sleeping
| import type { TranslationStrings } from '../types'; | |
| const common: TranslationStrings = { | |
| 'common.save': 'Enregistrer', | |
| 'common.showMore': 'Voir plus', | |
| 'common.showLess': 'Voir moins', | |
| 'common.cancel': 'Annuler', | |
| 'common.clear': 'Effacer', | |
| 'common.delete': 'Supprimer', | |
| 'common.edit': 'Modifier', | |
| 'common.add': 'Ajouter', | |
| 'common.loading': 'Chargement…', | |
| 'common.import': 'Importer', | |
| 'common.select': 'Sélectionner', | |
| 'common.selectAll': 'Tout sélectionner', | |
| 'common.deselectAll': 'Tout désélectionner', | |
| 'common.error': 'Erreur', | |
| 'common.unknownError': 'Erreur inconnue', | |
| 'common.tooManyAttempts': 'Trop de tentatives. Veuillez réessayer plus tard.', | |
| 'common.back': 'Retour', | |
| 'common.all': 'Tout', | |
| 'common.close': 'Fermer', | |
| 'common.open': 'Ouvrir', | |
| 'common.upload': 'Importer', | |
| 'common.search': 'Rechercher', | |
| 'common.confirm': 'Confirmer', | |
| 'common.ok': 'OK', | |
| 'common.yes': 'Oui', | |
| 'common.no': 'Non', | |
| 'common.or': 'ou', | |
| 'common.none': 'Aucun', | |
| 'common.date': 'Date', | |
| 'common.rename': 'Renommer', | |
| 'common.discardChanges': 'Ignorer les modifications', | |
| 'common.discard': 'Ignorer', | |
| 'common.name': 'Nom', | |
| 'common.email': 'E-mail', | |
| 'common.password': 'Mot de passe', | |
| 'common.saving': 'Enregistrement…', | |
| 'common.saved': 'Enregistré', | |
| 'common.expand': 'Développer', | |
| 'common.collapse': 'Réduire', | |
| 'common.update': 'Mettre à jour', | |
| 'common.change': 'Modifier', | |
| 'common.uploading': 'Import en cours…', | |
| 'common.backToPlanning': 'Retour à la planification', | |
| 'common.reset': 'Réinitialiser', | |
| 'common.copy': 'Copier', | |
| 'common.copied': 'Copié', | |
| 'common.justNow': "à l'instant", | |
| 'common.hoursAgo': 'il y a {count}h', | |
| 'common.daysAgo': 'il y a {count}j', | |
| }; | |
| export default common; | |