workadventure/front/src/i18n/de-DE/audio.ts

11 lines
222 B
TypeScript

import type { BaseTranslation } from "../i18n-types";
const audio: BaseTranslation = {
manager: {
reduce: "Während Unterhaltungen verringern",
},
message: "Sprachnachricht",
};
export default audio;