aboutsummaryrefslogtreecommitdiff
path: root/translations/monero.ts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-04-06net: define IPv4 object explicitlyBertrand Jacquin1-3/+3
Modify all IPv4 variables, function arguments name and daemon arguments to IPv4 specific naming to raise consistency with IPv6. This change is done in order to make source code more legible before addressing #8818. * --p2p-bind-ip is replaced with --p2p-bind-ipv4-address * --p2p-bind-port is replaced with --p2p-bind-port-ipv4 * --rpc-bind-ip is replaced with --rpc-bind-ipv4-address * --rpc-restricted-bind-ip is replaced with --rpc-restricted-bind-ipv4-address Bug: https://github.com/monero-project/monero/issues/8818
2020-01-28Translations from Weblate + updated language filesWeblate1-1295/+1490
Found 1148 source text(s) (46 new and 1102 already existing) Removed 9 obsolete entries Spanish Currently translated at 9.0% (100 of 1111 strings) Translate-URL: https://translate.getmonero.org/projects/monero/cli-wallet/es/ Italian Currently translated at 71.9% (799 of 1111 strings) Translate-URL: https://translate.getmonero.org/projects/monero/cli-wallet/it/ Dutch Currently translated at 4.5% (50 of 1111 strings) Translate-URL: https://translate.getmonero.org/projects/monero/cli-wallet/nl/ Dutch Currently translated at 4.5% (50 of 1111 strings) Translate-URL: https://translate.getmonero.org/projects/monero/cli-wallet/nl/ Portuguese (Brazil) Currently translated at 0.3% (3 of 1111 strings) Translate-URL: https://translate.getmonero.org/projects/monero/cli-wallet/pt_BR/
2019-10-25Translations from weblate + resyncWeblate1-1389/+1445
Translators: * Ukrainian * Agent LvM * TheFuzzStone * Italian * erciccione * Luca Ciavatta * Alessandro Lotta * stefanomarty * Chinese (Traditional) * Lafudoci * Catalan * Assumpta Anglada * BennyBeat * Ecron * Joan Montané * Russian * Agent LvM * TheFuzzStone * Russian Bear * Japanese * Andrew Onishi * Scott Anecito * French * el00ruobuob * glv2 * Viktor * Czech * dskch83 * Chinese (Simplified) * jindouyunz * TE Scott * razorshaman909 * Dutch * Jonathan Heirbaut * siesero * German * fullmetalScience * Christian * M5M400 * Sneaky Squid * Paul Rant * Tim Hartmann
2019-09-11refresh language fileserciccione1-1365/+1495
2019-08-02unpushed languages from pootle (synced)Monero-Pootle1-1226/+1279
2019-04-18add translations for it, fr, ja, sv from Pootle and refresh template .ts fileMonero-Pootle1-1369/+1691
2019-01-11translations: update and sync all language fileserciccione1-1713/+2130
2018-11-16Enhance help text for print_ring.Tadeas Moravec1-2/+5
2018-11-16Enhance help text for incoming_transfers.Tadeas Moravec1-2/+5
2018-10-18Simplewallet: update help text for show_transfers.Ted Moravec1-1/+10
Describe the output format.
2018-10-06Fix some calls to the translation functionGuillaume LE VAILLANT1-1488/+2489
Some strings were not detected by lupdate because "tr() cannot be called without context".
2018-06-21fix typos in language files and rpc_args.cppordtrogen1-2/+2
2018-03-15Fix typos in various filesDimitris Apostolou1-2/+2
2018-02-16refresh language fileserciccione1-991/+2304
2018-02-16fix build error removing <> from payment_iderciccione1-2/+2
2018-02-16Merge pull request #3094Riccardo Spagni1-17/+17
a85dbb3f Fixed typos and wording tweaks (Maxithi)
2018-01-29Fixed typos and wording tweaksMaxithi1-17/+17
2018-01-09Improved terminology from create to generateMaxithi1-2/+2
2017-12-17Better definite article usexmr-eric1-5/+5
2017-11-28Simplewallet.cpp: Fewer pleases in seed NOTExmr-eric1-1/+1
Monero.ts: Fewer pleases in seed NOTE Monero_it.ts: Fewer pleases in seed NOTE Monero_fr.ts: Fewer pleases in seed NOTE
2017-07-19updates monero.tserciccione1-491/+580
2017-06-23Add french translationGuillaume LE VAILLANT1-602/+623
2017-04-01Add per transaction fee to transfer commandAntti Keränen1-676/+1226
Allows priority argument default/unimportant/normal/elevated/priority to be used per transaction in CLI wallet's transfer command. Resolves #1913.
2016-12-13Bitmonero namespace renamed Monero. Bitmonero namespace alias added so that ↵Randi Joseph1-3/+3
third party uses of the wallet api can transition.
2016-12-05Added confirmation before binding wallet-rpc to external IPLee Clagett1-512/+513
2016-11-25Added command_line::is_yesLee Clagett1-527/+556
2016-11-10Created monero-wallet-rpc, moving functionality from monero-wallet-cliLee Clagett1-373/+1423
2016-10-01Update minimum mixin in transfer_original help textTedTheFicus1-1/+1
Changed the wording from "from 0 to maximum available" to "from 2 to maximum available". May I also suggest putting in a number rather than "maximum available" and also clarifying that mixin = 0 is still allowed if the user has unmixable outputs (dust), which he wants to "undust" using sweep_unmixable (comment from dEBRUYNE-1 ).
2016-09-03fix remaining bitmonero and simplewallet bitsRiccardo Spagni1-1/+1
2015-07-19Update after recent simplewallet string changesmoneromooo-monero1-219/+219
2015-07-18boost doesn't like %zu for size_t, replace with %umoneromooo-monero1-233/+250
2015-07-14Translatable strings for simplewalletmoneromooo-monero1-0/+996
The system is mostly the Qt system, but we don't use Qt to avoid the dependencies. See README.i18n for details.