@simsustech/quasar-components 0.12.0 → 0.12.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist/LocaleSelect-BtwfPrmu.js +461 -0
- package/dist/QSubmitButton-CDKwJhmF.js +102 -0
- package/dist/authentication.js +1936 -2031
- package/dist/de-C-vWIfjC.js +12 -0
- package/dist/de-DC33TYVA.js +354 -0
- package/dist/de-DO8EeJ0Q.js +4 -0
- package/dist/de-Kz_vvc9w.js +106 -0
- package/dist/form.js +1092 -1226
- package/dist/general.js +319 -361
- package/dist/md3.js +407 -395
- package/dist/nl-DIfqXZG_.js +354 -0
- package/dist/nl-DWmQiCdO.js +12 -0
- package/dist/nl-DbV07Lx7.js +106 -0
- package/dist/nl-ZpgX9FUw.js +4 -0
- package/dist/quasar-components.css +5 -4
- package/dist/rolldown-runtime-D7D4PA-g.js +13 -0
- package/dist/types/{ui → src/ui}/authentication/LoginForm.vue.d.ts +5 -0
- package/dist/types/src/ui/form/lang/nl.d.ts +3 -0
- package/dist/types/src/ui/general/lang/nl.d.ts +3 -0
- package/dist/types/src/ui/md3/lang/de.d.ts +3 -0
- package/dist/types/src/ui/md3/lang/en-US.d.ts +3 -0
- package/dist/types/src/ui/md3/lang/nl.d.ts +3 -0
- package/dist/virtualModules.js +62 -2
- package/dist/vite-plugin.js +50 -101
- package/package.json +33 -33
- package/src/ui/authentication/LoginForm.vue +9 -4
- package/src/ui/authentication/lang/de.ts +118 -0
- package/src/ui/authentication/lang/en-US.ts +1 -1
- package/src/ui/flags/lang/de.ts +384 -0
- package/src/ui/form/lang/de.ts +211 -0
- package/src/ui/general/lang/de.ts +13 -0
- package/src/ui/md3/lang/de.ts +7 -0
- package/tsconfig.json +1 -0
- package/tsconfig.node.json +2 -1
- package/tsconfig.types.json +2 -1
- package/dist/LocaleSelect.vue_vue_type_script_setup_true_lang-e2EDOyzk.js +0 -353
- package/dist/QSubmitButton.vue_vue_type_script_setup_true_lang-D-I0Gws4.js +0 -109
- package/dist/nl-BRjDNoaR.js +0 -209
- package/dist/nl-CneFq5NZ.js +0 -112
- package/dist/nl-NLgZUAKl.js +0 -6
- package/dist/nl-X50pmfG-.js +0 -12
- package/eslint.config.js +0 -29
- package/dist/types/{ui → src/ui}/authentication/AccountsTable.vue.d.ts +0 -0
- package/dist/types/{ui → src/ui}/authentication/ConsentList.vue.d.ts +0 -0
- package/dist/types/{ui → src/ui}/authentication/EmailChangeForm.vue.d.ts +0 -0
- package/dist/types/{ui → src/ui}/authentication/EmailChangeStepper.vue.d.ts +0 -0
- package/dist/types/{ui → src/ui}/authentication/LoginButton.vue.d.ts +0 -0
- package/dist/types/{ui → src/ui}/authentication/LogoutButton.vue.d.ts +0 -0
- package/dist/types/{ui → src/ui}/authentication/LogoutForm.vue.d.ts +0 -0
- package/dist/types/{ui → src/ui}/authentication/OtpInput.vue.d.ts +0 -0
- package/dist/types/{ui → src/ui}/authentication/PasswordChangeForm.vue.d.ts +0 -0
- package/dist/types/{ui → src/ui}/authentication/PasswordChangeStepper.vue.d.ts +0 -0
- package/dist/types/{ui → src/ui}/authentication/RegisterForm.vue.d.ts +0 -0
- package/dist/types/{ui → src/ui}/authentication/RequestOtpForm.vue.d.ts +0 -0
- package/dist/types/{ui → src/ui}/authentication/UserMenuButton.vue.d.ts +0 -0
- package/dist/types/{ui → src/ui}/authentication/VerificationSlider.vue.d.ts +0 -0
- package/dist/types/{ui → src/ui}/authentication/index.d.ts +0 -0
- package/dist/types/{ui/authentication/lang/en-US.d.ts → src/ui/authentication/lang/de.d.ts} +0 -0
- package/dist/types/{ui/flags → src/ui/authentication}/lang/en-US.d.ts +0 -0
- package/dist/types/{ui → src/ui}/authentication/lang/index.d.ts +0 -0
- package/dist/types/{ui → src/ui}/authentication/lang/nl.d.ts +0 -0
- package/dist/types/{ui → src/ui}/flags/index.d.ts +0 -0
- package/dist/types/{ui/flags/lang/nl.d.ts → src/ui/flags/lang/de.d.ts} +0 -0
- package/dist/types/{ui/general → src/ui/flags}/lang/en-US.d.ts +0 -0
- package/dist/types/{ui → src/ui}/flags/lang/index.d.ts +0 -0
- package/dist/types/{ui/general → src/ui/flags}/lang/nl.d.ts +0 -0
- package/dist/types/{ui → src/ui}/form/BooleanItem.vue.d.ts +0 -0
- package/dist/types/{ui → src/ui}/form/BooleanSelect.vue.d.ts +0 -0
- package/dist/types/{ui → src/ui}/form/CountrySelect.vue.d.ts +0 -0
- package/dist/types/{ui → src/ui}/form/CronScheduleInput.vue.d.ts +0 -0
- package/dist/types/{ui → src/ui}/form/CurrencySelect.vue.d.ts +0 -0
- package/dist/types/{ui → src/ui}/form/DateInput.vue.d.ts +1 -1
- package/dist/types/{ui → src/ui}/form/DatePicker.vue.d.ts +0 -0
- package/dist/types/{ui → src/ui}/form/EmailInput.vue.d.ts +0 -0
- package/dist/types/{ui → src/ui}/form/FilteredModelSelect.vue.d.ts +0 -0
- package/dist/types/{ui → src/ui}/form/FormInput.vue.d.ts +0 -0
- package/dist/types/{ui → src/ui}/form/FormItem.vue.d.ts +0 -0
- package/dist/types/{ui → src/ui}/form/GenderItem.vue.d.ts +0 -0
- package/dist/types/{ui → src/ui}/form/GenderSelect.vue.d.ts +0 -0
- package/dist/types/{ui → src/ui}/form/LocaleSelect.vue.d.ts +0 -0
- package/dist/types/{ui → src/ui}/form/PostalCodeInput.vue.d.ts +0 -0
- package/dist/types/{ui → src/ui}/form/TelephoneNumberInput.vue.d.ts +0 -0
- package/dist/types/{ui → src/ui}/form/index.d.ts +0 -0
- package/dist/types/{ui/form/lang/en-US.d.ts → src/ui/form/lang/de.d.ts} +0 -0
- package/dist/types/{ui/form/lang/nl.d.ts → src/ui/form/lang/en-US.d.ts} +0 -0
- package/dist/types/{ui → src/ui}/form/lang/index.d.ts +2 -2
- package/dist/types/{ui → src/ui}/general/QDrawerList.vue.d.ts +0 -0
- package/dist/types/{ui → src/ui}/general/QLanguageSelect.vue.d.ts +0 -0
- package/dist/types/{ui → src/ui}/general/QStyledCard.vue.d.ts +0 -0
- package/dist/types/{ui → src/ui}/general/QStyledLayout.vue.d.ts +0 -0
- package/dist/types/{ui → src/ui}/general/QSubmitButton.vue.d.ts +1 -1
- package/dist/types/{ui → src/ui}/general/ResourcePage.vue.d.ts +1 -1
- /package/dist/types/{ui → src/ui}/general/ResponsiveDialog.vue.d.ts +0 -0
- /package/dist/types/{ui → src/ui}/general/index.d.ts +0 -0
- /package/dist/types/{ui/md3/lang/en-US.d.ts → src/ui/general/lang/de.d.ts} +0 -0
- /package/dist/types/{ui/md3/lang/nl.d.ts → src/ui/general/lang/en-US.d.ts} +0 -0
- /package/dist/types/{ui → src/ui}/general/lang/index.d.ts +0 -0
- /package/dist/types/{ui → src/ui}/icons/index.d.ts +0 -0
- /package/dist/types/{ui → src/ui}/icons/labels.d.ts +0 -0
- /package/dist/types/{ui → src/ui}/md3/Md3Layout.vue.d.ts +0 -0
- /package/dist/types/{ui → src/ui}/md3/NavigationRailFabs.vue.d.ts +0 -0
- /package/dist/types/{ui → src/ui}/md3/index.d.ts +0 -0
- /package/dist/types/{ui → src/ui}/md3/lang/index.d.ts +0 -0
- /package/dist/types/{virtualModules.d.ts → src/virtualModules.d.ts} +0 -0
- /package/dist/types/{vite-plugin.d.ts → src/vite-plugin.d.ts} +0 -0
package/dist/vite-plugin.js
CHANGED
|
@@ -1,106 +1,55 @@
|
|
|
1
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
2
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
3
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
4
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
5
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
6
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
7
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
8
|
-
});
|
|
9
|
-
};
|
|
10
|
-
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
11
|
-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
12
|
-
return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
13
|
-
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
14
|
-
function step(op) {
|
|
15
|
-
if (f) throw new TypeError("Generator is already executing.");
|
|
16
|
-
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
17
|
-
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
18
|
-
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
19
|
-
switch (op[0]) {
|
|
20
|
-
case 0: case 1: t = op; break;
|
|
21
|
-
case 4: _.label++; return { value: op[1], done: false };
|
|
22
|
-
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
23
|
-
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
24
|
-
default:
|
|
25
|
-
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
26
|
-
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
27
|
-
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
28
|
-
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
29
|
-
if (t[2]) _.ops.pop();
|
|
30
|
-
_.trys.pop(); continue;
|
|
31
|
-
}
|
|
32
|
-
op = body.call(thisArg, _);
|
|
33
|
-
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
34
|
-
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
35
|
-
}
|
|
36
|
-
};
|
|
37
1
|
import { promises } from 'fs';
|
|
38
2
|
import { Icon, FlagIcon } from './virtualModules.js';
|
|
39
|
-
|
|
3
|
+
const { readFile } = promises;
|
|
40
4
|
import { fileURLToPath } from 'node:url';
|
|
41
|
-
export default function () {
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
// name: name + key.slice(1),
|
|
88
|
-
replacement: new URL('.' + val.src, import.meta.url).pathname
|
|
89
|
-
};
|
|
90
|
-
});
|
|
91
|
-
return {
|
|
92
|
-
resolve: {
|
|
93
|
-
alias: alias
|
|
94
|
-
},
|
|
95
|
-
optimizeDeps: {
|
|
96
|
-
exclude: ['@simsustech/quasar-components']
|
|
97
|
-
}
|
|
98
|
-
};
|
|
99
|
-
}
|
|
100
|
-
return {};
|
|
101
|
-
}
|
|
102
|
-
}];
|
|
5
|
+
export default async function ({ buildFromSrc } = {}) {
|
|
6
|
+
const pkgJson = JSON.parse(await readFile(fileURLToPath(new URL('../package.json', import.meta.url)), 'utf-8'));
|
|
7
|
+
const exports = pkgJson.exports;
|
|
8
|
+
const name = pkgJson.name;
|
|
9
|
+
return {
|
|
10
|
+
name: `${name}-plugin`,
|
|
11
|
+
enforce: 'pre',
|
|
12
|
+
resolveId: (id) => {
|
|
13
|
+
if (id.includes('.flag'))
|
|
14
|
+
return id;
|
|
15
|
+
else if (id.includes('.icon'))
|
|
16
|
+
return id;
|
|
17
|
+
},
|
|
18
|
+
load: (id) => {
|
|
19
|
+
if (id.includes('.flag')) {
|
|
20
|
+
const locale = id.slice(0, -5);
|
|
21
|
+
const flag = FlagIcon(locale);
|
|
22
|
+
return flag;
|
|
23
|
+
}
|
|
24
|
+
else if (id.includes('.icon')) {
|
|
25
|
+
const iconId = id.slice(0, -5);
|
|
26
|
+
const icon = Icon(iconId);
|
|
27
|
+
return icon;
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
config(config, { mode }) {
|
|
31
|
+
if (mode === 'development' || buildFromSrc) {
|
|
32
|
+
const alias = Object.entries(exports)
|
|
33
|
+
.filter(([, val]) => {
|
|
34
|
+
return val.src;
|
|
35
|
+
})
|
|
36
|
+
.map(([key, val]) => {
|
|
37
|
+
return {
|
|
38
|
+
find: new RegExp(`^${name.replace(/[.*+?^${}()|[\]\\]/g, '\\$&') + key.slice(1)}$`),
|
|
39
|
+
// name: name + key.slice(1),
|
|
40
|
+
replacement: new URL('.' + val.src, import.meta.url).pathname
|
|
41
|
+
};
|
|
42
|
+
});
|
|
43
|
+
return {
|
|
44
|
+
resolve: {
|
|
45
|
+
alias
|
|
46
|
+
},
|
|
47
|
+
optimizeDeps: {
|
|
48
|
+
exclude: ['@simsustech/quasar-components']
|
|
49
|
+
}
|
|
50
|
+
};
|
|
103
51
|
}
|
|
104
|
-
|
|
105
|
-
|
|
52
|
+
return {};
|
|
53
|
+
}
|
|
54
|
+
};
|
|
106
55
|
}
|
package/package.json
CHANGED
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simsustech/quasar-components",
|
|
3
|
-
"version": "0.12.
|
|
4
|
-
"author": "Stefan van Herwijnen",
|
|
3
|
+
"version": "0.12.2",
|
|
5
4
|
"description": "High level components for Quasar Framework",
|
|
5
|
+
"bugs": "https://github.com/simsusech/quasar-components/issues",
|
|
6
6
|
"license": "MIT",
|
|
7
|
+
"author": "Stefan van Herwijnen",
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "https://github.com/simsustech/quasar-components"
|
|
11
|
+
},
|
|
7
12
|
"type": "module",
|
|
8
13
|
"types": "./dist/types/ui/index.d.ts",
|
|
9
14
|
"exports": {
|
|
@@ -45,55 +50,50 @@
|
|
|
45
50
|
"import": "./dist/vite-plugin.js"
|
|
46
51
|
}
|
|
47
52
|
},
|
|
48
|
-
"repository": {
|
|
49
|
-
"type": "git",
|
|
50
|
-
"url": "https://github.com/simsustech/quasar-components"
|
|
51
|
-
},
|
|
52
|
-
"bugs": "https://github.com/simsusech/quasar-components/issues",
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@vueuse/core": "^14.
|
|
55
|
-
"validator": "^13.15.
|
|
56
|
-
},
|
|
57
|
-
"peerDependencies": {
|
|
58
|
-
"quasar": "^2.18.6"
|
|
54
|
+
"@vueuse/core": "^14.3.0",
|
|
55
|
+
"validator": "^13.15.35"
|
|
59
56
|
},
|
|
60
57
|
"devDependencies": {
|
|
61
58
|
"@iconify-json/flagpack": "^1.2.7",
|
|
62
|
-
"@types/node": "^25.
|
|
59
|
+
"@types/node": "^25.9.1",
|
|
63
60
|
"@types/validator": "^13.15.10",
|
|
64
61
|
"@types/ws": "^8.18.1",
|
|
65
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
66
|
-
"@typescript-eslint/parser": "^8.
|
|
67
|
-
"@vitejs/plugin-vue": "^6.0.
|
|
68
|
-
"@vue/server-renderer": "^3.5.
|
|
69
|
-
"eslint": "^10.0
|
|
62
|
+
"@typescript-eslint/eslint-plugin": "^8.60.0",
|
|
63
|
+
"@typescript-eslint/parser": "^8.60.0",
|
|
64
|
+
"@vitejs/plugin-vue": "^6.0.7",
|
|
65
|
+
"@vue/server-renderer": "^3.5.35",
|
|
66
|
+
"eslint": "^10.4.0",
|
|
70
67
|
"eslint-config-prettier": "^10.1.8",
|
|
71
68
|
"eslint-plugin-prettier": "^5.5.5",
|
|
72
69
|
"eslint-plugin-prettier-vue": "^5.0.0",
|
|
73
|
-
"eslint-plugin-vue": "^10.
|
|
70
|
+
"eslint-plugin-vue": "^10.9.1",
|
|
74
71
|
"glob": "^13.0.6",
|
|
75
|
-
"local-pkg": "^1.1
|
|
76
|
-
"prettier": "^3.8.
|
|
77
|
-
"quasar": "^2.
|
|
72
|
+
"local-pkg": "^1.2.1",
|
|
73
|
+
"prettier": "^3.8.3",
|
|
74
|
+
"quasar": "^2.19.3",
|
|
78
75
|
"rimraf": "^6.1.3",
|
|
79
|
-
"typescript": "
|
|
80
|
-
"typescript-eslint": "^8.
|
|
81
|
-
"unplugin-vue-components": "^
|
|
82
|
-
"vite": "^
|
|
83
|
-
"vue": "^3.5.
|
|
76
|
+
"typescript": "6.0.3",
|
|
77
|
+
"typescript-eslint": "^8.60.0",
|
|
78
|
+
"unplugin-vue-components": "^32.1.0",
|
|
79
|
+
"vite": "^8.0.14",
|
|
80
|
+
"vue": "^3.5.35",
|
|
84
81
|
"vue-eslint-parser": "^10.4.0",
|
|
85
|
-
"vue-router": "^5.0.
|
|
86
|
-
"vue-tsc": "^3.2
|
|
82
|
+
"vue-router": "^5.0.7",
|
|
83
|
+
"vue-tsc": "^3.3.2"
|
|
84
|
+
},
|
|
85
|
+
"peerDependencies": {
|
|
86
|
+
"quasar": "^2.19.3"
|
|
87
87
|
},
|
|
88
88
|
"scripts": {
|
|
89
89
|
"build:plugin": "vite build",
|
|
90
90
|
"build:vite-plugin": "rimraf tsconfig.build.plugin.tsbuildinfo && tsc -p tsconfig.build.plugin.json",
|
|
91
91
|
"generate:types": "vue-tsc -p tsconfig.types.json",
|
|
92
92
|
"build": "run-s build:plugin build:vite-plugin generate:types",
|
|
93
|
-
"lint": "
|
|
94
|
-
"lint:fix": "
|
|
95
|
-
"format:check": "
|
|
96
|
-
"format:write": "
|
|
93
|
+
"lint": "oxlint src",
|
|
94
|
+
"lint:fix": "oxlint src --fix",
|
|
95
|
+
"format:check": "oxfmt --check .",
|
|
96
|
+
"format:write": "oxfmt --write .",
|
|
97
97
|
"test": "echo \"Error: no test specified\" && exit 0"
|
|
98
98
|
}
|
|
99
99
|
}
|
|
@@ -96,9 +96,14 @@ export interface Props {
|
|
|
96
96
|
visibility: string
|
|
97
97
|
visibilifyOff: string
|
|
98
98
|
}
|
|
99
|
+
defaultCredentials?: {
|
|
100
|
+
username?: string
|
|
101
|
+
email: string
|
|
102
|
+
password: string
|
|
103
|
+
}
|
|
99
104
|
}
|
|
100
105
|
const props = defineProps<Props>()
|
|
101
|
-
const { icons } = toRefs(props)
|
|
106
|
+
const { icons, defaultCredentials } = toRefs(props)
|
|
102
107
|
|
|
103
108
|
// const attrs = useAttrs();
|
|
104
109
|
const emit = defineEmits<{
|
|
@@ -124,9 +129,9 @@ watch($q.lang, (val) => {
|
|
|
124
129
|
loadLang($q.lang.isoName)
|
|
125
130
|
})
|
|
126
131
|
|
|
127
|
-
const email = ref('')
|
|
128
|
-
const password = ref('')
|
|
129
|
-
const username = ref('')
|
|
132
|
+
const email = ref(defaultCredentials.value?.email ?? '')
|
|
133
|
+
const password = ref(defaultCredentials.value?.password ?? '')
|
|
134
|
+
const username = ref(defaultCredentials.value?.username ?? '')
|
|
130
135
|
const showPassword = ref(false)
|
|
131
136
|
const header = computed(() => lang.value.login.login)
|
|
132
137
|
const createAccount = computed(() => lang.value.login.createAccount)
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
import type { Language } from '../lang'
|
|
2
|
+
|
|
3
|
+
const lang: Language = {
|
|
4
|
+
isoName: 'de',
|
|
5
|
+
myAccount: 'Konto',
|
|
6
|
+
signOut: 'Abmelden',
|
|
7
|
+
unprocessableRequest: 'Der Server konnte die Anfrage nicht verarbeiten.',
|
|
8
|
+
consent: {
|
|
9
|
+
message: (name: string) => `${name} fordert Zugriff auf Ihre Daten an.`,
|
|
10
|
+
deny: 'Ablehnen',
|
|
11
|
+
allow: 'Zulassen'
|
|
12
|
+
},
|
|
13
|
+
email: {
|
|
14
|
+
fields: {
|
|
15
|
+
email: 'E-Mail-Adresse',
|
|
16
|
+
newEmail: 'Ihre neue E-Mail-Adresse',
|
|
17
|
+
repeatNewEmail: 'Neue E-Mail-Adresse wiederholen'
|
|
18
|
+
},
|
|
19
|
+
validations: {
|
|
20
|
+
fieldRequired: 'Feld ist ein Pflichtfeld.',
|
|
21
|
+
invalidEmail: 'Eine gültige E-Mail-Adresse ist erforderlich.',
|
|
22
|
+
emailsDoNotMatch: 'Die E-Mail-Adressen stimmen nicht überein.'
|
|
23
|
+
},
|
|
24
|
+
changeEmail: 'Ändern Sie Ihre E-Mail-Adresse.',
|
|
25
|
+
emailChanged: 'Ihre E-Mail-Adresse wurde geändert.'
|
|
26
|
+
},
|
|
27
|
+
otp: {
|
|
28
|
+
fields: {
|
|
29
|
+
email: 'Ihre (aktuelle) E-Mail-Adresse'
|
|
30
|
+
},
|
|
31
|
+
validations: {
|
|
32
|
+
fieldRequired: 'Feld ist ein Pflichtfeld.',
|
|
33
|
+
invalidEmail: 'Eine gültige E-Mail-Adresse ist erforderlich.'
|
|
34
|
+
},
|
|
35
|
+
messages: {
|
|
36
|
+
unknownEmail: 'Diese E-Mail-Adresse ist nicht registriert.'
|
|
37
|
+
},
|
|
38
|
+
request: 'Einmalpasswort anfordern',
|
|
39
|
+
checkEmail:
|
|
40
|
+
'Sie erhalten einen Bestätigungscode per E-Mail. Bitte verwenden Sie diesen Bestätigungscode im nächsten Schritt.',
|
|
41
|
+
verificationCode: 'Bestätigungscode'
|
|
42
|
+
},
|
|
43
|
+
login: {
|
|
44
|
+
fields: {
|
|
45
|
+
email: 'E-Mail',
|
|
46
|
+
password: 'Passwort',
|
|
47
|
+
username: 'Benutzername'
|
|
48
|
+
},
|
|
49
|
+
validations: {
|
|
50
|
+
fieldRequired: 'Feld ist ein Pflichtfeld.',
|
|
51
|
+
invalidEmail: 'Eine gültige E-Mail-Adresse ist erforderlich.'
|
|
52
|
+
},
|
|
53
|
+
login: 'Einloggen',
|
|
54
|
+
loginWith: 'Einloggen mit',
|
|
55
|
+
createAccount: 'Konto erstellen',
|
|
56
|
+
forgotPassword: 'Passwort vergessen?',
|
|
57
|
+
invalidCredentials: 'E-Mail-Adresse oder Passwort ist falsch.'
|
|
58
|
+
},
|
|
59
|
+
password: {
|
|
60
|
+
fields: {
|
|
61
|
+
password: 'Passwort',
|
|
62
|
+
repeatPassword: 'Passwort wiederholen'
|
|
63
|
+
},
|
|
64
|
+
validations: {
|
|
65
|
+
fieldRequired: 'Feld ist ein Pflichtfeld',
|
|
66
|
+
minimumPasswordLength: (minimumPasswordLength) =>
|
|
67
|
+
`Das Passwort muss mindestens ${minimumPasswordLength} Zeichen lang sein.`,
|
|
68
|
+
passwordsDoNotMatch: 'Die Passwörter stimmen nicht überein.'
|
|
69
|
+
},
|
|
70
|
+
changePassword: 'Ändern Sie Ihr Passwort.',
|
|
71
|
+
passwordChanged: 'Ihr Passwort wurde geändert.'
|
|
72
|
+
},
|
|
73
|
+
register: {
|
|
74
|
+
fields: {
|
|
75
|
+
email: 'E-Mail',
|
|
76
|
+
password: 'Passwort',
|
|
77
|
+
username: 'Benutzername',
|
|
78
|
+
repeatPassword: 'Passwort wiederholen'
|
|
79
|
+
},
|
|
80
|
+
validations: {
|
|
81
|
+
fieldRequired: 'Feld ist ein Pflichtfeld',
|
|
82
|
+
invalidEmail: 'Eine gültige E-Mail-Adresse ist erforderlich.',
|
|
83
|
+
notAlphaNumeric: 'Feld darf keine Sonderzeichen enthalten.'
|
|
84
|
+
},
|
|
85
|
+
register: 'Registrieren',
|
|
86
|
+
forgotPassword: 'Passwort vergessen?',
|
|
87
|
+
accountCreated:
|
|
88
|
+
'Ihr Konto wurde erfolgreich erstellt. Sie können sich jetzt mit Ihren Anmeldedaten einloggen.',
|
|
89
|
+
alreadyRegistered: 'Diese E-Mail-Adresse ist bereits registriert.'
|
|
90
|
+
},
|
|
91
|
+
verification: {
|
|
92
|
+
slider: 'Bitte ziehen Sie den Schieberegler unten ganz nach rechts.'
|
|
93
|
+
},
|
|
94
|
+
account: {
|
|
95
|
+
title: 'Konten',
|
|
96
|
+
fields: {
|
|
97
|
+
name: 'Name',
|
|
98
|
+
email: 'E-Mail',
|
|
99
|
+
roles: 'Rollen'
|
|
100
|
+
},
|
|
101
|
+
labels: {
|
|
102
|
+
addRole: 'Rolle hinzufügen',
|
|
103
|
+
removeRole: 'Rolle entfernen'
|
|
104
|
+
},
|
|
105
|
+
messages: {
|
|
106
|
+
addRole: ({ email }) =>
|
|
107
|
+
`Wählen Sie die Rolle aus, die Sie zu ${email} hinzufügen möchten.`,
|
|
108
|
+
removeRole: ({ email }) =>
|
|
109
|
+
`Wählen Sie die Rolle aus, die Sie von ${email} entfernen möchten.`
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
logout: {
|
|
113
|
+
confirmation: 'Sind Sie sicher, dass Sie sich abmelden möchten?',
|
|
114
|
+
logout: 'Abmelden'
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
export default lang
|
|
@@ -80,7 +80,7 @@ const lang: Language = {
|
|
|
80
80
|
validations: {
|
|
81
81
|
fieldRequired: 'Field is required',
|
|
82
82
|
invalidEmail: 'A valid email address is required.',
|
|
83
|
-
notAlphaNumeric: '
|
|
83
|
+
notAlphaNumeric: 'Field can not contain special characters.'
|
|
84
84
|
},
|
|
85
85
|
register: 'Register',
|
|
86
86
|
forgotPassword: 'Forgot your password?',
|