From 7fb3bf7675f9ba85a8de310fce9076f0662d5f8c Mon Sep 17 00:00:00 2001
From: Oulahal Said <said.oulahal@irstea.fr>
Date: Mon, 29 Jan 2018 13:47:10 +0100
Subject: [PATCH] =?UTF-8?q?Compl=C3=A9te=20les=20traductions?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/Resources/translations/messages.en.yml   | 25 ++++++++++++++++++++
 src/Resources/translations/validators.en.yml |  9 +++++++
 2 files changed, 34 insertions(+)
 create mode 100644 src/Resources/translations/validators.en.yml

diff --git a/src/Resources/translations/messages.en.yml b/src/Resources/translations/messages.en.yml
index 33f1cd11..7974183d 100644
--- a/src/Resources/translations/messages.en.yml
+++ b/src/Resources/translations/messages.en.yml
@@ -1,3 +1,28 @@
 button:
   upload: 'Add a file'
   delete: 'Delete file'
+
+UploadedFile:
+    index:
+        title: List of files
+        breadcrumb: Files
+    id.label: Label
+    displayName.label: Name
+    etat:
+        label: State
+        en-cours: In progress
+        orphelin: Orphan
+        normal: Normal
+        corrompu: Corrupt
+        manquant: Missing
+        rejete: Refuse
+    mimeType.label: MIME type
+    size.label: Size
+    checksum.label: checksum
+    createdAt.label: Creation date
+    show.title(%uploadedFile%): File %uploadedFile%
+    path.label: Path
+    createdBy.label: Créateur
+    createdFrom.label: IP adress
+    metadata.label: Metadata
+    description.label: Description
diff --git a/src/Resources/translations/validators.en.yml b/src/Resources/translations/validators.en.yml
new file mode 100644
index 00000000..f5398a18
--- /dev/null
+++ b/src/Resources/translations/validators.en.yml
@@ -0,0 +1,9 @@
+file_upload:
+  required: 'Required file'
+  unknownError: 'unknown error'
+  maxNumberOfFiles: 'Maximum number of files exceeded'
+  acceptFileTypes: 'File type not allowed'
+  maxFileSize: 'The file is too big'
+  minFileSize: 'The file is too small'
+  runningUpload: 'A download is in progress.'
+  uploadError: 'A download failed.'
-- 
GitLab