Update strings and sl translations
This commit is contained in:
parent
c8cd2fb80e
commit
9cf9cfdb17
2 changed files with 23 additions and 65 deletions
|
@ -29,8 +29,8 @@ Page {
|
|||
FileDialog {
|
||||
id: dialog
|
||||
|
||||
title: qsTr('Open video or tags')
|
||||
nameFilters: [qsTr('all files (*)'), qsTr('fuzbal files (*.events *.json)')]
|
||||
title: qsTr('Load video or tags')
|
||||
nameFilters: [qsTr('all files (*)'), qsTr('events and tags (*.events *.json)')]
|
||||
|
||||
onAccepted: {
|
||||
const path = file.toString()
|
||||
|
@ -128,7 +128,7 @@ Page {
|
|||
|
||||
Hotkey {
|
||||
control: description
|
||||
sequence: 'Ctrl+D'
|
||||
sequence: qsTr('Ctrl+D')
|
||||
anchors { right: parent.right; bottom: parent.bottom; margins: 4 }
|
||||
font.pixelSize: description.font.pixelSize * 0.75
|
||||
}
|
||||
|
@ -192,7 +192,7 @@ Page {
|
|||
|
||||
Hotkey {
|
||||
control: events
|
||||
sequence: 'Ctrl+E'
|
||||
sequence: qsTr('Ctrl+E')
|
||||
anchors {
|
||||
right: parent.right
|
||||
top: parent.top
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue