translate
This commit is contained in:
19
src/i18n/locales/fr/common.js
Normal file
19
src/i18n/locales/fr/common.js
Normal file
@@ -0,0 +1,19 @@
|
||||
export default {
|
||||
"loading": "Chargement...", // Lädt...
|
||||
"error": "Erreur", // Fehler
|
||||
"close": "Fermer", // Schließen
|
||||
"save": "Enregistrer", // Speichern
|
||||
"cancel": "Annuler", // Abbrechen
|
||||
"ok": "OK", // OK
|
||||
"yes": "Oui", // Ja
|
||||
"no": "Non", // Nein
|
||||
"next": "Suivant", // Weiter
|
||||
"back": "Retour", // Zurück
|
||||
"edit": "Modifier", // Bearbeiten
|
||||
"delete": "Supprimer", // Löschen
|
||||
"add": "Ajouter", // Hinzufügen
|
||||
"remove": "Retirer", // Entfernen
|
||||
"products": "Produits", // Produkte
|
||||
"product": "Produit", // Produkt
|
||||
"days": "Jours" // Tage
|
||||
};
|
||||
Reference in New Issue
Block a user