merge latest translations
This commit is contained in:
parent
55c2c2e555
commit
7da4fd7da6
@ -12,6 +12,7 @@ import menu from "./menu";
|
|||||||
import report from "./report";
|
import report from "./report";
|
||||||
import warning from "./warning";
|
import warning from "./warning";
|
||||||
import woka from "./woka";
|
import woka from "./woka";
|
||||||
|
import trigger from "./trigger";
|
||||||
|
|
||||||
const de_DE: Translation = {
|
const de_DE: Translation = {
|
||||||
...(en_US as Translation),
|
...(en_US as Translation),
|
||||||
@ -29,6 +30,7 @@ const de_DE: Translation = {
|
|||||||
report,
|
report,
|
||||||
warning,
|
warning,
|
||||||
emoji,
|
emoji,
|
||||||
|
trigger,
|
||||||
};
|
};
|
||||||
|
|
||||||
export default de_DE;
|
export default de_DE;
|
||||||
|
@ -70,7 +70,7 @@ const menu: NonNullable<Translation["menu"]> = {
|
|||||||
description: "Link zu diesem Raum teilen!",
|
description: "Link zu diesem Raum teilen!",
|
||||||
copy: "Kopieren",
|
copy: "Kopieren",
|
||||||
share: "Teilen",
|
share: "Teilen",
|
||||||
walk_automatically_to_position: "Walk automatically to my position",
|
walk_automatically_to_position: "Automatisch zu meiner Position gehen",
|
||||||
},
|
},
|
||||||
globalMessage: {
|
globalMessage: {
|
||||||
text: "Text",
|
text: "Text",
|
||||||
|
9
front/src/i18n/de-DE/trigger.ts
Normal file
9
front/src/i18n/de-DE/trigger.ts
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
import type { Translation } from "../i18n-types";
|
||||||
|
|
||||||
|
const trigger: NonNullable<Translation["trigger"]> = {
|
||||||
|
cowebsite: "Drücke LEERTASTE oder tippe hier um die Webseite zu öffnen",
|
||||||
|
newTab: "Drücke LEERTASTE oder tippe hier um die Webseite in einem neuen Tab zu öffnen",
|
||||||
|
jitsiRoom: "Drücke LEERTASTE oder tippe hier um dem Jitsi Meet Raum beizutreten",
|
||||||
|
};
|
||||||
|
|
||||||
|
export default trigger;
|
Loading…
Reference in New Issue
Block a user