UNPKG

@eotl/core

Version:

Assortment of data structures, Vue.js components, and utilities across EOTL apps and sites.

240 lines (239 loc) 7.64 kB
const messages$1 = { account: { yourIdentityKey: "Identitetschlüssel", shareToVerify: "Geben Sie diesen Schlüssel an andere weiter, um Ihr Konto zu verifizieren.", textWriteWords: "Schreiben Sie die folgenden 12 Wörter auf ein Stück Papier oder einen sicheren Ort, den Sie nicht verlieren werden.", recoveryWords: "Erholung Worte", yourAccountKey: "Deine Kontoschlüssel", textAccountKey: "This your raw account key which is generated from your recovery words. But you only need this for more technical sharing, like with robots", btnShowRecoveryWords: "Recovery-Wörter anzeigen", btnShowActualKey: "Aktuellen Kontoschlüssel anzeigen", btnTestRecovery: "Testen Wiederherstellen", btnRestoreAccount: "Konto Wiederherstellen", btnNewShipment: "Neue Sendung", connected: "Verbunden" }, accountTypes: { unspecified: "Nicht Spezifiziert", person: "Person", group: "Gruppe", robot: "Roboter", company: "Firma" }, auth: { myAccount: "Konto Wiederherstellen", haveKey: "Wenn du habe deine konto schlüssel", placeholderKey: "hier den konto schlüssel eingeben", restoreError: "Bei der Wiederherstellung Ihres Kontos ist etwas schief gelaufen.", btnRestoreKey: "Speichern", btnRestoreCancel: "Abbrechen" }, estimate: "Schätzung", shipment: { title: "Sendung", size: "Größe", weight: "Gewicht", shipmentSpeed: "Versandgeschwindigkeit" }, sizes: { sm: "Klein", md: "Mittel", lg: "Groß", xl: "Extra groß" }, weights: { light: "Hell", average: "Durchschnitt", heavy: "Schwer", very: "Sehr schwer", crazy: "Verrückt" }, speeds: { immediate: "Unmittelbar", day: "Gleicher Tag", next: "Nächster Tag", second: "Übermorgen", week: "Innerhalb einer Woche" }, pickup: { title: "Abholung", name: "Name (wahlweise)", contactMethod: "Kontaktmethode (wahlweise)", contact: "Kontaktdaten", address: "Adresse", addressSuffix: "Adresszusatz", city: "Stadt", state: "Land", postal: "Postleitzahl" }, destination: { title: "Ziel", name: "Name (wahlweise)", contactMethod: "Kontaktmethode (wahlweise)", contact: "Kontaktdaten", address: "Adresse", addressSuffix: "Adresszusatz", city: "Stadt", state: "Land", postal: "Postleitzahl" }, delivery: { title: "Einzelheiten", payment: "Bezahlung", paymentMethod: "Methode", paymentPayer: "Zahlender", tos: "Nutzungsbedingungen", tosMust: "Bevor Sie fortfahren, müssen Sie unsere vollständigen Nutzungsbedingungen lesen.", tosAgree: "Sie erklären sich mit unseren Nutzungsbedingungen einverstanden", btnCancel: "Bestellung stornieren", btnComplete: "Bestellung abschließen" }, countries: [ { "value": "at", "text": "Österreich" }, { "value": "be", "text": "Belgien" }, { "value": "br", "text": "Brasilien" }, { "value": "ca", "text": "Kanada" }, { "value": "cz", "text": "Tschechische Republik" }, { "value": "dk", "text": "Dänemark" }, { "value": "fi", "text": "Finnland" }, { "value": "fr", "text": "Franreich" }, { "value": "de", "text": "Deutschland" }, { "value": "ie", "text": "Irland" }, { "value": "is", "text": "Island" }, { "value": "it", "text": "Italien" }, { "value": "ir", "text": "Iran" }, { "value": "nl", "text": "Niederlande" }, { "value": "no", "text": "Norwegen" }, { "value": "pl", "text": "Polen" }, { "value": "pt", "text": "Portugal" }, { "value": "ru", "text": "Russland" }, { "value": "es", "text": "Spanien" }, { "value": "ch", "text": "Schweiz" }, { "value": "se", "text": "Schweden" }, { "value": "tr", "text": "Türkei" }, { "value": "uk", "text": "Vereinigtes Königreich" }, { "value": "us", "text": "Vereinigte Staaten" } ] }; const messages = { account: { yourIdentityKey: "Identity Key", shareToVerify: "Share this key with others to connect to verify your account.", textWriteWords: "Write down the following 16 words on a piece of paper or somewhere safe you will not loose.", recoveryWords: "Recovery Words", yourAccountKey: "Your Account Key", textAccountKey: "This your raw account key which is generated from your recovery words. You only need this for more technical sharing, like with robots", btnShowRecoveryWords: "Show Recovery Words", btnShowActualKey: "Show Account Key", btnTestRecovery: "Test Recovery", btnRestoreAccount: "Restore Account", btnNewShipment: "New Shipment", connected: "Connected" }, accountTypes: { unspecified: "Unspecified", person: "Person", group: "Group", robot: "Robot", company: "Company" }, auth: { myAccount: "Restore Your Account", haveKey: "If you have used an EOTL account previously and would like to restore your account, enter your account key below.", placeholderKey: "type your sixteen word account key here", restoreError: "Something went wrong restoring your account.", btnRestoreKey: "Restore Key", btnRestoreCancel: "Cancel" }, estimate: "Estimate", shipment: { title: "Shipment", size: "Size", weight: "Weight", shipmentSpeed: "Shipment Speed" }, sizes: { sm: "Small", md: "Medium", lg: "Large", xl: "X-Large" }, weights: { light: "Light", average: "Average", heavy: "Heavy", very: "Very Heavy", crazy: "Crazy" }, speeds: { immediate: "Immediately", day: "Same Day", next: "Next Day", second: "Day After Tomorrow", week: "Within Week" }, pickup: { title: "Pickup", name: "Name (optional)", contactMethod: "Method (optional)", contact: "Contact", address: "Adress", addressSuffix: "Adress Suffix", city: "City", state: "State", postal: "Postal" }, destination: { title: "Destination", name: "Name (optional)", contactMethod: "Method (optional)", contact: "Contact", address: "Adress", addressSuffix: "Adress Suffix", city: "City", state: "State", postal: "Postal" }, delivery: { title: "Details", payment: "Payment", paymentMethod: "Method", paymentPayer: "Payer", tos: "Terms of Service", tosMust: "You must read our full terms of service before proceeding", tosAgree: "You agree to our terms of service", btnCancel: "Cancel Order", btnComplete: "Complete Order" }, countries: [ { "value": "at", "text": "Austria" }, { "value": "be", "text": "Belgium" }, { "value": "br", "text": "Brazil" }, { "value": "ca", "text": "Canada" }, { "value": "cz", "text": "Czech Republic" }, { "value": "dk", "text": "Denmark" }, { "value": "fi", "text": "Finland" }, { "value": "fr", "text": "France" }, { "value": "de", "text": "Germany" }, { "value": "is", "text": "Iceland" }, { "value": "it", "text": "Italy" }, { "value": "ie", "text": "Ireland" }, { "value": "ir", "text": "Iran" }, { "value": "nl", "text": "Netherlands" }, { "value": "no", "text": "Norway" }, { "value": "pl", "text": "Poland" }, { "value": "pt", "text": "Portugal" }, { "value": "ru", "text": "Russia" }, { "value": "es", "text": "Spain" }, { "value": "se", "text": "Sweden" }, { "value": "ch", "text": "Switzerland" }, { "value": "tr", "text": "Turkey" }, { "value": "uk", "text": "United Kingdom" }, { "value": "us", "text": "United States" } ] }; export { messages$1 as de, messages as en }; //# sourceMappingURL=locales.js.map