diff options
author | Ted Moravec <ted@cryptosphere-systems.com> | 2018-10-18 09:14:15 +0000 |
---|---|---|
committer | Ted Moravec <ted@cryptosphere-systems.com> | 2018-10-18 09:14:15 +0000 |
commit | 6f88c03dfc2f2318a13e9c0177536aeeec44ea24 (patch) | |
tree | 3aca3e2070c40bcefa921dc3b27e46f5364b4fc8 /translations/monero_sv.ts | |
parent | Merge pull request #4610 (diff) | |
download | monero-6f88c03dfc2f2318a13e9c0177536aeeec44ea24.tar.xz |
Simplewallet: update help text for show_transfers.
Describe the output format.
Diffstat (limited to 'translations/monero_sv.ts')
-rw-r--r-- | translations/monero_sv.ts | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/translations/monero_sv.ts b/translations/monero_sv.ts index 3c5ddf9af..b2387cdb1 100644 --- a/translations/monero_sv.ts +++ b/translations/monero_sv.ts @@ -1855,7 +1855,16 @@ Annars bevisar du reserven för det minsta möjliga belopp över <belopp> </message> <message> <location filename="../src/simplewallet/simplewallet.cpp" line="1758"/> - <source>Show the incoming/outgoing transfers within an optional height range.</source> + <source>Show the incoming/outgoing transfers within an optional height range. + +Output format: +In or Coinbase: Block Number, "block"|"in", Time, Amount, Transaction Hash, Payment ID, Subaddress Index, "-", Note\ +Out: Block Number, "out", Time, Amount*, Transaction Hash, Payment ID, Fee, Destinations, Input addresses**, "-", Note +Pool: "pool", "in", Time, Amount, Transaction Hash, Payment Id, Subaddress Index, "-", Note, Double Spend Note\ +Pending or Failed: "failed"|"pending", "out", Time, Amount*, Transaction Hash, Payment ID, Fee, Input addresses**, "-", Note + +* Excluding change and fee. +** Set of address indices used as inputs in this transfer.</source> <translation>Visa inkommande/utgående överföringar inom ett valfritt höjdintervall.</translation> </message> <message> |