fix Translation
This commit is contained in:
parent
a808819a11
commit
8858fccd18
@ -1,6 +1,6 @@
|
|||||||
import type { BaseTranslation } from "../i18n-types";
|
import type { Translation } from "../i18n-types";
|
||||||
|
|
||||||
const audio: BaseTranslation = {
|
const audio: NonNullable<Translation["audio"]> = {
|
||||||
manager: {
|
manager: {
|
||||||
reduce: "Während Unterhaltungen verringern",
|
reduce: "Während Unterhaltungen verringern",
|
||||||
},
|
},
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import type { BaseTranslation } from "../i18n-types";
|
import type { Translation } from "../i18n-types";
|
||||||
|
|
||||||
const camera: BaseTranslation = {
|
const camera: NonNullable<Translation["camera"]> = {
|
||||||
enable: {
|
enable: {
|
||||||
title: "Bitte schalte deine Kamera und dein Mikrofon ein.",
|
title: "Bitte schalte deine Kamera und dein Mikrofon ein.",
|
||||||
start: "Los gehts!",
|
start: "Los gehts!",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import type { BaseTranslation } from "../i18n-types";
|
import type { Translation } from "../i18n-types";
|
||||||
|
|
||||||
const chat: BaseTranslation = {
|
const chat: NonNullable<Translation["chat"]> = {
|
||||||
intro: "Hier ist dein Nachrichtenverlauf:",
|
intro: "Hier ist dein Nachrichtenverlauf:",
|
||||||
enter: "Verfasse deine Nachricht...",
|
enter: "Verfasse deine Nachricht...",
|
||||||
menu: {
|
menu: {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import type { BaseTranslation } from "../i18n-types";
|
import type { Translation } from "../i18n-types";
|
||||||
|
|
||||||
const companion: BaseTranslation = {
|
const companion: NonNullable<Translation["companion"]> = {
|
||||||
select: {
|
select: {
|
||||||
title: "Wähle einen Gefährten",
|
title: "Wähle einen Gefährten",
|
||||||
any: "Kein Gefährte",
|
any: "Kein Gefährte",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import type { BaseTranslation } from "../i18n-types";
|
import type { Translation } from "../i18n-types";
|
||||||
|
|
||||||
const error: BaseTranslation = {
|
const error: NonNullable<Translation["error"]> = {
|
||||||
accessLink: {
|
accessLink: {
|
||||||
title: "Ungültiger Zugangslink",
|
title: "Ungültiger Zugangslink",
|
||||||
subTitle: "Karte konnte nicht gefunden werden. Prüfe bitte deinen Zugangslink.",
|
subTitle: "Karte konnte nicht gefunden werden. Prüfe bitte deinen Zugangslink.",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import type { BaseTranslation } from "../i18n-types";
|
import type { Translation } from "../i18n-types";
|
||||||
|
|
||||||
const follow: BaseTranslation = {
|
const follow: NonNullable<Translation["follow"]> = {
|
||||||
interactStatus: {
|
interactStatus: {
|
||||||
following: "{leader} folgen",
|
following: "{leader} folgen",
|
||||||
waitingFollowers: "Warte auf Bestätigung der Gefolgschaft",
|
waitingFollowers: "Warte auf Bestätigung der Gefolgschaft",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import type { BaseTranslation } from "../i18n-types";
|
import type { Translation } from "../i18n-types";
|
||||||
|
|
||||||
const login: BaseTranslation = {
|
const login: NonNullable<Translation["login"]> = {
|
||||||
input: {
|
input: {
|
||||||
name: {
|
name: {
|
||||||
placeholder: "Trage deinen Namen ein",
|
placeholder: "Trage deinen Namen ein",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import type { BaseTranslation } from "../i18n-types";
|
import type { Translation } from "../i18n-types";
|
||||||
|
|
||||||
const menu: BaseTranslation = {
|
const menu: NonNullable<Translation["menu"]> = {
|
||||||
title: "Menu",
|
title: "Menu",
|
||||||
icon: {
|
icon: {
|
||||||
open: {
|
open: {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import type { BaseTranslation } from "../i18n-types";
|
import type { Translation } from "../i18n-types";
|
||||||
|
|
||||||
const report: BaseTranslation = {
|
const report: NonNullable<Translation["report"]> = {
|
||||||
block: {
|
block: {
|
||||||
title: "Blockieren",
|
title: "Blockieren",
|
||||||
content: "Blockiere jede Kommunikation von und zu {userName}. Kann jederzeit rückgängig gemacht werden.",
|
content: "Blockiere jede Kommunikation von und zu {userName}. Kann jederzeit rückgängig gemacht werden.",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import type { BaseTranslation } from "../i18n-types";
|
import type { Translation } from "../i18n-types";
|
||||||
|
|
||||||
const warning: BaseTranslation = {
|
const warning: NonNullable<Translation["warning"]> = {
|
||||||
title: "Warnung!",
|
title: "Warnung!",
|
||||||
content:
|
content:
|
||||||
'Diese Welt erreicht bald die maximale Kapazität. Du kannst die Kapazität <a href={upgradeLink} target="_blank">hier</a> erhöhen',
|
'Diese Welt erreicht bald die maximale Kapazität. Du kannst die Kapazität <a href={upgradeLink} target="_blank">hier</a> erhöhen',
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import type { BaseTranslation } from "../i18n-types";
|
import type { Translation } from "../i18n-types";
|
||||||
|
|
||||||
const woka: BaseTranslation = {
|
const woka: NonNullable<Translation["woka"]> = {
|
||||||
customWoka: {
|
customWoka: {
|
||||||
title: "Dein WOKA bearbeiten",
|
title: "Dein WOKA bearbeiten",
|
||||||
navigation: {
|
navigation: {
|
||||||
|
Loading…
Reference in New Issue
Block a user