diff options
author | Tadeas Moravec <moravec.tadeas@gmail.com> | 2018-11-16 14:53:31 +0000 |
---|---|---|
committer | Tadeas Moravec <moravec.tadeas@gmail.com> | 2018-11-16 14:53:31 +0000 |
commit | 3900fb779fbd3ebdb0eeb8c9d574bdd85c35ecf3 (patch) | |
tree | 73f2a97fe8b3cb5ba228ba890cda176054467d0d /translations/monero_ja.ts | |
parent | Merge pull request #4814 (diff) | |
download | monero-3900fb779fbd3ebdb0eeb8c9d574bdd85c35ecf3.tar.xz |
Enhance help text for incoming_transfers.
Diffstat (limited to 'translations/monero_ja.ts')
-rw-r--r-- | translations/monero_ja.ts | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/translations/monero_ja.ts b/translations/monero_ja.ts index 17815d982..7305b42f8 100644 --- a/translations/monero_ja.ts +++ b/translations/monero_ja.ts @@ -1461,7 +1461,10 @@ This transaction will unlock on block %llu, in approximately %s days (assuming 2 </message> <message> <location filename="../src/simplewallet/simplewallet.cpp" line="1586"/> - <source>Show the incoming transfers, all or filtered by availability and address index.</source> + <source>Show the incoming transfers, all or filtered by availability and address index. + +Output format: +Amount, Spent("T"|"F"), "locked"|"unlocked", RingCT, Global Index, Transaction Hash, Address Index, [Public Key, Key Image]</source> <translation type="unfinished"></translation> </message> <message> @@ -2279,7 +2282,7 @@ your wallet again (your wallet keys are NOT at risk in any case). <message> <location filename="../src/simplewallet/simplewallet.cpp" line="3339"/> <location filename="../src/simplewallet/simplewallet.cpp" line="3381"/> - <source>usage: incoming_transfers [available|unavailable] [verbose] [index=<N>]</source> + <source>usage: incoming_transfers [available|unavailable] [verbose] [index=<N1>[,<N2>[,...]]]</source> <translation type="unfinished"></translation> </message> <message> |