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

BC-6496-Unify-language-keys-for-Whiteboard #3088

Merged
merged 2 commits into from
Feb 12, 2024
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
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const useAddElementDialog = (addElementFunction: AddCardElement) => {
if (envConfigModule.getEnv.FEATURE_TLDRAW_ENABLED) {
options.push({
icon: mdiPresentation,
label: "components.elementTypeSelection.elements.boardElement.subtitle",
label: "components.cardElement.drawingElement",
action: () => onElementClick(ContentElementType.Drawing),
testId: "create-element-drawing-element",
});
Expand Down
1 change: 0 additions & 1 deletion src/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@
"components.elementTypeSelection.elements.fileElement.subtitle": "Datei",
"components.elementTypeSelection.elements.linkElement.subtitle": "Link",
"components.elementTypeSelection.elements.submissionElement.subtitle": "Abgabe",
"components.elementTypeSelection.elements.boardElement.subtitle": "Whiteboard",
"components.elementTypeSelection.elements.textElement.subtitle": "Text",
"components.elementTypeSelection.elements.externalToolElement.subtitle": "Externe Tools",
"components.legacy.footer.ariaLabel": "Link, {itemName}",
Expand Down
1 change: 0 additions & 1 deletion src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@
"components.elementTypeSelection.elements.submissionElement.subtitle": "Submission",
"components.elementTypeSelection.elements.textElement.subtitle": "Text",
"components.elementTypeSelection.elements.externalToolElement.subtitle": "External tools",
"components.elementTypeSelection.elements.boardElement.subtitle": "Whiteboard",
"components.legacy.footer.ariaLabel": "Link, {itemName}",
"components.legacy.footer.accessibility.report": "Accessibility feedback",
"components.legacy.footer.accessibility.statement": "Accessibility statement",
Expand Down
3 changes: 1 addition & 2 deletions src/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@
"components.elementTypeSelection.elements.submissionElement.subtitle": "Envíos",
"components.elementTypeSelection.elements.textElement.subtitle": "Texto",
"components.elementTypeSelection.elements.externalToolElement.subtitle": "Herramientas externas",
"components.elementTypeSelection.elements.boardElement.subtitle": "Whiteboard",
"components.legacy.footer.ariaLabel": "Enlace, {itemName}",
"components.legacy.footer.accessibility.report": "Accesibilidad feedback",
"components.legacy.footer.accessibility.statement": "Declaración de accesibilidad",
Expand Down Expand Up @@ -900,7 +899,7 @@
"component.cardElement.fileElement.audioPlayer.speed.normal": "Normal",
"components.cardElement.richTextElement": "Elemento texto",
"components.cardElement.richTextElement.placeholder": "Añadir texto",
"components.cardElement.drawingElement": "Whiteboard",
"components.cardElement.drawingElement": "Pizarra",
"components.cardElement.submissionElement": "Envío",
"components.cardElement.submissionElement.completed": "completado",
"components.cardElement.submissionElement.until": "hasta el",
Expand Down
3 changes: 1 addition & 2 deletions src/locales/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@
"components.elementTypeSelection.elements.submissionElement.subtitle": "Подання",
"components.elementTypeSelection.elements.textElement.subtitle": "Текст",
"components.elementTypeSelection.elements.externalToolElement.subtitle": "Зовнішні інструменти",
"components.elementTypeSelection.elements.boardElement.subtitle": "Whiteboard",
"componente.molecules.CoursesGrid.emptystate": "Наразі тут курсів немає.",
"components.atoms.VCustomChipTimeRemaining.hintDueTime": "в",
"components.atoms.VCustomChipTimeRemaining.hintHours": "година | години (годин)",
Expand Down Expand Up @@ -370,7 +369,7 @@
"component.cardElement.fileElement.audioPlayer.speed.normal": "нормальний",
"components.cardElement.richTextElement": "Текстовий елемент",
"components.cardElement.richTextElement.placeholder": "додати текст",
"components.cardElement.drawingElement": "Whiteboard",
"components.cardElement.drawingElement": "Дошка",
"components.cardElement.submissionElement": "Подання",
"components.cardElement.submissionElement.completed": "Завершено",
"components.cardElement.submissionElement.until": "до",
Expand Down
Loading