From bcfa27ef5e97c6684683758d1b85419373a03687 Mon Sep 17 00:00:00 2001 From: xdongs Date: Wed, 21 May 2025 19:37:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E4=E5=9B=BD=E8=AF=AD=E8=A8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xdongs --- .../AppScope/app.json | 4 +-- .../src/main/resources/be/element/string.json | 25 +++++++++++++++++++ .../src/main/resources/kk/element/string.json | 25 +++++++++++++++++++ .../src/main/resources/km/element/string.json | 25 +++++++++++++++++++ .../src/main/resources/uz/element/string.json | 25 +++++++++++++++++++ 5 files changed, 102 insertions(+), 2 deletions(-) create mode 100644 services/dialog_ui/enable_notification_dialog/entry/src/main/resources/be/element/string.json create mode 100644 services/dialog_ui/enable_notification_dialog/entry/src/main/resources/kk/element/string.json create mode 100644 services/dialog_ui/enable_notification_dialog/entry/src/main/resources/km/element/string.json create mode 100644 services/dialog_ui/enable_notification_dialog/entry/src/main/resources/uz/element/string.json diff --git a/services/dialog_ui/enable_notification_dialog/AppScope/app.json b/services/dialog_ui/enable_notification_dialog/AppScope/app.json index f1c91228d..0b34446cb 100644 --- a/services/dialog_ui/enable_notification_dialog/AppScope/app.json +++ b/services/dialog_ui/enable_notification_dialog/AppScope/app.json @@ -2,8 +2,8 @@ "app": { "bundleName": "com.ohos.notificationdialog", "vendor": "example", - "versionCode": 1000026, - "versionName": "1.2.6", + "versionCode": 1000027, + "versionName": "1.2.7", "icon": "$media:app_icon", "label": "$string:app_name", "distributedNotificationEnabled": true, diff --git a/services/dialog_ui/enable_notification_dialog/entry/src/main/resources/be/element/string.json b/services/dialog_ui/enable_notification_dialog/entry/src/main/resources/be/element/string.json new file mode 100644 index 000000000..ca947f57e --- /dev/null +++ b/services/dialog_ui/enable_notification_dialog/entry/src/main/resources/be/element/string.json @@ -0,0 +1,25 @@ +{ + "string":[ + { + "name":"group_label_notification", + "value":"Дазволіць праграме «%s» адпраўляць вам апавяшчэнні?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"ALLOW", + "value":"Дазволіць", + "attr":{ + "priority":"translate" + } + }, + { + "name":"BAN", + "value":"Адмовіць", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/services/dialog_ui/enable_notification_dialog/entry/src/main/resources/kk/element/string.json b/services/dialog_ui/enable_notification_dialog/entry/src/main/resources/kk/element/string.json new file mode 100644 index 000000000..8144aeb6b --- /dev/null +++ b/services/dialog_ui/enable_notification_dialog/entry/src/main/resources/kk/element/string.json @@ -0,0 +1,25 @@ +{ + "string":[ + { + "name":"group_label_notification", + "value":"%s хабарландырулар жіберуге рұқсат ету керек пе?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"ALLOW", + "value":"Рұқсат ету", + "attr":{ + "priority":"translate" + } + }, + { + "name":"BAN", + "value":"Тыйым салу", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/services/dialog_ui/enable_notification_dialog/entry/src/main/resources/km/element/string.json b/services/dialog_ui/enable_notification_dialog/entry/src/main/resources/km/element/string.json new file mode 100644 index 000000000..64a5ffc06 --- /dev/null +++ b/services/dialog_ui/enable_notification_dialog/entry/src/main/resources/km/element/string.json @@ -0,0 +1,25 @@ +{ + "string":[ + { + "name":"group_label_notification", + "value":"អនុញ្ញាតឱ្យ %s ផ្ញើការជូនដំណឹងដល់អ្នកឬ?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"ALLOW", + "value":"អនុញ្ញាត", + "attr":{ + "priority":"translate" + } + }, + { + "name":"BAN", + "value":"បដិសេធ", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file diff --git a/services/dialog_ui/enable_notification_dialog/entry/src/main/resources/uz/element/string.json b/services/dialog_ui/enable_notification_dialog/entry/src/main/resources/uz/element/string.json new file mode 100644 index 000000000..bd9293e29 --- /dev/null +++ b/services/dialog_ui/enable_notification_dialog/entry/src/main/resources/uz/element/string.json @@ -0,0 +1,25 @@ +{ + "string":[ + { + "name":"group_label_notification", + "value":"%s ilovasining sizga bildirishnomalar yuborishiga ruxsat berasizmi?", + "attr":{ + "priority":"translate" + } + }, + { + "name":"ALLOW", + "value":"Ruxsat", + "attr":{ + "priority":"translate" + } + }, + { + "name":"BAN", + "value":"Taqiqlash", + "attr":{ + "priority":"translate" + } + } + ] +} \ No newline at end of file -- Gitee