mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-10 21:23:27 +01:00
Enhance help text for incoming_transfers.
This commit is contained in:
parent
8534f71eed
commit
3900fb779f
@ -2347,7 +2347,9 @@ simple_wallet::simple_wallet()
|
||||
m_cmd_binder.set_handler("incoming_transfers",
|
||||
boost::bind(&simple_wallet::show_incoming_transfers, this, _1),
|
||||
tr("incoming_transfers [available|unavailable] [verbose] [index=<N1>[,<N2>[,...]]]"),
|
||||
tr("Show the incoming transfers, all or filtered by availability and address index."));
|
||||
tr("Show the incoming transfers, all or filtered by availability and address index.\n\n"
|
||||
"Output format:\n"
|
||||
"Amount, Spent(\"T\"|\"F\"), \"locked\"|\"unlocked\", RingCT, Global Index, Transaction Hash, Address Index, [Public Key, Key Image] "));
|
||||
m_cmd_binder.set_handler("payments",
|
||||
boost::bind(&simple_wallet::show_payments, this, _1),
|
||||
tr("payments <PID_1> [<PID_2> ... <PID_N>]"),
|
||||
@ -4435,7 +4437,7 @@ bool simple_wallet::show_incoming_transfers(const std::vector<std::string>& args
|
||||
{
|
||||
if (args.size() > 3)
|
||||
{
|
||||
fail_msg_writer() << tr("usage: incoming_transfers [available|unavailable] [verbose] [index=<N>]");
|
||||
fail_msg_writer() << tr("usage: incoming_transfers [available|unavailable] [verbose] [index=<N1>[,<N2>[,...]]]");
|
||||
return true;
|
||||
}
|
||||
auto local_args = args;
|
||||
@ -4477,7 +4479,7 @@ bool simple_wallet::show_incoming_transfers(const std::vector<std::string>& args
|
||||
|
||||
if (local_args.size() > 0)
|
||||
{
|
||||
fail_msg_writer() << tr("usage: incoming_transfers [available|unavailable] [verbose] [index=<N>]");
|
||||
fail_msg_writer() << tr("usage: incoming_transfers [available|unavailable] [verbose] [index=<N1>[,<N2>[,...]]]");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
@ -1453,7 +1453,10 @@ This transaction will unlock on block %llu, in approximately %s days (assuming 2
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/simplewallet/simplewallet.cpp" line="2247"/>
|
||||
<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>
|
||||
@ -2826,7 +2829,7 @@ your wallet again (your wallet keys are NOT at risk in any case).
|
||||
<message>
|
||||
<location filename="../src/simplewallet/simplewallet.cpp" line="4317"/>
|
||||
<location filename="../src/simplewallet/simplewallet.cpp" line="4359"/>
|
||||
<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>
|
||||
|
@ -1541,8 +1541,11 @@ Cette transaction sera déverrouillée au bloc %llu, dans approximativement %s j
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/simplewallet/simplewallet.cpp" line="2247"/>
|
||||
<source>Show the incoming transfers, all or filtered by availability and address index.</source>
|
||||
<translation>Afficher les transferts entrants, tous ou filtrés par disponibilité et index d'adresse.</translation>
|
||||
<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">Afficher les transferts entrants, tous ou filtrés par disponibilité et index d'adresse.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/simplewallet/simplewallet.cpp" line="2250"/>
|
||||
@ -2271,8 +2274,8 @@ votre portefeuille à nouveau (mais les clés de votre portefeuille ne risquent
|
||||
<message>
|
||||
<location filename="../src/simplewallet/simplewallet.cpp" line="4317"/>
|
||||
<location filename="../src/simplewallet/simplewallet.cpp" line="4359"/>
|
||||
<source>usage: incoming_transfers [available|unavailable] [verbose] [index=<N>]</source>
|
||||
<translation>usage: incoming_transfers [available|unavailable] [verbose] [index=<N>]</translation>
|
||||
<source>usage: incoming_transfers [available|unavailable] [verbose] [index=<N1>[,<N2>[,...]]]</source>
|
||||
<translation>usage: incoming_transfers [available|unavailable] [verbose] [index=<N1>[,<N2>[,...]]]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/simplewallet/simplewallet.cpp" line="4378"/>
|
||||
|
@ -1364,8 +1364,11 @@ Questa transazione verrà sbloccata al blocco %llu, in approssimativamente %s gi
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/simplewallet/simplewallet.cpp" line="1586"/>
|
||||
<source>Show the incoming transfers, all or filtered by availability and address index.</source>
|
||||
<translation>Mostra i trasferimenti in entrata, tutti o filtrati per disponibilità ed indice di indirizzo.</translation>
|
||||
<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">Mostra i trasferimenti in entrata, tutti o filtrati per disponibilità ed indice di indirizzo.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/simplewallet/simplewallet.cpp" line="1589"/>
|
||||
@ -2191,7 +2194,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>
|
||||
|
@ -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>
|
||||
|
@ -1469,8 +1469,11 @@ Denna transaktion låses upp vid block %llu, om ungefär %s dagar (förutsatt en
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/simplewallet/simplewallet.cpp" line="1586"/>
|
||||
<source>Show the incoming transfers, all or filtered by availability and address index.</source>
|
||||
<translation>Visa inkommande överföringar: alla eller filtrerade efter tillgänglighet och adressindex.</translation>
|
||||
<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">Visa inkommande överföringar: alla eller filtrerade efter tillgänglighet och adressindex.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/simplewallet/simplewallet.cpp" line="1589"/>
|
||||
@ -2351,8 +2354,8 @@ din plånbok igen (din plånboks nycklar är dock INTE hotade i vilket fall som
|
||||
<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>
|
||||
<translation>användning: incoming_transfers [available|unavailable] [verbose] [index=<N>]</translation>
|
||||
<source>usage: incoming_transfers [available|unavailable] [verbose] [index=<N1>[,<N2>[,...]]]</source>
|
||||
<translation>användning: incoming_transfers [available|unavailable] [verbose] [index=<N1>[,<N2>[,...]]]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/simplewallet/simplewallet.cpp" line="3400"/>
|
||||
|
Loading…
Reference in New Issue
Block a user