Skip to content

Commit

Permalink
fix: add filter popper translations
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh committed Jul 26, 2023
1 parent 0c1c1c6 commit 5d1d69b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/constants/library.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export const LIBRARY = {
SEARCH_BUTTON_ARIA_LABEL: 'SEARCH_BUTTON_ARIA_LABEL',
SEARCH_ARIA_LABEL: 'SEARCH_ARIA_LABEL',
SEARCH_PLACEHOLDER: 'SEARCH_PLACEHOLDER',
SEARCH_RESULTS_FOR_TEXT: "SEARCH_RESULTS_FOR_TEXT",
COLLECTION_PLAYER_BUTTON: 'COLLECTION_PLAYER_BUTTON',
ERROR_TITLE: 'ERROR_TITLE',
ERROR_RETURN_TO_HOME: 'ERROR_RETURN_TO_HOME',
Expand Down Expand Up @@ -106,4 +107,7 @@ export const LIBRARY = {
SUMMARY_ACTIONS_COPY: 'SUMMARY_ACTIONS_COPY',
SUMMARY_ACTIONS_EMBED: 'SUMMARY_ACTIONS_EMBED',
SUMMARY_CONTENT_TITLE: 'SUMMARY_CONTENT_TITLE',
FILTER_DROPDOWN_NO_FILTER: "FILTER_DROPDOWN_NO_FILTER",
FILTER_DROPDOWN_CLEAR_FILTERS: "FILTER_DROPDOWN_CLEAR_FILTERS",
FILTER_DROPDOWN_NO_CATEGORIES_AVAILABLE: "FILTER_DROPDOWN_NO_CATEGORIES_AVAILABLE",
};
6 changes: 5 additions & 1 deletion src/langs/en/library.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"SEARCH_BUTTON_ARIA_LABEL": "search",
"SEARCH_ARIA_LABEL": "Search collections",
"SEARCH_PLACEHOLDER": "Search collections…",
"SEARCH_RESULTS_FOR_TEXT": "Search results for: {{search}}",
"COLLECTION_PLAYER_BUTTON": "View item in player",
"ERROR_TITLE": "Error",
"ERROR_RETURN_TO_HOME": "Return to Home",
Expand Down Expand Up @@ -105,5 +106,8 @@
"SUMMARY_ACTIONS_PREVIEW_CONTENT": "Preview",
"SUMMARY_ACTIONS_DOWNLOAD": "Download",
"SUMMARY_ACTIONS_COPY": "Copy",
"SUMMARY_ACTIONS_EMBED": "Embed"
"SUMMARY_ACTIONS_EMBED": "Embed",
"FILTER_DROPDOWN_NO_FILTER": "No filter...",
"FILTER_DROPDOWN_CLEAR_FILTERS": "Clear",
"FILTER_DROPDOWN_NO_CATEGORIES_AVAILABLE": "No categories available"
}
6 changes: 5 additions & 1 deletion src/langs/fr/library.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"SEARCH_RANGES_ALL": "Tous",
"SEARCH_RANGES_TITLE": "Titre",
"SEARCH_RANGES_TAGS": "Tag",
"SEARCH_RESULTS_FOR_TEXT": "Résultats de recherche pour: {{search}}",
"SHARED_ITEMS_LABEL": "Éléments Partagés",
"OWN_ITEMS_LABEL": "Mes Éléments",
"COLLECTION_EMPTY_DESCRIPTION_TEXT": "Cet élément n'a pas de description.",
Expand All @@ -66,5 +67,8 @@
"SUMMARY_ACTIONS_PREVIEW_CONTENT": "Aperçu",
"SUMMARY_ACTIONS_DOWNLOAD": "Télécharger",
"SUMMARY_ACTIONS_COPY": "Copier",
"SUMMARY_ACTIONS_EMBED": "Intégrer"
"SUMMARY_ACTIONS_EMBED": "Intégrer",
"FILTER_DROPDOWN_NO_FILTER": "Pas de filtres...",
"FILTER_DROPDOWN_CLEAR_FILTERS": "Réinitialiser",
"FILTER_DROPDOWN_NO_CATEGORIES_AVAILABLE": "Pas de catégories disponibles"
}

0 comments on commit 5d1d69b

Please sign in to comment.