You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: public/locales/en-US/translations.json
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,6 @@
38
38
"30D": "30D",
39
39
"total_transactions": "# of Txns",
40
40
"total_fees": "Total Fees",
41
-
"async_component_timedout": "Loading component took longer than expected",
42
41
"async_component_failed": "Failed to load Component",
43
42
"account_not_found": "Account not found",
44
43
"account_empty_title": "No account ID was supplied",
@@ -275,7 +274,7 @@
275
274
"number_of_affected_node": "It affected {{count}} nodes in the ledger:",
276
275
"nodes_type": "{{action}} nodes",
277
276
"node_meta_type": "It {{action}} a <Link>node</Link> with type",
278
-
"transaction_balance_line_one": "It <1><0>{{action}}</0></1> a <3><0>{{currency}}</0></3> RippleState <5><0>{{node}}</0></5> between <7><0>{{account}}</0></7> and <9><0>{{counterAccount}}</0></9>",
277
+
"transaction_balance_line_one": "It {{action}} a <Currency/> RippleState <Link>node</Link> between <Account/> and <CounterAccount/>",
279
278
"transaction_balance_line_two": "Balance changed by <1><0>{{change}}</0></1> from <3><0>{{previousBalance}}</0></3> to <5><0>{{finalBalance}}</0></5>",
280
279
"transaction_outstanding_balance_line_two": "Outstanding balance changed by <1><0>{{change}}</0></1> from <3><0>{{previousBalance}}</0></3> to <5><0>{{finalBalance}}</0></5>",
281
280
"transaction_owned_directory": "It {{action}} a DirectoryNode <Link>node</Link> owned by",
@@ -287,13 +286,13 @@
287
286
"account_balance_increased": "Balance increased by <1><0>{{difference}}</0><1><0>{{currency}}</0></1></1> from <3><0>{{previous}}</0><1><0>{{currency}}</0></1></3> to <5><0>{{final}}</0><1><0>{{currency}}</0></1></5>",
288
287
"account_balance_decreased": "Balance decreased by <1><0>{{difference}}</0><1><0>{{currency}}</0></1></1> from <3><0>{{previous}}</0><1><0>{{currency}}</0></1></3> to <5><0>{{final}}</0><1><0>{{currency}}</0></1></5>",
289
288
"decreased_from_to": "decreased by <1><0>{{change}}</0></1> from <3><0>{{previous}}</0></3> to <5><0>{{final}}</0></5>",
290
-
"offer_node_meta": "It <1><0>{{action}}</0></1> a <3><0>{{pair}}</0></3> offer <5><0>{{node}}</0></5> owned by <7><0>{{account}}</0></7> with sequence # <9><0>{{sequence}}</0></9>",
289
+
"offer_node_meta": "It {{action}} a <Currency/> / <Currency2/> offer <Link>node</Link> owned by <Account/> with sequence # {{sequence}}",
291
290
"offer_replaces": "This offer replaces the existing offer #",
292
-
"offer_partially_filled": "The offer was partially filled",
293
-
"offer_filled": "The offer was filled",
294
-
"offer_cancelled": "The offer was cancelled",
291
+
"offer_partially_filled": "The offer was partially filled.",
292
+
"offer_filled": "The offer was filled.",
293
+
"offer_cancelled": "The offer was cancelled.",
295
294
"offer_replaced": "This offer was replaced by the new offer #",
296
-
"offer_lack_of_funds": "The offer was partially filled, then cancelled due to lack of funds",
295
+
"offer_lack_of_funds": "The offer was partially filled, then cancelled due to lack of funds.",
297
296
"transaction_sequence": "The transaction's sequence number is",
298
297
"trust_set_description": "It establishes <1><0>{{amount}}</0></1> as the maximum amount of <3><0>{{currency}}</0></3> from <5><0>{{issuer}}</0></5> that <7><0>{{account}}</0></7> is willing to hold",
299
298
"payment_desc_line_1": "The payment is from <source/> to <destination/>",
0 commit comments