-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1296 from near/dev
v8.10.0 Release (dev → main)
- Loading branch information
Showing
84 changed files
with
2,254 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
{ | ||
"modal": { | ||
"wallet": { | ||
"connectYourWallet": "Verbinde deine Wallet", | ||
"whatIsAWallet": "Was ist eine Wallet?", | ||
"secureAndManage": "Schütze und verwalte deine digitalen Vermögenswerte", | ||
"safelyStore": "Speichere und übertrage deine Kryptowährungen und NFTs sicher", | ||
"logInToAny": "Melde dich bei jeder NEAR-Anwendung an", | ||
"noNeedToCreate": "Kein neues Konto oder Passwort erforderlich. Verbinde deine Wallet und beginne sofort!", | ||
"getAWallet": "Hol dir eine Wallet", | ||
"useAWallet": "Nutze eine Wallet, um deine NEAR-Vermögenswerte zu schützen und zu verwalten. Keine Benutzernamen oder Passwörter nötig, um dich bei jeder NEAR-Anwendung anzumelden", | ||
"connectionFailed": "Verbindung fehlgeschlagen", | ||
"connectionSuccessful": "Verbindung erfolgreich", | ||
"rememberWallet": "Wallet-Auswahl merken", | ||
"connected": "Verbunden", | ||
"connectingTo": "Verbinde mit" | ||
}, | ||
"ledger": { | ||
"connectWithLedger": "Mit Ledger verbinden", | ||
"makeSureYourLedger": "Stelle sicher, dass dein Ledger sicher verbunden ist und die NEAR-App auf deinem Gerät geöffnet ist", | ||
"continue": "Fortfahren", | ||
"specifyHDPath": "HD-Pfad angeben", | ||
"enterYourPreferredHDPath": "Gib deinen bevorzugten HD-Pfad ein und scanne nach aktiven Konten", | ||
"scan": "Scannen", | ||
"retry": "Erneut versuchen", | ||
"ledgerIsNotAvailable": "Ledger ist nicht verfügbar", | ||
"accessDeniedToUseLedgerDevice": "Zugriff auf Ledger-Gerät verweigert", | ||
"noAccountsFound": "Keine Konten gefunden", | ||
"selectYourAccounts": "Wähle deine Konten", | ||
"connecting1Account": "Verbinde 1 Konto", | ||
"cantFindAnyAccount": "Kein Konto mit diesem Ledger gefunden. Bitte", | ||
"orConnectAnAnotherLedger.": "oder verbinde einen anderen Ledger", | ||
"connecting": "Verbindung", | ||
"ofAccounts": "Konten", | ||
"failedToAutomatically": "Konto-ID konnte nicht automatisch gefunden werden. Bitte manuell angeben:", | ||
"overviewTheListOfAuthorized": "Überprüfe die Liste der autorisierten Konten und klicke auf die Schaltfläche unten, um die Anmeldung abzuschließen", | ||
"finish": "Fertigstellen" | ||
}, | ||
"install": { | ||
"youllNeedToInstall": "Du musst installieren", | ||
"toContinueAfterInstalling": "um fortzufahren. Nach der Installation", | ||
"refreshThePage": "Bitte aktualisiere die Seite", | ||
"open": "Öffnen" | ||
}, | ||
"qr": { | ||
"copiedToClipboard": "In die Zwischenablage kopiert", | ||
"failedToCopy": "Kopieren in die Zwischenablage fehlgeschlagen", | ||
"scanWithYourMobile": "Mit deinem Handy scannen", | ||
"copyToClipboard": "In die Zwischenablage kopieren", | ||
"preferTheOfficial": "Bevorzugen Sie das offizielle Dialogfeld in", | ||
"open": "Öffnen" | ||
}, | ||
"walletTypes": { | ||
"hardware": "Hardware-Wallet", | ||
"browser": "Browser-Wallet", | ||
"injected": "Wallet-Erweiterung", | ||
"bridge": "Brücken-Wallet", | ||
"mobile": "Mobile Wallet", | ||
"instant-link": "Instant Wallet" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,115 @@ | ||
{ | ||
"modal": { | ||
"wallet": { | ||
"connectYourWallet": "Συνδέστε το πορτοφόλι σας", | ||
"whatIsAWallet": "Τι είναι ένα πορτοφόλι;", | ||
"secureAndManage": "Προστατέψτε και διαχειριστείτε τα ψηφιακά σας περιουσιακά στοιχεία", | ||
"safelyStore": "Αποθηκεύστε και μεταφέρετε τα κρυπτονομίσματά σας και τα NFT με ασφάλεια", | ||
"logInToAny": "Συνδεθείτε σε οποιαδήποτε εφαρμογή NEAR", | ||
"noNeedToCreate": "Δεν χρειάζεται να δημιουργήσετε νέους λογαριασμούς ή πιστοποιήσεις. Συνδέστε το πορτοφόλι σας και είστε έτοιμοι!", | ||
"getAWallet": "Αποκτήστε ένα πορτοφόλι", | ||
"useAWallet": "Χρησιμοποιήστε ένα πορτοφόλι για να προστατέψετε και να διαχειριστείτε τα περιουσιακά στοιχεία NEAR σας και να συνδεθείτε σε οποιαδήποτε εφαρμογή NEAR χωρίς τη χρήση ονόματος χρήστη και κωδικού πρόσβασης.", | ||
"connectionFailed": "Η σύνδεση απέτυχε", | ||
"connectionSuccessful": "Η σύνδεση ήταν επιτυχής", | ||
"rememberWallet": "Απομνημόνευση πορτοφολιών", | ||
"connected": "Συνδεδεμένο", | ||
"connectingTo": "Σύνδεση σε", | ||
"connectingMessage": { | ||
"injected": "Επιβεβαιώστε τη σύνδεση στο παράθυρο της επέκτασης", | ||
"browser": "Επιβεβαιώστε τη σύνδεση στο πορτοφόλι μετά την ανακατεύθυνση", | ||
"hardware": "Επιβεβαιώστε τη σύνδεση στη συσκευή Ledger", | ||
"bridge": "Επιβεβαιώστε τη σύνδεση στο πορτοφόλι" | ||
} | ||
}, | ||
"ledger": { | ||
"connectWithLedger": "Συνδεθείτε με Ledger", | ||
"makeSureYourLedger": "Βεβαιωθείτε ότι το Ledger είναι συνδεδεμένο με ασφάλεια και ότι η εφαρμογή NEAR είναι ανοιχτή στη συσκευή σας", | ||
"continue": "Συνέχεια", | ||
"specifyHDPath": "Καθορίστε τη διαδρομή HD", | ||
"enterYourPreferredHDPath": "Εισαγάγετε την προτιμώμενη διαδρομή HD και στη συνέχεια σαρώνετε για οποιονδήποτε ενεργό λογαριασμό.", | ||
"scan": "Σάρωση", | ||
"retry": "Δοκιμάστε ξανά", | ||
"ledgerIsNotAvailable": "Το Ledger δεν είναι διαθέσιμο", | ||
"accessDeniedToUseLedgerDevice": "Η πρόσβαση στη χρήση της συσκευής Ledger απορρίφθηκε", | ||
"noAccountsFound": "Δεν βρέθηκαν λογαριασμοί", | ||
"selectYourAccounts": "Επιλέξτε τους λογαριασμούς σας", | ||
"connecting1Account": "Σύνδεση 1 λογαριασμού", | ||
"cantFindAnyAccount": "Δεν βρέθηκε κανένας λογαριασμός που να συνδέεται με αυτό το Ledger. Δημιουργήστε έναν νέο λογαριασμό NEAR", | ||
"orConnectAnAnotherLedger": "ή συνδεθείτε με άλλο Ledger.", | ||
"connecting": "Σύνδεση", | ||
"ofAccounts": "από λογαριασμούς", | ||
"failedToAutomatically": "Αποτυχία αυτόματης εύρεσης αναγνωριστικού λογαριασμού. Καταχωρίστε το χειροκίνητα:", | ||
"overviewTheListOfAuthorized": "Επισκοπήστε τη λίστα των εξουσιοδοτημένων λογαριασμών και ολοκληρώστε την είσοδο κάνοντας κλικ στο παρακάτω κουμπί.", | ||
"finish": "Ολοκλήρωση" | ||
}, | ||
"install": { | ||
"youllNeedToInstall": "Θα χρειαστεί να εγκαταστήσετε", | ||
"toContinueAfterInstalling": "για να συνεχίσετε. Μετά την εγκατάσταση", | ||
"refreshThePage": "ανανεώστε τη σελίδα.", | ||
"open": "Άνοιγμα" | ||
}, | ||
"qr": { | ||
"copiedToClipboard": "Αντιγράφηκε στο πρόχειρο", | ||
"failedToCopy": "Η αντιγραφή στο πρόχειρο απέτυχε", | ||
"scanWithYourMobile": "Σαρώστε με την κινητή σας συσκευή", | ||
"copyToClipboard": "Αντιγράψτε στο πρόχειρο", | ||
"preferTheOfficial": "Προτιμήστε τον επίσημο διάλογο του", | ||
"open": "Άνοιγμα" | ||
}, | ||
"walletTypes": { | ||
"hardware": "Πορτοφόλι υλικού", | ||
"browser": "Πορτοφόλι περιηγητή", | ||
"injected": "Επέκταση πορτοφολιού", | ||
"bridge": "Γέφυρα πορτοφολιού", | ||
"mobile": "Κινητό πορτοφόλι", | ||
"instant-link": "Άμεσο πορτοφόλι" | ||
}, | ||
"exportAccounts": { | ||
"chooseAWallet": "Επιλέξτε ένα πορτοφόλι", | ||
"transferYourAccounts": "Μεταφέρετε τους λογαριασμούς σας", | ||
"selectAWallet": "Επιλέξτε ένα πορτοφόλι που ανταποκρίνεται στις ανάγκες σας και υποστηρίζει τους συνδεδεμένους λογαριασμούς σας.", | ||
"selectYourAccounts": "Επιλέξτε τους λογαριασμούς σας", | ||
"afterDecide": "Αφού αποφασίσετε για το πορτοφόλι, μπορείτε να επιλέξετε ποιοι λογαριασμοί θέλετε να μεταφέρετε.", | ||
"disclaimer": "Δεν θα μπορείτε να μεταφέρετε λογαριασμούς που δεν έχουν χρηματοδοτηθεί ή χρησιμοποιηθεί ποτέ στο NEAR.", | ||
"warning": "δεν υποστηρίζει εξαγωγή λογαριασμών αυτή τη στιγμή. Παρακαλούμε επιλέξτε άλλο πορτοφόλι.", | ||
"walletTypes": { | ||
"hardware": "Πορτοφόλι υλικού", | ||
"browser": "Πορτοφόλι περιηγητή", | ||
"injected": "Επέκταση πορτοφολιού", | ||
"bridge": "Γέφυρα πορτοφολιού", | ||
"mobile": "Κινητό πορτοφόλι" | ||
}, | ||
"selectAccounts": { | ||
"title": "Επιλέξτε λογαριασμούς για μεταφορά", | ||
"button": "Συνέχεια", | ||
"deselectAll": "Αποεπιλογή όλων", | ||
"selectAll": "Επιλογή όλων", | ||
"unavailable": "Μεταφορά μη διαθέσιμη", | ||
"error": "Ο λογαριασμός δεν υπάρχει", | ||
"warningLedger": "Απαιτείται υποστήριξη Ledger", | ||
"noBalance": "Ο λογαριασμός δεν έχει χρηματοδοτηθεί" | ||
}, | ||
"getPassphrase": { | ||
"title": "Αντιγράψτε τον προσωρινό κωδικό", | ||
"desc": "Θα χρειαστεί να εισάγετε αυτόν τον κωδικό όταν ξεκινήσετε τη μεταφορά των λογαριασμών σας σε διαφορετικό πορτοφόλι.", | ||
"button": "Συνέχεια", | ||
"transferButton": "Μεταφορά λογαριασμών", | ||
"label": "Κλικ για αντιγραφή", | ||
"checkLabel": "Αντέγραψα ή κατέγραψα τον κωδικό" | ||
}, | ||
"complete": { | ||
"title": "Ολοκλήρωση της μεταφοράς", | ||
"descOne": "Θα ανακατευθυνθείτε τώρα στο πορτοφόλι που επιλέξατε για να ολοκληρώσετε τη μεταφορά.", | ||
"descTwo": "Μόλις ολοκληρωθεί το μέρος της διαδικασίας εισαγωγής από το επιλεγμένο πορτοφόλι, πατήστε το κουμπί για να ολοκληρώσετε τη διαδικασία μεταφοράς.", | ||
"startOverButton": "Ξεκινήστε από την αρχή", | ||
"button": "Ολοκλήρωση" | ||
} | ||
} | ||
}, | ||
"component": { | ||
"clickToCopy": { | ||
"label": "Αντιγράφηκε", | ||
"tooltip": "Κλικ για αντιγραφή" | ||
} | ||
} | ||
} |
Oops, something went wrong.