/*
Copyright (C) 2018-present evan GmbH.
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Affero General Public License, version 3,
as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see http://www.gnu.org/licenses/ or
write to the Free Software Foundation, Inc., 51 Franklin Street,
Fifth Floor, Boston, MA, 02110-1301 USA, or download the license from
the following URL: https://evan.network/license/
You can be released from the requirements of the GNU Affero General Public
License by purchasing a commercial license.
Buying such a license is mandatory as soon as you use this software or parts
of it on other blockchains than evan.network.
For more information, please contact evan GmbH at this address:
https://evan.network/license/
*/
/* tslint:disable */
export default {
"_evan": {
"_routes": {
"contacts": "Kontakte",
"digitaltwins": "Digitale Zwillinge",
"favorites": "Favoriten",
"mailbox": "Nachrichten",
"organizations": "Organisationen",
"profile": "Mein Profil"
},
"browser-not-supported": {
"desc": "Bitte gehen Sie sicher, dass Sie einen der folgenden Browsern verwenden:
- Chrome
- Edge
- Firefox (kein privater Modus!)
- Opera
- Safari
",
"title": "Ihr Browser wird nicht unterstützt"
},
"cancel": "Schließen",
"dapp-wrapper": {
"all-messages": "Alle Nachrichten",
"empty-queue": "Alles ist synchronisiert...",
"instance-accept": {
"desc": "Sie haben eine Transkation angestoßen. Die Kosten belaufen sich ungefähr auf {evePrice} EVE.",
"ok": "fortfahren",
"title": "Transkationsbestätigung"
},
"instance-delete": {
"desc": "Wollen Sie diesen Eintrag unwiderruflich löschen?",
"ok": "löschen",
"title": "Eintrag löschen"
},
"my-contacts": "Meine Kontakte",
"my-mailbox": "Meine Nachrichten",
"my-profile": "Mein Profil",
"new-mails": "Sie haben {newMailCount} neue Nachrichten",
"queue": "Daten-Synchronisation",
"queue-continue": "fortfahren",
"queue-error": "Während der Sychronisation ist ein Fehler aufgetreten.",
"sync-complete": "Abgeschlossen"
},
"dispatcher-not-found": "Synchronisations Job nicht gefunden...",
"file-input": {
"description": "Ziehen Sie Ihre Datei(en) hierher, um zu beginnen
oder klicken Sie zum Durchsuchen",
"empty": "Es wurden noch keine Dateien hochgeladen...",
"remove-modal": {
"action": "Löschen",
"desc": "Möchten Sie diese Datei wirklich löschen?",
"title": "Datein löschen"
}
},
"invalid-password": "Das eingegebene Passwort ist ungültig.",
"login": "Profil entsperren",
"logout": "Ausloggen",
"logout-desc": "Wollen Sie sich wirklich abmelden?",
"password": "Passwort",
"password-placeholder": "Passwort von der ursprünglichen Profilerstellung",
"please-login": "Bitte entsperren Sie Ihr Profil, um fortzufahren.",
"under-development": {
"desc": "Der dargestellte Bereich befindet sich momentan in der Entwicklung und wird bald verfügbar sein.",
"title": "In Entwicklung"
},
"use-password": "Entsperren",
"view-profile": "Profil anzeigen",
"welcome-to-evan": "Willkommen im evan.network"
}
}
/* tslint:enable */