Translations
This commit is contained in:
parent
8f033849d3
commit
bc66cc1b65
3 changed files with 16 additions and 3 deletions
|
|
@ -595,6 +595,7 @@ msgstr ""
|
|||
#: www/views/modals/search.html:3
|
||||
#: www/views/modals/wallet-balance.html:3
|
||||
#: www/views/modals/wallets.html:5
|
||||
#: www/views/modals/txp-details.html:4
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -898,6 +899,10 @@ msgstr ""
|
|||
msgid "Create {{formData.requiredCopayers}}-of-{{formData.totalCopayers}} wallet"
|
||||
msgstr ""
|
||||
|
||||
#: www/views/preferencesInformation.html:79
|
||||
msgid "Copayers"
|
||||
msgstr ""
|
||||
|
||||
#: www/views/modals/txp-details.html:81
|
||||
#: www/views/tx-details.html:60
|
||||
msgid "Created by"
|
||||
|
|
@ -1236,6 +1241,14 @@ msgstr ""
|
|||
msgid "Expires"
|
||||
msgstr ""
|
||||
|
||||
#: www/views/modals/txp-details.html:65
|
||||
msgid "Display legacy address"
|
||||
msgstr ""
|
||||
|
||||
#: www/views/modals/txp-details.html:68
|
||||
msgid "Display new style address"
|
||||
msgstr ""
|
||||
|
||||
#: www/views/preferencesAdvanced.html:21
|
||||
msgid "Export Wallet"
|
||||
msgstr ""
|
||||
|
|
@ -1574,7 +1587,7 @@ msgid "If enabled, the Recent Transactions card - a list of transactions occurin
|
|||
msgstr ""
|
||||
|
||||
#: www/views/advancedSettings.html:14
|
||||
msgid "If enabled, wallets will also try to spend unconfirmed funds. This option may cause transaction delays."
|
||||
msgid "If enabled, wallets will also try to spend unconfirmed funds. Turning off this option may cause transaction delays."
|
||||
msgstr ""
|
||||
|
||||
#: src/js/controllers/onboarding/backupRequest.js:18
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<ion-modal-view id="txp-details" ng-controller="txpDetailsController" ng-init="init()">
|
||||
<ion-header-bar align-title="center" class="bar-royal">
|
||||
<button class="button button-clear" ng-click="close()">
|
||||
<button class="button button-clear" ng-click="close()" translate>
|
||||
Close
|
||||
</button>
|
||||
<div class="title" translate>
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@
|
|||
</span>
|
||||
</div>
|
||||
|
||||
<div ng-show="wallet.cachedStatus.wallet.copayers[0]" class="item item-divider">
|
||||
<div ng-show="wallet.cachedStatus.wallet.copayers[0]" class="item item-divider" translate>
|
||||
Copayers
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue