doc: Address feedback from Transifex translator community #21463

pull hebasto wants to merge 2 commits into bitcoin:master from hebasto:210317-transifex changing 28 files +75 −75
  1. hebasto commented at 9:02 PM on March 17, 2021: member

    In this PR I collected all relevant open issues on https://www.transifex.com/bitcoin.

  2. doc: Improve translatable strings after Transifex issues 4bce61519f
  3. doc: Replace three dots with ellipsis in all of the translatable strings 9030e4b5a6
  4. hebasto commented at 9:02 PM on March 17, 2021: member
  5. DrahtBot added the label Docs on Mar 17, 2021
  6. DrahtBot added the label GUI on Mar 17, 2021
  7. DrahtBot added the label P2P on Mar 17, 2021
  8. DrahtBot added the label RPC/REST/ZMQ on Mar 17, 2021
  9. DrahtBot added the label Validation on Mar 17, 2021
  10. DrahtBot added the label Wallet on Mar 17, 2021
  11. DrahtBot commented at 1:35 AM on March 18, 2021: contributor

    <!--e57a25ab6845829454e8d69fc972939a-->

    The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.

    <!--174a7506f384e20aa4161008e828411d-->

    Conflicts

    Reviewers, this pull request conflicts with the following ones:

    • #21523 (validation: run VerifyDB on all chainstates by jamesob)
    • #21009 (Remove RewindBlockIndex logic by dhruv)
    • #20773 (refactor: split CWallet::Create by S3RK)
    • #17211 (Allow fundrawtransaction and walletcreatefundedpsbt to take external inputs by achow101)

    If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.

  12. DrahtBot cross-referenced this on Mar 18, 2021 from issue Remove RewindBlockIndex logic by dhruv
  13. MarcoFalke removed the label P2P on Mar 18, 2021
  14. MarcoFalke removed the label RPC/REST/ZMQ on Mar 18, 2021
  15. MarcoFalke removed the label Validation on Mar 18, 2021
  16. MarcoFalke removed the label Wallet on Mar 18, 2021
  17. DrahtBot cross-referenced this on Mar 18, 2021 from issue Allow fundrawtransaction and walletcreatefundedpsbt to take external inputs by achow101
  18. murali1999-tech commented at 4:05 PM on March 18, 2021: none

    Yes , I agree this needs to be done

  19. in src/qt/paymentserver.cpp:240 in 4bce61519f outdated
     236 | @@ -237,7 +237,7 @@ void PaymentServer::handleURIOrFile(const QString& s)
     237 |                          Q_EMIT message(tr("URI handling"),
     238 |                              tr("Cannot process payment request because BIP70 is not supported.")+
     239 |                              tr("Due to widespread security flaws in BIP70 it's strongly recommended that any merchant instructions to switch wallets be ignored.")+
     240 | -                            tr("If you are receiving this error you should request the merchant provide a BIP21 compatible URI."),
     241 | +                            tr("If you are receiving this error, you should request from the merchant to provide a BIP21 compatible URI."),
    


    laanwj commented at 8:24 PM on March 18, 2021:

    I don't think we should be making people re-translate the BIP70 deprecation message (another case below).

  20. in src/qt/psbtoperationsdialog.cpp:144 in 4bce61519f outdated
     140 | @@ -141,7 +141,7 @@ void PSBTOperationsDialog::saveTransaction() {
     141 |      filename_suggestion.append(".psbt");
     142 |      QString filename = GUIUtil::getSaveFileName(this,
     143 |          tr("Save Transaction Data"), filename_suggestion,
     144 | -        tr("Partially Signed Transaction (Binary)", "Name of binary PSBT file format") + QLatin1String(" (*.psbt)"), &selected_filter);
     145 | +        tr("Partially Signed Bitcoin Transaction (Binary)", "Name of binary PSBT file format") + QLatin1String(" (*.psbt)"), &selected_filter);
    


    laanwj commented at 8:26 PM on March 18, 2021:

    -0 on adding "Bitcoin" everywhere here, as this is bitcoin-only software and we only have one type of transaction, the bitcoin transaction, I think the context is already pretty clear?

  21. in src/banman.cpp:18 in 9030e4b5a6
      14 | @@ -15,7 +15,7 @@
      15 |  BanMan::BanMan(fs::path ban_file, CClientUIInterface* client_interface, int64_t default_ban_time)
      16 |      : m_client_interface(client_interface), m_ban_db(std::move(ban_file)), m_default_ban_time(default_ban_time)
      17 |  {
      18 | -    if (m_client_interface) m_client_interface->InitMessage(_("Loading banlist...").translated);
      19 | +    if (m_client_interface) m_client_interface->InitMessage(_("Loading banlist…").translated);
    


    laanwj commented at 8:29 PM on March 18, 2021:

    Mind that these messages also end up in the log. In principle the log is already UTF-8 (as are all strings and text in bitcoind). But, just noting, that it might make browsing the log a less pleasant experience on systems with misconfigured locale like some BSDs by default.

  22. DrahtBot cross-referenced this on Mar 22, 2021 from issue refactor: split CWallet::Create by S3RK
  23. DrahtBot cross-referenced this on Mar 24, 2021 from issue validation: run VerifyDB on all chainstates by jamesob
  24. DrahtBot commented at 5:59 AM on March 29, 2021: contributor

    <!--cf906140f33d8803c4a75a2196329ecb-->

    🐙 This pull request conflicts with the target branch and needs rebase.

    <sub>Want to unsubscribe from rebase notifications on this pull request? Just convert this pull request to a "draft".</sub>

  25. DrahtBot added the label Needs rebase on Mar 29, 2021
  26. hebasto cross-referenced this on May 2, 2021 from issue scripted-diff: Replace three dots with ellipsis in the UI strings by hebasto
  27. hebasto commented at 7:12 PM on May 2, 2021: member

    Closing in favor of #21836. Other changes will be moved to the GUI repo.

  28. hebasto closed this on May 2, 2021

  29. laanwj referenced this in commit f8176b768a on May 10, 2021
  30. bitcoin locked this on Aug 16, 2022

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-05-20 06:54 UTC