95 lines
7.2 KiB
JavaScript
95 lines
7.2 KiB
JavaScript
const resource = {
|
|
"common": {
|
|
"loading": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Chargement..." } },
|
|
"saving": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Enregistrement..." } },
|
|
"error": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Une erreur est survenue" } },
|
|
"retry": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Réessayer" } },
|
|
"save": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Enregistrer" } },
|
|
"saving_data": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Enregistrement des données..." } },
|
|
"cancel": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Annuler" } },
|
|
"discard": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Abandonner" } },
|
|
"delete": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Supprimer" } },
|
|
"delete_confirm": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Êtes-vous sûr de vouloir supprimer cet élément ?" } },
|
|
"delete_btn": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Supprimer" } },
|
|
"delete_title": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Confirmer la suppression" } },
|
|
"deleted": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Supprimé avec succès" } },
|
|
"edit": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Modifier" } },
|
|
"edit_title": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Modifier l'élément" } },
|
|
"create": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Créer" } },
|
|
"create_btn": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Créer" } },
|
|
"create_title": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Créer nouveau" } },
|
|
"create_first": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Créez votre premier élément pour commencer" } },
|
|
"search": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Rechercher" } },
|
|
"search_placeholder": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Rechercher..." } },
|
|
"filter": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Filtrer" } },
|
|
"no_results": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Aucun résultat trouvé" } },
|
|
"no_results_hint": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Essayez d'ajuster vos critères de recherche ou de filtre" } },
|
|
"no_items": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Aucun élément disponible" } },
|
|
"actions": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Actions" } },
|
|
"status": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Statut" } },
|
|
"active": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Actif" } },
|
|
"inactive": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Inactif" } },
|
|
"activate": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Activer" } },
|
|
"deactivate": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Désactiver" } },
|
|
"name": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Nom" } },
|
|
"name_placeholder": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Entrez le nom" } },
|
|
"description": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Description" } },
|
|
"desc_placeholder": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Entrez la description" } },
|
|
"details": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Détails" } },
|
|
"email": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "E-mail" } },
|
|
"id": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "ID" } },
|
|
"type": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Type" } },
|
|
"type_corporate": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Entreprise" } },
|
|
"view": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Voir" } },
|
|
"updated": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Mis à jour avec succès" } },
|
|
"save_error": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Échec de l'enregistrement" } },
|
|
"invalid_json": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Format JSON invalide" } },
|
|
"prev": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Précédent" } },
|
|
"next": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Suivant" } },
|
|
"none": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Aucun" } },
|
|
"reset": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Réinitialiser" } },
|
|
"confirm": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Confirmer" } },
|
|
"close": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Fermer" } },
|
|
"back": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Retour" } },
|
|
"continue": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Continuer" } },
|
|
"exit": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Quitter" } },
|
|
"all": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Tout" } },
|
|
"select_all": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Tout sélectionner" } },
|
|
"deselect_all": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Tout désélectionner" } },
|
|
"expires": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Expire" } },
|
|
"created": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Créé" } },
|
|
"start_date": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Date de début" } },
|
|
"end_date": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Date de fin" } },
|
|
"points": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Points" } },
|
|
"level": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Niveau" } },
|
|
"user": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Utilisateur" } },
|
|
"user_id": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "ID utilisateur" } },
|
|
"services": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Services" } },
|
|
"discoveries": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Découvertes" } },
|
|
"restriction": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Restriction" } },
|
|
"restriction_mild": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Légère" } },
|
|
"restriction_moderate": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Modérée" } },
|
|
"restriction_severe": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Sévère" } },
|
|
"min_xp": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "XP min" } },
|
|
"xp": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "XP" } },
|
|
"penalty": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Pénalité" } },
|
|
"feature_flags": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Indicateurs de fonctionnalités" } },
|
|
"permission": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Permission" } },
|
|
"role": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Rôle" } },
|
|
"domain": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Domaine" } },
|
|
"action": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Action" } },
|
|
"value": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Valeur" } },
|
|
"key": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Clé" } },
|
|
"enabled": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Activé" } },
|
|
"disabled": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Désactivé" } },
|
|
"yes": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Oui" } },
|
|
"no": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Non" } },
|
|
"on": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "On" } },
|
|
"off": { "t": 0, "b": { "t": 2, "i": [{ "t": 3 }], "s": "Off" } }
|
|
}
|
|
};
|
|
export {
|
|
resource as default
|
|
};
|
|
//# sourceMappingURL=fr-Dw19bH13.js.map
|