瀏覽代碼

Merge branch 'develop' of github.com:tracim/tracim_v2 into develop

AlexiCauvin 6 年之前
父節點
當前提交
0f26bbc56c

+ 0 - 41
frontend/src/translate/en.js 查看文件

@@ -1,41 +0,0 @@
1
-const en = {
2
-  translation: { // 'en' in the namespace 'translation'
3
-    Header: {
4
-      Search: 'Search'
5
-    },
6
-    Footer: {
7
-      marketing_msg: 'Create your own collaborative workspaces on trac.im',
8
-      copyright: 'Copyright 2013 - 2017'
9
-    },
10
-    FlashMessage: {
11
-      error: 'Error'
12
-    },
13
-    Login: {
14
-      fail: 'Unknown email or password',
15
-      logout_error: 'Disconnection error'
16
-    },
17
-    FileItemHeader: {
18
-      type: 'Type',
19
-      document_name: "Document's name",
20
-      status: 'Status'
21
-    },
22
-    Folder: {
23
-      create: 'Create in this folder',
24
-      content_type: 'Content type'
25
-    },
26
-    Sidebar: {
27
-      create_new_workspace: 'Create new workspace'
28
-    },
29
-    Account: {
30
-      title: 'My account'
31
-    },
32
-    role: {
33
-      reader: 'Reader',
34
-      contributor: 'Contributor',
35
-      content_manager: 'Content manager',
36
-      manager: 'Manager'
37
-    }
38
-  }
39
-}
40
-
41
-export default en

+ 0 - 41
frontend/src/translate/fr.js 查看文件

@@ -1,41 +0,0 @@
1
-const fr = {
2
-  translation: { // 'fr' in the namespace 'translation'
3
-    Header: {
4
-      Search: 'Rechercher'
5
-    },
6
-    Footer: {
7
-      marketing_msg: 'Créer votre propre espace de travail collaboratif sur trac.im',
8
-      copyright: 'Copyright 2013 - 2017'
9
-    },
10
-    FlashMessage: {
11
-      error: 'Erreur'
12
-    },
13
-    Login: {
14
-      fail: 'Email ou mot de passe inconnu.',
15
-      logout_error: 'Erreur de déconnexion.'
16
-    },
17
-    FileItemHeader: {
18
-      type: 'Type',
19
-      document_name: 'Nom du document',
20
-      status: 'Statut'
21
-    },
22
-    Folder: {
23
-      create: 'Créer dans ce dossier',
24
-      content_type: 'Type de contenu'
25
-    },
26
-    Sidebar: {
27
-      create_new_workspace: 'Créer un workspace'
28
-    },
29
-    Account: {
30
-      title: 'Mon compte'
31
-    },
32
-    role: {
33
-      reader: 'Lecteur',
34
-      contributor: 'Contributeur',
35
-      content_manager: 'Gestionnaire de contenu',
36
-      manager: 'Responsable'
37
-    }
38
-  }
39
-}
40
-
41
-export default fr

+ 0 - 9
frontend_app_html-document/src/translate/en.js 查看文件

@@ -1,9 +0,0 @@
1
-const en = {
2
-  translation: { // 'en' in the namespace 'translation'
3
-    PopinFixedOption: {
4
-      new_version: 'New version'
5
-    }
6
-  }
7
-}
8
-
9
-export default en

+ 0 - 9
frontend_app_html-document/src/translate/fr.js 查看文件

@@ -1,9 +0,0 @@
1
-const fr = {
2
-  translation: { // 'fr' in the namespace 'translation'
3
-    PopinFixedOption: {
4
-      new_version: 'nouvelle version'
5
-    }
6
-  }
7
-}
8
-
9
-export default fr

+ 0 - 9
frontend_app_thread/src/translate/en.js 查看文件

@@ -1,9 +0,0 @@
1
-const en = {
2
-  translation: { // 'en' in the namespace 'translation'
3
-    PopinFixedOption: {
4
-      new_version: 'New version'
5
-    }
6
-  }
7
-}
8
-
9
-export default en

+ 0 - 9
frontend_app_thread/src/translate/fr.js 查看文件

@@ -1,9 +0,0 @@
1
-const fr = {
2
-  translation: { // 'fr' in the namespace 'translation'
3
-    PopinFixedOption: {
4
-      new_version: 'nouvelle version'
5
-    }
6
-  }
7
-}
8
-
9
-export default fr