From 58e5b35880c62ed3bf3ae54d0488cbd84368e26c Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 17 Apr 2023 13:08:53 +0300 Subject: [PATCH] There were fixed font size and translations --- NotifyModule/NotificationHistoryView.qml | 3 +-- qmlNotify_languages/de.ts | 4 ++-- qmlNotify_languages/en.ts | 4 ++-- qmlNotify_languages/es.ts | 4 ++-- qmlNotify_languages/fr.ts | 4 ++-- qmlNotify_languages/ja.ts | 4 ++-- qmlNotify_languages/pl.ts | 4 ++-- qmlNotify_languages/ru.ts | 4 ++-- qmlNotify_languages/tr.ts | 4 ++-- qmlNotify_languages/uk.ts | 4 ++-- qmlNotify_languages/zh.ts | 4 ++-- 11 files changed, 21 insertions(+), 22 deletions(-) diff --git a/NotifyModule/NotificationHistoryView.qml b/NotifyModule/NotificationHistoryView.qml index bb4a700..a28fb3e 100644 --- a/NotifyModule/NotificationHistoryView.qml +++ b/NotifyModule/NotificationHistoryView.qml @@ -14,7 +14,6 @@ Dialog { ToolButton { id: clearAllButton text: qsTr("clear") - font.pointSize: 10 height: parent.height anchors { left: parent.left @@ -26,7 +25,7 @@ Dialog { Label { id: toolbarTitle - text: qsTr("Notification history") + text: qsTr("Notifications") anchors { horizontalCenter: parent.horizontalCenter verticalCenter: parent.verticalCenter diff --git a/qmlNotify_languages/de.ts b/qmlNotify_languages/de.ts index 29e0807..0e7f05e 100644 --- a/qmlNotify_languages/de.ts +++ b/qmlNotify_languages/de.ts @@ -11,8 +11,8 @@ NotificationHistoryView - Notification history - Benachrichtigungsverlauf + Notifications + Benachrichtigungen Delete diff --git a/qmlNotify_languages/en.ts b/qmlNotify_languages/en.ts index 20c40d5..377807e 100644 --- a/qmlNotify_languages/en.ts +++ b/qmlNotify_languages/en.ts @@ -11,8 +11,8 @@ NotificationHistoryView - Notification history - Notification history + Notifications + Notifications Delete diff --git a/qmlNotify_languages/es.ts b/qmlNotify_languages/es.ts index 5172abc..515fd49 100644 --- a/qmlNotify_languages/es.ts +++ b/qmlNotify_languages/es.ts @@ -11,8 +11,8 @@ NotificationHistoryView - Notification history - Historial de notificaciones + Notifications + Notificaciones Delete diff --git a/qmlNotify_languages/fr.ts b/qmlNotify_languages/fr.ts index 744f4e6..d691a8b 100644 --- a/qmlNotify_languages/fr.ts +++ b/qmlNotify_languages/fr.ts @@ -11,8 +11,8 @@ NotificationHistoryView - Notification history - Historique des notifications + Notifications + Avis Delete diff --git a/qmlNotify_languages/ja.ts b/qmlNotify_languages/ja.ts index 9acfcbc..bc73d29 100644 --- a/qmlNotify_languages/ja.ts +++ b/qmlNotify_languages/ja.ts @@ -11,8 +11,8 @@ NotificationHistoryView - Notification history - 通知履歴 + Notifications + 通知 Delete diff --git a/qmlNotify_languages/pl.ts b/qmlNotify_languages/pl.ts index 6debc86..dd6f341 100644 --- a/qmlNotify_languages/pl.ts +++ b/qmlNotify_languages/pl.ts @@ -11,8 +11,8 @@ NotificationHistoryView - Notification history - Historia powiadomień + Notifications + Powiadomienia Delete diff --git a/qmlNotify_languages/ru.ts b/qmlNotify_languages/ru.ts index 28c99d4..90258c2 100644 --- a/qmlNotify_languages/ru.ts +++ b/qmlNotify_languages/ru.ts @@ -11,8 +11,8 @@ NotificationHistoryView - Notification history - История уведомлений + Notifications + Уведомления Delete diff --git a/qmlNotify_languages/tr.ts b/qmlNotify_languages/tr.ts index edfaae5..65683cb 100644 --- a/qmlNotify_languages/tr.ts +++ b/qmlNotify_languages/tr.ts @@ -11,8 +11,8 @@ NotificationHistoryView - Notification history - Bildirim geçmişi + Notifications + Bildirimler Delete diff --git a/qmlNotify_languages/uk.ts b/qmlNotify_languages/uk.ts index 03e5c76..f05e2a2 100644 --- a/qmlNotify_languages/uk.ts +++ b/qmlNotify_languages/uk.ts @@ -11,8 +11,8 @@ NotificationHistoryView - Notification history - Історія сповіщень + Notifications + Повідомлення Delete diff --git a/qmlNotify_languages/zh.ts b/qmlNotify_languages/zh.ts index f3f3f66..c5c5bb0 100644 --- a/qmlNotify_languages/zh.ts +++ b/qmlNotify_languages/zh.ts @@ -11,8 +11,8 @@ NotificationHistoryView - Notification history - 通知履歷 + Notifications + 通知 Delete