diff --git a/services/dialog_ui/enable_notification_dialog/AppScope/app.json b/services/dialog_ui/enable_notification_dialog/AppScope/app.json index f1c91228dfa2356c6e48a125e82cf7eac72396fc..0b34446cb77e8aaffe3616f4385eed89b81670a4 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 0000000000000000000000000000000000000000..ca947f57eaf7fa1bcddd553722bd9e188bf5e9f0 --- /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 0000000000000000000000000000000000000000..8144aeb6bc05b039ac6f00434e332562b01d8111 --- /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 0000000000000000000000000000000000000000..64a5ffc06366498a91c332276844e7984fa81541 --- /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 0000000000000000000000000000000000000000..bd9293e29dafc5d7047fd21caac12b4349bcb6ea --- /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