|
70 | 70 | /* About scene: Show Welcome screens */
|
71 | 71 | "About.Row.Welcome" = "Willkommensbildschirm";
|
72 | 72 |
|
| 73 | +/* Account tab: 'Currency' row */ |
| 74 | +"AccountTab.Row.Currency" = "Währung"; |
| 75 | + |
73 | 76 | /* System accounts: ADAMANT Tokens */
|
74 | 77 | "Accounts.AdamantTokens" = "Willkommen in ADAMANT";
|
75 | 78 |
|
|
175 | 178 | /* Account tab: 'Theme' row value 'Dark' */
|
176 | 179 | "AccountTab.Row.Theme.Dark" = "Dark";
|
177 | 180 |
|
178 |
| -/* Account tab: 'Currency' row */ |
179 |
| -"AccountTab.Row.Currency" = "Währung"; |
180 |
| - |
181 | 181 | /* Account tab: 'About' row */
|
182 | 182 | "AccountTab.Row.About" = "Über ADAMANT";
|
183 | 183 |
|
|
232 | 232 | /* Serious internal error: Error parsing response */
|
233 | 233 | "ApiService.InternalError.ParsingFailed" = "Parsing fehlgeschlagen. Bericht senden";
|
234 | 234 |
|
| 235 | +/* Serious internal error: No nodes available */ |
| 236 | +"ApiService.InternalError.NoNodesAvailable" = "No nodes available. Report a bug"; |
| 237 | + |
235 | 238 | /* Eureka forms Cancel button */
|
236 | 239 | "Cancel" = "Abbrechen";
|
237 | 240 |
|
|
322 | 325 | /* Chat: 'Sent funds' bubble title */
|
323 | 326 | "ChatScene.Sent" = "Versendet";
|
324 | 327 |
|
| 328 | +/* Chat: 'Sent funds' buble 'Tap for details' tip */ |
| 329 | +"ChatScene.tapForDetails" = "Tap for details"; |
| 330 | + |
325 | 331 | /* Chat: status message for failed to send chat transaction */
|
326 | 332 | "ChatScene.MessageStatus.FailToSend" = "Fehler beim Senden";
|
327 | 333 |
|
|
439 | 445 | /* Shared error: Network problems. In most cases - no connection */
|
440 | 446 | "Error.NoNetwork" = "Keine Verbindung";
|
441 | 447 |
|
| 448 | +/* Shared error: Request cancelled */ |
| 449 | +"Error.RequestCancelled" = "Request cancelled"; |
| 450 | + |
442 | 451 | /* Shared error: Remote error format, %@ for message */
|
443 | 452 | "Error.RemoteServerErrorFormat" = "Blockchain-Node Fehler: %@";
|
444 | 453 |
|
|
544 | 553 | /* NodesList: 'Add new node' button lable */
|
545 | 554 | "NodesList.AddNewNode" = "Eine neue Node hinzufügen";
|
546 | 555 |
|
547 |
| -/* NodesList: 'Node url' plaseholder */ |
548 |
| -"NodesList.NodeUrl" = "Node-URL"; |
| 556 | +/* NodesList: Reset nodes alert title */ |
| 557 | +"NodesList.ResetNodeListAlert" = "Reset nodes list to default?"; |
| 558 | + |
| 559 | +/* NodesList: 'Reset' button */ |
| 560 | +"NodesList.ResetButton" = "Reset"; |
| 561 | + |
| 562 | +/* NodesList: 'Prefer the fastest node' switch */ |
| 563 | +"NodesList.PreferTheFastestNode" = "Prefer the fastest node"; |
| 564 | + |
| 565 | +/* NodesList.NodeCell: Node ping */ |
| 566 | +"NodesList.NodeCell.Ping" = "Ping"; |
| 567 | + |
| 568 | +/* NodesList.NodeCell: Milliseconds */ |
| 569 | +"NodesList.NodeCell.Milliseconds" = "ms"; |
| 570 | + |
| 571 | +/* NodesList.NodeCell: Node is synchronizing */ |
| 572 | +"NodesList.NodeCell.Synchronizing" = "Synchronizing"; |
| 573 | + |
| 574 | +/* NodesList.NodeCell: Node is offline */ |
| 575 | +"NodesList.NodeCell.Offline" = "Offline"; |
| 576 | + |
| 577 | +/* NodesList.NodeCell: Node version */ |
| 578 | +"NodesList.NodeCell.Version" = "version"; |
| 579 | + |
| 580 | +/* NodeList: Inform that default nodes was loaded, if user deleted all nodes */ |
| 581 | +"NodeList.DefaultNodesLoaded" = "Default nodes list was loaded"; |
| 582 | + |
| 583 | +/* NodesEditor: New node scene title */ |
| 584 | +"NodesEditor.NewNodeTitle" = "New node"; |
| 585 | + |
| 586 | +/* NodesEditor: Delete node confirmation message */ |
| 587 | +"NodesEditor.DeleteNodeAlert" = "Delete this node?"; |
| 588 | + |
| 589 | +/* NodesEditor: Testing in progress */ |
| 590 | +"NodesEditor.TestingInProgressMessage" = "Checking connection…"; |
| 591 | + |
| 592 | +/* NodesEditor: Scheme row */ |
| 593 | +"NodesEditor.SchemeRow" = "Scheme"; |
| 594 | + |
| 595 | +/* NodesEditor: Port row */ |
| 596 | +"NodesEditor.PortRow" = "Port"; |
| 597 | + |
| 598 | +/* NodesEditor: Host row */ |
| 599 | +"NodesEditor.HostRow" = "Host"; |
| 600 | + |
| 601 | +/* NodesEditor: Web sockets */ |
| 602 | +"NodesEditor.WebSockets" = "Web sockets"; |
| 603 | + |
| 604 | +/* NodesEditor: Web sockets are supported */ |
| 605 | +"NodesEditor.WebSocketsSupported" = "Supported"; |
| 606 | + |
| 607 | +/* NodesEditor: Web sockets aren't supported */ |
| 608 | +"NodesEditor.WebSocketsNotSupported" = "Not supported"; |
| 609 | + |
| 610 | +/* NodesEditor: Delete node button */ |
| 611 | +"NodesEditor.DeleteNodeButton" = "Delete"; |
| 612 | + |
| 613 | +/* NodesEditor: Host row placeholder */ |
| 614 | +"NodesEditor.HostRow.Placeholder" = "IP or host name"; |
| 615 | + |
| 616 | +/* NodesEditor: Failed to build URL alert */ |
| 617 | +"NodesEditor.FailedToBuildURL" = "Invalid host"; |
549 | 618 |
|
550 | 619 | /* Security: Notification modes description. Markdown supported. */
|
551 | 620 | "SecurityPage.Row.Notifications.ModesDescription" = "#### Benachrichtigungsmodi\n\n#### Deaktiviert\nKeine Benachrichtigungen.\n\n#### Hintergrundaktualisierung\nIhr Gerät erhält neue Nachrichteninformationen automatisch. Keine externen Aufrufe. Die Hintergrundaktualisierung wird von iOS verwaltet, die Zeit wird vom Betriebssystem bestimmt und ist von vielen Faktoren wie Akkustand, Netzwerkauslastung, Nutzungsmuster abhängig und kann nicht vorhergesagt werden. Es können 20 Minuten, 6 Stunden, oder ein Tag sein. Sie können die App trotzdem öffnen und nachschauen, ob eine Nachricht angekommen ist.\n\n#### Push\nBenachrichtigungen werden auf Ihr Gerät vom ADAMANT Benachrichtigungsservice gesendet. Sie erhalten eine Benachrichtigung umgehend, nachdem die Nachricht versendet und von der Blockchain bestätigt wurde - mit einer kleinen Verzögerung. Jedoch erfordert dieser Modus, dass der Gerätetoken Ihres Geräts in der Servicedatenbank registriert ist. Gerätetokens sind sicher, und diese Option ist zu empfehlen.\n\nSie können mehr über die Geräteregistrierung auf der ADAMANTs Github-Seite nachlesen.";
|
|
613 | 682 | /* PrivateKeyGenerator: Security alert. Keep your passphrase safe */
|
614 | 683 | "PkGeneratorScene.Alert" = "ADAMANT account includes crypto wallets. All of them are connected with your Passphrase, and only you have access to these wallets. You can export private key to use them in other applications. Store keys in secure place.";
|
615 | 684 |
|
| 685 | +/* PrivateKeyGenerator: Generate button */ |
| 686 | +"PkGeneratorScene.GenerateButton" = "Generate Keys"; |
| 687 | + |
616 | 688 | /* Security: scene title */
|
617 | 689 | "SecurityPage.Title" = "Sicherheit";
|
618 | 690 |
|
|
670 | 742 | /* Shared alert notification: body message for no internet connection. */
|
671 | 743 | "Shared.NoInternet.Body" = "Bitte überprüfen Sie Ihre Internetverbindung und versuchen Sie es erneut";
|
672 | 744 |
|
| 745 | +/* Shared alert notification: message for no Mail services. */ |
| 746 | +"Shared.NoMail" = "Mail services are not available"; |
| 747 | + |
673 | 748 | /* Shared alert 'Ok' button. Used anywhere */
|
674 | 749 | "Shared.Ok" = "Ok";
|
675 | 750 |
|
|
706 | 781 | /* TransactionList: scene title */
|
707 | 782 | "TransactionListScene.Title" = "Transaktionen";
|
708 | 783 |
|
| 784 | +/* TransactionList: To Chat button */ |
| 785 | +"TransactionListScene.ToChat" = "To Chat"; |
| 786 | + |
| 787 | +/* TransactionList: Start Chat button */ |
| 788 | +"TransactionListScene.StartChat" = "Start Chat"; |
| 789 | + |
| 790 | +/* TransactionList: 'Transactions not found' message. */ |
| 791 | +"TransactionListScene.Error.NotFound" = "Transactions not found"; |
| 792 | + |
709 | 793 | /* TransactionList: 'No transactions yet' message. */
|
710 | 794 | "TransactionListScene.NoTransactionYet" = "Noch keine Transaktionen";
|
711 | 795 |
|
| 796 | +/* TransactionList: 'Transactions not found' localize error message from API. */ |
| 797 | +"No transactions found" = "Transactions not found"; |
| 798 | + |
| 799 | +/* Transaction send: recipient minimum remaining balance requirement */ |
| 800 | +"TransactionSend.Minimum.Balance" = "Recipient must have at least 0.05 LSK—Send more tokens"; |
| 801 | + |
712 | 802 | /* Transaction status: updating in progress */
|
713 | 803 | "TransactionStatus.Updating" = "Aktualisieren…";
|
714 | 804 |
|
|
751 | 841 | /* Transaction details: sender row. */
|
752 | 842 | "TransactionDetailsScene.Row.From" = "Von";
|
753 | 843 |
|
| 844 | +/* Transaction details: fiat value at the time */ |
| 845 | +"TransactionDetailsScene.Row.HistoryFiat" = "Value at time of Txn"; |
| 846 | + |
| 847 | +/* Transaction details: fiat value at the time */ |
| 848 | +"TransactionDetailsScene.Row.CurrentFiat" = "Current value"; |
| 849 | + |
754 | 850 | /* Transaction details: Id row. */
|
755 | 851 | "TransactionDetailsScene.Row.Id" = "ID";
|
756 | 852 |
|
|
775 | 871 | /* "Transaction details: 'Actions' section" */
|
776 | 872 | "TransactionDetailsScene.Section.Actions" = "Aktionen";
|
777 | 873 |
|
| 874 | +/* Transaction details: 'Requesting Data' progress message. */ |
| 875 | +"TransactionDetailsScene.RequestingData" = "Requesting Data…"; |
| 876 | + |
778 | 877 | /* Transaction details: 'Your address' flag. */
|
779 | 878 | "TransactionDetailsScene.YourAddress" = "Sie";
|
780 | 879 |
|
781 | 880 | /* TransfersProvider: Transaction not found error. %@ for transaction's ID */
|
782 | 881 | "TransfersProvider.Error.TransactionNotFoundFormat" = "Transaktion mit der ID %@ nicht gefunden";
|
783 | 882 |
|
| 883 | +/* Transfer: Minimal transaction amount is 0.00001 */ |
| 884 | +"TransferScene.Error.MinAmount" = "Minimum transaction amount is 0.00001"; |
| 885 | + |
784 | 886 | /* Transfer: transfer amount placeholder */
|
785 | 887 | "TransferScene.Amount.Placeholder" = "senden";
|
786 | 888 |
|
|
0 commit comments