|
23 | 23 | "activeAccountCard": { |
24 | 24 | "swapButton": "Swap" |
25 | 25 | }, |
| 26 | + "spoiler": { |
| 27 | + "view": "View", |
| 28 | + "hide": "Hide" |
| 29 | + }, |
| 30 | + "address": { |
| 31 | + "add": "New address", |
| 32 | + "addButton": "Add new", |
| 33 | + "addTooltip": "Add an address to your contacts", |
| 34 | + "added": "Address added", |
| 35 | + "addressAlreadyExist": "Address already exist", |
| 36 | + "addressInvalidError": "Address value is invalid", |
| 37 | + "cancel": "Cancel", |
| 38 | + "copied": "Copied!", |
| 39 | + "copyToClipboard": "Click to copy to clipboard", |
| 40 | + "delete": "Delete address", |
| 41 | + "deleteDescription": "Are you sure you want to delete this address from your contacts? This action is irreversible.", |
| 42 | + "edit": "Edit address", |
| 43 | + "edited": "Address edited", |
| 44 | + "emptyDescription": "Add the recipient's Name and Address for quick access to transfer and view in history", |
| 45 | + "emptyTitle": "No one here yet", |
| 46 | + "name": "Name", |
| 47 | + "nameAlreadyExist": "Name already exist", |
| 48 | + "nameInvalidError": "Name value is invalid", |
| 49 | + "save": "Save address", |
| 50 | + "saveChanges": "Save changes", |
| 51 | + "select": "Choose your address", |
| 52 | + "subtitle": "Address", |
| 53 | + "title": "Address book", |
| 54 | + "wallets": "My wallets", |
| 55 | + "warningAlias": "Be careful, the recipient has an Alias account, it is not a user from your contacts" |
| 56 | + }, |
26 | 57 | "assetAmountInput": { |
27 | 58 | "balanceLabel": "Balance" |
28 | 59 | }, |
|
132 | 163 | "delete": "Delete account", |
133 | 164 | "warn": "Deleting an account will lead to its irretrievable loss!" |
134 | 165 | }, |
| 166 | + "exportAndImport": { |
| 167 | + "exportAccounts": "Export accounts", |
| 168 | + "importAccounts": "Import accounts", |
| 169 | + "exportAddressBook": "Export address book", |
| 170 | + "importAddressBook": "Import address book", |
| 171 | + "exportAll": "Export all" |
| 172 | + }, |
135 | 173 | "exportKeystore": { |
136 | 174 | "cancelBtn": "Cancel", |
137 | 175 | "chooseAccountsDesc": "Select which accounts you want to export. They will be encrypted and exported into a Keystore file", |
| 176 | + "chooseContactsDesc": "Select which address you want to export. They will be encrypted and exported into a Keystore file", |
138 | 177 | "chooseAccountsExportBtn": "Export {{count}} account", |
139 | 178 | "chooseAccountsExportBtn_plural": "Export {{count}} accounts", |
| 179 | + "chooseContactsExportBtn": "Continue", |
140 | 180 | "chooseAccountsTitle": "Export to Keystore file", |
| 181 | + "chooseContactsTitle": "Export Contacts to file", |
| 182 | + "encrypt": "Encrypt the file", |
141 | 183 | "exportNotSupported": "This account cannot be exported", |
142 | 184 | "warningModalTitle": "Attention", |
143 | 185 | "warningModalDesc": "Ledger and email accounts cannot be exported", |
|
146 | 188 | "passwordLabel": "Password", |
147 | 189 | "passwordVerifyDesc": "Please enter your Keeper password to confirm that it's really you", |
148 | 190 | "passwordVerifyImportantNote": "<attention>Attention:</attention> this password will also be used to encrypt the resulting file. If you forget it, you won't be able to restore your accounts.", |
149 | | - "verifyBtn": "Verify" |
| 191 | + "verifyBtn": "Enter" |
150 | 192 | }, |
151 | 193 | "featureUpdateInfo": { |
152 | 194 | "intro": "Keeper Wallet cares about safety of your funds and would like to remind you that losing the seed phrase means losing access to the account permanently.", |
|
238 | 280 | "readyToUse": "Your account '{{ name }}' is ready to use", |
239 | 281 | "readyToUseKeystore": "Your accounts are ready to use", |
240 | 282 | "readyHelpText": "You can now close this tab and continue using the extension or add more accounts.", |
| 283 | + "readyToUseAddressBook": "Your Address Book is ready to use", |
| 284 | + "readyAddressBookText": "You can now close this tab and continue using the extension.", |
241 | 285 | "viaKeystore": "Keystore File", |
242 | 286 | "viaLedger": "Ledger", |
243 | 287 | "viaSeed": "Seed Phrase or Private Key", |
|
275 | 319 | "alreadyExists": "Account already exists" |
276 | 320 | }, |
277 | 321 | "importKeystore": { |
| 322 | + "addressBookLabel": "Address Book file", |
| 323 | + "addressBookPasswordPlaceholder": "Password used to create file", |
278 | 324 | "browse": "Browse...", |
279 | | - "chooseAccountsTitle": "Choose accounts", |
280 | 325 | "chooseAccountsDesc": "Select which accounts you want to import", |
281 | 326 | "chooseAccountsExistingAccountNote": "Already exists in Keeper as {{existingName}}", |
282 | 327 | "chooseAccountsImportBtn": "Import {{count}} account", |
283 | 328 | "chooseAccountsImportBtn_plural": "Import {{count}} accounts", |
284 | 329 | "chooseAccountsSkipBtn": "Skip", |
| 330 | + "chooseAccountsTitle": "Choose accounts", |
| 331 | + "chooseAddressBookFileTitle": "Import Address Book", |
285 | 332 | "chooseFileSubmitBtn": "Continue", |
286 | 333 | "chooseFileTitle": "Import Keystore File", |
287 | 334 | "errorDecrypt": "Could not decrypt the Keystore file with the given password", |
|
475 | 522 | "autoClickDisable": "Disabled", |
476 | 523 | "autoClickEnable": "Enabled", |
477 | 524 | "deleteAccounts": "Delete accounts", |
478 | | - "export": "Export accounts", |
| 525 | + "exportAndImport": "Export and import", |
479 | 526 | "langs": "Change language", |
480 | 527 | "logOut": "Log out", |
481 | 528 | "network": "Network", |
|
0 commit comments