added de-DE translation, fix quality small vs. minimum
This commit is contained in:
parent
2cf51a058a
commit
a55e5373fc
15 changed files with 355 additions and 24 deletions
10
front/src/i18n/de-DE/audio.ts
Normal file
10
front/src/i18n/de-DE/audio.ts
Normal file
|
@ -0,0 +1,10 @@
|
|||
import type { BaseTranslation } from "../i18n-types";
|
||||
|
||||
const audio: BaseTranslation = {
|
||||
manager: {
|
||||
reduce: "Während Unterhaltungen verringern",
|
||||
},
|
||||
message: "Sprachnachricht",
|
||||
};
|
||||
|
||||
export default audio;
|
Loading…
Add table
Add a link
Reference in a new issue