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 library published tab translations #181

Merged
merged 2 commits into from
Jul 24, 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
2 changes: 2 additions & 0 deletions src/constants/builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ export const BUILDER = {
LIBRARY_SETTINGS_VISIBILITY_INFORMATIONS:
'LIBRARY_SETTINGS_VISIBILITY_INFORMATIONS',

PUBLISHED_ITEMS_TITLE: 'PUBLISHED_ITEMS_TITLE',

SHARE_ITEM_CSV_IMPORT_MODAL_TITLE: 'SHARE_ITEM_CSV_IMPORT_MODAL_TITLE',
SHARE_ITEM_CSV_IMPORT_SUCCESS_MESSAGE:
'SHARE_ITEM_CSV_IMPORT_SUCCESS_MESSAGE',
Expand Down
1 change: 1 addition & 0 deletions src/langs/de/builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
"PIN_ITEM_PIN_TEXT": "Dieses Element anpinnen",
"PIN_ITEM_UNPIN_TEXT": "Lösen",
"PLAY_BUTTON_TOOLTIP": "Spieleransicht anzeigen",
"PUBLISHED_ITEMS_TITLE": "Veröffentlichte Elemente",
"RECYCLE_BIN_TITLE": "Papierkorb",
"RECYCLE_ITEM_BUTTON": "Löschen",
"RESTORE_ITEM_BUTTON": "Wiederherstellen",
Expand Down
1 change: 1 addition & 0 deletions src/langs/en/builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@
"PIN_ITEM_PIN_TEXT": "Pin this item",
"PIN_ITEM_UNPIN_TEXT": "Unpin",
"PLAY_BUTTON_TOOLTIP": "Show Player View",
"PUBLISHED_ITEMS_TITLE": "Published Items",
"RECYCLE_BIN_TITLE": "Trash",
"RECYCLE_ITEM_BUTTON": "Trash",
"RESTORE_ITEM_BUTTON": "Restore",
Expand Down
3 changes: 2 additions & 1 deletion src/langs/fr/builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"EDIT_ITEM_BUTTON": "Modifier",
"EDIT_ITEM_ERROR_MESSAGE": "L'élément n'est pas valide",
"EDIT_ITEM_MODAL_TITLE": "Modifier l'élément",
"EDIT_ITEM_IMAGE_ALT_TEXT_LABEL": "Texte alternatif (pour améliorer l'accessibilité)",
"EDIT_ITEM_IMAGE_ALT_TEXT_LABEL": "Texte alternatif (pour améliorer l'accessibilité)",
"EMPTY_ITEM_MESSAGE": "Cet élément est vide.",
"ERROR_MESSAGE": "Une erreur est survenue.",
"FAVORITE_ITEM_ADD_TEXT": "Ajouter aux favoris",
Expand Down Expand Up @@ -173,6 +173,7 @@
"PIN_ITEM_PIN_TEXT": "Épingler cet élément",
"PIN_ITEM_UNPIN_TEXT": "Détacher",
"PLAY_BUTTON_TOOLTIP": "Montrer la Vue Player",
"PUBLISHED_ITEMS_TITLE": "Eléments publiés",
"RECYCLE_BIN_TITLE": "Poubelle",
"RECYCLE_ITEM_BUTTON": "Mettre à la poubelle",
"RESTORE_ITEM_BUTTON": "Restaurer",
Expand Down