Skip to content

Commit

Permalink
feat: add builder status translations (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh authored Apr 13, 2023
1 parent 88f1f29 commit a4b0e34
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
7 changes: 7 additions & 0 deletions src/constants/builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ export const BUILDER = {
ITEMS_TABLE_CREATOR_HEADER: 'ITEMS_TABLE_CREATOR_HEADER',
ITEMS_TABLE_DRAG_DEFAULT_MESSAGE: 'ITEMS_TABLE_DRAG_DEFAULT_MESSAGE',
ITEMS_TABLE_EMPTY_MESSAGE: 'ITEMS_TABLE_EMPTY_MESSAGE',
ITEMS_TABLE_STATUS_HEADER: 'ITEMS_TABLE_STATUS_HEADER',
ITEMS_TABLE_NAME_HEADER: 'ITEMS_TABLE_NAME_HEADER',
ITEMS_TABLE_SELECTION_TEXT: 'ITEMS_TABLE_SELECTION_TEXT',
ITEMS_TABLE_TYPE_HEADER: 'ITEMS_TABLE_TYPE_HEADER',
Expand Down Expand Up @@ -269,4 +270,10 @@ export const BUILDER = {
USER_SWITCH_SIGN_OUT_BUTTON: 'USER_SWITCH_SIGN_OUT_BUTTON',
USER_SWITCH_SIGNED_OUT_TOOLTIP: 'USER_SWITCH_SIGNED_OUT_TOOLTIP',
USER_SWITCH_SWITCH_USER_TEXT: 'USER_SWITCH_SWITCH_USER_TEXT',
STATUS_TOOLTIP_IS_PINNED: 'STATUS_TOOLTIP_IS_PINNED',
STATUS_TOOLTIP_IS_HIDDEN: 'STATUS_TOOLTIP_IS_HIDDEN',
STATUS_TOOLTIP_IS_PUBLIC: 'STATUS_TOOLTIP_IS_PUBLIC',
STATUS_TOOLTIP_IS_PUBLISHED: 'STATUS_TOOLTIP_IS_PUBLISHED',
STATUS_TOOLTIP_IS_COLLAPSIBLE: 'STATUS_TOOLTIP_IS_COLLAPSIBLE',
STATUS_TOOLTIP_SHOW_CHATBOX: 'STATUS_TOOLTIP_SHOW_CHATBOX',
};
1 change: 1 addition & 0 deletions src/langs/de/builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
"ITEMS_TABLE_CREATOR_HEADER": "Urheber",
"ITEMS_TABLE_DRAG_DEFAULT_MESSAGE": "Bewegen Sie ein Element",
"ITEMS_TABLE_EMPTY_MESSAGE": "Keine Elemente",
"ITEMS_TABLE_STATUS_HEADER": "Status",
"ITEMS_TABLE_NAME_HEADER": "Name",
"ITEMS_TABLE_SELECTION_TEXT_one": "{{count}} ausgewählt",
"ITEMS_TABLE_SELECTION_TEXT_other": "{{count}} ausgewählt",
Expand Down
9 changes: 8 additions & 1 deletion src/langs/en/builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
"ITEMS_TABLE_DRAG_DEFAULT_MESSAGE": "Move one item",
"ITEMS_TABLE_EMPTY_MESSAGE": "No items",
"ITEMS_TABLE_NAME_HEADER": "Name",
"ITEMS_TABLE_STATUS_HEADER": "Status",
"ITEMS_TABLE_SELECTION_TEXT_one": "{{count}} selected",
"ITEMS_TABLE_SELECTION_TEXT_other": "{{count}} selected",
"ITEMS_TABLE_TYPE_HEADER": "Type",
Expand Down Expand Up @@ -228,5 +229,11 @@
"USER_SWITCH_PROFILE_BUTTON": "See Profile",
"USER_SWITCH_SIGN_OUT_BUTTON": "Sign Out",
"USER_SWITCH_SIGNED_OUT_TOOLTIP": "You are not signed in.",
"USER_SWITCH_SWITCH_USER_TEXT": "Sign in with another account"
"USER_SWITCH_SWITCH_USER_TEXT": "Sign in with another account",
"STATUS_TOOLTIP_IS_PINNED": "Pinned",
"STATUS_TOOLTIP_IS_HIDDEN": "Hidden",
"STATUS_TOOLTIP_IS_PUBLIC": "Public",
"STATUS_TOOLTIP_IS_PUBLISHED": "Published",
"STATUS_TOOLTIP_IS_COLLAPSIBLE": "Collapsible",
"STATUS_TOOLTIP_SHOW_CHATBOX": "Chatbox visible"
}
9 changes: 8 additions & 1 deletion src/langs/fr/builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
"ITEMS_TABLE_CREATOR_HEADER": "Créateur",
"ITEMS_TABLE_DRAG_DEFAULT_MESSAGE": "Déplacer un élément",
"ITEMS_TABLE_EMPTY_MESSAGE": "Aucun élément",
"ITEMS_TABLE_STATUS_HEADER": "Statut",
"ITEMS_TABLE_NAME_HEADER": "Nom",
"ITEMS_TABLE_SELECTION_TEXT_one": "{{count}} sélectionné",
"ITEMS_TABLE_SELECTION_TEXT_other": "{{count}} sélectionnés",
Expand Down Expand Up @@ -229,5 +230,11 @@
"USER_SWITCH_PROFILE_BUTTON": "Voir le Profil",
"USER_SWITCH_SIGN_OUT_BUTTON": "Déconnexion",
"USER_SWITCH_SIGNED_OUT_TOOLTIP": "Vous n'êtes pas connecté.",
"USER_SWITCH_SWITCH_USER_TEXT": "Se connecter avec un autre compte"
"USER_SWITCH_SWITCH_USER_TEXT": "Se connecter avec un autre compte",
"STATUS_TOOLTIP_IS_PINNED": "Épinglé",
"STATUS_TOOLTIP_IS_HIDDEN": "Caché",
"STATUS_TOOLTIP_IS_PUBLIC": "Public",
"STATUS_TOOLTIP_IS_PUBLISHED": "Publié",
"STATUS_TOOLTIP_IS_COLLAPSIBLE": "Minifié",
"STATUS_TOOLTIP_SHOW_CHATBOX": "Chatbox visible"
}

0 comments on commit a4b0e34

Please sign in to comment.