/*
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": "Contacts",
"digitaltwins": "Digital Twins",
"favorites": "Favorites",
"mailbox": "Messages",
"organizations": "Organizations",
"profile": "Profile"
},
"browser-not-supported": {
"desc": "Please be sure to use one of the following browsers:
- Chrome
- Edge
- Firefox (no private mode!)
- Opera
- Safari
",
"title": "Your browser is not supported"
},
"cancel": "Close",
"dapp-wrapper": {
"all-messages": "All messages",
"empty-queue": "Everything is synchronized...",
"instance-accept": {
"desc": "You have initiated a transaction. The costs amount to approximately {evePrice} EVE.",
"ok": "continue",
"title": "Transaction confirmation"
},
"instance-delete": {
"desc": "Do you want to irrevocably remove this entry?",
"ok": "Delete",
"title": "Delete Entry"
},
"my-contacts": "My Contacts",
"my-mailbox": "My Messages",
"my-profile": "My Profile",
"new-mails": "You have {newMailCount} new messages",
"queue": "Data-Synchronization",
"queue-continue": "continue",
"queue-error": "An error occurred during synchronization.",
"sync-complete": "Complete"
},
"dispatcher-not-found": "Synchronization job not found...",
"file-input": {
"description": "Drag your file(s) here to begin
or click to browse",
"empty": "No files are available...",
"remove-modal": {
"action": "Delete",
"desc": "Are you sure you want to delete this file?",
"title": "Delete file"
}
},
"invalid-password": "The provided password is invalid.",
"login": "Unlock profile",
"logout": "Logout",
"logout-desc": "Are you sure you want to logout?",
"password": "Password",
"password-placeholder": "Password from the original profile creation",
"please-login": "Please unlock your profile to continue.",
"under-development": {
"desc": "The area shown is currently under development and will be available soon.",
"title": "Under development"
},
"use-password": "Unlock",
"view-profile": "View Profile",
"welcome-to-evan": "Welcome to the evan.network"
}
}
/* tslint:enable */