Update strings and sl translations

This commit is contained in:
Timotej Lazar 2021-09-16 20:52:01 +02:00
parent c8cd2fb80e
commit 9cf9cfdb17
No known key found for this signature in database
GPG key ID: B6F38793D143456F
2 changed files with 23 additions and 65 deletions

View file

@ -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