mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
IJPL-173837 Provide custom description for the local network permission dialog
(cherry picked from commit 7616ebc40c9d4601c29dbee3440d4f7b87eedfed) IJ-CR-152517 GitOrigin-RevId: 3a22e31d074456e202f2f1fad5771abe5e266a59
This commit is contained in:
committed by
intellij-monorepo-bot
parent
55bf2f0155
commit
cb6a37eaa1
@@ -80,5 +80,7 @@
|
||||
<string>An application in @@bundle_name@@ requests access to Bluetooth.</string>
|
||||
<key>NSAppleEventsUsageDescription</key>
|
||||
<string>An application in @@bundle_name@@ requests the ability to send Apple events.</string>
|
||||
<key>NSLocalNetworkUsageDescription</key>
|
||||
<string>@@bundle_name@@'s features, such as SSH and database connectivity, require permissions for accessing the local network and sending broadcast requests.</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
@@ -10,3 +10,4 @@ NSNetworkVolumesUsageDescription = "An application in @@bundle_name@@ requests a
|
||||
NSRemovableVolumesUsageDescription = "An application in @@bundle_name@@ requests access to files on a removable volume.";
|
||||
NSBluetoothAlwaysUsageDescription = "An application in @@bundle_name@@ requests access to Bluetooth.";
|
||||
NSAppleEventsUsageDescription = "An application in @@bundle_name@@ requests the ability to send Apple events.";
|
||||
NSLocalNetworkUsageDescription = "@@bundle_name@@'s features, such as SSH and database connectivity, require permissions for accessing the local network and sending broadcast requests.";
|
||||
|
||||
@@ -10,3 +10,4 @@ NSNetworkVolumesUsageDescription = "@@bundle_name@@ のアプリケーション
|
||||
NSRemovableVolumesUsageDescription = "@@bundle_name@@ のアプリケーションが取り外し可能なボリュームにあるファイルへのアクセスをリクエストしています。";
|
||||
NSBluetoothAlwaysUsageDescription = "@@bundle_name@@ のアプリケーションが Bluetooth へのアクセス許可をリクエストしています。";
|
||||
NSAppleEventsUsageDescription = "@@bundle_name@@ のアプリケーションが Apple イベントを送信する機能をリクエストしています。";
|
||||
NSLocalNetworkUsageDescription = "@@bundle_name@@'s features, such as SSH and database connectivity, require permissions for accessing the local network and sending broadcast requests.";
|
||||
|
||||
@@ -10,3 +10,4 @@ NSNetworkVolumesUsageDescription = "@@bundle_name@@ 내의 애플리케이션이
|
||||
NSRemovableVolumesUsageDescription = "@@bundle_name@@ 내의 애플리케이션이 이동식 볼륨에 대한 액세스를 요청합니다.";
|
||||
NSBluetoothAlwaysUsageDescription = "@@bundle_name@@ 내의 애플리케이션이 블루투스 액세스를 요청합니다.";
|
||||
NSAppleEventsUsageDescription = "@@bundle_name@@ 내의 애플리케이션이 Apple 이벤트를 보낼 권한을 요청합니다.";
|
||||
NSLocalNetworkUsageDescription = "@@bundle_name@@'s features, such as SSH and database connectivity, require permissions for accessing the local network and sending broadcast requests.";
|
||||
|
||||
@@ -10,3 +10,4 @@ NSNetworkVolumesUsageDescription = "@@bundle_name@@ 中的应用程序请求访
|
||||
NSRemovableVolumesUsageDescription = "@@bundle_name@@ 中的应用程序请求访问可移动卷上的文件。";
|
||||
NSBluetoothAlwaysUsageDescription = "@@bundle_name@@ 中的应用程序请求访问蓝牙。";
|
||||
NSAppleEventsUsageDescription = "@@bundle_name@@ 中的应用程序请求发送 Apple 事件的功能。";
|
||||
NSLocalNetworkUsageDescription = "@@bundle_name@@'s features, such as SSH and database connectivity, require permissions for accessing the local network and sending broadcast requests.";
|
||||
|
||||
@@ -10,3 +10,4 @@ NSNetworkVolumesUsageDescription = "@@bundle_name@@ 中的应用程序请求访
|
||||
NSRemovableVolumesUsageDescription = "@@bundle_name@@ 中的应用程序请求访问可移动卷上的文件。";
|
||||
NSBluetoothAlwaysUsageDescription = "@@bundle_name@@ 中的应用程序请求访问蓝牙。";
|
||||
NSAppleEventsUsageDescription = "@@bundle_name@@ 中的应用程序请求发送 Apple 事件的功能。";
|
||||
NSLocalNetworkUsageDescription = "@@bundle_name@@'s features, such as SSH and database connectivity, require permissions for accessing the local network and sending broadcast requests.";
|
||||
|
||||
Reference in New Issue
Block a user