i18n: even more integration

autoformat
This commit is contained in:
Ly-sec
2025-09-24 14:24:21 +02:00
parent 2a23b6afdd
commit 2bfed74851
35 changed files with 301 additions and 245 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ Item {
property string pickerType: "file" // "file" or "folder"
property var nameFilters: ["All files (*)"] // e.g., ["Image files (*.png *.jpg)", "Text files (*.txt)"]
property string title: pickerType === "folder" ? "Select Folder" : "Select File"
property string acceptLabel: "Select"
property string rejectLabel: "Cancel"
property string acceptLabel: I18n.tr("placeholders.select")
property string rejectLabel: I18n.tr("placeholders.cancel")
// State properties
property bool isOpen: false