update translations

This commit is contained in:
Gaelle Braud 2026-02-19 12:02:57 +01:00
parent a4b84891a0
commit 9952791f22
5 changed files with 1465 additions and 1457 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -228,7 +228,7 @@ Control.TextField {
anchors.right: parent.right
anchors.rightMargin: Utils.getSizeWithScreenRatio(15)
onClicked: mainItem.customCallback()
//: %1 button on %2
//: %1 button of %2
Accessible.name: qsTr("textfield_custom_button_accessible_name").arg(mainItem.customButtonAccessibleName).arg(mainItem.Accessible.name)
}
}

View file

@ -76,7 +76,7 @@ AbstractSettingsLayout {
Component {
id: displayNotifParamComp
SwitchSetting {
//: "Display notification content"
//: "Display content"
titleText: qsTr("settings_chat_display_notification_content_title")
//: "Display the content of the received message"
subTitleText: qsTr("settings_chat_display_notification_content_subtitle")