From 58e3e2a745d02d96dce30fb5ec514635424cdd87 Mon Sep 17 00:00:00 2001 From: Michael Rittmeister Date: Sun, 22 Mar 2020 17:02:31 +0100 Subject: [PATCH 1/3] New translations en-US.js (German) --- de/i18n/de-DE.js | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 de/i18n/de-DE.js diff --git a/de/i18n/de-DE.js b/de/i18n/de-DE.js new file mode 100644 index 0000000..c1f7472 --- /dev/null +++ b/de/i18n/de-DE.js @@ -0,0 +1,39 @@ +export default context => { + return new Promise(function (resolve) { + resolve({ + ryss: 'Ryss', + general: { + imprint: 'Imprint', + terms: 'Terms', + loading: 'Loading' + }, + mainPage: { + searchPlaceholder: 'Search ...', + searchInfo: 'Search for products in stores near you.', + aboutUs: 'About Us' + }, + account: { + login: 'Login', + eMail: 'E-Mail', + username: 'Username', + password: 'Password', + noAccountYet: 'No Account yet?', + register: 'Register', + alreadyRegistered: 'Already registered?', + confirmPassword: 'Confirm Password', + registration: { + provideValidEmail: 'You have to provide a valid e-mail address!', + unequalPasswords: 'Your passwords do not equal each other!', + usernameTooLong: 'Your username should not exceed 32 characters!', + usernameTooShort: 'Your username should contain atleast 5 characters!', + missingConfirm: 'You have to confirm your password!', + noPassword: 'You have to provide your password!', + noEmail: 'You have to provide your e-mail address!', + noInput: 'You have to provide your username, your e-mail address as well as your password!' + }, + loginPage: { noInput: 'You have to provide your e-mail address as well as your password!' } + }, + about: { wip: 'We\'re working on an about page right now! Thank you for being patient :)' } + }); + }); +}; \ No newline at end of file From 999347e61baf9ab67e8c68d9181af6b37128e476 Mon Sep 17 00:00:00 2001 From: Michael Rittmeister Date: Sun, 22 Mar 2020 18:23:47 +0100 Subject: [PATCH 2/3] New translations en-US.js (German) --- de/i18n/de-DE.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/de/i18n/de-DE.js b/de/i18n/de-DE.js index c1f7472..f5ab3c4 100644 --- a/de/i18n/de-DE.js +++ b/de/i18n/de-DE.js @@ -31,7 +31,10 @@ export default context => { noEmail: 'You have to provide your e-mail address!', noInput: 'You have to provide your username, your e-mail address as well as your password!' }, - loginPage: { noInput: 'You have to provide your e-mail address as well as your password!' } + loginPage: { + noInput: 'You have to provide your e-mail address as well as your password!', + eMailVerification: 'We\'ve sent you an email!' + } }, about: { wip: 'We\'re working on an about page right now! Thank you for being patient :)' } }); From d418e35f59c5bf1fc97dcafbfc6e9957d0cf52e9 Mon Sep 17 00:00:00 2001 From: Michael Rittmeister Date: Sun, 22 Mar 2020 19:36:28 +0100 Subject: [PATCH 3/3] New translations en-US.js (German) --- de/i18n/de-DE.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/de/i18n/de-DE.js b/de/i18n/de-DE.js index f5ab3c4..29715a6 100644 --- a/de/i18n/de-DE.js +++ b/de/i18n/de-DE.js @@ -10,7 +10,8 @@ export default context => { mainPage: { searchPlaceholder: 'Search ...', searchInfo: 'Search for products in stores near you.', - aboutUs: 'About Us' + aboutUs: 'About Us', + WIP: 'This app is a work in progress! Functionality might be missing!' }, account: { login: 'Login',