added de-DE translation, fix quality small vs. minimum
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import type { BaseTranslation } from "../i18n-types";
|
||||
|
||||
const login: BaseTranslation = {
|
||||
input: {
|
||||
name: {
|
||||
placeholder: "Trage deinen Namen ein",
|
||||
empty: "Kein Name angegeben",
|
||||
},
|
||||
},
|
||||
terms: 'Wenn du fortfährst, akzeptierst du die <a href="https://workadventu.re/terms-of-use" target="_blank">Nutzungsbedingungen</a>, <a href="https://workadventu.re/privacy-policy" target="_blank">Datenschutzerklärung</a> und <a href="https://workadventu.re/cookie-policy" target="_blank">Cookierichtlinien</a>.',
|
||||
continue: "Fortfahren",
|
||||
};
|
||||
|
||||
export default login;
|
||||
Reference in New Issue
Block a user