diff --git a/src/components/project/StatisticsProject.vue b/src/components/project/StatisticsProject.vue
index e5100f56..1ea00e16 100644
--- a/src/components/project/StatisticsProject.vue
+++ b/src/components/project/StatisticsProject.vue
@@ -1,9 +1,6 @@
{{ $t('projectView.projectOverview') }}
-
-
-
@@ -22,7 +19,7 @@
-
+
{{ projectStat.samplesNumber }}
@@ -35,7 +32,7 @@
-
+
{{ projectStat.treesNumber }}
@@ -61,9 +58,6 @@
{{ $t('projectStats.activityOverview') }}
-
-
-
diff --git a/src/i18n/en-us/index.ts b/src/i18n/en-us/index.ts
index 5fcaba43..aa689f4c 100644
--- a/src/i18n/en-us/index.ts
+++ b/src/i18n/en-us/index.ts
@@ -35,7 +35,7 @@ export default {
// first page (the index)
homepage: {
- title: 'A collaborative annotation tool for the treebank developpement.',
+ title: 'A collaborative annotation tool for treebank developpement.',
subtitle: 'ArboratorGrew opens up new paths of collectively creating, updating, maintaining, and curating syntactic treebanks.',
accessTreebankBtn: 'Access Treebanks',
popularProjects: 'Popular projects',
@@ -81,7 +81,7 @@ export default {
'For quick graphical modification of a CoNLL file',
],
},
- footertextmadewith: 'Made with',
+ footertextmadewith: 'Made in France with',
textGetUserEmailDialog: [
'For the proper management of the service, we may need to contact you, especially for the removal of unused projects. Your email will only be used for communications regarding ArboratorGrew and will not be shared with third parties.',
'You may refuse to the communication of your email, but if you do, we reserve the right to delete your projects without notice.',
@@ -126,7 +126,7 @@ export default {
// page when you enter a project ( samples info, etc)
projectView: {
project: 'Project',
- createdBy: 'Created by',
+ createdBy: 'Project created by',
settings: 'Settings',
tooltipSettings: 'Modify project settings',
newSample: 'New Sample',
diff --git a/src/i18n/fr-fra/index.ts b/src/i18n/fr-fra/index.ts
index d9ccd454..28d5cc55 100644
--- a/src/i18n/fr-fra/index.ts
+++ b/src/i18n/fr-fra/index.ts
@@ -78,7 +78,7 @@ export default {
'Édition graphique rapide de fichiers CoNLL',
],
},
- footertextmadewith: "Créé avec beaucoup d'",
+ footertextmadewith: "Créé en France avec beaucoup d'",
textGetUserEmailDialog: [
'Pour la bonne gestion du service, nous pourrions avoir besoin de vous contacter, notamment pour la suppression de projects inutilisés. Votre email ne sera utilisé que pour des communications concernant ArboratorGrew et ne sera pas communiqué à des tiers.',
'Vous pouvez vous opposer à la communication de votre mail mais, dans ce cas, nous nous réservons le droit de supprimer vos projets sans préavis.',
@@ -123,7 +123,7 @@ export default {
// page when you enter a project ( samples info, etc)
projectView: {
project: 'Projet',
- createdBy: 'Créé par',
+ createdBy: 'Projet créé par',
settings: 'Paramètres',
tooltipSettings: 'Modifier les paramètres du projet',
newSample: 'Nouvel échantillon',
diff --git a/src/pages/MyProjects.vue b/src/pages/MyProjects.vue
index 358f5711..75c9681b 100644
--- a/src/pages/MyProjects.vue
+++ b/src/pages/MyProjects.vue
@@ -45,7 +45,7 @@
-
+
- {{ $t('projectView.project') }} "{{ name }}"
+ "{{ name }}"
@@ -18,8 +18,7 @@
{{ description }}
- {{ $t('projectView.createdBy') }}
- {{ admins[0] }}
+ {{ $t('projectView.createdBy') }} "{{ admins[0] }}"
diff --git a/src/pages/ProjectsHub.vue b/src/pages/ProjectsHub.vue
index e225e777..eb627eae 100644
--- a/src/pages/ProjectsHub.vue
+++ b/src/pages/ProjectsHub.vue
@@ -40,6 +40,9 @@
+
+ Filter projects by language
+
@@ -54,15 +57,13 @@
class="float-right"
:label="$t('projectHub.projectCategory')"
/>
-
-
- {{ $t('projectHub.tooltipListView') }}
-
-
-
-
+
+
{{ $t('projectHub.tooltipGridView') }}
+
+ {{ $t('projectHub.tooltipListView') }}
+
@@ -94,7 +95,7 @@
-