View Single Post
Old 09-20-2024, 01:16 PM   #10
BeckyEbook
Guru
BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.
 
BeckyEbook's Avatar
 
Posts: 876
Karma: 3501146
Join Date: Jan 2017
Location: Poland
Device: Various
@Bravox: I have a few comments on this translation. I will send you my version via PM soon and we will work out such a translation, which we will send to the plugin author. OK?

@Collectionista: "Cancel" button in the main plugin after the search (in the right bottom) is untranslatable.

My proposal:
Code:
        #self.dbb.addButton(QDialogButtonBox.Cancel)
        self.dbb.addButton(self.tr("Cancel"), QDialogButtonBox.RejectRole)
In logic.py is print after "Search" click:
Code:
print(f"Pasando {len(contador)} resultados a la UI")
I suggest translating this message into English for compatibility.

in table.py missing translation:
Code:
self.filter_input = QLineEdit(placeholderText=self.tr("Search in text..."))

Last edited by BeckyEbook; 09-20-2024 at 01:28 PM.
BeckyEbook is offline   Reply With Quote