mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
i18n: even more integration
autoformat
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user