Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add translations for hidden wrapper tooltip in player #157

Merged
merged 2 commits into from
May 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/constants/player.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ export const PLAYER = {
HIDE_PINNED_ITEMS_TOOLTIP: 'HIDE_PINNED_ITEMS_TOOLTIP',
PINNED_ITEMS: 'PINNED_ITEMS',
LOAD_MORE: 'LOAD_MORE',
HIDDEN_WRAPPER_TOOLTIP: 'HIDDEN_WRAPPER_TOOLTIP',
};
3 changes: 2 additions & 1 deletion src/langs/en/player.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"SHOW_PINNED_ITEMS_TOOLTIP": "Show pinned items",
"HIDE_PINNED_ITEMS_TOOLTIP": "Hide pinned items",
"PINNED_ITEMS": "Pinned items",
"LOAD_MORE": "Load more"
"LOAD_MORE": "Load more",
"HIDDEN_WRAPPER_TOOLTIP": "This element is hidden, you can see it because you have admin or write access, users with read access won't see it"
}
3 changes: 2 additions & 1 deletion src/langs/fr/player.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"SHOW_PINNED_ITEMS_TOOLTIP": "Montrer les éléments épinglés",
"HIDE_PINNED_ITEMS_TOOLTIP": "Cacher les éléments épinglés",
"PINNED_ITEMS": "Éléments épinglés",
"LOAD_MORE": "Montrer plus"
"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"
}