-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathde.js
106 lines (91 loc) · 3.5 KB
/
de.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
export const deutsch = {
"Please, enter valid credentials.": "Please, enter valid credentials.",
"A user with that username already exists.":
"A user with that username already exists.",
"A Confirmation Email has been sent to your email.":
"A Confirmation Email has been sent to your email.",
"Invalid token.": "Invalid token.",
"legal-notice": "Copyright © CiteDrive {{year}}.",
"login-template": {
"name": "Login template",
"label-extension-heading": "Install the chrome extension.",
"label-extension-heading-description":
"Add websites and articles with one click to your project!",
"button-link-to-extension": "To the chrome store",
},
"yup": {
"warning-required": "Required",
"warning-must-be-eight-characters-or-more": "Must be 8 characters or more",
"warning-one-lowercase-character": "One lowercase character",
"warning-one-uppercase-character": "One uppercase character",
"warning-one-number": "One number",
"warning-one-special-character": "One special character",
"warning-invalid-email": "Invalid email",
},
"login": {
"name": "Login",
"label-log-in-to-citedrive": "Anmelden bei CiteDrive",
"label-email": "E-Mail",
"label-password": "Passwort",
"label-warning-email": "Ungültige E-Mail",
"label-warning-required": "Erforderlich",
"link-sign-up-an-account": "Anmelden für ein Konto",
"link-forgot-password": "Passwort vergessen?",
"button-sign-in": "Anmelden",
},
createAccount: {
name: "Create Account",
"label-create-your-account": "Create your Account",
"label-email": "Email",
"label-password": "Password",
"link-to-login": "Already have an account? Log In",
"message-success": "A Confirmation Email has been sent to your email.",
"button-sign-up": "Sign Up",
},
activate: {
"label-please-wait": "Please wait . . .",
"error-message":
"Error while attempting to verify account. Please try again later.",
"error-heading": "Error Verifying Account",
"message-success": "You've successfully verified your account",
"button-proceed-to-login": "Proceed to Login",
"button-return-to-login": "Return to Login",
},
reset: {
success: "Successfully reset password",
"return-login": "Return to Login",
"error-message": "Error when setting password. Please try again later.",
"login.reset-your-password": "Reset your Password",
"login.password": "Password",
"set-password": "Set Password",
},
loginExtension: {
name: "Login to Extension",
"label-log-in-to-citedrive": "Log in to CiteDrive",
"label-email": "Email",
"label-password": "Password",
"label-warning-email": "Invalid email",
"label-warning-required": "Required",
"link-sign-up-an-account": "Sign up for an account",
"link-forgot-password": "Forgot password?",
"button-sign-in": "Sign In",
},
passwordSet: {
"label-successfully-activated": "Successfully activated account",
"button-return-to-login": "Return to Login",
"error-message": "Error when setting password. Please try again later.",
"label-finish-creating-your-account": "Finish Creating Your Account",
"label-password": "Password",
"button-set-password": "Set Password",
},
forgotPassword: {
"label-forgot-password": "Forgot password?",
"link-to-login": "Return to Login",
"success-message": "A recovery link has been sent to your email.",
"label-email": "Email",
"button-request-reset": "Request reset",
},
aria: {
open: "open",
},
};