mirror of
https://github.com/trezor/trezor-wallet
synced 2025-02-11 23:52:47 +00:00
updated extracted msgs
This commit is contained in:
parent
5a9ddee5e3
commit
1ce8a7f4a7
@ -1,15 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id": "TR_READ_MORE",
|
||||
"defaultMessage": "Read more",
|
||||
"file": "src/components/Tooltip/index.messages.js",
|
||||
"start": {
|
||||
"line": 6,
|
||||
"column": 18
|
||||
},
|
||||
"end": {
|
||||
"line": 9,
|
||||
"column": 5
|
||||
}
|
||||
}
|
||||
]
|
@ -13,12 +13,12 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "TR_REMEMBER",
|
||||
"defaultMessage": "Remember",
|
||||
"id": "TR_REMEMBER_DEVICE",
|
||||
"defaultMessage": "Remember device",
|
||||
"file": "src/components/modals/device/Remember/index.messages.js",
|
||||
"start": {
|
||||
"line": 10,
|
||||
"column": 17
|
||||
"column": 24
|
||||
},
|
||||
"end": {
|
||||
"line": 13,
|
||||
|
@ -13,13 +13,13 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "TR_FORGET",
|
||||
"id": "TR_FORGET_DEVICE",
|
||||
"description": "Button in remember/forget dialog",
|
||||
"defaultMessage": "Forget",
|
||||
"defaultMessage": "Forget device",
|
||||
"file": "src/components/modals/device/common.messages.js",
|
||||
"start": {
|
||||
"line": 10,
|
||||
"column": 15
|
||||
"column": 22
|
||||
},
|
||||
"end": {
|
||||
"line": 14,
|
||||
|
@ -0,0 +1,28 @@
|
||||
[
|
||||
{
|
||||
"id": "TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED",
|
||||
"defaultMessage": "Minimum account reserve required",
|
||||
"file": "src/components/notifications/Context/components/Static/index.messages.js",
|
||||
"start": {
|
||||
"line": 6,
|
||||
"column": 41
|
||||
},
|
||||
"end": {
|
||||
"line": 9,
|
||||
"column": 5
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "TR_RIPPLE_ADDRESSES_REQUIRE_MINIMUM_BALANCE",
|
||||
"defaultMessage": "Ripple addresses require a minimum balance of {minBalance} XRP to activate and maintain the account. {TR_LEARN_MORE}",
|
||||
"file": "src/components/notifications/Context/components/Static/index.messages.js",
|
||||
"start": {
|
||||
"line": 10,
|
||||
"column": 49
|
||||
},
|
||||
"end": {
|
||||
"line": 13,
|
||||
"column": 5
|
||||
}
|
||||
}
|
||||
]
|
@ -27,7 +27,7 @@
|
||||
},
|
||||
{
|
||||
"id": "TR_XRP_DESTINATION_TAG_EXPLAINED",
|
||||
"defaultMessage": "Number that identifies a reason for payment or a non-Ripple account.",
|
||||
"defaultMessage": "Destination tag is an arbitrary number which serves as a unique identifier of your transaction. Some services may require this to process your transaction.",
|
||||
"file": "src/views/Wallet/views/Account/Send/ripple/components/AdvancedForm/index.messages.js",
|
||||
"start": {
|
||||
"line": 14,
|
||||
|
@ -27,6 +27,7 @@
|
||||
},
|
||||
{
|
||||
"id": "TR_ACQUIRE_DEVICE",
|
||||
"description": "call-to-action to use device in current window when it is used in other window",
|
||||
"defaultMessage": "Acquire device",
|
||||
"file": "src/views/Wallet/views/Acquire/index.messages.js",
|
||||
"start": {
|
||||
@ -34,7 +35,7 @@
|
||||
"column": 23
|
||||
},
|
||||
"end": {
|
||||
"line": 17,
|
||||
"line": 18,
|
||||
"column": 5
|
||||
}
|
||||
}
|
||||
|
@ -600,11 +600,19 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"TR_READ_MORE": {
|
||||
"source": "Read more",
|
||||
"TR_MINIMUM_ACCOUNT_RESERVE_REQUIRED": {
|
||||
"source": "Minimum account reserve required",
|
||||
"meta": {
|
||||
"occurrences": [
|
||||
"src/components/Tooltip/index.messages.js"
|
||||
"src/components/notifications/Context/components/Static/index.messages.js"
|
||||
]
|
||||
}
|
||||
},
|
||||
"TR_RIPPLE_ADDRESSES_REQUIRE_MINIMUM_BALANCE": {
|
||||
"source": "Ripple addresses require a minimum balance of {minBalance} XRP to activate and maintain the account. {TR_LEARN_MORE}",
|
||||
"meta": {
|
||||
"occurrences": [
|
||||
"src/components/notifications/Context/components/Static/index.messages.js"
|
||||
]
|
||||
}
|
||||
},
|
||||
@ -1364,7 +1372,7 @@
|
||||
}
|
||||
},
|
||||
"TR_XRP_DESTINATION_TAG_EXPLAINED": {
|
||||
"source": "Number that identifies a reason for payment or a non-Ripple account.",
|
||||
"source": "Destination tag is an arbitrary number which serves as a unique identifier of your transaction. Some services may require this to process your transaction.",
|
||||
"meta": {
|
||||
"occurrences": [
|
||||
"src/views/Wallet/views/Account/Send/ripple/components/AdvancedForm/index.messages.js"
|
||||
|
Loading…
Reference in New Issue
Block a user