diff --git a/src/langs/ar/flag.json b/src/langs/ar/flag.json new file mode 100644 index 00000000..0967ef42 --- /dev/null +++ b/src/langs/ar/flag.json @@ -0,0 +1 @@ +{} diff --git a/src/langs/de/flag.json b/src/langs/de/flag.json new file mode 100644 index 00000000..0967ef42 --- /dev/null +++ b/src/langs/de/flag.json @@ -0,0 +1 @@ +{} diff --git a/src/langs/en/flag.json b/src/langs/en/flag.json new file mode 100644 index 00000000..1a8fd01e --- /dev/null +++ b/src/langs/en/flag.json @@ -0,0 +1,8 @@ +{ + "inappropriate-content": "Inappropriate Content", + "hate-speech": "Hate Speech", + "fraud-plagiarism": "Fraud / Plagiarism", + "spam": "Spam", + "targeted-harassment": "Targeted Harassment", + "false-information": "False Information" +} diff --git a/src/langs/fr/flag.json b/src/langs/fr/flag.json new file mode 100644 index 00000000..c773aa53 --- /dev/null +++ b/src/langs/fr/flag.json @@ -0,0 +1,8 @@ +{ + "inappropriate-content": "Contenu Inapproprié", + "hate-speech": "Discours Haineux", + "fraud-plagiarism": "Fraude / Plagiat", + "spam": "Spam", + "targeted-harassment": "Harcèlement ciblé", + "false-information": "Fausse Information" +} diff --git a/src/langs/fr/library.json b/src/langs/fr/library.json index 7b9e5a4c..3248ac9f 100644 --- a/src/langs/fr/library.json +++ b/src/langs/fr/library.json @@ -1,7 +1,7 @@ { "COPY_LINK_BUTTON_TOOLTIP": "Copier le lien", "GRAASP_LIBRARY": "Graasp Library", -"GRAASP_LIBRARY_DESCRIPTION": "Graasp Library est une plateforme de partage de ressources éducatives libres.", + "GRAASP_LIBRARY_DESCRIPTION": "Graasp Library est une plateforme de partage de ressources éducatives libres.", "HOME_TITLE": "Découvrez des ressources libres pour l'éducation", "GUEST": "Invité", "SEARCH_RANGES_AUTHOR": "Auteur", @@ -23,7 +23,7 @@ "HEADER_ALL_COLLECTIONS": "Toutes les Collections", "HEADER_MY_LISTS": "Mes Listes", "HOME_GRAASPER_COLLECTIONS_TITLE": "Selection Graasp", -"HOME_POPULAR_THIS_WEEK_COLLECTIONS_TITLE": "Populaires cette semaine", + "HOME_POPULAR_THIS_WEEK_COLLECTIONS_TITLE": "Populaires cette semaine", "HOME_MOST_LIKED_COLLECTIONS_TITLE": "Les plus aimées", "ALL_COLLECTIONS_OPEN_MENU": "Ouvrir le Menu", "EMPTY_COLLECTION_MESSAGE": "Aucune collection disponible.", diff --git a/src/langs/fr/player.json b/src/langs/fr/player.json index 10d93e86..a72be9f3 100644 --- a/src/langs/fr/player.json +++ b/src/langs/fr/player.json @@ -6,5 +6,5 @@ "HIDE_PINNED_ITEMS_TOOLTIP": "Cacher les éléments épinglés", "PINNED_ITEMS": "Éléments épinglés", "LOAD_MORE": "Montrer plus", -"HIDDEN_WRAPPER_TOOLTIP": "Cet élément est caché, vous pouvez le voir car vous possédez un droit d'administration ou d'écriture, les utilisateurs avec droits de lecture ne peuvent pas voir cet élément" + "HIDDEN_WRAPPER_TOOLTIP": "Cet élément est caché, vous pouvez le voir car vous possédez un droit d'administration ou d'écriture, les utilisateurs avec droits de lecture ne peuvent pas voir cet élément" } diff --git a/src/langs/index.ts b/src/langs/index.ts index 85a1b63e..45770187 100644 --- a/src/langs/index.ts +++ b/src/langs/index.ts @@ -73,6 +73,11 @@ import mailFR from './fr/mail.json'; import mailDE from './de/mail.json'; import mailIT from './it/mail.json'; import mailAR from './ar/mail.json'; +import flagEN from './en/flag.json'; +import flagFR from './fr/flag.json'; +import flagDE from './de/flag.json'; +import flagIT from './it/flag.json'; +import flagAR from './ar/flag.json'; // define namespaces export const namespaces = { @@ -104,6 +109,7 @@ const en = { ...permissionLevelEN, ...itemTypeEN, ...contextEN, + ...flagEN, }, [namespaces.library]: libraryEN, [namespaces.mail]: mailEN, @@ -124,6 +130,7 @@ const fr = { ...permissionLevelFR, ...itemTypeFR, ...contextFR, + ...flagFR, }, [namespaces.library]: libraryFR, [namespaces.mail]: mailFR, @@ -144,6 +151,7 @@ const de = { ...permissionLevelDE, ...itemTypeDE, ...contextDE, + ...flagDE, }, [namespaces.library]: libraryDE, [namespaces.mail]: mailDE, @@ -164,6 +172,7 @@ const it = { ...permissionLevelIT, ...itemTypeIT, ...contextIT, + ...flagIT, }, [namespaces.library]: libraryIT, [namespaces.mail]: mailIT, @@ -184,6 +193,7 @@ const ar = { ...permissionLevelAR, ...itemTypeAR, ...contextAR, + ...flagAR, }, [namespaces.library]: libraryAR, [namespaces.mail]: mailAR, diff --git a/src/langs/it/flag.json b/src/langs/it/flag.json new file mode 100644 index 00000000..0967ef42 --- /dev/null +++ b/src/langs/it/flag.json @@ -0,0 +1 @@ +{}