Skip to content

Commit 893bccc

Browse files
authored
Addition of French translation (#19)
1 parent 62519e4 commit 893bccc

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Diff for: locales.js

+21
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,24 @@ export const pt_BR = {
8181
MSG_RENAME_ERROR: 'Falha ao renomear',
8282
MSG_DELETE_ERROR: 'Falha ao deletar'
8383
};
84+
85+
export const fr_FR = {
86+
LBL_SHOW_HIDDEN_FILES: 'Afficher les fichiers cachés',
87+
LBL_MINIMALISTIC: 'Minimaliste',
88+
LBL_OPEN_WITH: 'Ouvrir avec...',
89+
LBL_SHOW_DATE: 'Affichier la colonne date',
90+
LBL_STATUS: '{0} dossiers, {1} fichiers, {2} bytes au total',
91+
LBL_DATE: 'Date', // FIXME: Move to client
92+
LBL_LOADING: 'Chargement en cours {0}',
93+
DIALOG_MKDIR_MESSAGE: 'Créer nouveau dossier',
94+
DIALOG_MKDIR_PLACEHOLDER: 'Nouveau dossier',
95+
DIALOG_RENAME_MESSAGE: 'Renommer {0} ?',
96+
DIALOG_DELETE_MESSAGE: 'Supprimer {0} ?',
97+
MSG_ERROR: 'Une erreur est survenue',
98+
MSG_UPLOAD_ERROR: 'Echec du chargement du(des) fichier(s)',
99+
MSG_READDIR_ERROR: 'Une erreur est survenue lors de la lecture du répertoire : {0}',
100+
MSG_PASTE_ERROR: 'Impossible de coller le(s) file(s)',
101+
MSG_MKDIR_ERROR: 'Impossible de créer le répertoire',
102+
MSG_RENAME_ERROR: 'Echec du renommage',
103+
MSG_DELETE_ERROR: 'Echec de la suppression'
104+
};

0 commit comments

Comments
 (0)