fix Translation

This commit is contained in:
Lurkars 2022-01-26 10:46:42 +01:00
parent a808819a11
commit 8858fccd18
11 changed files with 22 additions and 22 deletions

View file

@ -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: {
reduce: "Während Unterhaltungen verringern",
},

View file

@ -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: {
title: "Bitte schalte deine Kamera und dein Mikrofon ein.",
start: "Los gehts!",

View file

@ -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:",
enter: "Verfasse deine Nachricht...",
menu: {

View file

@ -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: {
title: "Wähle einen Gefährten",
any: "Kein Gefährte",

View file

@ -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: {
title: "Ungültiger Zugangslink",
subTitle: "Karte konnte nicht gefunden werden. Prüfe bitte deinen Zugangslink.",

View file

@ -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: {
following: "{leader} folgen",
waitingFollowers: "Warte auf Bestätigung der Gefolgschaft",

View file

@ -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: {
name: {
placeholder: "Trage deinen Namen ein",

View file

@ -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",
icon: {
open: {

View file

@ -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: {
title: "Blockieren",
content: "Blockiere jede Kommunikation von und zu {userName}. Kann jederzeit rückgängig gemacht werden.",

View file

@ -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!",
content:
'Diese Welt erreicht bald die maximale Kapazität. Du kannst die Kapazität <a href={upgradeLink} target="_blank">hier</a> erhöhen',

View file

@ -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: {
title: "Dein WOKA bearbeiten",
navigation: {